@etherisc/gif-next 0.0.2-d5522f6-712 → 0.0.2-d5b7b78-706
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +73 -1
- package/artifacts/contracts/components/Component.sol/Component.dbg.json +4 -0
- package/artifacts/contracts/components/Component.sol/Component.json +832 -0
- package/artifacts/contracts/components/Distribution.sol/Distribution.dbg.json +1 -1
- package/artifacts/contracts/components/Distribution.sol/Distribution.json +747 -103
- package/artifacts/contracts/components/IComponent.sol/IComponent.dbg.json +4 -0
- package/artifacts/contracts/components/{BaseComponent.sol/BaseComponent.json → IComponent.sol/IComponent.json} +137 -114
- package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.dbg.json +1 -1
- package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.json +743 -26
- package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +1 -1
- package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.json +737 -58
- package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +1 -1
- package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.json +582 -9
- package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +1 -1
- package/artifacts/contracts/components/Pool.sol/Pool.json +692 -178
- package/artifacts/contracts/components/Product.sol/Product.dbg.json +1 -1
- package/artifacts/contracts/components/Product.sol/Product.json +517 -135
- 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 -79
- 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 +1003 -393
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +194 -197
- package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
- package/artifacts/contracts/instance/Instance.sol/Instance.json +1015 -781
- package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.json +440 -176
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +120 -263
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +369 -299
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +330 -89
- package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.dbg.json +1 -1
- package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.json +11 -40
- 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} +178 -158
- 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 +61 -78
- 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 +968 -0
- package/artifacts/contracts/instance/service/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
- package/artifacts/contracts/instance/service/ApplicationServiceManager.sol/ApplicationServiceManager.json +665 -0
- package/artifacts/contracts/instance/service/BundleService.sol/BundleService.dbg.json +1 -1
- package/artifacts/contracts/instance/service/BundleService.sol/BundleService.json +363 -301
- package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.dbg.json +1 -1
- package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.json +305 -80
- package/artifacts/contracts/instance/service/ClaimService.sol/ClaimService.dbg.json +4 -0
- package/artifacts/contracts/instance/service/ClaimService.sol/ClaimService.json +754 -0
- package/artifacts/contracts/instance/service/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
- package/artifacts/contracts/instance/service/ClaimServiceManager.sol/ClaimServiceManager.json +637 -0
- package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.dbg.json +1 -1
- package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.json +1211 -172
- package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +1 -1
- package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.json +456 -71
- package/artifacts/contracts/instance/service/IApplicationService.sol/IApplicationService.dbg.json +4 -0
- package/artifacts/contracts/instance/service/{IComponentOwnerService.sol/IComponentOwnerService.json → IApplicationService.sol/IApplicationService.json} +275 -185
- package/artifacts/contracts/instance/service/IBundleService.sol/IBundleService.dbg.json +1 -1
- package/artifacts/contracts/instance/service/IBundleService.sol/IBundleService.json +155 -245
- package/artifacts/contracts/instance/service/IClaimService.sol/IClaimService.dbg.json +4 -0
- package/artifacts/contracts/{components/IBaseComponent.sol/IBaseComponent.json → instance/service/IClaimService.sol/IClaimService.json} +159 -147
- package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.dbg.json +1 -1
- package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.json +728 -161
- package/artifacts/contracts/instance/service/IPolicyService.sol/IPolicyService.dbg.json +1 -1
- package/artifacts/contracts/instance/service/IPolicyService.sol/IPolicyService.json +60 -291
- package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +1 -1
- package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.json +81 -152
- package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +1 -1
- package/artifacts/contracts/instance/service/IProductService.sol/IProductService.json +22 -174
- package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.dbg.json +1 -1
- package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.json +244 -379
- package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +1 -1
- package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.json +311 -114
- package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +1 -1
- package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +289 -192
- package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.dbg.json +1 -1
- package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.json +313 -76
- package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +1 -1
- package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +206 -206
- package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.dbg.json +1 -1
- package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.json +305 -76
- 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 +117 -5
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +112 -198
- 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 +131 -27
- package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.json +18 -18
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +216 -234
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +300 -81
- package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.dbg.json +1 -1
- package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.json +70 -69
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +151 -50
- 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 +22 -174
- 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 +114 -157
- 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 +135 -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/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 +2 -2
- 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 +251 -0
- package/contracts/components/Distribution.sol +199 -83
- package/contracts/components/IComponent.sol +74 -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 +209 -182
- package/contracts/components/Product.sol +118 -126
- 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 +52 -16
- package/contracts/instance/IInstanceService.sol +37 -5
- package/contracts/instance/Instance.sol +126 -75
- package/contracts/instance/InstanceAccessManager.sol +383 -164
- package/contracts/instance/InstanceReader.sol +9 -34
- package/contracts/instance/InstanceService.sol +277 -127
- package/contracts/instance/InstanceServiceManager.sol +1 -1
- package/contracts/instance/ObjectManager.sol +10 -29
- package/contracts/instance/base/ComponentService.sol +134 -0
- package/contracts/instance/base/KeyValueStore.sol +5 -2
- package/contracts/instance/base/Lifecycle.sol +11 -2
- package/contracts/instance/module/IAccess.sol +22 -16
- package/contracts/instance/module/IBundle.sol +2 -1
- package/contracts/instance/module/IComponents.sol +35 -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 +84 -42
- package/contracts/instance/service/BundleServiceManager.sol +1 -1
- package/contracts/instance/service/ClaimService.sol +151 -0
- package/contracts/instance/service/ClaimServiceManager.sol +35 -0
- package/contracts/instance/service/DistributionService.sol +393 -46
- package/contracts/instance/service/DistributionServiceManager.sol +1 -1
- package/contracts/instance/service/IApplicationService.sol +82 -0
- package/contracts/instance/service/IBundleService.sol +30 -12
- package/contracts/instance/service/IClaimService.sol +61 -0
- package/contracts/instance/service/IDistributionService.sol +86 -0
- package/contracts/instance/service/IPolicyService.sol +27 -49
- package/contracts/instance/service/IPoolService.sol +17 -2
- package/contracts/instance/service/PolicyService.sol +149 -285
- package/contracts/instance/service/PolicyServiceManager.sol +2 -2
- package/contracts/instance/service/PoolService.sol +136 -61
- package/contracts/instance/service/PoolServiceManager.sol +1 -1
- package/contracts/instance/service/ProductService.sol +62 -34
- package/contracts/instance/service/ProductServiceManager.sol +2 -2
- package/contracts/registry/ChainNft.sol +8 -0
- package/contracts/registry/IRegistry.sol +18 -8
- package/contracts/registry/IRegistryService.sol +19 -10
- package/contracts/registry/ITransferInterceptor.sol +1 -0
- package/contracts/registry/Registry.sol +142 -71
- package/contracts/registry/RegistryAccessManager.sol +31 -25
- package/contracts/registry/RegistryService.sol +94 -130
- package/contracts/registry/RegistryServiceManager.sol +13 -13
- package/contracts/registry/ReleaseManager.sol +94 -120
- package/contracts/registry/TokenRegistry.sol +19 -13
- 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 +2 -0
- 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 +19 -19
- 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 +1 -1
- 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 +1 -0
- 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 +18 -11
- 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/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/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 -814
- package/artifacts/contracts/instance/service/IComponentOwnerService.sol/IComponentOwnerService.dbg.json +0 -4
- package/artifacts/contracts/shared/RegisterableUpgradable.sol/RegisterableUpgradable.dbg.json +0 -4
- package/artifacts/contracts/shared/RegisterableUpgradable.sol/RegisterableUpgradable.json +0 -442
- package/contracts/components/BaseComponent.sol +0 -159
- package/contracts/components/IBaseComponent.sol +0 -34
- 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/IInstanceBase.sol +0 -26
- package/contracts/instance/InstanceBase.sol +0 -41
- package/contracts/instance/base/ComponentServiceBase.sol +0 -76
- package/contracts/instance/base/IInstanceBase.sol +0 -23
- package/contracts/instance/service/ComponentOwnerService.sol +0 -315
- 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
|
{
|
@@ -221,9 +434,9 @@
|
|
221
434
|
"type": "uint256"
|
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",
|
328
|
-
"type": "bytes8"
|
329
|
-
},
|
330
|
-
{
|
331
|
-
"internalType": "RiskId",
|
332
|
-
"name": "riskId",
|
546
|
+
"internalType": "DistributorType",
|
547
|
+
"name": "distributorType",
|
333
548
|
"type": "bytes8"
|
334
549
|
},
|
335
550
|
{
|
336
|
-
"internalType": "
|
337
|
-
"name": "
|
338
|
-
"type": "
|
551
|
+
"internalType": "bool",
|
552
|
+
"name": "active",
|
553
|
+
"type": "bool"
|
339
554
|
},
|
340
555
|
{
|
341
|
-
"internalType": "
|
342
|
-
"name": "
|
343
|
-
"type": "
|
556
|
+
"internalType": "bytes",
|
557
|
+
"name": "data",
|
558
|
+
"type": "bytes"
|
344
559
|
},
|
345
560
|
{
|
346
561
|
"internalType": "uint256",
|
347
|
-
"name": "
|
562
|
+
"name": "sumCommisions",
|
348
563
|
"type": "uint256"
|
349
564
|
},
|
350
565
|
{
|
351
566
|
"internalType": "uint256",
|
352
|
-
"name": "
|
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": "
|
359
|
-
},
|
360
|
-
{
|
361
|
-
"internalType": "bytes",
|
362
|
-
"name": "policyData",
|
363
|
-
"type": "bytes"
|
364
|
-
},
|
365
|
-
{
|
366
|
-
"internalType": "uint16",
|
367
|
-
"name": "claimsCount",
|
368
|
-
"type": "uint16"
|
596
|
+
"internalType": "UFixed",
|
597
|
+
"name": "minDiscountPercentage",
|
598
|
+
"type": "uint256"
|
369
599
|
},
|
370
600
|
{
|
371
|
-
"internalType": "
|
372
|
-
"name": "
|
373
|
-
"type": "
|
601
|
+
"internalType": "UFixed",
|
602
|
+
"name": "maxDiscountPercentage",
|
603
|
+
"type": "uint256"
|
374
604
|
},
|
375
605
|
{
|
376
|
-
"internalType": "
|
377
|
-
"name": "
|
606
|
+
"internalType": "UFixed",
|
607
|
+
"name": "commissionPercentage",
|
378
608
|
"type": "uint256"
|
379
609
|
},
|
380
610
|
{
|
381
|
-
"internalType": "
|
382
|
-
"name": "
|
383
|
-
"type": "
|
611
|
+
"internalType": "uint32",
|
612
|
+
"name": "maxReferralCount",
|
613
|
+
"type": "uint32"
|
384
614
|
},
|
385
615
|
{
|
386
|
-
"internalType": "
|
387
|
-
"name": "
|
388
|
-
"type": "
|
616
|
+
"internalType": "uint32",
|
617
|
+
"name": "maxReferralLifetime",
|
618
|
+
"type": "uint32"
|
389
619
|
},
|
390
620
|
{
|
391
|
-
"internalType": "
|
392
|
-
"name": "
|
393
|
-
"type": "
|
621
|
+
"internalType": "bool",
|
622
|
+
"name": "allowSelfReferrals",
|
623
|
+
"type": "bool"
|
624
|
+
},
|
625
|
+
{
|
626
|
+
"internalType": "bool",
|
627
|
+
"name": "allowRenewals",
|
628
|
+
"type": "bool"
|
629
|
+
},
|
630
|
+
{
|
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,33 @@
|
|
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"
|
463
|
-
},
|
464
|
-
{
|
465
|
-
"components": [
|
466
|
-
{
|
467
|
-
"internalType": "UFixed",
|
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"
|
480
|
-
},
|
481
|
-
{
|
482
|
-
"internalType": "bool",
|
483
|
-
"name": "isIntercepting",
|
484
|
-
"type": "bool"
|
485
|
-
},
|
486
|
-
{
|
487
|
-
"internalType": "bool",
|
488
|
-
"name": "isConfirmingApplication",
|
489
|
-
"type": "bool"
|
666
|
+
"internalType": "contract TokenHandler",
|
667
|
+
"name": "tokenHandler",
|
668
|
+
"type": "address"
|
490
669
|
},
|
491
670
|
{
|
492
671
|
"internalType": "address",
|
493
672
|
"name": "wallet",
|
494
673
|
"type": "address"
|
674
|
+
},
|
675
|
+
{
|
676
|
+
"internalType": "bytes",
|
677
|
+
"name": "data",
|
678
|
+
"type": "bytes"
|
495
679
|
}
|
496
680
|
],
|
497
|
-
"internalType": "struct
|
498
|
-
"name": "
|
681
|
+
"internalType": "struct IComponents.ComponentInfo",
|
682
|
+
"name": "info",
|
499
683
|
"type": "tuple"
|
500
684
|
}
|
501
685
|
],
|
@@ -533,23 +717,6 @@
|
|
533
717
|
"name": "poolNftId",
|
534
718
|
"type": "uint96"
|
535
719
|
},
|
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
720
|
{
|
554
721
|
"components": [
|
555
722
|
{
|
@@ -584,57 +751,6 @@
|
|
584
751
|
"name": "processingFee",
|
585
752
|
"type": "tuple"
|
586
753
|
},
|
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
754
|
{
|
639
755
|
"internalType": "bool",
|
640
756
|
"name": "isIntercepting",
|
@@ -656,6 +772,61 @@
|
|
656
772
|
"stateMutability": "nonpayable",
|
657
773
|
"type": "function"
|
658
774
|
},
|
775
|
+
{
|
776
|
+
"inputs": [
|
777
|
+
{
|
778
|
+
"internalType": "Key32",
|
779
|
+
"name": "referralKey",
|
780
|
+
"type": "bytes32"
|
781
|
+
},
|
782
|
+
{
|
783
|
+
"components": [
|
784
|
+
{
|
785
|
+
"internalType": "NftId",
|
786
|
+
"name": "distributorNftId",
|
787
|
+
"type": "uint96"
|
788
|
+
},
|
789
|
+
{
|
790
|
+
"internalType": "string",
|
791
|
+
"name": "referralCode",
|
792
|
+
"type": "string"
|
793
|
+
},
|
794
|
+
{
|
795
|
+
"internalType": "UFixed",
|
796
|
+
"name": "discountPercentage",
|
797
|
+
"type": "uint256"
|
798
|
+
},
|
799
|
+
{
|
800
|
+
"internalType": "uint32",
|
801
|
+
"name": "maxReferrals",
|
802
|
+
"type": "uint32"
|
803
|
+
},
|
804
|
+
{
|
805
|
+
"internalType": "uint32",
|
806
|
+
"name": "usedReferrals",
|
807
|
+
"type": "uint32"
|
808
|
+
},
|
809
|
+
{
|
810
|
+
"internalType": "Timestamp",
|
811
|
+
"name": "expiryAt",
|
812
|
+
"type": "uint40"
|
813
|
+
},
|
814
|
+
{
|
815
|
+
"internalType": "bytes",
|
816
|
+
"name": "data",
|
817
|
+
"type": "bytes"
|
818
|
+
}
|
819
|
+
],
|
820
|
+
"internalType": "struct IDistribution.ReferralInfo",
|
821
|
+
"name": "referralInfo",
|
822
|
+
"type": "tuple"
|
823
|
+
}
|
824
|
+
],
|
825
|
+
"name": "createReferral",
|
826
|
+
"outputs": [],
|
827
|
+
"stateMutability": "nonpayable",
|
828
|
+
"type": "function"
|
829
|
+
},
|
659
830
|
{
|
660
831
|
"inputs": [
|
661
832
|
{
|
@@ -789,19 +960,6 @@
|
|
789
960
|
"stateMutability": "view",
|
790
961
|
"type": "function"
|
791
962
|
},
|
792
|
-
{
|
793
|
-
"inputs": [],
|
794
|
-
"name": "getComponentOwnerService",
|
795
|
-
"outputs": [
|
796
|
-
{
|
797
|
-
"internalType": "contract IComponentOwnerService",
|
798
|
-
"name": "",
|
799
|
-
"type": "address"
|
800
|
-
}
|
801
|
-
],
|
802
|
-
"stateMutability": "view",
|
803
|
-
"type": "function"
|
804
|
-
},
|
805
963
|
{
|
806
964
|
"inputs": [
|
807
965
|
{
|
@@ -835,11 +993,61 @@
|
|
835
993
|
"type": "function"
|
836
994
|
},
|
837
995
|
{
|
838
|
-
"inputs": [
|
996
|
+
"inputs": [],
|
997
|
+
"name": "getInitialInfo",
|
998
|
+
"outputs": [
|
839
999
|
{
|
840
|
-
"
|
841
|
-
|
842
|
-
|
1000
|
+
"components": [
|
1001
|
+
{
|
1002
|
+
"internalType": "NftId",
|
1003
|
+
"name": "nftId",
|
1004
|
+
"type": "uint96"
|
1005
|
+
},
|
1006
|
+
{
|
1007
|
+
"internalType": "NftId",
|
1008
|
+
"name": "parentNftId",
|
1009
|
+
"type": "uint96"
|
1010
|
+
},
|
1011
|
+
{
|
1012
|
+
"internalType": "ObjectType",
|
1013
|
+
"name": "objectType",
|
1014
|
+
"type": "uint8"
|
1015
|
+
},
|
1016
|
+
{
|
1017
|
+
"internalType": "bool",
|
1018
|
+
"name": "isInterceptor",
|
1019
|
+
"type": "bool"
|
1020
|
+
},
|
1021
|
+
{
|
1022
|
+
"internalType": "address",
|
1023
|
+
"name": "objectAddress",
|
1024
|
+
"type": "address"
|
1025
|
+
},
|
1026
|
+
{
|
1027
|
+
"internalType": "address",
|
1028
|
+
"name": "initialOwner",
|
1029
|
+
"type": "address"
|
1030
|
+
},
|
1031
|
+
{
|
1032
|
+
"internalType": "bytes",
|
1033
|
+
"name": "data",
|
1034
|
+
"type": "bytes"
|
1035
|
+
}
|
1036
|
+
],
|
1037
|
+
"internalType": "struct IRegistry.ObjectInfo",
|
1038
|
+
"name": "",
|
1039
|
+
"type": "tuple"
|
1040
|
+
}
|
1041
|
+
],
|
1042
|
+
"stateMutability": "view",
|
1043
|
+
"type": "function"
|
1044
|
+
},
|
1045
|
+
{
|
1046
|
+
"inputs": [
|
1047
|
+
{
|
1048
|
+
"internalType": "ObjectType",
|
1049
|
+
"name": "objectType",
|
1050
|
+
"type": "uint8"
|
843
1051
|
}
|
844
1052
|
],
|
845
1053
|
"name": "getInitialState",
|
@@ -879,6 +1087,19 @@
|
|
879
1087
|
"stateMutability": "view",
|
880
1088
|
"type": "function"
|
881
1089
|
},
|
1090
|
+
{
|
1091
|
+
"inputs": [],
|
1092
|
+
"name": "getMajorVersion",
|
1093
|
+
"outputs": [
|
1094
|
+
{
|
1095
|
+
"internalType": "VersionPart",
|
1096
|
+
"name": "majorVersion",
|
1097
|
+
"type": "uint8"
|
1098
|
+
}
|
1099
|
+
],
|
1100
|
+
"stateMutability": "pure",
|
1101
|
+
"type": "function"
|
1102
|
+
},
|
882
1103
|
{
|
883
1104
|
"inputs": [
|
884
1105
|
{
|
@@ -925,6 +1146,32 @@
|
|
925
1146
|
"stateMutability": "view",
|
926
1147
|
"type": "function"
|
927
1148
|
},
|
1149
|
+
{
|
1150
|
+
"inputs": [],
|
1151
|
+
"name": "getNftId",
|
1152
|
+
"outputs": [
|
1153
|
+
{
|
1154
|
+
"internalType": "NftId",
|
1155
|
+
"name": "",
|
1156
|
+
"type": "uint96"
|
1157
|
+
}
|
1158
|
+
],
|
1159
|
+
"stateMutability": "view",
|
1160
|
+
"type": "function"
|
1161
|
+
},
|
1162
|
+
{
|
1163
|
+
"inputs": [],
|
1164
|
+
"name": "getOwner",
|
1165
|
+
"outputs": [
|
1166
|
+
{
|
1167
|
+
"internalType": "address",
|
1168
|
+
"name": "",
|
1169
|
+
"type": "address"
|
1170
|
+
}
|
1171
|
+
],
|
1172
|
+
"stateMutability": "view",
|
1173
|
+
"type": "function"
|
1174
|
+
},
|
928
1175
|
{
|
929
1176
|
"inputs": [],
|
930
1177
|
"name": "getPolicyService",
|
@@ -964,6 +1211,32 @@
|
|
964
1211
|
"stateMutability": "view",
|
965
1212
|
"type": "function"
|
966
1213
|
},
|
1214
|
+
{
|
1215
|
+
"inputs": [],
|
1216
|
+
"name": "getRegistry",
|
1217
|
+
"outputs": [
|
1218
|
+
{
|
1219
|
+
"internalType": "contract IRegistry",
|
1220
|
+
"name": "",
|
1221
|
+
"type": "address"
|
1222
|
+
}
|
1223
|
+
],
|
1224
|
+
"stateMutability": "view",
|
1225
|
+
"type": "function"
|
1226
|
+
},
|
1227
|
+
{
|
1228
|
+
"inputs": [],
|
1229
|
+
"name": "getRegistryAddress",
|
1230
|
+
"outputs": [
|
1231
|
+
{
|
1232
|
+
"internalType": "address",
|
1233
|
+
"name": "",
|
1234
|
+
"type": "address"
|
1235
|
+
}
|
1236
|
+
],
|
1237
|
+
"stateMutability": "view",
|
1238
|
+
"type": "function"
|
1239
|
+
},
|
967
1240
|
{
|
968
1241
|
"inputs": [
|
969
1242
|
{
|
@@ -1002,6 +1275,19 @@
|
|
1002
1275
|
"stateMutability": "view",
|
1003
1276
|
"type": "function"
|
1004
1277
|
},
|
1278
|
+
{
|
1279
|
+
"inputs": [],
|
1280
|
+
"name": "isConsumingScheduledOp",
|
1281
|
+
"outputs": [
|
1282
|
+
{
|
1283
|
+
"internalType": "bytes4",
|
1284
|
+
"name": "",
|
1285
|
+
"type": "bytes4"
|
1286
|
+
}
|
1287
|
+
],
|
1288
|
+
"stateMutability": "view",
|
1289
|
+
"type": "function"
|
1290
|
+
},
|
1005
1291
|
{
|
1006
1292
|
"inputs": [
|
1007
1293
|
{
|
@@ -1031,6 +1317,80 @@
|
|
1031
1317
|
"stateMutability": "view",
|
1032
1318
|
"type": "function"
|
1033
1319
|
},
|
1320
|
+
{
|
1321
|
+
"inputs": [],
|
1322
|
+
"name": "linkToRegisteredNftId",
|
1323
|
+
"outputs": [],
|
1324
|
+
"stateMutability": "nonpayable",
|
1325
|
+
"type": "function"
|
1326
|
+
},
|
1327
|
+
{
|
1328
|
+
"inputs": [
|
1329
|
+
{
|
1330
|
+
"internalType": "address",
|
1331
|
+
"name": "to",
|
1332
|
+
"type": "address"
|
1333
|
+
},
|
1334
|
+
{
|
1335
|
+
"internalType": "uint256",
|
1336
|
+
"name": "tokenId",
|
1337
|
+
"type": "uint256"
|
1338
|
+
}
|
1339
|
+
],
|
1340
|
+
"name": "nftMint",
|
1341
|
+
"outputs": [],
|
1342
|
+
"stateMutability": "nonpayable",
|
1343
|
+
"type": "function"
|
1344
|
+
},
|
1345
|
+
{
|
1346
|
+
"inputs": [
|
1347
|
+
{
|
1348
|
+
"internalType": "address",
|
1349
|
+
"name": "from",
|
1350
|
+
"type": "address"
|
1351
|
+
},
|
1352
|
+
{
|
1353
|
+
"internalType": "address",
|
1354
|
+
"name": "to",
|
1355
|
+
"type": "address"
|
1356
|
+
},
|
1357
|
+
{
|
1358
|
+
"internalType": "uint256",
|
1359
|
+
"name": "tokenId",
|
1360
|
+
"type": "uint256"
|
1361
|
+
}
|
1362
|
+
],
|
1363
|
+
"name": "nftTransferFrom",
|
1364
|
+
"outputs": [],
|
1365
|
+
"stateMutability": "nonpayable",
|
1366
|
+
"type": "function"
|
1367
|
+
},
|
1368
|
+
{
|
1369
|
+
"inputs": [
|
1370
|
+
{
|
1371
|
+
"internalType": "address",
|
1372
|
+
"name": "",
|
1373
|
+
"type": "address"
|
1374
|
+
}
|
1375
|
+
],
|
1376
|
+
"name": "setAuthority",
|
1377
|
+
"outputs": [],
|
1378
|
+
"stateMutability": "nonpayable",
|
1379
|
+
"type": "function"
|
1380
|
+
},
|
1381
|
+
{
|
1382
|
+
"inputs": [
|
1383
|
+
{
|
1384
|
+
"internalType": "contract InstanceAccessManager",
|
1385
|
+
"name": "accessManager",
|
1386
|
+
"type": "address"
|
1387
|
+
}
|
1388
|
+
],
|
1389
|
+
"name": "setInstanceAccessManager",
|
1390
|
+
"outputs": [],
|
1391
|
+
"stateMutability": "nonpayable",
|
1392
|
+
"type": "function"
|
1393
|
+
},
|
1034
1394
|
{
|
1035
1395
|
"inputs": [
|
1036
1396
|
{
|
@@ -1074,6 +1434,129 @@
|
|
1074
1434
|
"stateMutability": "pure",
|
1075
1435
|
"type": "function"
|
1076
1436
|
},
|
1437
|
+
{
|
1438
|
+
"inputs": [
|
1439
|
+
{
|
1440
|
+
"internalType": "NftId",
|
1441
|
+
"name": "applicationNftId",
|
1442
|
+
"type": "uint96"
|
1443
|
+
},
|
1444
|
+
{
|
1445
|
+
"components": [
|
1446
|
+
{
|
1447
|
+
"internalType": "NftId",
|
1448
|
+
"name": "productNftId",
|
1449
|
+
"type": "uint96"
|
1450
|
+
},
|
1451
|
+
{
|
1452
|
+
"internalType": "NftId",
|
1453
|
+
"name": "bundleNftId",
|
1454
|
+
"type": "uint96"
|
1455
|
+
},
|
1456
|
+
{
|
1457
|
+
"internalType": "ReferralId",
|
1458
|
+
"name": "referralId",
|
1459
|
+
"type": "bytes8"
|
1460
|
+
},
|
1461
|
+
{
|
1462
|
+
"internalType": "RiskId",
|
1463
|
+
"name": "riskId",
|
1464
|
+
"type": "bytes8"
|
1465
|
+
},
|
1466
|
+
{
|
1467
|
+
"internalType": "uint256",
|
1468
|
+
"name": "sumInsuredAmount",
|
1469
|
+
"type": "uint256"
|
1470
|
+
},
|
1471
|
+
{
|
1472
|
+
"internalType": "uint256",
|
1473
|
+
"name": "premiumAmount",
|
1474
|
+
"type": "uint256"
|
1475
|
+
},
|
1476
|
+
{
|
1477
|
+
"internalType": "uint256",
|
1478
|
+
"name": "premiumPaidAmount",
|
1479
|
+
"type": "uint256"
|
1480
|
+
},
|
1481
|
+
{
|
1482
|
+
"internalType": "Seconds",
|
1483
|
+
"name": "lifetime",
|
1484
|
+
"type": "uint40"
|
1485
|
+
},
|
1486
|
+
{
|
1487
|
+
"internalType": "bytes",
|
1488
|
+
"name": "applicationData",
|
1489
|
+
"type": "bytes"
|
1490
|
+
},
|
1491
|
+
{
|
1492
|
+
"internalType": "bytes",
|
1493
|
+
"name": "policyData",
|
1494
|
+
"type": "bytes"
|
1495
|
+
},
|
1496
|
+
{
|
1497
|
+
"internalType": "uint16",
|
1498
|
+
"name": "claimsCount",
|
1499
|
+
"type": "uint16"
|
1500
|
+
},
|
1501
|
+
{
|
1502
|
+
"internalType": "uint16",
|
1503
|
+
"name": "openClaimsCount",
|
1504
|
+
"type": "uint16"
|
1505
|
+
},
|
1506
|
+
{
|
1507
|
+
"internalType": "uint256",
|
1508
|
+
"name": "payoutAmount",
|
1509
|
+
"type": "uint256"
|
1510
|
+
},
|
1511
|
+
{
|
1512
|
+
"internalType": "Timestamp",
|
1513
|
+
"name": "activatedAt",
|
1514
|
+
"type": "uint40"
|
1515
|
+
},
|
1516
|
+
{
|
1517
|
+
"internalType": "Timestamp",
|
1518
|
+
"name": "expiredAt",
|
1519
|
+
"type": "uint40"
|
1520
|
+
},
|
1521
|
+
{
|
1522
|
+
"internalType": "Timestamp",
|
1523
|
+
"name": "closedAt",
|
1524
|
+
"type": "uint40"
|
1525
|
+
}
|
1526
|
+
],
|
1527
|
+
"internalType": "struct IPolicy.PolicyInfo",
|
1528
|
+
"name": "policy",
|
1529
|
+
"type": "tuple"
|
1530
|
+
},
|
1531
|
+
{
|
1532
|
+
"internalType": "StateId",
|
1533
|
+
"name": "newState",
|
1534
|
+
"type": "uint8"
|
1535
|
+
}
|
1536
|
+
],
|
1537
|
+
"name": "updateApplication",
|
1538
|
+
"outputs": [],
|
1539
|
+
"stateMutability": "nonpayable",
|
1540
|
+
"type": "function"
|
1541
|
+
},
|
1542
|
+
{
|
1543
|
+
"inputs": [
|
1544
|
+
{
|
1545
|
+
"internalType": "NftId",
|
1546
|
+
"name": "applicationNftId",
|
1547
|
+
"type": "uint96"
|
1548
|
+
},
|
1549
|
+
{
|
1550
|
+
"internalType": "StateId",
|
1551
|
+
"name": "newState",
|
1552
|
+
"type": "uint8"
|
1553
|
+
}
|
1554
|
+
],
|
1555
|
+
"name": "updateApplicationState",
|
1556
|
+
"outputs": [],
|
1557
|
+
"stateMutability": "nonpayable",
|
1558
|
+
"type": "function"
|
1559
|
+
},
|
1077
1560
|
{
|
1078
1561
|
"inputs": [
|
1079
1562
|
{
|
@@ -1126,9 +1609,9 @@
|
|
1126
1609
|
"type": "uint256"
|
1127
1610
|
},
|
1128
1611
|
{
|
1129
|
-
"internalType": "
|
1612
|
+
"internalType": "Seconds",
|
1130
1613
|
"name": "lifetime",
|
1131
|
-
"type": "
|
1614
|
+
"type": "uint40"
|
1132
1615
|
},
|
1133
1616
|
{
|
1134
1617
|
"internalType": "Timestamp",
|
@@ -1184,45 +1667,218 @@
|
|
1184
1667
|
{
|
1185
1668
|
"components": [
|
1186
1669
|
{
|
1187
|
-
"internalType": "NftId",
|
1188
|
-
"name": "productNftId",
|
1189
|
-
"type": "uint96"
|
1670
|
+
"internalType": "NftId",
|
1671
|
+
"name": "productNftId",
|
1672
|
+
"type": "uint96"
|
1673
|
+
},
|
1674
|
+
{
|
1675
|
+
"internalType": "contract TokenHandler",
|
1676
|
+
"name": "tokenHandler",
|
1677
|
+
"type": "address"
|
1678
|
+
},
|
1679
|
+
{
|
1680
|
+
"components": [
|
1681
|
+
{
|
1682
|
+
"internalType": "UFixed",
|
1683
|
+
"name": "fractionalFee",
|
1684
|
+
"type": "uint256"
|
1685
|
+
},
|
1686
|
+
{
|
1687
|
+
"internalType": "uint256",
|
1688
|
+
"name": "fixedFee",
|
1689
|
+
"type": "uint256"
|
1690
|
+
}
|
1691
|
+
],
|
1692
|
+
"internalType": "struct Fee",
|
1693
|
+
"name": "minDistributionOwnerFee",
|
1694
|
+
"type": "tuple"
|
1695
|
+
},
|
1696
|
+
{
|
1697
|
+
"components": [
|
1698
|
+
{
|
1699
|
+
"internalType": "UFixed",
|
1700
|
+
"name": "fractionalFee",
|
1701
|
+
"type": "uint256"
|
1702
|
+
},
|
1703
|
+
{
|
1704
|
+
"internalType": "uint256",
|
1705
|
+
"name": "fixedFee",
|
1706
|
+
"type": "uint256"
|
1707
|
+
}
|
1708
|
+
],
|
1709
|
+
"internalType": "struct Fee",
|
1710
|
+
"name": "distributionFee",
|
1711
|
+
"type": "tuple"
|
1712
|
+
},
|
1713
|
+
{
|
1714
|
+
"internalType": "address",
|
1715
|
+
"name": "wallet",
|
1716
|
+
"type": "address"
|
1717
|
+
},
|
1718
|
+
{
|
1719
|
+
"internalType": "uint256",
|
1720
|
+
"name": "sumDistributionOwnerFees",
|
1721
|
+
"type": "uint256"
|
1722
|
+
}
|
1723
|
+
],
|
1724
|
+
"internalType": "struct ISetup.DistributionSetupInfo",
|
1725
|
+
"name": "setup",
|
1726
|
+
"type": "tuple"
|
1727
|
+
},
|
1728
|
+
{
|
1729
|
+
"internalType": "StateId",
|
1730
|
+
"name": "newState",
|
1731
|
+
"type": "uint8"
|
1732
|
+
}
|
1733
|
+
],
|
1734
|
+
"name": "updateDistributionSetup",
|
1735
|
+
"outputs": [],
|
1736
|
+
"stateMutability": "nonpayable",
|
1737
|
+
"type": "function"
|
1738
|
+
},
|
1739
|
+
{
|
1740
|
+
"inputs": [
|
1741
|
+
{
|
1742
|
+
"internalType": "NftId",
|
1743
|
+
"name": "distributionNftId",
|
1744
|
+
"type": "uint96"
|
1745
|
+
},
|
1746
|
+
{
|
1747
|
+
"internalType": "StateId",
|
1748
|
+
"name": "newState",
|
1749
|
+
"type": "uint8"
|
1750
|
+
}
|
1751
|
+
],
|
1752
|
+
"name": "updateDistributionSetupState",
|
1753
|
+
"outputs": [],
|
1754
|
+
"stateMutability": "nonpayable",
|
1755
|
+
"type": "function"
|
1756
|
+
},
|
1757
|
+
{
|
1758
|
+
"inputs": [
|
1759
|
+
{
|
1760
|
+
"internalType": "NftId",
|
1761
|
+
"name": "nftId",
|
1762
|
+
"type": "uint96"
|
1763
|
+
},
|
1764
|
+
{
|
1765
|
+
"components": [
|
1766
|
+
{
|
1767
|
+
"internalType": "DistributorType",
|
1768
|
+
"name": "distributorType",
|
1769
|
+
"type": "bytes8"
|
1770
|
+
},
|
1771
|
+
{
|
1772
|
+
"internalType": "bool",
|
1773
|
+
"name": "active",
|
1774
|
+
"type": "bool"
|
1775
|
+
},
|
1776
|
+
{
|
1777
|
+
"internalType": "bytes",
|
1778
|
+
"name": "data",
|
1779
|
+
"type": "bytes"
|
1780
|
+
},
|
1781
|
+
{
|
1782
|
+
"internalType": "uint256",
|
1783
|
+
"name": "sumCommisions",
|
1784
|
+
"type": "uint256"
|
1785
|
+
},
|
1786
|
+
{
|
1787
|
+
"internalType": "uint256",
|
1788
|
+
"name": "numPoliciesSold",
|
1789
|
+
"type": "uint256"
|
1790
|
+
}
|
1791
|
+
],
|
1792
|
+
"internalType": "struct IDistribution.DistributorInfo",
|
1793
|
+
"name": "info",
|
1794
|
+
"type": "tuple"
|
1795
|
+
},
|
1796
|
+
{
|
1797
|
+
"internalType": "StateId",
|
1798
|
+
"name": "newState",
|
1799
|
+
"type": "uint8"
|
1800
|
+
}
|
1801
|
+
],
|
1802
|
+
"name": "updateDistributor",
|
1803
|
+
"outputs": [],
|
1804
|
+
"stateMutability": "nonpayable",
|
1805
|
+
"type": "function"
|
1806
|
+
},
|
1807
|
+
{
|
1808
|
+
"inputs": [
|
1809
|
+
{
|
1810
|
+
"internalType": "NftId",
|
1811
|
+
"name": "nftId",
|
1812
|
+
"type": "uint96"
|
1813
|
+
},
|
1814
|
+
{
|
1815
|
+
"internalType": "StateId",
|
1816
|
+
"name": "newState",
|
1817
|
+
"type": "uint8"
|
1818
|
+
}
|
1819
|
+
],
|
1820
|
+
"name": "updateDistributorState",
|
1821
|
+
"outputs": [],
|
1822
|
+
"stateMutability": "nonpayable",
|
1823
|
+
"type": "function"
|
1824
|
+
},
|
1825
|
+
{
|
1826
|
+
"inputs": [
|
1827
|
+
{
|
1828
|
+
"internalType": "Key32",
|
1829
|
+
"name": "distributorKey",
|
1830
|
+
"type": "bytes32"
|
1831
|
+
},
|
1832
|
+
{
|
1833
|
+
"components": [
|
1834
|
+
{
|
1835
|
+
"internalType": "string",
|
1836
|
+
"name": "name",
|
1837
|
+
"type": "string"
|
1838
|
+
},
|
1839
|
+
{
|
1840
|
+
"internalType": "UFixed",
|
1841
|
+
"name": "minDiscountPercentage",
|
1842
|
+
"type": "uint256"
|
1843
|
+
},
|
1844
|
+
{
|
1845
|
+
"internalType": "UFixed",
|
1846
|
+
"name": "maxDiscountPercentage",
|
1847
|
+
"type": "uint256"
|
1190
1848
|
},
|
1191
1849
|
{
|
1192
|
-
"internalType": "
|
1193
|
-
"name": "
|
1194
|
-
"type": "
|
1850
|
+
"internalType": "UFixed",
|
1851
|
+
"name": "commissionPercentage",
|
1852
|
+
"type": "uint256"
|
1195
1853
|
},
|
1196
1854
|
{
|
1197
|
-
"
|
1198
|
-
|
1199
|
-
|
1200
|
-
|
1201
|
-
|
1202
|
-
|
1203
|
-
|
1204
|
-
|
1205
|
-
"name": "fixedFee",
|
1206
|
-
"type": "uint256"
|
1207
|
-
}
|
1208
|
-
],
|
1209
|
-
"internalType": "struct Fee",
|
1210
|
-
"name": "distributionFee",
|
1211
|
-
"type": "tuple"
|
1855
|
+
"internalType": "uint32",
|
1856
|
+
"name": "maxReferralCount",
|
1857
|
+
"type": "uint32"
|
1858
|
+
},
|
1859
|
+
{
|
1860
|
+
"internalType": "uint32",
|
1861
|
+
"name": "maxReferralLifetime",
|
1862
|
+
"type": "uint32"
|
1212
1863
|
},
|
1213
1864
|
{
|
1214
1865
|
"internalType": "bool",
|
1215
|
-
"name": "
|
1866
|
+
"name": "allowSelfReferrals",
|
1216
1867
|
"type": "bool"
|
1217
1868
|
},
|
1218
1869
|
{
|
1219
|
-
"internalType": "
|
1220
|
-
"name": "
|
1221
|
-
"type": "
|
1870
|
+
"internalType": "bool",
|
1871
|
+
"name": "allowRenewals",
|
1872
|
+
"type": "bool"
|
1873
|
+
},
|
1874
|
+
{
|
1875
|
+
"internalType": "bytes",
|
1876
|
+
"name": "data",
|
1877
|
+
"type": "bytes"
|
1222
1878
|
}
|
1223
1879
|
],
|
1224
|
-
"internalType": "struct
|
1225
|
-
"name": "
|
1880
|
+
"internalType": "struct IDistribution.DistributorTypeInfo",
|
1881
|
+
"name": "info",
|
1226
1882
|
"type": "tuple"
|
1227
1883
|
},
|
1228
1884
|
{
|
@@ -1231,7 +1887,7 @@
|
|
1231
1887
|
"type": "uint8"
|
1232
1888
|
}
|
1233
1889
|
],
|
1234
|
-
"name": "
|
1890
|
+
"name": "updateDistributorType",
|
1235
1891
|
"outputs": [],
|
1236
1892
|
"stateMutability": "nonpayable",
|
1237
1893
|
"type": "function"
|
@@ -1239,9 +1895,9 @@
|
|
1239
1895
|
{
|
1240
1896
|
"inputs": [
|
1241
1897
|
{
|
1242
|
-
"internalType": "
|
1243
|
-
"name": "
|
1244
|
-
"type": "
|
1898
|
+
"internalType": "Key32",
|
1899
|
+
"name": "distributorKey",
|
1900
|
+
"type": "bytes32"
|
1245
1901
|
},
|
1246
1902
|
{
|
1247
1903
|
"internalType": "StateId",
|
@@ -1249,7 +1905,7 @@
|
|
1249
1905
|
"type": "uint8"
|
1250
1906
|
}
|
1251
1907
|
],
|
1252
|
-
"name": "
|
1908
|
+
"name": "updateDistributorTypeState",
|
1253
1909
|
"outputs": [],
|
1254
1910
|
"stateMutability": "nonpayable",
|
1255
1911
|
"type": "function"
|
@@ -1299,9 +1955,9 @@
|
|
1299
1955
|
"type": "uint256"
|
1300
1956
|
},
|
1301
1957
|
{
|
1302
|
-
"internalType": "
|
1958
|
+
"internalType": "Seconds",
|
1303
1959
|
"name": "lifetime",
|
1304
|
-
"type": "
|
1960
|
+
"type": "uint40"
|
1305
1961
|
},
|
1306
1962
|
{
|
1307
1963
|
"internalType": "bytes",
|
@@ -1387,89 +2043,33 @@
|
|
1387
2043
|
{
|
1388
2044
|
"components": [
|
1389
2045
|
{
|
1390
|
-
"internalType": "
|
1391
|
-
"name": "
|
1392
|
-
"type": "
|
2046
|
+
"internalType": "string",
|
2047
|
+
"name": "name",
|
2048
|
+
"type": "string"
|
1393
2049
|
},
|
1394
2050
|
{
|
1395
|
-
"internalType": "contract
|
1396
|
-
"name": "
|
2051
|
+
"internalType": "contract IERC20Metadata",
|
2052
|
+
"name": "token",
|
1397
2053
|
"type": "address"
|
1398
2054
|
},
|
1399
2055
|
{
|
1400
|
-
"internalType": "
|
1401
|
-
"name": "
|
1402
|
-
"type": "
|
1403
|
-
},
|
1404
|
-
{
|
1405
|
-
"components": [
|
1406
|
-
{
|
1407
|
-
"internalType": "UFixed",
|
1408
|
-
"name": "fractionalFee",
|
1409
|
-
"type": "uint256"
|
1410
|
-
},
|
1411
|
-
{
|
1412
|
-
"internalType": "uint256",
|
1413
|
-
"name": "fixedFee",
|
1414
|
-
"type": "uint256"
|
1415
|
-
}
|
1416
|
-
],
|
1417
|
-
"internalType": "struct Fee",
|
1418
|
-
"name": "poolFee",
|
1419
|
-
"type": "tuple"
|
1420
|
-
},
|
1421
|
-
{
|
1422
|
-
"components": [
|
1423
|
-
{
|
1424
|
-
"internalType": "UFixed",
|
1425
|
-
"name": "fractionalFee",
|
1426
|
-
"type": "uint256"
|
1427
|
-
},
|
1428
|
-
{
|
1429
|
-
"internalType": "uint256",
|
1430
|
-
"name": "fixedFee",
|
1431
|
-
"type": "uint256"
|
1432
|
-
}
|
1433
|
-
],
|
1434
|
-
"internalType": "struct Fee",
|
1435
|
-
"name": "stakingFee",
|
1436
|
-
"type": "tuple"
|
1437
|
-
},
|
1438
|
-
{
|
1439
|
-
"components": [
|
1440
|
-
{
|
1441
|
-
"internalType": "UFixed",
|
1442
|
-
"name": "fractionalFee",
|
1443
|
-
"type": "uint256"
|
1444
|
-
},
|
1445
|
-
{
|
1446
|
-
"internalType": "uint256",
|
1447
|
-
"name": "fixedFee",
|
1448
|
-
"type": "uint256"
|
1449
|
-
}
|
1450
|
-
],
|
1451
|
-
"internalType": "struct Fee",
|
1452
|
-
"name": "performanceFee",
|
1453
|
-
"type": "tuple"
|
1454
|
-
},
|
1455
|
-
{
|
1456
|
-
"internalType": "bool",
|
1457
|
-
"name": "isIntercepting",
|
1458
|
-
"type": "bool"
|
1459
|
-
},
|
1460
|
-
{
|
1461
|
-
"internalType": "bool",
|
1462
|
-
"name": "isConfirmingApplication",
|
1463
|
-
"type": "bool"
|
2056
|
+
"internalType": "contract TokenHandler",
|
2057
|
+
"name": "tokenHandler",
|
2058
|
+
"type": "address"
|
1464
2059
|
},
|
1465
2060
|
{
|
1466
2061
|
"internalType": "address",
|
1467
2062
|
"name": "wallet",
|
1468
2063
|
"type": "address"
|
2064
|
+
},
|
2065
|
+
{
|
2066
|
+
"internalType": "bytes",
|
2067
|
+
"name": "data",
|
2068
|
+
"type": "bytes"
|
1469
2069
|
}
|
1470
2070
|
],
|
1471
|
-
"internalType": "struct
|
1472
|
-
"name": "
|
2071
|
+
"internalType": "struct IComponents.ComponentInfo",
|
2072
|
+
"name": "info",
|
1473
2073
|
"type": "tuple"
|
1474
2074
|
},
|
1475
2075
|
{
|
@@ -1530,23 +2130,6 @@
|
|
1530
2130
|
"name": "poolNftId",
|
1531
2131
|
"type": "uint96"
|
1532
2132
|
},
|
1533
|
-
{
|
1534
|
-
"components": [
|
1535
|
-
{
|
1536
|
-
"internalType": "UFixed",
|
1537
|
-
"name": "fractionalFee",
|
1538
|
-
"type": "uint256"
|
1539
|
-
},
|
1540
|
-
{
|
1541
|
-
"internalType": "uint256",
|
1542
|
-
"name": "fixedFee",
|
1543
|
-
"type": "uint256"
|
1544
|
-
}
|
1545
|
-
],
|
1546
|
-
"internalType": "struct Fee",
|
1547
|
-
"name": "distributionFee",
|
1548
|
-
"type": "tuple"
|
1549
|
-
},
|
1550
2133
|
{
|
1551
2134
|
"components": [
|
1552
2135
|
{
|
@@ -1581,57 +2164,6 @@
|
|
1581
2164
|
"name": "processingFee",
|
1582
2165
|
"type": "tuple"
|
1583
2166
|
},
|
1584
|
-
{
|
1585
|
-
"components": [
|
1586
|
-
{
|
1587
|
-
"internalType": "UFixed",
|
1588
|
-
"name": "fractionalFee",
|
1589
|
-
"type": "uint256"
|
1590
|
-
},
|
1591
|
-
{
|
1592
|
-
"internalType": "uint256",
|
1593
|
-
"name": "fixedFee",
|
1594
|
-
"type": "uint256"
|
1595
|
-
}
|
1596
|
-
],
|
1597
|
-
"internalType": "struct Fee",
|
1598
|
-
"name": "poolFee",
|
1599
|
-
"type": "tuple"
|
1600
|
-
},
|
1601
|
-
{
|
1602
|
-
"components": [
|
1603
|
-
{
|
1604
|
-
"internalType": "UFixed",
|
1605
|
-
"name": "fractionalFee",
|
1606
|
-
"type": "uint256"
|
1607
|
-
},
|
1608
|
-
{
|
1609
|
-
"internalType": "uint256",
|
1610
|
-
"name": "fixedFee",
|
1611
|
-
"type": "uint256"
|
1612
|
-
}
|
1613
|
-
],
|
1614
|
-
"internalType": "struct Fee",
|
1615
|
-
"name": "stakingFee",
|
1616
|
-
"type": "tuple"
|
1617
|
-
},
|
1618
|
-
{
|
1619
|
-
"components": [
|
1620
|
-
{
|
1621
|
-
"internalType": "UFixed",
|
1622
|
-
"name": "fractionalFee",
|
1623
|
-
"type": "uint256"
|
1624
|
-
},
|
1625
|
-
{
|
1626
|
-
"internalType": "uint256",
|
1627
|
-
"name": "fixedFee",
|
1628
|
-
"type": "uint256"
|
1629
|
-
}
|
1630
|
-
],
|
1631
|
-
"internalType": "struct Fee",
|
1632
|
-
"name": "performanceFee",
|
1633
|
-
"type": "tuple"
|
1634
|
-
},
|
1635
2167
|
{
|
1636
2168
|
"internalType": "bool",
|
1637
2169
|
"name": "isIntercepting",
|
@@ -1676,6 +2208,84 @@
|
|
1676
2208
|
"stateMutability": "nonpayable",
|
1677
2209
|
"type": "function"
|
1678
2210
|
},
|
2211
|
+
{
|
2212
|
+
"inputs": [
|
2213
|
+
{
|
2214
|
+
"internalType": "Key32",
|
2215
|
+
"name": "referralKey",
|
2216
|
+
"type": "bytes32"
|
2217
|
+
},
|
2218
|
+
{
|
2219
|
+
"components": [
|
2220
|
+
{
|
2221
|
+
"internalType": "NftId",
|
2222
|
+
"name": "distributorNftId",
|
2223
|
+
"type": "uint96"
|
2224
|
+
},
|
2225
|
+
{
|
2226
|
+
"internalType": "string",
|
2227
|
+
"name": "referralCode",
|
2228
|
+
"type": "string"
|
2229
|
+
},
|
2230
|
+
{
|
2231
|
+
"internalType": "UFixed",
|
2232
|
+
"name": "discountPercentage",
|
2233
|
+
"type": "uint256"
|
2234
|
+
},
|
2235
|
+
{
|
2236
|
+
"internalType": "uint32",
|
2237
|
+
"name": "maxReferrals",
|
2238
|
+
"type": "uint32"
|
2239
|
+
},
|
2240
|
+
{
|
2241
|
+
"internalType": "uint32",
|
2242
|
+
"name": "usedReferrals",
|
2243
|
+
"type": "uint32"
|
2244
|
+
},
|
2245
|
+
{
|
2246
|
+
"internalType": "Timestamp",
|
2247
|
+
"name": "expiryAt",
|
2248
|
+
"type": "uint40"
|
2249
|
+
},
|
2250
|
+
{
|
2251
|
+
"internalType": "bytes",
|
2252
|
+
"name": "data",
|
2253
|
+
"type": "bytes"
|
2254
|
+
}
|
2255
|
+
],
|
2256
|
+
"internalType": "struct IDistribution.ReferralInfo",
|
2257
|
+
"name": "referralInfo",
|
2258
|
+
"type": "tuple"
|
2259
|
+
},
|
2260
|
+
{
|
2261
|
+
"internalType": "StateId",
|
2262
|
+
"name": "newState",
|
2263
|
+
"type": "uint8"
|
2264
|
+
}
|
2265
|
+
],
|
2266
|
+
"name": "updateReferral",
|
2267
|
+
"outputs": [],
|
2268
|
+
"stateMutability": "nonpayable",
|
2269
|
+
"type": "function"
|
2270
|
+
},
|
2271
|
+
{
|
2272
|
+
"inputs": [
|
2273
|
+
{
|
2274
|
+
"internalType": "Key32",
|
2275
|
+
"name": "referralKey",
|
2276
|
+
"type": "bytes32"
|
2277
|
+
},
|
2278
|
+
{
|
2279
|
+
"internalType": "StateId",
|
2280
|
+
"name": "newState",
|
2281
|
+
"type": "uint8"
|
2282
|
+
}
|
2283
|
+
],
|
2284
|
+
"name": "updateReferralState",
|
2285
|
+
"outputs": [],
|
2286
|
+
"stateMutability": "nonpayable",
|
2287
|
+
"type": "function"
|
2288
|
+
},
|
1679
2289
|
{
|
1680
2290
|
"inputs": [
|
1681
2291
|
{
|