@etherisc/gif-next 0.0.2-f5a74cc-201 → 0.0.2-f626d92-602
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +8 -13
- package/artifacts/contracts/components/Component.sol/Component.dbg.json +4 -0
- package/artifacts/contracts/components/Component.sol/Component.json +842 -0
- package/artifacts/contracts/components/Distribution.sol/Distribution.dbg.json +1 -1
- package/artifacts/contracts/components/Distribution.sol/Distribution.json +753 -168
- package/artifacts/contracts/components/IComponent.sol/IComponent.dbg.json +4 -0
- package/artifacts/contracts/components/{BaseComponent.sol/BaseComponent.json → IComponent.sol/IComponent.json} +233 -81
- package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.dbg.json +1 -1
- package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.json +848 -31
- package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +1 -1
- package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.json +846 -57
- package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +1 -1
- package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.json +682 -9
- package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +1 -1
- package/artifacts/contracts/components/Pool.sol/Pool.json +695 -258
- package/artifacts/contracts/components/Product.sol/Product.dbg.json +1 -1
- package/artifacts/contracts/components/Product.sol/Product.json +529 -217
- package/artifacts/contracts/instance/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.dbg.json +1 -1
- package/artifacts/contracts/instance/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.json +15 -15
- package/artifacts/contracts/instance/BundleManager.sol/BundleManager.dbg.json +1 -1
- package/artifacts/contracts/instance/BundleManager.sol/BundleManager.json +69 -66
- package/artifacts/contracts/instance/Cloneable.sol/Cloneable.dbg.json +1 -1
- package/artifacts/contracts/instance/Cloneable.sol/Cloneable.json +5 -0
- package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstance.sol/IInstance.json +1063 -394
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +315 -167
- package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
- package/artifacts/contracts/instance/Instance.sol/Instance.json +937 -1191
- package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.json +583 -193
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +137 -270
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +482 -286
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +328 -99
- package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.dbg.json +1 -1
- package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.json +11 -27
- package/artifacts/contracts/instance/base/ComponentService.sol/ComponentService.dbg.json +4 -0
- package/artifacts/contracts/instance/base/{ComponentServiceBase.sol/ComponentServiceBase.json → ComponentService.sol/ComponentService.json} +247 -180
- 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/KeyValueStore.sol/KeyValueStore.dbg.json +1 -1
- package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +40 -10
- package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +1 -1
- package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +36 -11
- 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/instance/service/ApplicationService.sol/ApplicationService.dbg.json +4 -0
- package/artifacts/contracts/instance/service/ApplicationService.sol/ApplicationService.json +1039 -0
- package/artifacts/contracts/instance/service/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
- package/artifacts/contracts/instance/service/ApplicationServiceManager.sol/ApplicationServiceManager.json +673 -0
- package/artifacts/contracts/instance/service/BundleService.sol/BundleService.dbg.json +4 -0
- package/artifacts/contracts/instance/service/BundleService.sol/BundleService.json +1231 -0
- package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
- package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.json +721 -0
- package/artifacts/contracts/instance/service/ClaimService.sol/ClaimService.dbg.json +4 -0
- package/artifacts/contracts/instance/service/ClaimService.sol/ClaimService.json +817 -0
- package/artifacts/contracts/instance/service/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
- package/artifacts/contracts/instance/service/ClaimServiceManager.sol/ClaimServiceManager.json +641 -0
- package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.dbg.json +1 -1
- package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.json +1341 -259
- package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +1 -1
- package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.json +440 -79
- package/artifacts/contracts/instance/service/IApplicationService.sol/IApplicationService.dbg.json +4 -0
- package/artifacts/contracts/instance/service/IApplicationService.sol/IApplicationService.json +622 -0
- package/artifacts/contracts/instance/service/IBundleService.sol/IBundleService.dbg.json +4 -0
- package/artifacts/contracts/instance/service/IBundleService.sol/IBundleService.json +659 -0
- package/artifacts/contracts/instance/service/IClaimService.sol/IClaimService.dbg.json +4 -0
- package/artifacts/contracts/instance/service/{IComponentOwnerService.sol/IComponentOwnerService.json → IClaimService.sol/IClaimService.json} +217 -208
- package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.dbg.json +1 -1
- package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.json +804 -160
- package/artifacts/contracts/instance/service/IPolicyService.sol/IPolicyService.dbg.json +4 -0
- package/artifacts/contracts/{shared/RegisterableUpgradable.sol/RegisterableUpgradable.json → instance/service/IPolicyService.sol/IPolicyService.json} +328 -164
- package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +1 -1
- package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.json +429 -313
- package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +1 -1
- package/artifacts/contracts/instance/service/IProductService.sol/IProductService.json +78 -388
- package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.dbg.json +4 -0
- package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.json +1092 -0
- package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
- package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.json +697 -0
- package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +1 -1
- package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +614 -426
- package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.dbg.json +1 -1
- package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.json +302 -105
- package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +1 -1
- package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +257 -564
- package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.dbg.json +1 -1
- package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.json +289 -124
- 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 +244 -133
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +149 -230
- 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 +257 -235
- package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.json +285 -0
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +200 -335
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +298 -145
- package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.dbg.json +4 -0
- package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.json +559 -0
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +141 -53
- package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.dbg.json +1 -1
- 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/INftOwnable.sol/INftOwnable.dbg.json +1 -1
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +40 -29
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +129 -0
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +21 -34
- package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
- package/artifacts/contracts/{experiment/inheritance/IB.sol/IB.json → shared/IRegistryLinked.sol/IRegistryLinked.json} +18 -20
- package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
- package/artifacts/contracts/shared/IService.sol/IService.json +86 -172
- 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 +120 -27
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +248 -0
- package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +1 -1
- package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +294 -61
- package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
- package/artifacts/contracts/shared/Registerable.sol/Registerable.json +129 -51
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +84 -0
- package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
- package/artifacts/contracts/shared/Service.sol/Service.json +191 -163
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +2 -2
- 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/test/TestFee.sol/TestFee.dbg.json +1 -1
- package/artifacts/contracts/test/TestFee.sol/TestFee.json +2 -2
- package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +1 -1
- package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +129 -51
- package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +1 -1
- package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +6 -6
- package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +1 -1
- package/artifacts/contracts/test/TestService.sol/TestService.json +210 -214
- package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +1 -1
- 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 +8 -190
- package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +1 -1
- package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +1 -1
- package/artifacts/contracts/types/Amount.sol/AmountLib.dbg.json +4 -0
- package/artifacts/contracts/types/Amount.sol/AmountLib.json +161 -0
- package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +1 -1
- package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +2 -2
- package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +1 -1
- package/artifacts/contracts/types/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
- package/artifacts/contracts/types/ClaimId.sol/ClaimIdLib.json +100 -0
- package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.dbg.json +1 -1
- package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.json +2 -2
- package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +1 -1
- package/artifacts/contracts/types/Fee.sol/FeeLib.json +40 -9
- package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +1 -1
- package/artifacts/contracts/types/Key32.sol/Key32Lib.json +2 -2
- package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +1 -1
- package/artifacts/contracts/types/NftId.sol/NftIdLib.json +17 -4
- package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +1 -1
- package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +2 -2
- package/artifacts/contracts/types/NumberId.sol/NumberIdLib.dbg.json +1 -1
- package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +1 -1
- package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +2 -2
- package/artifacts/contracts/types/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
- package/artifacts/contracts/types/PayoutId.sol/PayoutIdLib.json +100 -0
- package/artifacts/contracts/types/Referral.sol/ReferralLib.dbg.json +1 -1
- package/artifacts/contracts/types/Referral.sol/ReferralLib.json +23 -4
- package/artifacts/contracts/types/RiskId.sol/RiskIdLib.dbg.json +1 -1
- package/artifacts/contracts/types/RiskId.sol/RiskIdLib.json +2 -2
- 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/Seconds.sol/SecondsLib.dbg.json +4 -0
- package/artifacts/contracts/types/Seconds.sol/SecondsLib.json +124 -0
- package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +1 -1
- package/artifacts/contracts/types/StateId.sol/StateIdLib.json +2 -2
- package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +1 -1
- package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +25 -7
- package/artifacts/contracts/types/UFixed.sol/MathLib.dbg.json +1 -1
- package/artifacts/contracts/types/UFixed.sol/MathLib.json +2 -2
- package/artifacts/contracts/types/UFixed.sol/UFixedLib.dbg.json +1 -1
- package/artifacts/contracts/types/UFixed.sol/UFixedLib.json +2 -2
- 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/Component.sol +253 -0
- package/contracts/components/Distribution.sol +200 -83
- package/contracts/components/IComponent.sol +76 -0
- package/contracts/components/IDistributionComponent.sol +44 -17
- package/contracts/components/IPoolComponent.sol +88 -41
- package/contracts/components/IProductComponent.sol +10 -5
- package/contracts/components/Pool.sol +218 -182
- package/contracts/components/Product.sol +125 -121
- package/contracts/instance/AccessManagerUpgradeableInitializeable.sol +2 -12
- package/contracts/instance/BundleManager.sol +14 -16
- package/contracts/instance/Cloneable.sol +7 -2
- package/contracts/instance/IInstance.sol +56 -14
- package/contracts/instance/IInstanceService.sol +43 -3
- package/contracts/instance/Instance.sol +133 -261
- package/contracts/instance/InstanceAccessManager.sol +414 -175
- package/contracts/instance/InstanceReader.sol +10 -34
- package/contracts/instance/InstanceService.sol +400 -144
- package/contracts/instance/InstanceServiceManager.sol +6 -9
- package/contracts/instance/ObjectManager.sol +11 -24
- package/contracts/instance/base/ComponentService.sol +121 -0
- package/contracts/instance/base/KeyValueStore.sol +13 -5
- package/contracts/instance/base/Lifecycle.sol +11 -2
- package/contracts/instance/module/IAccess.sol +36 -20
- package/contracts/instance/module/IBundle.sol +8 -5
- package/contracts/instance/module/IComponents.sol +41 -0
- package/contracts/instance/module/IDistribution.sol +2 -0
- package/contracts/instance/module/IPolicy.sol +30 -3
- package/contracts/instance/module/ISetup.sol +7 -20
- package/contracts/instance/service/ApplicationService.sol +350 -0
- package/contracts/instance/service/ApplicationServiceManager.sol +35 -0
- package/contracts/instance/service/BundleService.sol +431 -0
- package/contracts/instance/service/BundleServiceManager.sol +51 -0
- package/contracts/instance/service/ClaimService.sol +151 -0
- package/contracts/instance/service/ClaimServiceManager.sol +35 -0
- package/contracts/instance/service/DistributionService.sol +378 -31
- package/contracts/instance/service/DistributionServiceManager.sol +7 -10
- package/contracts/instance/service/IApplicationService.sol +82 -0
- package/contracts/instance/service/IBundleService.sol +93 -0
- package/contracts/instance/service/IClaimService.sol +61 -0
- package/contracts/instance/service/IDistributionService.sol +87 -0
- package/contracts/instance/service/IPolicyService.sol +72 -0
- package/contracts/instance/service/IPoolService.sol +73 -25
- package/contracts/instance/service/IProductService.sol +2 -72
- package/contracts/instance/service/PolicyService.sol +362 -0
- package/contracts/instance/service/PolicyServiceManager.sol +54 -0
- package/contracts/instance/service/PoolService.sol +203 -187
- package/contracts/instance/service/PoolServiceManager.sol +6 -9
- package/contracts/instance/service/ProductService.sol +104 -464
- package/contracts/instance/service/ProductServiceManager.sol +2 -2
- package/contracts/registry/ChainNft.sol +9 -1
- package/contracts/registry/IRegistry.sol +39 -19
- package/contracts/registry/IRegistryService.sol +31 -13
- package/contracts/registry/ITransferInterceptor.sol +1 -0
- package/contracts/registry/Registry.sol +243 -224
- package/contracts/registry/RegistryAccessManager.sol +216 -0
- package/contracts/registry/RegistryService.sol +97 -173
- package/contracts/registry/RegistryServiceManager.sol +21 -39
- package/contracts/registry/ReleaseManager.sol +324 -0
- package/contracts/registry/TokenRegistry.sol +22 -17
- package/contracts/shared/ERC165.sol +14 -12
- package/contracts/shared/INftOwnable.sol +11 -10
- package/contracts/shared/IPolicyHolder.sol +26 -0
- package/contracts/shared/IRegisterable.sol +4 -6
- package/contracts/shared/IRegistryLinked.sol +12 -0
- package/contracts/shared/IService.sol +5 -4
- package/contracts/shared/IVersionable.sol +4 -47
- package/contracts/shared/NftOwnable.sol +66 -80
- package/contracts/shared/PolicyHolder.sol +81 -0
- package/contracts/shared/ProxyManager.sol +100 -25
- package/contracts/shared/Registerable.sol +16 -32
- package/contracts/shared/RegistryLinked.sol +48 -0
- package/contracts/shared/Service.sol +41 -24
- package/contracts/shared/TokenHandler.sol +11 -5
- package/contracts/shared/Versionable.sol +4 -92
- package/contracts/test/TestRegisterable.sol +1 -1
- package/contracts/test/TestService.sol +4 -3
- package/contracts/types/Amount.sol +60 -0
- package/contracts/types/Blocknumber.sol +1 -0
- package/contracts/types/ClaimId.sol +52 -0
- package/contracts/types/DistributorType.sol +2 -2
- package/contracts/types/Fee.sol +13 -5
- package/contracts/types/NftId.sol +8 -0
- package/contracts/types/ObjectType.sol +10 -5
- package/contracts/types/PayoutId.sol +54 -0
- package/contracts/types/Referral.sol +4 -0
- package/contracts/types/RoleId.sol +26 -19
- package/contracts/types/Seconds.sol +54 -0
- package/contracts/types/StateId.sol +1 -0
- package/contracts/types/Timestamp.sol +13 -13
- package/contracts/types/UFixed.sol +1 -0
- package/contracts/types/Version.sol +1 -0
- package/package.json +3 -3
- package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.json +0 -368
- 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/IA.sol/ISharedA.json +0 -37
- package/artifacts/contracts/experiment/inheritance/IB.sol/IB.dbg.json +0 -4
- 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/IAccessManagerSimple.sol/IAccessManagerSimple.dbg.json +0 -4
- package/artifacts/contracts/instance/IAccessManagerSimple.sol/IAccessManagerSimple.json +0 -1082
- package/artifacts/contracts/instance/IInstanceBase.sol/IInstanceBase.dbg.json +0 -4
- package/artifacts/contracts/instance/IInstanceBase.sol/IInstanceBase.json +0 -448
- package/artifacts/contracts/instance/InstanceBase.sol/InstanceBase.dbg.json +0 -4
- package/artifacts/contracts/instance/InstanceBase.sol/InstanceBase.json +0 -763
- 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/IComponentOwnerService.sol/IComponentOwnerService.dbg.json +0 -4
- package/artifacts/contracts/shared/RegisterableUpgradable.sol/RegisterableUpgradable.dbg.json +0 -4
- package/contracts/components/BaseComponent.sol +0 -132
- package/contracts/components/IBaseComponent.sol +0 -31
- 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/IAccessManagerSimple.sol +0 -391
- package/contracts/instance/IInstanceBase.sol +0 -26
- package/contracts/instance/InstanceBase.sol +0 -41
- package/contracts/instance/base/ComponentServiceBase.sol +0 -134
- package/contracts/instance/base/IInstanceBase.sol +0 -23
- package/contracts/instance/service/ComponentOwnerService.sol +0 -317
- package/contracts/instance/service/IComponentOwnerService.sol +0 -20
- package/contracts/shared/RegisterableUpgradable.sol +0 -16
@@ -3,6 +3,44 @@
|
|
3
3
|
"contractName": "IInstance",
|
4
4
|
"sourceName": "contracts/instance/IInstance.sol",
|
5
5
|
"abi": [
|
6
|
+
{
|
7
|
+
"inputs": [
|
8
|
+
{
|
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"
|
23
|
+
},
|
24
|
+
{
|
25
|
+
"internalType": "uint32",
|
26
|
+
"name": "delay",
|
27
|
+
"type": "uint32"
|
28
|
+
}
|
29
|
+
],
|
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
|
+
},
|
6
44
|
{
|
7
45
|
"inputs": [
|
8
46
|
{
|
@@ -24,6 +62,44 @@
|
|
24
62
|
"name": "ErrorInvalidStateTransition",
|
25
63
|
"type": "error"
|
26
64
|
},
|
65
|
+
{
|
66
|
+
"inputs": [
|
67
|
+
{
|
68
|
+
"internalType": "NftId",
|
69
|
+
"name": "nftId",
|
70
|
+
"type": "uint96"
|
71
|
+
}
|
72
|
+
],
|
73
|
+
"name": "ErrorNftOwnableAlreadyLinked",
|
74
|
+
"type": "error"
|
75
|
+
},
|
76
|
+
{
|
77
|
+
"inputs": [
|
78
|
+
{
|
79
|
+
"internalType": "address",
|
80
|
+
"name": "contractAddress",
|
81
|
+
"type": "address"
|
82
|
+
}
|
83
|
+
],
|
84
|
+
"name": "ErrorNftOwnableContractNotRegistered",
|
85
|
+
"type": "error"
|
86
|
+
},
|
87
|
+
{
|
88
|
+
"inputs": [],
|
89
|
+
"name": "ErrorNftOwnableInitialOwnerZero",
|
90
|
+
"type": "error"
|
91
|
+
},
|
92
|
+
{
|
93
|
+
"inputs": [
|
94
|
+
{
|
95
|
+
"internalType": "address",
|
96
|
+
"name": "account",
|
97
|
+
"type": "address"
|
98
|
+
}
|
99
|
+
],
|
100
|
+
"name": "ErrorNftOwnableNotOwner",
|
101
|
+
"type": "error"
|
102
|
+
},
|
27
103
|
{
|
28
104
|
"inputs": [
|
29
105
|
{
|
@@ -40,6 +116,30 @@
|
|
40
116
|
"name": "ErrorNoLifecycle",
|
41
117
|
"type": "error"
|
42
118
|
},
|
119
|
+
{
|
120
|
+
"inputs": [
|
121
|
+
{
|
122
|
+
"internalType": "address",
|
123
|
+
"name": "registryAddress",
|
124
|
+
"type": "address"
|
125
|
+
}
|
126
|
+
],
|
127
|
+
"name": "ErrorNotRegistry",
|
128
|
+
"type": "error"
|
129
|
+
},
|
130
|
+
{
|
131
|
+
"anonymous": false,
|
132
|
+
"inputs": [
|
133
|
+
{
|
134
|
+
"indexed": false,
|
135
|
+
"internalType": "address",
|
136
|
+
"name": "authority",
|
137
|
+
"type": "address"
|
138
|
+
}
|
139
|
+
],
|
140
|
+
"name": "AuthorityUpdated",
|
141
|
+
"type": "event"
|
142
|
+
},
|
43
143
|
{
|
44
144
|
"anonymous": false,
|
45
145
|
"inputs": [
|
@@ -169,6 +269,119 @@
|
|
169
269
|
"name": "LogStateUpdated",
|
170
270
|
"type": "event"
|
171
271
|
},
|
272
|
+
{
|
273
|
+
"inputs": [],
|
274
|
+
"name": "authority",
|
275
|
+
"outputs": [
|
276
|
+
{
|
277
|
+
"internalType": "address",
|
278
|
+
"name": "",
|
279
|
+
"type": "address"
|
280
|
+
}
|
281
|
+
],
|
282
|
+
"stateMutability": "view",
|
283
|
+
"type": "function"
|
284
|
+
},
|
285
|
+
{
|
286
|
+
"inputs": [
|
287
|
+
{
|
288
|
+
"internalType": "NftId",
|
289
|
+
"name": "applicationNftId",
|
290
|
+
"type": "uint96"
|
291
|
+
},
|
292
|
+
{
|
293
|
+
"components": [
|
294
|
+
{
|
295
|
+
"internalType": "NftId",
|
296
|
+
"name": "productNftId",
|
297
|
+
"type": "uint96"
|
298
|
+
},
|
299
|
+
{
|
300
|
+
"internalType": "NftId",
|
301
|
+
"name": "bundleNftId",
|
302
|
+
"type": "uint96"
|
303
|
+
},
|
304
|
+
{
|
305
|
+
"internalType": "ReferralId",
|
306
|
+
"name": "referralId",
|
307
|
+
"type": "bytes8"
|
308
|
+
},
|
309
|
+
{
|
310
|
+
"internalType": "RiskId",
|
311
|
+
"name": "riskId",
|
312
|
+
"type": "bytes8"
|
313
|
+
},
|
314
|
+
{
|
315
|
+
"internalType": "uint256",
|
316
|
+
"name": "sumInsuredAmount",
|
317
|
+
"type": "uint256"
|
318
|
+
},
|
319
|
+
{
|
320
|
+
"internalType": "uint256",
|
321
|
+
"name": "premiumAmount",
|
322
|
+
"type": "uint256"
|
323
|
+
},
|
324
|
+
{
|
325
|
+
"internalType": "uint256",
|
326
|
+
"name": "premiumPaidAmount",
|
327
|
+
"type": "uint256"
|
328
|
+
},
|
329
|
+
{
|
330
|
+
"internalType": "Seconds",
|
331
|
+
"name": "lifetime",
|
332
|
+
"type": "uint40"
|
333
|
+
},
|
334
|
+
{
|
335
|
+
"internalType": "bytes",
|
336
|
+
"name": "applicationData",
|
337
|
+
"type": "bytes"
|
338
|
+
},
|
339
|
+
{
|
340
|
+
"internalType": "bytes",
|
341
|
+
"name": "policyData",
|
342
|
+
"type": "bytes"
|
343
|
+
},
|
344
|
+
{
|
345
|
+
"internalType": "uint16",
|
346
|
+
"name": "claimsCount",
|
347
|
+
"type": "uint16"
|
348
|
+
},
|
349
|
+
{
|
350
|
+
"internalType": "uint16",
|
351
|
+
"name": "openClaimsCount",
|
352
|
+
"type": "uint16"
|
353
|
+
},
|
354
|
+
{
|
355
|
+
"internalType": "uint256",
|
356
|
+
"name": "payoutAmount",
|
357
|
+
"type": "uint256"
|
358
|
+
},
|
359
|
+
{
|
360
|
+
"internalType": "Timestamp",
|
361
|
+
"name": "activatedAt",
|
362
|
+
"type": "uint40"
|
363
|
+
},
|
364
|
+
{
|
365
|
+
"internalType": "Timestamp",
|
366
|
+
"name": "expiredAt",
|
367
|
+
"type": "uint40"
|
368
|
+
},
|
369
|
+
{
|
370
|
+
"internalType": "Timestamp",
|
371
|
+
"name": "closedAt",
|
372
|
+
"type": "uint40"
|
373
|
+
}
|
374
|
+
],
|
375
|
+
"internalType": "struct IPolicy.PolicyInfo",
|
376
|
+
"name": "policy",
|
377
|
+
"type": "tuple"
|
378
|
+
}
|
379
|
+
],
|
380
|
+
"name": "createApplication",
|
381
|
+
"outputs": [],
|
382
|
+
"stateMutability": "nonpayable",
|
383
|
+
"type": "function"
|
384
|
+
},
|
172
385
|
{
|
173
386
|
"inputs": [
|
174
387
|
{
|
@@ -206,24 +419,24 @@
|
|
206
419
|
"type": "bytes"
|
207
420
|
},
|
208
421
|
{
|
209
|
-
"internalType": "
|
422
|
+
"internalType": "Amount",
|
210
423
|
"name": "capitalAmount",
|
211
|
-
"type": "
|
424
|
+
"type": "uint96"
|
212
425
|
},
|
213
426
|
{
|
214
|
-
"internalType": "
|
427
|
+
"internalType": "Amount",
|
215
428
|
"name": "lockedAmount",
|
216
|
-
"type": "
|
429
|
+
"type": "uint96"
|
217
430
|
},
|
218
431
|
{
|
219
|
-
"internalType": "
|
220
|
-
"name": "
|
221
|
-
"type": "
|
432
|
+
"internalType": "Amount",
|
433
|
+
"name": "feeAmount",
|
434
|
+
"type": "uint96"
|
222
435
|
},
|
223
436
|
{
|
224
|
-
"internalType": "
|
437
|
+
"internalType": "Seconds",
|
225
438
|
"name": "lifetime",
|
226
|
-
"type": "
|
439
|
+
"type": "uint40"
|
227
440
|
},
|
228
441
|
{
|
229
442
|
"internalType": "Timestamp",
|
@@ -279,18 +492,35 @@
|
|
279
492
|
}
|
280
493
|
],
|
281
494
|
"internalType": "struct Fee",
|
282
|
-
"name": "
|
495
|
+
"name": "minDistributionOwnerFee",
|
283
496
|
"type": "tuple"
|
284
497
|
},
|
285
498
|
{
|
286
|
-
"
|
287
|
-
|
288
|
-
|
499
|
+
"components": [
|
500
|
+
{
|
501
|
+
"internalType": "UFixed",
|
502
|
+
"name": "fractionalFee",
|
503
|
+
"type": "uint256"
|
504
|
+
},
|
505
|
+
{
|
506
|
+
"internalType": "uint256",
|
507
|
+
"name": "fixedFee",
|
508
|
+
"type": "uint256"
|
509
|
+
}
|
510
|
+
],
|
511
|
+
"internalType": "struct Fee",
|
512
|
+
"name": "distributionFee",
|
513
|
+
"type": "tuple"
|
289
514
|
},
|
290
515
|
{
|
291
516
|
"internalType": "address",
|
292
517
|
"name": "wallet",
|
293
518
|
"type": "address"
|
519
|
+
},
|
520
|
+
{
|
521
|
+
"internalType": "uint256",
|
522
|
+
"name": "sumDistributionOwnerFees",
|
523
|
+
"type": "uint256"
|
294
524
|
}
|
295
525
|
],
|
296
526
|
"internalType": "struct ISetup.DistributionSetupInfo",
|
@@ -307,98 +537,108 @@
|
|
307
537
|
"inputs": [
|
308
538
|
{
|
309
539
|
"internalType": "NftId",
|
310
|
-
"name": "
|
540
|
+
"name": "nftId",
|
311
541
|
"type": "uint96"
|
312
542
|
},
|
313
543
|
{
|
314
544
|
"components": [
|
315
545
|
{
|
316
|
-
"internalType": "
|
317
|
-
"name": "
|
318
|
-
"type": "uint96"
|
319
|
-
},
|
320
|
-
{
|
321
|
-
"internalType": "NftId",
|
322
|
-
"name": "bundleNftId",
|
323
|
-
"type": "uint96"
|
324
|
-
},
|
325
|
-
{
|
326
|
-
"internalType": "ReferralId",
|
327
|
-
"name": "referralId",
|
546
|
+
"internalType": "DistributorType",
|
547
|
+
"name": "distributorType",
|
328
548
|
"type": "bytes8"
|
329
549
|
},
|
330
550
|
{
|
331
|
-
"internalType": "
|
332
|
-
"name": "
|
333
|
-
"type": "
|
551
|
+
"internalType": "bool",
|
552
|
+
"name": "active",
|
553
|
+
"type": "bool"
|
334
554
|
},
|
335
555
|
{
|
336
|
-
"internalType": "
|
337
|
-
"name": "
|
338
|
-
"type": "
|
556
|
+
"internalType": "bytes",
|
557
|
+
"name": "data",
|
558
|
+
"type": "bytes"
|
339
559
|
},
|
340
560
|
{
|
341
561
|
"internalType": "uint256",
|
342
|
-
"name": "
|
562
|
+
"name": "sumCommisions",
|
343
563
|
"type": "uint256"
|
344
564
|
},
|
345
565
|
{
|
346
566
|
"internalType": "uint256",
|
347
|
-
"name": "
|
348
|
-
"type": "uint256"
|
349
|
-
},
|
350
|
-
{
|
351
|
-
"internalType": "uint256",
|
352
|
-
"name": "lifetime",
|
567
|
+
"name": "numPoliciesSold",
|
353
568
|
"type": "uint256"
|
569
|
+
}
|
570
|
+
],
|
571
|
+
"internalType": "struct IDistribution.DistributorInfo",
|
572
|
+
"name": "info",
|
573
|
+
"type": "tuple"
|
574
|
+
}
|
575
|
+
],
|
576
|
+
"name": "createDistributor",
|
577
|
+
"outputs": [],
|
578
|
+
"stateMutability": "nonpayable",
|
579
|
+
"type": "function"
|
580
|
+
},
|
581
|
+
{
|
582
|
+
"inputs": [
|
583
|
+
{
|
584
|
+
"internalType": "Key32",
|
585
|
+
"name": "distributorKey",
|
586
|
+
"type": "bytes32"
|
587
|
+
},
|
588
|
+
{
|
589
|
+
"components": [
|
590
|
+
{
|
591
|
+
"internalType": "string",
|
592
|
+
"name": "name",
|
593
|
+
"type": "string"
|
354
594
|
},
|
355
595
|
{
|
356
|
-
"internalType": "
|
357
|
-
"name": "
|
358
|
-
"type": "
|
596
|
+
"internalType": "UFixed",
|
597
|
+
"name": "minDiscountPercentage",
|
598
|
+
"type": "uint256"
|
359
599
|
},
|
360
600
|
{
|
361
|
-
"internalType": "
|
362
|
-
"name": "
|
363
|
-
"type": "
|
601
|
+
"internalType": "UFixed",
|
602
|
+
"name": "maxDiscountPercentage",
|
603
|
+
"type": "uint256"
|
364
604
|
},
|
365
605
|
{
|
366
|
-
"internalType": "
|
367
|
-
"name": "
|
368
|
-
"type": "
|
606
|
+
"internalType": "UFixed",
|
607
|
+
"name": "commissionPercentage",
|
608
|
+
"type": "uint256"
|
369
609
|
},
|
370
610
|
{
|
371
|
-
"internalType": "
|
372
|
-
"name": "
|
373
|
-
"type": "
|
611
|
+
"internalType": "uint32",
|
612
|
+
"name": "maxReferralCount",
|
613
|
+
"type": "uint32"
|
374
614
|
},
|
375
615
|
{
|
376
|
-
"internalType": "
|
377
|
-
"name": "
|
378
|
-
"type": "
|
616
|
+
"internalType": "uint32",
|
617
|
+
"name": "maxReferralLifetime",
|
618
|
+
"type": "uint32"
|
379
619
|
},
|
380
620
|
{
|
381
|
-
"internalType": "
|
382
|
-
"name": "
|
383
|
-
"type": "
|
621
|
+
"internalType": "bool",
|
622
|
+
"name": "allowSelfReferrals",
|
623
|
+
"type": "bool"
|
384
624
|
},
|
385
625
|
{
|
386
|
-
"internalType": "
|
387
|
-
"name": "
|
388
|
-
"type": "
|
626
|
+
"internalType": "bool",
|
627
|
+
"name": "allowRenewals",
|
628
|
+
"type": "bool"
|
389
629
|
},
|
390
630
|
{
|
391
|
-
"internalType": "
|
392
|
-
"name": "
|
393
|
-
"type": "
|
631
|
+
"internalType": "bytes",
|
632
|
+
"name": "data",
|
633
|
+
"type": "bytes"
|
394
634
|
}
|
395
635
|
],
|
396
|
-
"internalType": "struct
|
397
|
-
"name": "
|
636
|
+
"internalType": "struct IDistribution.DistributorTypeInfo",
|
637
|
+
"name": "info",
|
398
638
|
"type": "tuple"
|
399
639
|
}
|
400
640
|
],
|
401
|
-
"name": "
|
641
|
+
"name": "createDistributorType",
|
402
642
|
"outputs": [],
|
403
643
|
"stateMutability": "nonpayable",
|
404
644
|
"type": "function"
|
@@ -413,89 +653,43 @@
|
|
413
653
|
{
|
414
654
|
"components": [
|
415
655
|
{
|
416
|
-
"internalType": "
|
417
|
-
"name": "
|
418
|
-
"type": "
|
656
|
+
"internalType": "string",
|
657
|
+
"name": "name",
|
658
|
+
"type": "string"
|
419
659
|
},
|
420
660
|
{
|
421
|
-
"internalType": "contract
|
422
|
-
"name": "
|
661
|
+
"internalType": "contract IERC20Metadata",
|
662
|
+
"name": "token",
|
423
663
|
"type": "address"
|
424
664
|
},
|
425
665
|
{
|
426
|
-
"internalType": "
|
427
|
-
"name": "
|
428
|
-
"type": "
|
429
|
-
},
|
430
|
-
{
|
431
|
-
"components": [
|
432
|
-
{
|
433
|
-
"internalType": "UFixed",
|
434
|
-
"name": "fractionalFee",
|
435
|
-
"type": "uint256"
|
436
|
-
},
|
437
|
-
{
|
438
|
-
"internalType": "uint256",
|
439
|
-
"name": "fixedFee",
|
440
|
-
"type": "uint256"
|
441
|
-
}
|
442
|
-
],
|
443
|
-
"internalType": "struct Fee",
|
444
|
-
"name": "poolFee",
|
445
|
-
"type": "tuple"
|
446
|
-
},
|
447
|
-
{
|
448
|
-
"components": [
|
449
|
-
{
|
450
|
-
"internalType": "UFixed",
|
451
|
-
"name": "fractionalFee",
|
452
|
-
"type": "uint256"
|
453
|
-
},
|
454
|
-
{
|
455
|
-
"internalType": "uint256",
|
456
|
-
"name": "fixedFee",
|
457
|
-
"type": "uint256"
|
458
|
-
}
|
459
|
-
],
|
460
|
-
"internalType": "struct Fee",
|
461
|
-
"name": "stakingFee",
|
462
|
-
"type": "tuple"
|
666
|
+
"internalType": "contract TokenHandler",
|
667
|
+
"name": "tokenHandler",
|
668
|
+
"type": "address"
|
463
669
|
},
|
464
670
|
{
|
465
|
-
"
|
466
|
-
|
467
|
-
|
468
|
-
"name": "fractionalFee",
|
469
|
-
"type": "uint256"
|
470
|
-
},
|
471
|
-
{
|
472
|
-
"internalType": "uint256",
|
473
|
-
"name": "fixedFee",
|
474
|
-
"type": "uint256"
|
475
|
-
}
|
476
|
-
],
|
477
|
-
"internalType": "struct Fee",
|
478
|
-
"name": "performanceFee",
|
479
|
-
"type": "tuple"
|
671
|
+
"internalType": "address",
|
672
|
+
"name": "wallet",
|
673
|
+
"type": "address"
|
480
674
|
},
|
481
675
|
{
|
482
|
-
"internalType": "
|
483
|
-
"name": "
|
484
|
-
"type": "
|
676
|
+
"internalType": "Amount",
|
677
|
+
"name": "balanceAmount",
|
678
|
+
"type": "uint96"
|
485
679
|
},
|
486
680
|
{
|
487
|
-
"internalType": "
|
488
|
-
"name": "
|
489
|
-
"type": "
|
681
|
+
"internalType": "Amount",
|
682
|
+
"name": "feeAmount",
|
683
|
+
"type": "uint96"
|
490
684
|
},
|
491
685
|
{
|
492
|
-
"internalType": "
|
493
|
-
"name": "
|
494
|
-
"type": "
|
686
|
+
"internalType": "bytes",
|
687
|
+
"name": "data",
|
688
|
+
"type": "bytes"
|
495
689
|
}
|
496
690
|
],
|
497
|
-
"internalType": "struct
|
498
|
-
"name": "
|
691
|
+
"internalType": "struct IComponents.ComponentInfo",
|
692
|
+
"name": "info",
|
499
693
|
"type": "tuple"
|
500
694
|
}
|
501
695
|
],
|
@@ -533,23 +727,6 @@
|
|
533
727
|
"name": "poolNftId",
|
534
728
|
"type": "uint96"
|
535
729
|
},
|
536
|
-
{
|
537
|
-
"components": [
|
538
|
-
{
|
539
|
-
"internalType": "UFixed",
|
540
|
-
"name": "fractionalFee",
|
541
|
-
"type": "uint256"
|
542
|
-
},
|
543
|
-
{
|
544
|
-
"internalType": "uint256",
|
545
|
-
"name": "fixedFee",
|
546
|
-
"type": "uint256"
|
547
|
-
}
|
548
|
-
],
|
549
|
-
"internalType": "struct Fee",
|
550
|
-
"name": "distributionFee",
|
551
|
-
"type": "tuple"
|
552
|
-
},
|
553
730
|
{
|
554
731
|
"components": [
|
555
732
|
{
|
@@ -584,57 +761,6 @@
|
|
584
761
|
"name": "processingFee",
|
585
762
|
"type": "tuple"
|
586
763
|
},
|
587
|
-
{
|
588
|
-
"components": [
|
589
|
-
{
|
590
|
-
"internalType": "UFixed",
|
591
|
-
"name": "fractionalFee",
|
592
|
-
"type": "uint256"
|
593
|
-
},
|
594
|
-
{
|
595
|
-
"internalType": "uint256",
|
596
|
-
"name": "fixedFee",
|
597
|
-
"type": "uint256"
|
598
|
-
}
|
599
|
-
],
|
600
|
-
"internalType": "struct Fee",
|
601
|
-
"name": "poolFee",
|
602
|
-
"type": "tuple"
|
603
|
-
},
|
604
|
-
{
|
605
|
-
"components": [
|
606
|
-
{
|
607
|
-
"internalType": "UFixed",
|
608
|
-
"name": "fractionalFee",
|
609
|
-
"type": "uint256"
|
610
|
-
},
|
611
|
-
{
|
612
|
-
"internalType": "uint256",
|
613
|
-
"name": "fixedFee",
|
614
|
-
"type": "uint256"
|
615
|
-
}
|
616
|
-
],
|
617
|
-
"internalType": "struct Fee",
|
618
|
-
"name": "stakingFee",
|
619
|
-
"type": "tuple"
|
620
|
-
},
|
621
|
-
{
|
622
|
-
"components": [
|
623
|
-
{
|
624
|
-
"internalType": "UFixed",
|
625
|
-
"name": "fractionalFee",
|
626
|
-
"type": "uint256"
|
627
|
-
},
|
628
|
-
{
|
629
|
-
"internalType": "uint256",
|
630
|
-
"name": "fixedFee",
|
631
|
-
"type": "uint256"
|
632
|
-
}
|
633
|
-
],
|
634
|
-
"internalType": "struct Fee",
|
635
|
-
"name": "performanceFee",
|
636
|
-
"type": "tuple"
|
637
|
-
},
|
638
764
|
{
|
639
765
|
"internalType": "bool",
|
640
766
|
"name": "isIntercepting",
|
@@ -656,6 +782,61 @@
|
|
656
782
|
"stateMutability": "nonpayable",
|
657
783
|
"type": "function"
|
658
784
|
},
|
785
|
+
{
|
786
|
+
"inputs": [
|
787
|
+
{
|
788
|
+
"internalType": "Key32",
|
789
|
+
"name": "referralKey",
|
790
|
+
"type": "bytes32"
|
791
|
+
},
|
792
|
+
{
|
793
|
+
"components": [
|
794
|
+
{
|
795
|
+
"internalType": "NftId",
|
796
|
+
"name": "distributorNftId",
|
797
|
+
"type": "uint96"
|
798
|
+
},
|
799
|
+
{
|
800
|
+
"internalType": "string",
|
801
|
+
"name": "referralCode",
|
802
|
+
"type": "string"
|
803
|
+
},
|
804
|
+
{
|
805
|
+
"internalType": "UFixed",
|
806
|
+
"name": "discountPercentage",
|
807
|
+
"type": "uint256"
|
808
|
+
},
|
809
|
+
{
|
810
|
+
"internalType": "uint32",
|
811
|
+
"name": "maxReferrals",
|
812
|
+
"type": "uint32"
|
813
|
+
},
|
814
|
+
{
|
815
|
+
"internalType": "uint32",
|
816
|
+
"name": "usedReferrals",
|
817
|
+
"type": "uint32"
|
818
|
+
},
|
819
|
+
{
|
820
|
+
"internalType": "Timestamp",
|
821
|
+
"name": "expiryAt",
|
822
|
+
"type": "uint40"
|
823
|
+
},
|
824
|
+
{
|
825
|
+
"internalType": "bytes",
|
826
|
+
"name": "data",
|
827
|
+
"type": "bytes"
|
828
|
+
}
|
829
|
+
],
|
830
|
+
"internalType": "struct IDistribution.ReferralInfo",
|
831
|
+
"name": "referralInfo",
|
832
|
+
"type": "tuple"
|
833
|
+
}
|
834
|
+
],
|
835
|
+
"name": "createReferral",
|
836
|
+
"outputs": [],
|
837
|
+
"stateMutability": "nonpayable",
|
838
|
+
"type": "function"
|
839
|
+
},
|
659
840
|
{
|
660
841
|
"inputs": [
|
661
842
|
{
|
@@ -778,10 +959,10 @@
|
|
778
959
|
},
|
779
960
|
{
|
780
961
|
"inputs": [],
|
781
|
-
"name": "
|
962
|
+
"name": "getBundleService",
|
782
963
|
"outputs": [
|
783
964
|
{
|
784
|
-
"internalType": "contract
|
965
|
+
"internalType": "contract IBundleService",
|
785
966
|
"name": "",
|
786
967
|
"type": "address"
|
787
968
|
}
|
@@ -822,19 +1003,82 @@
|
|
822
1003
|
"type": "function"
|
823
1004
|
},
|
824
1005
|
{
|
825
|
-
"inputs": [
|
826
|
-
|
827
|
-
"internalType": "ObjectType",
|
828
|
-
"name": "objectType",
|
829
|
-
"type": "uint8"
|
830
|
-
}
|
831
|
-
],
|
832
|
-
"name": "getInitialState",
|
1006
|
+
"inputs": [],
|
1007
|
+
"name": "getInitialInfo",
|
833
1008
|
"outputs": [
|
834
1009
|
{
|
835
|
-
"
|
836
|
-
|
837
|
-
|
1010
|
+
"components": [
|
1011
|
+
{
|
1012
|
+
"internalType": "NftId",
|
1013
|
+
"name": "nftId",
|
1014
|
+
"type": "uint96"
|
1015
|
+
},
|
1016
|
+
{
|
1017
|
+
"internalType": "NftId",
|
1018
|
+
"name": "parentNftId",
|
1019
|
+
"type": "uint96"
|
1020
|
+
},
|
1021
|
+
{
|
1022
|
+
"internalType": "ObjectType",
|
1023
|
+
"name": "objectType",
|
1024
|
+
"type": "uint8"
|
1025
|
+
},
|
1026
|
+
{
|
1027
|
+
"internalType": "bool",
|
1028
|
+
"name": "isInterceptor",
|
1029
|
+
"type": "bool"
|
1030
|
+
},
|
1031
|
+
{
|
1032
|
+
"internalType": "address",
|
1033
|
+
"name": "objectAddress",
|
1034
|
+
"type": "address"
|
1035
|
+
},
|
1036
|
+
{
|
1037
|
+
"internalType": "address",
|
1038
|
+
"name": "initialOwner",
|
1039
|
+
"type": "address"
|
1040
|
+
},
|
1041
|
+
{
|
1042
|
+
"internalType": "bytes",
|
1043
|
+
"name": "data",
|
1044
|
+
"type": "bytes"
|
1045
|
+
}
|
1046
|
+
],
|
1047
|
+
"internalType": "struct IRegistry.ObjectInfo",
|
1048
|
+
"name": "",
|
1049
|
+
"type": "tuple"
|
1050
|
+
}
|
1051
|
+
],
|
1052
|
+
"stateMutability": "view",
|
1053
|
+
"type": "function"
|
1054
|
+
},
|
1055
|
+
{
|
1056
|
+
"inputs": [
|
1057
|
+
{
|
1058
|
+
"internalType": "ObjectType",
|
1059
|
+
"name": "objectType",
|
1060
|
+
"type": "uint8"
|
1061
|
+
}
|
1062
|
+
],
|
1063
|
+
"name": "getInitialState",
|
1064
|
+
"outputs": [
|
1065
|
+
{
|
1066
|
+
"internalType": "StateId",
|
1067
|
+
"name": "",
|
1068
|
+
"type": "uint8"
|
1069
|
+
}
|
1070
|
+
],
|
1071
|
+
"stateMutability": "view",
|
1072
|
+
"type": "function"
|
1073
|
+
},
|
1074
|
+
{
|
1075
|
+
"inputs": [],
|
1076
|
+
"name": "getInstanceAccessManager",
|
1077
|
+
"outputs": [
|
1078
|
+
{
|
1079
|
+
"internalType": "contract InstanceAccessManager",
|
1080
|
+
"name": "",
|
1081
|
+
"type": "address"
|
838
1082
|
}
|
839
1083
|
],
|
840
1084
|
"stateMutability": "view",
|
@@ -853,6 +1097,19 @@
|
|
853
1097
|
"stateMutability": "view",
|
854
1098
|
"type": "function"
|
855
1099
|
},
|
1100
|
+
{
|
1101
|
+
"inputs": [],
|
1102
|
+
"name": "getMajorVersion",
|
1103
|
+
"outputs": [
|
1104
|
+
{
|
1105
|
+
"internalType": "VersionPart",
|
1106
|
+
"name": "majorVersion",
|
1107
|
+
"type": "uint8"
|
1108
|
+
}
|
1109
|
+
],
|
1110
|
+
"stateMutability": "pure",
|
1111
|
+
"type": "function"
|
1112
|
+
},
|
856
1113
|
{
|
857
1114
|
"inputs": [
|
858
1115
|
{
|
@@ -899,6 +1156,45 @@
|
|
899
1156
|
"stateMutability": "view",
|
900
1157
|
"type": "function"
|
901
1158
|
},
|
1159
|
+
{
|
1160
|
+
"inputs": [],
|
1161
|
+
"name": "getNftId",
|
1162
|
+
"outputs": [
|
1163
|
+
{
|
1164
|
+
"internalType": "NftId",
|
1165
|
+
"name": "",
|
1166
|
+
"type": "uint96"
|
1167
|
+
}
|
1168
|
+
],
|
1169
|
+
"stateMutability": "view",
|
1170
|
+
"type": "function"
|
1171
|
+
},
|
1172
|
+
{
|
1173
|
+
"inputs": [],
|
1174
|
+
"name": "getOwner",
|
1175
|
+
"outputs": [
|
1176
|
+
{
|
1177
|
+
"internalType": "address",
|
1178
|
+
"name": "",
|
1179
|
+
"type": "address"
|
1180
|
+
}
|
1181
|
+
],
|
1182
|
+
"stateMutability": "view",
|
1183
|
+
"type": "function"
|
1184
|
+
},
|
1185
|
+
{
|
1186
|
+
"inputs": [],
|
1187
|
+
"name": "getPolicyService",
|
1188
|
+
"outputs": [
|
1189
|
+
{
|
1190
|
+
"internalType": "contract IPolicyService",
|
1191
|
+
"name": "",
|
1192
|
+
"type": "address"
|
1193
|
+
}
|
1194
|
+
],
|
1195
|
+
"stateMutability": "view",
|
1196
|
+
"type": "function"
|
1197
|
+
},
|
902
1198
|
{
|
903
1199
|
"inputs": [],
|
904
1200
|
"name": "getPoolService",
|
@@ -925,6 +1221,32 @@
|
|
925
1221
|
"stateMutability": "view",
|
926
1222
|
"type": "function"
|
927
1223
|
},
|
1224
|
+
{
|
1225
|
+
"inputs": [],
|
1226
|
+
"name": "getRegistry",
|
1227
|
+
"outputs": [
|
1228
|
+
{
|
1229
|
+
"internalType": "contract IRegistry",
|
1230
|
+
"name": "",
|
1231
|
+
"type": "address"
|
1232
|
+
}
|
1233
|
+
],
|
1234
|
+
"stateMutability": "view",
|
1235
|
+
"type": "function"
|
1236
|
+
},
|
1237
|
+
{
|
1238
|
+
"inputs": [],
|
1239
|
+
"name": "getRegistryAddress",
|
1240
|
+
"outputs": [
|
1241
|
+
{
|
1242
|
+
"internalType": "address",
|
1243
|
+
"name": "",
|
1244
|
+
"type": "address"
|
1245
|
+
}
|
1246
|
+
],
|
1247
|
+
"stateMutability": "view",
|
1248
|
+
"type": "function"
|
1249
|
+
},
|
928
1250
|
{
|
929
1251
|
"inputs": [
|
930
1252
|
{
|
@@ -963,6 +1285,19 @@
|
|
963
1285
|
"stateMutability": "view",
|
964
1286
|
"type": "function"
|
965
1287
|
},
|
1288
|
+
{
|
1289
|
+
"inputs": [],
|
1290
|
+
"name": "isConsumingScheduledOp",
|
1291
|
+
"outputs": [
|
1292
|
+
{
|
1293
|
+
"internalType": "bytes4",
|
1294
|
+
"name": "",
|
1295
|
+
"type": "bytes4"
|
1296
|
+
}
|
1297
|
+
],
|
1298
|
+
"stateMutability": "view",
|
1299
|
+
"type": "function"
|
1300
|
+
},
|
966
1301
|
{
|
967
1302
|
"inputs": [
|
968
1303
|
{
|
@@ -992,6 +1327,80 @@
|
|
992
1327
|
"stateMutability": "view",
|
993
1328
|
"type": "function"
|
994
1329
|
},
|
1330
|
+
{
|
1331
|
+
"inputs": [],
|
1332
|
+
"name": "linkToRegisteredNftId",
|
1333
|
+
"outputs": [],
|
1334
|
+
"stateMutability": "nonpayable",
|
1335
|
+
"type": "function"
|
1336
|
+
},
|
1337
|
+
{
|
1338
|
+
"inputs": [
|
1339
|
+
{
|
1340
|
+
"internalType": "address",
|
1341
|
+
"name": "to",
|
1342
|
+
"type": "address"
|
1343
|
+
},
|
1344
|
+
{
|
1345
|
+
"internalType": "uint256",
|
1346
|
+
"name": "tokenId",
|
1347
|
+
"type": "uint256"
|
1348
|
+
}
|
1349
|
+
],
|
1350
|
+
"name": "nftMint",
|
1351
|
+
"outputs": [],
|
1352
|
+
"stateMutability": "nonpayable",
|
1353
|
+
"type": "function"
|
1354
|
+
},
|
1355
|
+
{
|
1356
|
+
"inputs": [
|
1357
|
+
{
|
1358
|
+
"internalType": "address",
|
1359
|
+
"name": "from",
|
1360
|
+
"type": "address"
|
1361
|
+
},
|
1362
|
+
{
|
1363
|
+
"internalType": "address",
|
1364
|
+
"name": "to",
|
1365
|
+
"type": "address"
|
1366
|
+
},
|
1367
|
+
{
|
1368
|
+
"internalType": "uint256",
|
1369
|
+
"name": "tokenId",
|
1370
|
+
"type": "uint256"
|
1371
|
+
}
|
1372
|
+
],
|
1373
|
+
"name": "nftTransferFrom",
|
1374
|
+
"outputs": [],
|
1375
|
+
"stateMutability": "nonpayable",
|
1376
|
+
"type": "function"
|
1377
|
+
},
|
1378
|
+
{
|
1379
|
+
"inputs": [
|
1380
|
+
{
|
1381
|
+
"internalType": "address",
|
1382
|
+
"name": "",
|
1383
|
+
"type": "address"
|
1384
|
+
}
|
1385
|
+
],
|
1386
|
+
"name": "setAuthority",
|
1387
|
+
"outputs": [],
|
1388
|
+
"stateMutability": "nonpayable",
|
1389
|
+
"type": "function"
|
1390
|
+
},
|
1391
|
+
{
|
1392
|
+
"inputs": [
|
1393
|
+
{
|
1394
|
+
"internalType": "contract InstanceAccessManager",
|
1395
|
+
"name": "accessManager",
|
1396
|
+
"type": "address"
|
1397
|
+
}
|
1398
|
+
],
|
1399
|
+
"name": "setInstanceAccessManager",
|
1400
|
+
"outputs": [],
|
1401
|
+
"stateMutability": "nonpayable",
|
1402
|
+
"type": "function"
|
1403
|
+
},
|
995
1404
|
{
|
996
1405
|
"inputs": [
|
997
1406
|
{
|
@@ -1035,6 +1444,129 @@
|
|
1035
1444
|
"stateMutability": "pure",
|
1036
1445
|
"type": "function"
|
1037
1446
|
},
|
1447
|
+
{
|
1448
|
+
"inputs": [
|
1449
|
+
{
|
1450
|
+
"internalType": "NftId",
|
1451
|
+
"name": "applicationNftId",
|
1452
|
+
"type": "uint96"
|
1453
|
+
},
|
1454
|
+
{
|
1455
|
+
"components": [
|
1456
|
+
{
|
1457
|
+
"internalType": "NftId",
|
1458
|
+
"name": "productNftId",
|
1459
|
+
"type": "uint96"
|
1460
|
+
},
|
1461
|
+
{
|
1462
|
+
"internalType": "NftId",
|
1463
|
+
"name": "bundleNftId",
|
1464
|
+
"type": "uint96"
|
1465
|
+
},
|
1466
|
+
{
|
1467
|
+
"internalType": "ReferralId",
|
1468
|
+
"name": "referralId",
|
1469
|
+
"type": "bytes8"
|
1470
|
+
},
|
1471
|
+
{
|
1472
|
+
"internalType": "RiskId",
|
1473
|
+
"name": "riskId",
|
1474
|
+
"type": "bytes8"
|
1475
|
+
},
|
1476
|
+
{
|
1477
|
+
"internalType": "uint256",
|
1478
|
+
"name": "sumInsuredAmount",
|
1479
|
+
"type": "uint256"
|
1480
|
+
},
|
1481
|
+
{
|
1482
|
+
"internalType": "uint256",
|
1483
|
+
"name": "premiumAmount",
|
1484
|
+
"type": "uint256"
|
1485
|
+
},
|
1486
|
+
{
|
1487
|
+
"internalType": "uint256",
|
1488
|
+
"name": "premiumPaidAmount",
|
1489
|
+
"type": "uint256"
|
1490
|
+
},
|
1491
|
+
{
|
1492
|
+
"internalType": "Seconds",
|
1493
|
+
"name": "lifetime",
|
1494
|
+
"type": "uint40"
|
1495
|
+
},
|
1496
|
+
{
|
1497
|
+
"internalType": "bytes",
|
1498
|
+
"name": "applicationData",
|
1499
|
+
"type": "bytes"
|
1500
|
+
},
|
1501
|
+
{
|
1502
|
+
"internalType": "bytes",
|
1503
|
+
"name": "policyData",
|
1504
|
+
"type": "bytes"
|
1505
|
+
},
|
1506
|
+
{
|
1507
|
+
"internalType": "uint16",
|
1508
|
+
"name": "claimsCount",
|
1509
|
+
"type": "uint16"
|
1510
|
+
},
|
1511
|
+
{
|
1512
|
+
"internalType": "uint16",
|
1513
|
+
"name": "openClaimsCount",
|
1514
|
+
"type": "uint16"
|
1515
|
+
},
|
1516
|
+
{
|
1517
|
+
"internalType": "uint256",
|
1518
|
+
"name": "payoutAmount",
|
1519
|
+
"type": "uint256"
|
1520
|
+
},
|
1521
|
+
{
|
1522
|
+
"internalType": "Timestamp",
|
1523
|
+
"name": "activatedAt",
|
1524
|
+
"type": "uint40"
|
1525
|
+
},
|
1526
|
+
{
|
1527
|
+
"internalType": "Timestamp",
|
1528
|
+
"name": "expiredAt",
|
1529
|
+
"type": "uint40"
|
1530
|
+
},
|
1531
|
+
{
|
1532
|
+
"internalType": "Timestamp",
|
1533
|
+
"name": "closedAt",
|
1534
|
+
"type": "uint40"
|
1535
|
+
}
|
1536
|
+
],
|
1537
|
+
"internalType": "struct IPolicy.PolicyInfo",
|
1538
|
+
"name": "policy",
|
1539
|
+
"type": "tuple"
|
1540
|
+
},
|
1541
|
+
{
|
1542
|
+
"internalType": "StateId",
|
1543
|
+
"name": "newState",
|
1544
|
+
"type": "uint8"
|
1545
|
+
}
|
1546
|
+
],
|
1547
|
+
"name": "updateApplication",
|
1548
|
+
"outputs": [],
|
1549
|
+
"stateMutability": "nonpayable",
|
1550
|
+
"type": "function"
|
1551
|
+
},
|
1552
|
+
{
|
1553
|
+
"inputs": [
|
1554
|
+
{
|
1555
|
+
"internalType": "NftId",
|
1556
|
+
"name": "applicationNftId",
|
1557
|
+
"type": "uint96"
|
1558
|
+
},
|
1559
|
+
{
|
1560
|
+
"internalType": "StateId",
|
1561
|
+
"name": "newState",
|
1562
|
+
"type": "uint8"
|
1563
|
+
}
|
1564
|
+
],
|
1565
|
+
"name": "updateApplicationState",
|
1566
|
+
"outputs": [],
|
1567
|
+
"stateMutability": "nonpayable",
|
1568
|
+
"type": "function"
|
1569
|
+
},
|
1038
1570
|
{
|
1039
1571
|
"inputs": [
|
1040
1572
|
{
|
@@ -1072,24 +1604,24 @@
|
|
1072
1604
|
"type": "bytes"
|
1073
1605
|
},
|
1074
1606
|
{
|
1075
|
-
"internalType": "
|
1607
|
+
"internalType": "Amount",
|
1076
1608
|
"name": "capitalAmount",
|
1077
|
-
"type": "
|
1609
|
+
"type": "uint96"
|
1078
1610
|
},
|
1079
1611
|
{
|
1080
|
-
"internalType": "
|
1612
|
+
"internalType": "Amount",
|
1081
1613
|
"name": "lockedAmount",
|
1082
|
-
"type": "
|
1614
|
+
"type": "uint96"
|
1083
1615
|
},
|
1084
1616
|
{
|
1085
|
-
"internalType": "
|
1086
|
-
"name": "
|
1087
|
-
"type": "
|
1617
|
+
"internalType": "Amount",
|
1618
|
+
"name": "feeAmount",
|
1619
|
+
"type": "uint96"
|
1088
1620
|
},
|
1089
1621
|
{
|
1090
|
-
"internalType": "
|
1622
|
+
"internalType": "Seconds",
|
1091
1623
|
"name": "lifetime",
|
1092
|
-
"type": "
|
1624
|
+
"type": "uint40"
|
1093
1625
|
},
|
1094
1626
|
{
|
1095
1627
|
"internalType": "Timestamp",
|
@@ -1145,45 +1677,218 @@
|
|
1145
1677
|
{
|
1146
1678
|
"components": [
|
1147
1679
|
{
|
1148
|
-
"internalType": "NftId",
|
1149
|
-
"name": "productNftId",
|
1150
|
-
"type": "uint96"
|
1680
|
+
"internalType": "NftId",
|
1681
|
+
"name": "productNftId",
|
1682
|
+
"type": "uint96"
|
1683
|
+
},
|
1684
|
+
{
|
1685
|
+
"internalType": "contract TokenHandler",
|
1686
|
+
"name": "tokenHandler",
|
1687
|
+
"type": "address"
|
1688
|
+
},
|
1689
|
+
{
|
1690
|
+
"components": [
|
1691
|
+
{
|
1692
|
+
"internalType": "UFixed",
|
1693
|
+
"name": "fractionalFee",
|
1694
|
+
"type": "uint256"
|
1695
|
+
},
|
1696
|
+
{
|
1697
|
+
"internalType": "uint256",
|
1698
|
+
"name": "fixedFee",
|
1699
|
+
"type": "uint256"
|
1700
|
+
}
|
1701
|
+
],
|
1702
|
+
"internalType": "struct Fee",
|
1703
|
+
"name": "minDistributionOwnerFee",
|
1704
|
+
"type": "tuple"
|
1705
|
+
},
|
1706
|
+
{
|
1707
|
+
"components": [
|
1708
|
+
{
|
1709
|
+
"internalType": "UFixed",
|
1710
|
+
"name": "fractionalFee",
|
1711
|
+
"type": "uint256"
|
1712
|
+
},
|
1713
|
+
{
|
1714
|
+
"internalType": "uint256",
|
1715
|
+
"name": "fixedFee",
|
1716
|
+
"type": "uint256"
|
1717
|
+
}
|
1718
|
+
],
|
1719
|
+
"internalType": "struct Fee",
|
1720
|
+
"name": "distributionFee",
|
1721
|
+
"type": "tuple"
|
1722
|
+
},
|
1723
|
+
{
|
1724
|
+
"internalType": "address",
|
1725
|
+
"name": "wallet",
|
1726
|
+
"type": "address"
|
1727
|
+
},
|
1728
|
+
{
|
1729
|
+
"internalType": "uint256",
|
1730
|
+
"name": "sumDistributionOwnerFees",
|
1731
|
+
"type": "uint256"
|
1732
|
+
}
|
1733
|
+
],
|
1734
|
+
"internalType": "struct ISetup.DistributionSetupInfo",
|
1735
|
+
"name": "setup",
|
1736
|
+
"type": "tuple"
|
1737
|
+
},
|
1738
|
+
{
|
1739
|
+
"internalType": "StateId",
|
1740
|
+
"name": "newState",
|
1741
|
+
"type": "uint8"
|
1742
|
+
}
|
1743
|
+
],
|
1744
|
+
"name": "updateDistributionSetup",
|
1745
|
+
"outputs": [],
|
1746
|
+
"stateMutability": "nonpayable",
|
1747
|
+
"type": "function"
|
1748
|
+
},
|
1749
|
+
{
|
1750
|
+
"inputs": [
|
1751
|
+
{
|
1752
|
+
"internalType": "NftId",
|
1753
|
+
"name": "distributionNftId",
|
1754
|
+
"type": "uint96"
|
1755
|
+
},
|
1756
|
+
{
|
1757
|
+
"internalType": "StateId",
|
1758
|
+
"name": "newState",
|
1759
|
+
"type": "uint8"
|
1760
|
+
}
|
1761
|
+
],
|
1762
|
+
"name": "updateDistributionSetupState",
|
1763
|
+
"outputs": [],
|
1764
|
+
"stateMutability": "nonpayable",
|
1765
|
+
"type": "function"
|
1766
|
+
},
|
1767
|
+
{
|
1768
|
+
"inputs": [
|
1769
|
+
{
|
1770
|
+
"internalType": "NftId",
|
1771
|
+
"name": "nftId",
|
1772
|
+
"type": "uint96"
|
1773
|
+
},
|
1774
|
+
{
|
1775
|
+
"components": [
|
1776
|
+
{
|
1777
|
+
"internalType": "DistributorType",
|
1778
|
+
"name": "distributorType",
|
1779
|
+
"type": "bytes8"
|
1780
|
+
},
|
1781
|
+
{
|
1782
|
+
"internalType": "bool",
|
1783
|
+
"name": "active",
|
1784
|
+
"type": "bool"
|
1785
|
+
},
|
1786
|
+
{
|
1787
|
+
"internalType": "bytes",
|
1788
|
+
"name": "data",
|
1789
|
+
"type": "bytes"
|
1790
|
+
},
|
1791
|
+
{
|
1792
|
+
"internalType": "uint256",
|
1793
|
+
"name": "sumCommisions",
|
1794
|
+
"type": "uint256"
|
1795
|
+
},
|
1796
|
+
{
|
1797
|
+
"internalType": "uint256",
|
1798
|
+
"name": "numPoliciesSold",
|
1799
|
+
"type": "uint256"
|
1800
|
+
}
|
1801
|
+
],
|
1802
|
+
"internalType": "struct IDistribution.DistributorInfo",
|
1803
|
+
"name": "info",
|
1804
|
+
"type": "tuple"
|
1805
|
+
},
|
1806
|
+
{
|
1807
|
+
"internalType": "StateId",
|
1808
|
+
"name": "newState",
|
1809
|
+
"type": "uint8"
|
1810
|
+
}
|
1811
|
+
],
|
1812
|
+
"name": "updateDistributor",
|
1813
|
+
"outputs": [],
|
1814
|
+
"stateMutability": "nonpayable",
|
1815
|
+
"type": "function"
|
1816
|
+
},
|
1817
|
+
{
|
1818
|
+
"inputs": [
|
1819
|
+
{
|
1820
|
+
"internalType": "NftId",
|
1821
|
+
"name": "nftId",
|
1822
|
+
"type": "uint96"
|
1823
|
+
},
|
1824
|
+
{
|
1825
|
+
"internalType": "StateId",
|
1826
|
+
"name": "newState",
|
1827
|
+
"type": "uint8"
|
1828
|
+
}
|
1829
|
+
],
|
1830
|
+
"name": "updateDistributorState",
|
1831
|
+
"outputs": [],
|
1832
|
+
"stateMutability": "nonpayable",
|
1833
|
+
"type": "function"
|
1834
|
+
},
|
1835
|
+
{
|
1836
|
+
"inputs": [
|
1837
|
+
{
|
1838
|
+
"internalType": "Key32",
|
1839
|
+
"name": "distributorKey",
|
1840
|
+
"type": "bytes32"
|
1841
|
+
},
|
1842
|
+
{
|
1843
|
+
"components": [
|
1844
|
+
{
|
1845
|
+
"internalType": "string",
|
1846
|
+
"name": "name",
|
1847
|
+
"type": "string"
|
1848
|
+
},
|
1849
|
+
{
|
1850
|
+
"internalType": "UFixed",
|
1851
|
+
"name": "minDiscountPercentage",
|
1852
|
+
"type": "uint256"
|
1853
|
+
},
|
1854
|
+
{
|
1855
|
+
"internalType": "UFixed",
|
1856
|
+
"name": "maxDiscountPercentage",
|
1857
|
+
"type": "uint256"
|
1151
1858
|
},
|
1152
1859
|
{
|
1153
|
-
"internalType": "
|
1154
|
-
"name": "
|
1155
|
-
"type": "
|
1860
|
+
"internalType": "UFixed",
|
1861
|
+
"name": "commissionPercentage",
|
1862
|
+
"type": "uint256"
|
1156
1863
|
},
|
1157
1864
|
{
|
1158
|
-
"
|
1159
|
-
|
1160
|
-
|
1161
|
-
|
1162
|
-
|
1163
|
-
|
1164
|
-
|
1165
|
-
|
1166
|
-
"name": "fixedFee",
|
1167
|
-
"type": "uint256"
|
1168
|
-
}
|
1169
|
-
],
|
1170
|
-
"internalType": "struct Fee",
|
1171
|
-
"name": "distributionFee",
|
1172
|
-
"type": "tuple"
|
1865
|
+
"internalType": "uint32",
|
1866
|
+
"name": "maxReferralCount",
|
1867
|
+
"type": "uint32"
|
1868
|
+
},
|
1869
|
+
{
|
1870
|
+
"internalType": "uint32",
|
1871
|
+
"name": "maxReferralLifetime",
|
1872
|
+
"type": "uint32"
|
1173
1873
|
},
|
1174
1874
|
{
|
1175
1875
|
"internalType": "bool",
|
1176
|
-
"name": "
|
1876
|
+
"name": "allowSelfReferrals",
|
1177
1877
|
"type": "bool"
|
1178
1878
|
},
|
1179
1879
|
{
|
1180
|
-
"internalType": "
|
1181
|
-
"name": "
|
1182
|
-
"type": "
|
1880
|
+
"internalType": "bool",
|
1881
|
+
"name": "allowRenewals",
|
1882
|
+
"type": "bool"
|
1883
|
+
},
|
1884
|
+
{
|
1885
|
+
"internalType": "bytes",
|
1886
|
+
"name": "data",
|
1887
|
+
"type": "bytes"
|
1183
1888
|
}
|
1184
1889
|
],
|
1185
|
-
"internalType": "struct
|
1186
|
-
"name": "
|
1890
|
+
"internalType": "struct IDistribution.DistributorTypeInfo",
|
1891
|
+
"name": "info",
|
1187
1892
|
"type": "tuple"
|
1188
1893
|
},
|
1189
1894
|
{
|
@@ -1192,7 +1897,7 @@
|
|
1192
1897
|
"type": "uint8"
|
1193
1898
|
}
|
1194
1899
|
],
|
1195
|
-
"name": "
|
1900
|
+
"name": "updateDistributorType",
|
1196
1901
|
"outputs": [],
|
1197
1902
|
"stateMutability": "nonpayable",
|
1198
1903
|
"type": "function"
|
@@ -1200,9 +1905,9 @@
|
|
1200
1905
|
{
|
1201
1906
|
"inputs": [
|
1202
1907
|
{
|
1203
|
-
"internalType": "
|
1204
|
-
"name": "
|
1205
|
-
"type": "
|
1908
|
+
"internalType": "Key32",
|
1909
|
+
"name": "distributorKey",
|
1910
|
+
"type": "bytes32"
|
1206
1911
|
},
|
1207
1912
|
{
|
1208
1913
|
"internalType": "StateId",
|
@@ -1210,7 +1915,7 @@
|
|
1210
1915
|
"type": "uint8"
|
1211
1916
|
}
|
1212
1917
|
],
|
1213
|
-
"name": "
|
1918
|
+
"name": "updateDistributorTypeState",
|
1214
1919
|
"outputs": [],
|
1215
1920
|
"stateMutability": "nonpayable",
|
1216
1921
|
"type": "function"
|
@@ -1260,9 +1965,9 @@
|
|
1260
1965
|
"type": "uint256"
|
1261
1966
|
},
|
1262
1967
|
{
|
1263
|
-
"internalType": "
|
1968
|
+
"internalType": "Seconds",
|
1264
1969
|
"name": "lifetime",
|
1265
|
-
"type": "
|
1970
|
+
"type": "uint40"
|
1266
1971
|
},
|
1267
1972
|
{
|
1268
1973
|
"internalType": "bytes",
|
@@ -1348,89 +2053,43 @@
|
|
1348
2053
|
{
|
1349
2054
|
"components": [
|
1350
2055
|
{
|
1351
|
-
"internalType": "
|
1352
|
-
"name": "
|
1353
|
-
"type": "
|
2056
|
+
"internalType": "string",
|
2057
|
+
"name": "name",
|
2058
|
+
"type": "string"
|
1354
2059
|
},
|
1355
2060
|
{
|
1356
|
-
"internalType": "contract
|
1357
|
-
"name": "
|
2061
|
+
"internalType": "contract IERC20Metadata",
|
2062
|
+
"name": "token",
|
1358
2063
|
"type": "address"
|
1359
2064
|
},
|
1360
2065
|
{
|
1361
|
-
"internalType": "
|
1362
|
-
"name": "
|
1363
|
-
"type": "
|
1364
|
-
},
|
1365
|
-
{
|
1366
|
-
"components": [
|
1367
|
-
{
|
1368
|
-
"internalType": "UFixed",
|
1369
|
-
"name": "fractionalFee",
|
1370
|
-
"type": "uint256"
|
1371
|
-
},
|
1372
|
-
{
|
1373
|
-
"internalType": "uint256",
|
1374
|
-
"name": "fixedFee",
|
1375
|
-
"type": "uint256"
|
1376
|
-
}
|
1377
|
-
],
|
1378
|
-
"internalType": "struct Fee",
|
1379
|
-
"name": "poolFee",
|
1380
|
-
"type": "tuple"
|
1381
|
-
},
|
1382
|
-
{
|
1383
|
-
"components": [
|
1384
|
-
{
|
1385
|
-
"internalType": "UFixed",
|
1386
|
-
"name": "fractionalFee",
|
1387
|
-
"type": "uint256"
|
1388
|
-
},
|
1389
|
-
{
|
1390
|
-
"internalType": "uint256",
|
1391
|
-
"name": "fixedFee",
|
1392
|
-
"type": "uint256"
|
1393
|
-
}
|
1394
|
-
],
|
1395
|
-
"internalType": "struct Fee",
|
1396
|
-
"name": "stakingFee",
|
1397
|
-
"type": "tuple"
|
2066
|
+
"internalType": "contract TokenHandler",
|
2067
|
+
"name": "tokenHandler",
|
2068
|
+
"type": "address"
|
1398
2069
|
},
|
1399
2070
|
{
|
1400
|
-
"
|
1401
|
-
|
1402
|
-
|
1403
|
-
"name": "fractionalFee",
|
1404
|
-
"type": "uint256"
|
1405
|
-
},
|
1406
|
-
{
|
1407
|
-
"internalType": "uint256",
|
1408
|
-
"name": "fixedFee",
|
1409
|
-
"type": "uint256"
|
1410
|
-
}
|
1411
|
-
],
|
1412
|
-
"internalType": "struct Fee",
|
1413
|
-
"name": "performanceFee",
|
1414
|
-
"type": "tuple"
|
2071
|
+
"internalType": "address",
|
2072
|
+
"name": "wallet",
|
2073
|
+
"type": "address"
|
1415
2074
|
},
|
1416
2075
|
{
|
1417
|
-
"internalType": "
|
1418
|
-
"name": "
|
1419
|
-
"type": "
|
2076
|
+
"internalType": "Amount",
|
2077
|
+
"name": "balanceAmount",
|
2078
|
+
"type": "uint96"
|
1420
2079
|
},
|
1421
2080
|
{
|
1422
|
-
"internalType": "
|
1423
|
-
"name": "
|
1424
|
-
"type": "
|
2081
|
+
"internalType": "Amount",
|
2082
|
+
"name": "feeAmount",
|
2083
|
+
"type": "uint96"
|
1425
2084
|
},
|
1426
2085
|
{
|
1427
|
-
"internalType": "
|
1428
|
-
"name": "
|
1429
|
-
"type": "
|
2086
|
+
"internalType": "bytes",
|
2087
|
+
"name": "data",
|
2088
|
+
"type": "bytes"
|
1430
2089
|
}
|
1431
2090
|
],
|
1432
|
-
"internalType": "struct
|
1433
|
-
"name": "
|
2091
|
+
"internalType": "struct IComponents.ComponentInfo",
|
2092
|
+
"name": "info",
|
1434
2093
|
"type": "tuple"
|
1435
2094
|
},
|
1436
2095
|
{
|
@@ -1491,23 +2150,6 @@
|
|
1491
2150
|
"name": "poolNftId",
|
1492
2151
|
"type": "uint96"
|
1493
2152
|
},
|
1494
|
-
{
|
1495
|
-
"components": [
|
1496
|
-
{
|
1497
|
-
"internalType": "UFixed",
|
1498
|
-
"name": "fractionalFee",
|
1499
|
-
"type": "uint256"
|
1500
|
-
},
|
1501
|
-
{
|
1502
|
-
"internalType": "uint256",
|
1503
|
-
"name": "fixedFee",
|
1504
|
-
"type": "uint256"
|
1505
|
-
}
|
1506
|
-
],
|
1507
|
-
"internalType": "struct Fee",
|
1508
|
-
"name": "distributionFee",
|
1509
|
-
"type": "tuple"
|
1510
|
-
},
|
1511
2153
|
{
|
1512
2154
|
"components": [
|
1513
2155
|
{
|
@@ -1542,57 +2184,6 @@
|
|
1542
2184
|
"name": "processingFee",
|
1543
2185
|
"type": "tuple"
|
1544
2186
|
},
|
1545
|
-
{
|
1546
|
-
"components": [
|
1547
|
-
{
|
1548
|
-
"internalType": "UFixed",
|
1549
|
-
"name": "fractionalFee",
|
1550
|
-
"type": "uint256"
|
1551
|
-
},
|
1552
|
-
{
|
1553
|
-
"internalType": "uint256",
|
1554
|
-
"name": "fixedFee",
|
1555
|
-
"type": "uint256"
|
1556
|
-
}
|
1557
|
-
],
|
1558
|
-
"internalType": "struct Fee",
|
1559
|
-
"name": "poolFee",
|
1560
|
-
"type": "tuple"
|
1561
|
-
},
|
1562
|
-
{
|
1563
|
-
"components": [
|
1564
|
-
{
|
1565
|
-
"internalType": "UFixed",
|
1566
|
-
"name": "fractionalFee",
|
1567
|
-
"type": "uint256"
|
1568
|
-
},
|
1569
|
-
{
|
1570
|
-
"internalType": "uint256",
|
1571
|
-
"name": "fixedFee",
|
1572
|
-
"type": "uint256"
|
1573
|
-
}
|
1574
|
-
],
|
1575
|
-
"internalType": "struct Fee",
|
1576
|
-
"name": "stakingFee",
|
1577
|
-
"type": "tuple"
|
1578
|
-
},
|
1579
|
-
{
|
1580
|
-
"components": [
|
1581
|
-
{
|
1582
|
-
"internalType": "UFixed",
|
1583
|
-
"name": "fractionalFee",
|
1584
|
-
"type": "uint256"
|
1585
|
-
},
|
1586
|
-
{
|
1587
|
-
"internalType": "uint256",
|
1588
|
-
"name": "fixedFee",
|
1589
|
-
"type": "uint256"
|
1590
|
-
}
|
1591
|
-
],
|
1592
|
-
"internalType": "struct Fee",
|
1593
|
-
"name": "performanceFee",
|
1594
|
-
"type": "tuple"
|
1595
|
-
},
|
1596
2187
|
{
|
1597
2188
|
"internalType": "bool",
|
1598
2189
|
"name": "isIntercepting",
|
@@ -1637,6 +2228,84 @@
|
|
1637
2228
|
"stateMutability": "nonpayable",
|
1638
2229
|
"type": "function"
|
1639
2230
|
},
|
2231
|
+
{
|
2232
|
+
"inputs": [
|
2233
|
+
{
|
2234
|
+
"internalType": "Key32",
|
2235
|
+
"name": "referralKey",
|
2236
|
+
"type": "bytes32"
|
2237
|
+
},
|
2238
|
+
{
|
2239
|
+
"components": [
|
2240
|
+
{
|
2241
|
+
"internalType": "NftId",
|
2242
|
+
"name": "distributorNftId",
|
2243
|
+
"type": "uint96"
|
2244
|
+
},
|
2245
|
+
{
|
2246
|
+
"internalType": "string",
|
2247
|
+
"name": "referralCode",
|
2248
|
+
"type": "string"
|
2249
|
+
},
|
2250
|
+
{
|
2251
|
+
"internalType": "UFixed",
|
2252
|
+
"name": "discountPercentage",
|
2253
|
+
"type": "uint256"
|
2254
|
+
},
|
2255
|
+
{
|
2256
|
+
"internalType": "uint32",
|
2257
|
+
"name": "maxReferrals",
|
2258
|
+
"type": "uint32"
|
2259
|
+
},
|
2260
|
+
{
|
2261
|
+
"internalType": "uint32",
|
2262
|
+
"name": "usedReferrals",
|
2263
|
+
"type": "uint32"
|
2264
|
+
},
|
2265
|
+
{
|
2266
|
+
"internalType": "Timestamp",
|
2267
|
+
"name": "expiryAt",
|
2268
|
+
"type": "uint40"
|
2269
|
+
},
|
2270
|
+
{
|
2271
|
+
"internalType": "bytes",
|
2272
|
+
"name": "data",
|
2273
|
+
"type": "bytes"
|
2274
|
+
}
|
2275
|
+
],
|
2276
|
+
"internalType": "struct IDistribution.ReferralInfo",
|
2277
|
+
"name": "referralInfo",
|
2278
|
+
"type": "tuple"
|
2279
|
+
},
|
2280
|
+
{
|
2281
|
+
"internalType": "StateId",
|
2282
|
+
"name": "newState",
|
2283
|
+
"type": "uint8"
|
2284
|
+
}
|
2285
|
+
],
|
2286
|
+
"name": "updateReferral",
|
2287
|
+
"outputs": [],
|
2288
|
+
"stateMutability": "nonpayable",
|
2289
|
+
"type": "function"
|
2290
|
+
},
|
2291
|
+
{
|
2292
|
+
"inputs": [
|
2293
|
+
{
|
2294
|
+
"internalType": "Key32",
|
2295
|
+
"name": "referralKey",
|
2296
|
+
"type": "bytes32"
|
2297
|
+
},
|
2298
|
+
{
|
2299
|
+
"internalType": "StateId",
|
2300
|
+
"name": "newState",
|
2301
|
+
"type": "uint8"
|
2302
|
+
}
|
2303
|
+
],
|
2304
|
+
"name": "updateReferralState",
|
2305
|
+
"outputs": [],
|
2306
|
+
"stateMutability": "nonpayable",
|
2307
|
+
"type": "function"
|
2308
|
+
},
|
1640
2309
|
{
|
1641
2310
|
"inputs": [
|
1642
2311
|
{
|