@etherisc/gif-next 0.0.2-e1e92ab-754 → 0.0.2-e20063b-144
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +167 -14
- 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 +978 -190
- package/artifacts/contracts/components/IComponent.sol/IComponent.dbg.json +4 -0
- package/artifacts/contracts/{instance/base/ServiceBase.sol/ServiceBase.json → components/IComponent.sol/IComponent.json} +284 -147
- package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.dbg.json +1 -1
- package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.json +816 -24
- package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +1 -1
- package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.json +883 -127
- package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +1 -1
- package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.json +656 -33
- package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +1 -1
- package/artifacts/contracts/components/Pool.sol/Pool.json +925 -265
- package/artifacts/contracts/components/Product.sol/Product.dbg.json +1 -1
- package/artifacts/contracts/components/Product.sol/Product.json +712 -159
- package/artifacts/contracts/instance/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.dbg.json +4 -0
- package/artifacts/contracts/instance/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.json +1206 -0
- package/artifacts/contracts/instance/BundleManager.sol/BundleManager.dbg.json +4 -0
- package/artifacts/contracts/instance/BundleManager.sol/BundleManager.json +778 -0
- package/artifacts/contracts/instance/Cloneable.sol/Cloneable.dbg.json +4 -0
- package/artifacts/contracts/instance/Cloneable.sol/Cloneable.json +190 -0
- package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstance.sol/IInstance.json +1803 -1132
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +4 -0
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +633 -0
- package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
- package/artifacts/contracts/instance/Instance.sol/Instance.json +2094 -1152
- package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.json +1330 -0
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +1403 -0
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +1140 -0
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +741 -0
- package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.dbg.json +4 -0
- package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.json +256 -0
- package/artifacts/contracts/instance/base/ComponentService.sol/ComponentService.dbg.json +4 -0
- package/artifacts/contracts/instance/base/{InstanceBase.sol/InstanceBase.json → ComponentService.sol/ComponentService.json} +250 -187
- package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +1 -1
- package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.json +27 -158
- 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 +67 -245
- 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 +4 -0
- package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +237 -0
- package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +4 -0
- package/artifacts/contracts/instance/module/{bundle/IBundle.sol → IBundle.sol}/IBundle.json +1 -1
- package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
- package/artifacts/contracts/instance/module/{pool/IPoolModule.sol/IPool.json → IComponents.sol/IComponents.json} +2 -2
- package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +4 -0
- package/artifacts/contracts/instance/module/{distribution/IDistribution.sol → IDistribution.sol}/IDistribution.json +1 -1
- package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +4 -0
- package/artifacts/contracts/instance/module/{policy/IPolicy.sol → IPolicy.sol}/IPolicy.json +1 -1
- package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +4 -0
- package/artifacts/contracts/instance/module/{risk/IRisk.sol → IRisk.sol}/IRisk.json +1 -1
- package/artifacts/contracts/instance/module/ISetup.sol/ISetup.dbg.json +4 -0
- package/artifacts/contracts/instance/{base/ModuleBase.sol/ModuleBase.json → module/ISetup.sol/ISetup.json} +2 -2
- package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.dbg.json +4 -0
- package/artifacts/contracts/instance/module/{treasury/ITreasury.sol → ITreasury.sol}/ITreasury.json +1 -1
- package/artifacts/contracts/instance/service/ApplicationService.sol/ApplicationService.dbg.json +4 -0
- package/artifacts/contracts/instance/service/ApplicationService.sol/ApplicationService.json +1060 -0
- package/artifacts/contracts/instance/service/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
- package/artifacts/contracts/instance/service/ApplicationServiceManager.sol/ApplicationServiceManager.json +681 -0
- package/artifacts/contracts/instance/service/BundleService.sol/BundleService.dbg.json +4 -0
- package/artifacts/contracts/instance/service/BundleService.sol/BundleService.json +1266 -0
- package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
- package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.json +725 -0
- package/artifacts/contracts/instance/service/ClaimService.sol/ClaimService.dbg.json +4 -0
- package/artifacts/contracts/instance/service/ClaimService.sol/ClaimService.json +1040 -0
- package/artifacts/contracts/instance/service/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
- package/artifacts/contracts/instance/service/ClaimServiceManager.sol/ClaimServiceManager.json +685 -0
- package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.dbg.json +1 -1
- package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.json +1372 -228
- package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
- package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.json +793 -0
- package/artifacts/contracts/instance/service/IApplicationService.sol/IApplicationService.dbg.json +4 -0
- package/artifacts/contracts/instance/service/IApplicationService.sol/IApplicationService.json +627 -0
- package/artifacts/contracts/instance/service/IBundleService.sol/IBundleService.dbg.json +4 -0
- package/artifacts/contracts/instance/service/IBundleService.sol/IBundleService.json +686 -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} +327 -191
- 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/instance/service/IPolicyService.sol/IPolicyService.json +937 -0
- package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +1 -1
- package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.json +437 -154
- package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +1 -1
- package/artifacts/contracts/instance/service/IProductService.sol/IProductService.json +90 -391
- package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.dbg.json +4 -0
- package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.json +1511 -0
- package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
- package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.json +741 -0
- package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +1 -1
- package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +674 -190
- package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
- package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.json +661 -0
- package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +1 -1
- package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +300 -528
- package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.dbg.json +4 -0
- package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.json +653 -0
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +60 -2
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +373 -61
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +223 -229
- 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 +333 -188
- 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 +227 -314
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +312 -132
- 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 +4 -0
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +498 -0
- 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/{instance/module/component/IComponent.sol/IComponentModule.json → shared/IPolicyHolder.sol/IPolicyHolder.json} +69 -57
- 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 +4 -0
- package/artifacts/contracts/{components/BaseComponent.sol/BaseComponent.json → shared/IService.sol/IService.json} +102 -68
- 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 +4 -0
- package/artifacts/contracts/{instance/base/ComponentServiceBase.sol/ComponentServiceBase.json → shared/Service.sol/Service.json} +185 -170
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +4 -0
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +96 -0
- 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 +14 -14
- package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +1 -1
- package/artifacts/contracts/test/TestService.sol/TestService.json +210 -198
- 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 -174
- 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 +185 -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 +179 -0
- package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
- package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.json +104 -0
- 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 +31 -17
- 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 +26 -3
- package/artifacts/contracts/types/NumberId.sol/NumberIdLib.dbg.json +4 -0
- package/artifacts/contracts/types/NumberId.sol/NumberIdLib.json +100 -0
- 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 +209 -0
- package/artifacts/contracts/types/Referral.sol/ReferralLib.dbg.json +4 -0
- package/artifacts/contracts/types/Referral.sol/ReferralLib.json +142 -0
- 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 +134 -8
- 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 +51 -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 +22 -3
- package/contracts/components/Component.sol +253 -0
- package/contracts/components/Distribution.sol +208 -79
- package/contracts/components/IComponent.sol +76 -0
- package/contracts/components/IDistributionComponent.sol +43 -18
- package/contracts/components/IPoolComponent.sol +88 -39
- package/contracts/components/IProductComponent.sol +12 -9
- package/contracts/components/Pool.sol +221 -165
- package/contracts/components/Product.sol +250 -178
- package/contracts/instance/AccessManagerUpgradeableInitializeable.sol +13 -0
- package/contracts/instance/BundleManager.sol +126 -0
- package/contracts/instance/Cloneable.sol +51 -0
- package/contracts/instance/IInstance.sol +91 -41
- package/contracts/instance/IInstanceService.sol +68 -0
- package/contracts/instance/Instance.sol +293 -66
- package/contracts/instance/InstanceAccessManager.sol +527 -0
- package/contracts/instance/InstanceReader.sol +317 -0
- package/contracts/instance/InstanceService.sol +478 -0
- package/contracts/instance/InstanceServiceManager.sol +54 -0
- package/contracts/instance/ObjectManager.sol +82 -0
- package/contracts/instance/base/ComponentService.sol +121 -0
- package/contracts/instance/base/IKeyValueStore.sol +13 -14
- package/contracts/instance/base/ILifecycle.sol +3 -3
- package/contracts/instance/base/KeyValueStore.sol +60 -41
- package/contracts/instance/base/Lifecycle.sol +24 -7
- package/contracts/instance/module/IAccess.sol +54 -0
- package/contracts/instance/module/IBundle.sol +23 -0
- package/contracts/instance/module/IComponents.sol +41 -0
- package/contracts/instance/module/IDistribution.sol +41 -0
- package/contracts/instance/module/IPolicy.sol +77 -0
- package/contracts/instance/module/IRisk.sol +11 -0
- package/contracts/instance/module/ISetup.sol +33 -0
- package/contracts/instance/module/ITreasury.sol +23 -0
- package/contracts/instance/service/ApplicationService.sol +355 -0
- package/contracts/instance/service/ApplicationServiceManager.sol +35 -0
- package/contracts/instance/service/BundleService.sol +436 -0
- package/contracts/instance/service/BundleServiceManager.sol +51 -0
- package/contracts/instance/service/ClaimService.sol +239 -0
- package/contracts/instance/service/ClaimServiceManager.sol +35 -0
- package/contracts/instance/service/DistributionService.sol +399 -22
- package/contracts/instance/service/DistributionServiceManager.sol +51 -0
- package/contracts/instance/service/IApplicationService.sol +78 -0
- package/contracts/instance/service/IBundleService.sol +96 -0
- package/contracts/instance/service/IClaimService.sol +92 -0
- package/contracts/instance/service/IDistributionService.sol +88 -1
- package/contracts/instance/service/IPolicyService.sol +137 -0
- package/contracts/instance/service/IPoolService.sol +80 -18
- package/contracts/instance/service/IProductService.sol +9 -76
- package/contracts/instance/service/PolicyService.sol +541 -0
- package/contracts/instance/service/PolicyServiceManager.sol +54 -0
- package/contracts/instance/service/PoolService.sol +248 -94
- package/contracts/instance/service/PoolServiceManager.sol +51 -0
- package/contracts/instance/service/ProductService.sol +133 -433
- package/contracts/instance/service/ProductServiceManager.sol +54 -0
- package/contracts/registry/ChainNft.sol +47 -24
- package/contracts/registry/IRegistry.sol +52 -8
- package/contracts/registry/IRegistryService.sol +53 -20
- package/contracts/registry/ITransferInterceptor.sol +1 -0
- package/contracts/registry/Registry.sol +277 -236
- package/contracts/registry/RegistryAccessManager.sol +216 -0
- package/contracts/registry/RegistryService.sol +114 -273
- package/contracts/registry/RegistryServiceManager.sol +24 -25
- package/contracts/registry/ReleaseManager.sol +324 -0
- package/contracts/registry/TokenRegistry.sol +116 -0
- package/contracts/shared/ERC165.sol +14 -8
- 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 +16 -0
- package/contracts/shared/IVersionable.sol +4 -47
- package/contracts/shared/NftOwnable.sol +67 -83
- package/contracts/shared/PolicyHolder.sol +81 -0
- package/contracts/shared/ProxyManager.sol +100 -25
- package/contracts/shared/Registerable.sol +16 -31
- package/contracts/shared/RegistryLinked.sol +48 -0
- package/contracts/shared/Service.sol +72 -0
- package/contracts/shared/TokenHandler.sol +33 -0
- package/contracts/shared/Versionable.sol +4 -92
- package/contracts/test/TestRegisterable.sol +1 -1
- package/contracts/test/TestRoleId.sol +1 -1
- package/contracts/test/TestService.sol +6 -7
- package/contracts/types/Amount.sol +65 -0
- package/contracts/types/Blocknumber.sol +1 -0
- package/contracts/types/ClaimId.sol +75 -0
- package/contracts/types/DistributorType.sol +55 -0
- package/contracts/types/Fee.sol +13 -5
- package/contracts/types/Key32.sol +8 -3
- package/contracts/types/NftId.sol +8 -0
- package/contracts/types/NftIdSet.sol +26 -24
- package/contracts/types/NumberId.sol +52 -0
- package/contracts/types/ObjectType.sol +41 -15
- package/contracts/types/PayoutId.sol +82 -0
- package/contracts/types/Referral.sol +89 -0
- package/contracts/types/RoleId.sol +67 -15
- package/contracts/types/Seconds.sol +54 -0
- package/contracts/types/StateId.sol +12 -3
- package/contracts/types/Timestamp.sol +22 -13
- package/contracts/types/UFixed.sol +1 -0
- package/contracts/types/Version.sol +5 -1
- 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 -254
- 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/IInstanceLinked.sol/IInstanceLinked.dbg.json +0 -4
- package/artifacts/contracts/instance/IInstanceLinked.sol/IInstanceLinked.json +0 -24
- 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/base/IService.sol/IService.dbg.json +0 -4
- package/artifacts/contracts/instance/base/IService.sol/IService.json +0 -421
- package/artifacts/contracts/instance/base/InstanceBase.sol/InstanceBase.dbg.json +0 -4
- package/artifacts/contracts/instance/base/ModuleBase.sol/ModuleBase.dbg.json +0 -4
- package/artifacts/contracts/instance/base/ServiceBase.sol/ServiceBase.dbg.json +0 -4
- package/artifacts/contracts/instance/module/bundle/BundleModule.sol/BundleModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/bundle/BundleModule.sol/BundleModule.json +0 -297
- package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundle.dbg.json +0 -4
- package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundleModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundleModule.json +0 -297
- package/artifacts/contracts/instance/module/component/ComponentModule.sol/ComponentModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/component/ComponentModule.sol/ComponentModule.json +0 -117
- package/artifacts/contracts/instance/module/component/IComponent.sol/IComponent.dbg.json +0 -4
- package/artifacts/contracts/instance/module/component/IComponent.sol/IComponent.json +0 -10
- package/artifacts/contracts/instance/module/component/IComponent.sol/IComponentModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/distribution/DistributionModule.sol/DistributionModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/distribution/DistributionModule.sol/DistributionModule.json +0 -10
- package/artifacts/contracts/instance/module/distribution/IDistribution.sol/IDistribution.dbg.json +0 -4
- package/artifacts/contracts/instance/module/distribution/IDistribution.sol/IDistributionModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/distribution/IDistribution.sol/IDistributionModule.json +0 -10
- package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicy.dbg.json +0 -4
- package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicyModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicyModule.json +0 -271
- package/artifacts/contracts/instance/module/policy/PolicyModule.sol/PolicyModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/policy/PolicyModule.sol/PolicyModule.json +0 -271
- package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPool.dbg.json +0 -4
- package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPoolModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPoolModule.json +0 -164
- package/artifacts/contracts/instance/module/pool/PoolModule.sol/PoolModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/pool/PoolModule.sol/PoolModule.json +0 -164
- package/artifacts/contracts/instance/module/risk/IRisk.sol/IRisk.dbg.json +0 -4
- package/artifacts/contracts/instance/module/risk/IRisk.sol/IRiskModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/risk/IRisk.sol/IRiskModule.json +0 -113
- package/artifacts/contracts/instance/module/risk/RiskModule.sol/RiskModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/risk/RiskModule.sol/RiskModule.json +0 -131
- package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasury.dbg.json +0 -4
- package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasuryModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasuryModule.json +0 -638
- package/artifacts/contracts/instance/module/treasury/TokenHandler.sol/TokenHandler.dbg.json +0 -4
- package/artifacts/contracts/instance/module/treasury/TokenHandler.sol/TokenHandler.json +0 -76
- package/artifacts/contracts/instance/module/treasury/TreasuryModule.sol/TreasuryModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/treasury/TreasuryModule.sol/TreasuryModule.json +0 -638
- 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/registry/IChainNft.sol/IChainNft.dbg.json +0 -4
- package/artifacts/contracts/registry/IChainNft.sol/IChainNft.json +0 -457
- package/artifacts/contracts/test/TestDistribution.sol/TestDistribution.dbg.json +0 -4
- package/artifacts/contracts/test/TestDistribution.sol/TestDistribution.json +0 -557
- package/artifacts/contracts/test/TestPool.sol/TestPool.dbg.json +0 -4
- package/artifacts/contracts/test/TestPool.sol/TestPool.json +0 -716
- package/artifacts/contracts/test/TestProduct.sol/TestProduct.dbg.json +0 -4
- package/artifacts/contracts/test/TestProduct.sol/TestProduct.json +0 -744
- package/artifacts/contracts/types/ReferralId.sol/ReferralIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/ReferralId.sol/ReferralIdLib.json +0 -99
- package/contracts/components/BaseComponent.sol +0 -79
- package/contracts/components/IBaseComponent.sol +0 -19
- 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/IInstanceLinked.sol +0 -8
- package/contracts/instance/base/ComponentServiceBase.sol +0 -49
- package/contracts/instance/base/IInstanceBase.sol +0 -23
- package/contracts/instance/base/IService.sol +0 -15
- package/contracts/instance/base/InstanceBase.sol +0 -89
- package/contracts/instance/base/ModuleBase.sol +0 -57
- package/contracts/instance/base/ServiceBase.sol +0 -44
- package/contracts/instance/module/bundle/BundleModule.sol +0 -134
- package/contracts/instance/module/bundle/IBundle.sol +0 -53
- package/contracts/instance/module/component/ComponentModule.sol +0 -71
- package/contracts/instance/module/component/IComponent.sol +0 -28
- package/contracts/instance/module/distribution/DistributionModule.sol +0 -17
- package/contracts/instance/module/distribution/IDistribution.sol +0 -10
- package/contracts/instance/module/policy/IPolicy.sol +0 -63
- package/contracts/instance/module/policy/PolicyModule.sol +0 -91
- package/contracts/instance/module/pool/IPoolModule.sol +0 -41
- package/contracts/instance/module/pool/PoolModule.sol +0 -95
- package/contracts/instance/module/risk/IRisk.sol +0 -26
- package/contracts/instance/module/risk/RiskModule.sol +0 -62
- package/contracts/instance/module/treasury/ITreasury.sol +0 -84
- package/contracts/instance/module/treasury/TokenHandler.sol +0 -48
- package/contracts/instance/module/treasury/TreasuryModule.sol +0 -131
- package/contracts/instance/service/ComponentOwnerService.sol +0 -315
- package/contracts/instance/service/IComponentOwnerService.sol +0 -20
- package/contracts/registry/IChainNft.sol +0 -22
- package/contracts/test/TestDistribution.sol +0 -22
- package/contracts/test/TestPool.sol +0 -27
- package/contracts/test/TestProduct.sol +0 -74
- package/contracts/types/ReferralId.sol +0 -48
@@ -7,108 +7,145 @@
|
|
7
7
|
"inputs": [
|
8
8
|
{
|
9
9
|
"internalType": "address",
|
10
|
-
"name": "
|
10
|
+
"name": "authority",
|
11
11
|
"type": "address"
|
12
|
-
}
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
12
|
+
}
|
13
|
+
],
|
14
|
+
"name": "AccessManagedInvalidAuthority",
|
15
|
+
"type": "error"
|
16
|
+
},
|
17
|
+
{
|
18
|
+
"inputs": [
|
18
19
|
{
|
19
20
|
"internalType": "address",
|
20
|
-
"name": "
|
21
|
+
"name": "caller",
|
21
22
|
"type": "address"
|
22
23
|
},
|
23
24
|
{
|
24
|
-
"internalType": "
|
25
|
-
"name": "
|
26
|
-
"type": "
|
27
|
-
}
|
25
|
+
"internalType": "uint32",
|
26
|
+
"name": "delay",
|
27
|
+
"type": "uint32"
|
28
|
+
}
|
29
|
+
],
|
30
|
+
"name": "AccessManagedRequiredDelay",
|
31
|
+
"type": "error"
|
32
|
+
},
|
33
|
+
{
|
34
|
+
"inputs": [
|
28
35
|
{
|
29
|
-
"internalType": "
|
30
|
-
"name": "
|
31
|
-
"type": "
|
32
|
-
}
|
36
|
+
"internalType": "address",
|
37
|
+
"name": "caller",
|
38
|
+
"type": "address"
|
39
|
+
}
|
40
|
+
],
|
41
|
+
"name": "AccessManagedUnauthorized",
|
42
|
+
"type": "error"
|
43
|
+
},
|
44
|
+
{
|
45
|
+
"inputs": [
|
33
46
|
{
|
34
|
-
"internalType": "
|
35
|
-
"name": "
|
36
|
-
"type": "
|
37
|
-
}
|
47
|
+
"internalType": "address",
|
48
|
+
"name": "target",
|
49
|
+
"type": "address"
|
50
|
+
}
|
51
|
+
],
|
52
|
+
"name": "AddressEmptyCode",
|
53
|
+
"type": "error"
|
54
|
+
},
|
55
|
+
{
|
56
|
+
"inputs": [
|
38
57
|
{
|
39
|
-
"
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
}
|
50
|
-
],
|
51
|
-
"internalType": "struct Fee",
|
52
|
-
"name": "poolFee",
|
53
|
-
"type": "tuple"
|
54
|
-
},
|
58
|
+
"internalType": "address",
|
59
|
+
"name": "account",
|
60
|
+
"type": "address"
|
61
|
+
}
|
62
|
+
],
|
63
|
+
"name": "AddressInsufficientBalance",
|
64
|
+
"type": "error"
|
65
|
+
},
|
66
|
+
{
|
67
|
+
"inputs": [
|
55
68
|
{
|
56
|
-
"
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
}
|
67
|
-
],
|
68
|
-
"internalType": "struct Fee",
|
69
|
-
"name": "stakingFee",
|
70
|
-
"type": "tuple"
|
71
|
-
},
|
69
|
+
"internalType": "address",
|
70
|
+
"name": "caller",
|
71
|
+
"type": "address"
|
72
|
+
}
|
73
|
+
],
|
74
|
+
"name": "ErrorComponentNotChainNft",
|
75
|
+
"type": "error"
|
76
|
+
},
|
77
|
+
{
|
78
|
+
"inputs": [
|
72
79
|
{
|
73
|
-
"
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
}
|
84
|
-
],
|
85
|
-
"internalType": "struct Fee",
|
86
|
-
"name": "performanceFee",
|
87
|
-
"type": "tuple"
|
88
|
-
},
|
80
|
+
"internalType": "NftId",
|
81
|
+
"name": "instanceNftId",
|
82
|
+
"type": "uint96"
|
83
|
+
}
|
84
|
+
],
|
85
|
+
"name": "ErrorComponentNotInstance",
|
86
|
+
"type": "error"
|
87
|
+
},
|
88
|
+
{
|
89
|
+
"inputs": [
|
89
90
|
{
|
90
91
|
"internalType": "address",
|
91
|
-
"name": "
|
92
|
+
"name": "caller",
|
92
93
|
"type": "address"
|
93
94
|
}
|
94
95
|
],
|
95
|
-
"
|
96
|
-
"type": "
|
96
|
+
"name": "ErrorComponentNotProductService",
|
97
|
+
"type": "error"
|
98
|
+
},
|
99
|
+
{
|
100
|
+
"inputs": [],
|
101
|
+
"name": "ErrorComponentProductNftAlreadySet",
|
102
|
+
"type": "error"
|
103
|
+
},
|
104
|
+
{
|
105
|
+
"inputs": [],
|
106
|
+
"name": "ErrorComponentWalletAddressIsSameAsCurrent",
|
107
|
+
"type": "error"
|
108
|
+
},
|
109
|
+
{
|
110
|
+
"inputs": [],
|
111
|
+
"name": "ErrorComponentWalletAddressZero",
|
112
|
+
"type": "error"
|
97
113
|
},
|
98
114
|
{
|
99
115
|
"inputs": [
|
100
116
|
{
|
101
117
|
"internalType": "address",
|
102
|
-
"name": "
|
118
|
+
"name": "oldWallet",
|
119
|
+
"type": "address"
|
120
|
+
},
|
121
|
+
{
|
122
|
+
"internalType": "address",
|
123
|
+
"name": "newWallet",
|
103
124
|
"type": "address"
|
104
125
|
},
|
126
|
+
{
|
127
|
+
"internalType": "uint256",
|
128
|
+
"name": "allowance",
|
129
|
+
"type": "uint256"
|
130
|
+
},
|
131
|
+
{
|
132
|
+
"internalType": "uint256",
|
133
|
+
"name": "balance",
|
134
|
+
"type": "uint256"
|
135
|
+
}
|
136
|
+
],
|
137
|
+
"name": "ErrorComponentWalletAllowanceTooSmall",
|
138
|
+
"type": "error"
|
139
|
+
},
|
140
|
+
{
|
141
|
+
"inputs": [
|
105
142
|
{
|
106
143
|
"internalType": "NftId",
|
107
144
|
"name": "nftId",
|
108
145
|
"type": "uint96"
|
109
146
|
}
|
110
147
|
],
|
111
|
-
"name": "
|
148
|
+
"name": "ErrorNftOwnableAlreadyLinked",
|
112
149
|
"type": "error"
|
113
150
|
},
|
114
151
|
{
|
@@ -119,7 +156,12 @@
|
|
119
156
|
"type": "address"
|
120
157
|
}
|
121
158
|
],
|
122
|
-
"name": "
|
159
|
+
"name": "ErrorNftOwnableContractNotRegistered",
|
160
|
+
"type": "error"
|
161
|
+
},
|
162
|
+
{
|
163
|
+
"inputs": [],
|
164
|
+
"name": "ErrorNftOwnableInitialOwnerZero",
|
123
165
|
"type": "error"
|
124
166
|
},
|
125
167
|
{
|
@@ -130,7 +172,7 @@
|
|
130
172
|
"type": "address"
|
131
173
|
}
|
132
174
|
],
|
133
|
-
"name": "
|
175
|
+
"name": "ErrorNftOwnableNotOwner",
|
134
176
|
"type": "error"
|
135
177
|
},
|
136
178
|
{
|
@@ -147,33 +189,44 @@
|
|
147
189
|
{
|
148
190
|
"inputs": [
|
149
191
|
{
|
150
|
-
"internalType": "
|
151
|
-
"name": "
|
152
|
-
"type": "
|
192
|
+
"internalType": "NftId",
|
193
|
+
"name": "applicationNftId",
|
194
|
+
"type": "uint96"
|
153
195
|
}
|
154
196
|
],
|
155
|
-
"name": "
|
197
|
+
"name": "ErrorPoolApplicationBundleMismatch",
|
156
198
|
"type": "error"
|
157
199
|
},
|
158
200
|
{
|
159
|
-
"inputs": [
|
160
|
-
|
201
|
+
"inputs": [
|
202
|
+
{
|
203
|
+
"internalType": "NftId",
|
204
|
+
"name": "bundleNftId",
|
205
|
+
"type": "uint96"
|
206
|
+
},
|
207
|
+
{
|
208
|
+
"internalType": "address",
|
209
|
+
"name": "caller",
|
210
|
+
"type": "address"
|
211
|
+
}
|
212
|
+
],
|
213
|
+
"name": "ErrorPoolNotBundleOwner",
|
161
214
|
"type": "error"
|
162
215
|
},
|
163
216
|
{
|
164
217
|
"inputs": [
|
165
218
|
{
|
166
219
|
"internalType": "address",
|
167
|
-
"name": "
|
220
|
+
"name": "caller",
|
168
221
|
"type": "address"
|
169
222
|
}
|
170
223
|
],
|
171
|
-
"name": "
|
224
|
+
"name": "ErrorPoolNotPoolService",
|
172
225
|
"type": "error"
|
173
226
|
},
|
174
227
|
{
|
175
228
|
"inputs": [],
|
176
|
-
"name": "
|
229
|
+
"name": "FailedInnerCall",
|
177
230
|
"type": "error"
|
178
231
|
},
|
179
232
|
{
|
@@ -186,6 +239,30 @@
|
|
186
239
|
"name": "NotInitializing",
|
187
240
|
"type": "error"
|
188
241
|
},
|
242
|
+
{
|
243
|
+
"inputs": [
|
244
|
+
{
|
245
|
+
"internalType": "address",
|
246
|
+
"name": "token",
|
247
|
+
"type": "address"
|
248
|
+
}
|
249
|
+
],
|
250
|
+
"name": "SafeERC20FailedOperation",
|
251
|
+
"type": "error"
|
252
|
+
},
|
253
|
+
{
|
254
|
+
"anonymous": false,
|
255
|
+
"inputs": [
|
256
|
+
{
|
257
|
+
"indexed": false,
|
258
|
+
"internalType": "address",
|
259
|
+
"name": "authority",
|
260
|
+
"type": "address"
|
261
|
+
}
|
262
|
+
],
|
263
|
+
"name": "AuthorityUpdated",
|
264
|
+
"type": "event"
|
265
|
+
},
|
189
266
|
{
|
190
267
|
"anonymous": false,
|
191
268
|
"inputs": [
|
@@ -204,29 +281,73 @@
|
|
204
281
|
"inputs": [
|
205
282
|
{
|
206
283
|
"indexed": false,
|
207
|
-
"internalType": "
|
208
|
-
"name": "
|
209
|
-
"type": "
|
284
|
+
"internalType": "address",
|
285
|
+
"name": "oldWallet",
|
286
|
+
"type": "address"
|
287
|
+
},
|
288
|
+
{
|
289
|
+
"indexed": false,
|
290
|
+
"internalType": "address",
|
291
|
+
"name": "newWallet",
|
292
|
+
"type": "address"
|
293
|
+
}
|
294
|
+
],
|
295
|
+
"name": "LogComponentWalletAddressChanged",
|
296
|
+
"type": "event"
|
297
|
+
},
|
298
|
+
{
|
299
|
+
"anonymous": false,
|
300
|
+
"inputs": [
|
301
|
+
{
|
302
|
+
"indexed": false,
|
303
|
+
"internalType": "address",
|
304
|
+
"name": "from",
|
305
|
+
"type": "address"
|
306
|
+
},
|
307
|
+
{
|
308
|
+
"indexed": false,
|
309
|
+
"internalType": "address",
|
310
|
+
"name": "to",
|
311
|
+
"type": "address"
|
210
312
|
},
|
211
313
|
{
|
212
314
|
"indexed": false,
|
213
315
|
"internalType": "uint256",
|
214
|
-
"name": "
|
316
|
+
"name": "amount",
|
215
317
|
"type": "uint256"
|
216
|
-
}
|
318
|
+
}
|
319
|
+
],
|
320
|
+
"name": "LogComponentWalletTokensTransferred",
|
321
|
+
"type": "event"
|
322
|
+
},
|
323
|
+
{
|
324
|
+
"anonymous": false,
|
325
|
+
"inputs": [
|
217
326
|
{
|
218
327
|
"indexed": false,
|
219
328
|
"internalType": "address",
|
220
329
|
"name": "pool",
|
221
330
|
"type": "address"
|
331
|
+
},
|
332
|
+
{
|
333
|
+
"indexed": false,
|
334
|
+
"internalType": "NftId",
|
335
|
+
"name": "applicationNftId",
|
336
|
+
"type": "uint96"
|
337
|
+
},
|
338
|
+
{
|
339
|
+
"indexed": false,
|
340
|
+
"internalType": "uint256",
|
341
|
+
"name": "collateralizationAmount",
|
342
|
+
"type": "uint256"
|
222
343
|
}
|
223
344
|
],
|
224
|
-
"name": "
|
345
|
+
"name": "LogPoolVerifiedByPool",
|
225
346
|
"type": "event"
|
226
347
|
},
|
227
348
|
{
|
228
349
|
"inputs": [],
|
229
|
-
"name": "
|
350
|
+
"name": "COMPONENT_LOCATION_V1",
|
230
351
|
"outputs": [
|
231
352
|
{
|
232
353
|
"internalType": "bytes32",
|
@@ -238,123 +359,196 @@
|
|
238
359
|
"type": "function"
|
239
360
|
},
|
240
361
|
{
|
241
|
-
"inputs": [
|
362
|
+
"inputs": [],
|
363
|
+
"name": "NFT_OWNABLE_STORAGE_LOCATION_V1",
|
364
|
+
"outputs": [
|
242
365
|
{
|
243
|
-
"
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
"
|
257
|
-
"
|
366
|
+
"internalType": "bytes32",
|
367
|
+
"name": "",
|
368
|
+
"type": "bytes32"
|
369
|
+
}
|
370
|
+
],
|
371
|
+
"stateMutability": "view",
|
372
|
+
"type": "function"
|
373
|
+
},
|
374
|
+
{
|
375
|
+
"inputs": [],
|
376
|
+
"name": "POOL_STORAGE_LOCATION_V1",
|
377
|
+
"outputs": [
|
378
|
+
{
|
379
|
+
"internalType": "bytes32",
|
380
|
+
"name": "",
|
381
|
+
"type": "bytes32"
|
382
|
+
}
|
383
|
+
],
|
384
|
+
"stateMutability": "view",
|
385
|
+
"type": "function"
|
386
|
+
},
|
387
|
+
{
|
388
|
+
"inputs": [],
|
389
|
+
"name": "REGISTERABLE_LOCATION_V1",
|
390
|
+
"outputs": [
|
391
|
+
{
|
392
|
+
"internalType": "bytes32",
|
393
|
+
"name": "",
|
394
|
+
"type": "bytes32"
|
395
|
+
}
|
396
|
+
],
|
397
|
+
"stateMutability": "view",
|
398
|
+
"type": "function"
|
399
|
+
},
|
400
|
+
{
|
401
|
+
"inputs": [
|
402
|
+
{
|
403
|
+
"internalType": "NftId",
|
404
|
+
"name": "applicationNftId",
|
405
|
+
"type": "uint96"
|
258
406
|
},
|
259
407
|
{
|
260
|
-
"internalType": "
|
261
|
-
"name": "
|
262
|
-
"type": "
|
408
|
+
"internalType": "bytes",
|
409
|
+
"name": "applicationData",
|
410
|
+
"type": "bytes"
|
263
411
|
},
|
264
412
|
{
|
265
|
-
"internalType": "
|
266
|
-
"name": "
|
267
|
-
"type": "
|
413
|
+
"internalType": "NftId",
|
414
|
+
"name": "bundleNftId",
|
415
|
+
"type": "uint96"
|
268
416
|
},
|
269
417
|
{
|
270
418
|
"internalType": "bytes",
|
271
|
-
"name": "
|
419
|
+
"name": "bundleFilter",
|
272
420
|
"type": "bytes"
|
421
|
+
},
|
422
|
+
{
|
423
|
+
"internalType": "uint256",
|
424
|
+
"name": "collateralizationAmount",
|
425
|
+
"type": "uint256"
|
426
|
+
}
|
427
|
+
],
|
428
|
+
"name": "applicationMatchesBundle",
|
429
|
+
"outputs": [
|
430
|
+
{
|
431
|
+
"internalType": "bool",
|
432
|
+
"name": "isMatching",
|
433
|
+
"type": "bool"
|
273
434
|
}
|
274
435
|
],
|
275
|
-
"
|
436
|
+
"stateMutability": "view",
|
437
|
+
"type": "function"
|
438
|
+
},
|
439
|
+
{
|
440
|
+
"inputs": [],
|
441
|
+
"name": "authority",
|
276
442
|
"outputs": [
|
443
|
+
{
|
444
|
+
"internalType": "address",
|
445
|
+
"name": "",
|
446
|
+
"type": "address"
|
447
|
+
}
|
448
|
+
],
|
449
|
+
"stateMutability": "view",
|
450
|
+
"type": "function"
|
451
|
+
},
|
452
|
+
{
|
453
|
+
"inputs": [
|
277
454
|
{
|
278
455
|
"internalType": "NftId",
|
279
456
|
"name": "bundleNftId",
|
280
457
|
"type": "uint96"
|
281
458
|
}
|
282
459
|
],
|
460
|
+
"name": "close",
|
461
|
+
"outputs": [],
|
283
462
|
"stateMutability": "nonpayable",
|
284
463
|
"type": "function"
|
285
464
|
},
|
286
465
|
{
|
287
|
-
"inputs": [
|
288
|
-
"name": "getCollateralizationLevel",
|
289
|
-
"outputs": [
|
466
|
+
"inputs": [
|
290
467
|
{
|
291
|
-
"internalType": "
|
292
|
-
"name": "
|
293
|
-
"type": "
|
468
|
+
"internalType": "NftId",
|
469
|
+
"name": "bundleNftId",
|
470
|
+
"type": "uint96"
|
471
|
+
},
|
472
|
+
{
|
473
|
+
"internalType": "Seconds",
|
474
|
+
"name": "lifetimeExtension",
|
475
|
+
"type": "uint40"
|
294
476
|
}
|
295
477
|
],
|
296
|
-
"
|
478
|
+
"name": "extend",
|
479
|
+
"outputs": [],
|
480
|
+
"stateMutability": "nonpayable",
|
297
481
|
"type": "function"
|
298
482
|
},
|
299
483
|
{
|
300
484
|
"inputs": [],
|
301
|
-
"name": "
|
485
|
+
"name": "getComponentInfo",
|
302
486
|
"outputs": [
|
303
487
|
{
|
304
488
|
"components": [
|
305
489
|
{
|
306
|
-
"internalType": "
|
307
|
-
"name": "
|
308
|
-
"type": "
|
490
|
+
"internalType": "string",
|
491
|
+
"name": "name",
|
492
|
+
"type": "string"
|
309
493
|
},
|
310
494
|
{
|
311
|
-
"internalType": "
|
312
|
-
"name": "
|
313
|
-
"type": "
|
314
|
-
}
|
315
|
-
],
|
316
|
-
"internalType": "struct Fee",
|
317
|
-
"name": "",
|
318
|
-
"type": "tuple"
|
319
|
-
},
|
320
|
-
{
|
321
|
-
"components": [
|
495
|
+
"internalType": "contract IERC20Metadata",
|
496
|
+
"name": "token",
|
497
|
+
"type": "address"
|
498
|
+
},
|
322
499
|
{
|
323
|
-
"internalType": "
|
324
|
-
"name": "
|
325
|
-
"type": "
|
500
|
+
"internalType": "contract TokenHandler",
|
501
|
+
"name": "tokenHandler",
|
502
|
+
"type": "address"
|
326
503
|
},
|
327
504
|
{
|
328
|
-
"internalType": "
|
329
|
-
"name": "
|
330
|
-
"type": "
|
331
|
-
}
|
332
|
-
],
|
333
|
-
"internalType": "struct Fee",
|
334
|
-
"name": "",
|
335
|
-
"type": "tuple"
|
336
|
-
},
|
337
|
-
{
|
338
|
-
"components": [
|
505
|
+
"internalType": "address",
|
506
|
+
"name": "wallet",
|
507
|
+
"type": "address"
|
508
|
+
},
|
339
509
|
{
|
340
|
-
"internalType": "
|
341
|
-
"name": "
|
342
|
-
"type": "
|
510
|
+
"internalType": "Amount",
|
511
|
+
"name": "balanceAmount",
|
512
|
+
"type": "uint96"
|
343
513
|
},
|
344
514
|
{
|
345
|
-
"internalType": "
|
346
|
-
"name": "
|
347
|
-
"type": "
|
515
|
+
"internalType": "Amount",
|
516
|
+
"name": "feeAmount",
|
517
|
+
"type": "uint96"
|
518
|
+
},
|
519
|
+
{
|
520
|
+
"internalType": "bytes",
|
521
|
+
"name": "data",
|
522
|
+
"type": "bytes"
|
348
523
|
}
|
349
524
|
],
|
350
|
-
"internalType": "struct
|
351
|
-
"name": "",
|
525
|
+
"internalType": "struct IComponents.ComponentInfo",
|
526
|
+
"name": "info",
|
352
527
|
"type": "tuple"
|
353
528
|
}
|
354
529
|
],
|
355
530
|
"stateMutability": "view",
|
356
531
|
"type": "function"
|
357
532
|
},
|
533
|
+
{
|
534
|
+
"inputs": [
|
535
|
+
{
|
536
|
+
"internalType": "bytes",
|
537
|
+
"name": "name",
|
538
|
+
"type": "bytes"
|
539
|
+
}
|
540
|
+
],
|
541
|
+
"name": "getContractLocation",
|
542
|
+
"outputs": [
|
543
|
+
{
|
544
|
+
"internalType": "bytes32",
|
545
|
+
"name": "hash",
|
546
|
+
"type": "bytes32"
|
547
|
+
}
|
548
|
+
],
|
549
|
+
"stateMutability": "pure",
|
550
|
+
"type": "function"
|
551
|
+
},
|
358
552
|
{
|
359
553
|
"inputs": [],
|
360
554
|
"name": "getInitialInfo",
|
@@ -398,39 +592,421 @@
|
|
398
592
|
}
|
399
593
|
],
|
400
594
|
"internalType": "struct IRegistry.ObjectInfo",
|
595
|
+
"name": "info",
|
596
|
+
"type": "tuple"
|
597
|
+
}
|
598
|
+
],
|
599
|
+
"stateMutability": "view",
|
600
|
+
"type": "function"
|
601
|
+
},
|
602
|
+
{
|
603
|
+
"inputs": [],
|
604
|
+
"name": "getInstance",
|
605
|
+
"outputs": [
|
606
|
+
{
|
607
|
+
"internalType": "contract IInstance",
|
608
|
+
"name": "instance",
|
609
|
+
"type": "address"
|
610
|
+
}
|
611
|
+
],
|
612
|
+
"stateMutability": "view",
|
613
|
+
"type": "function"
|
614
|
+
},
|
615
|
+
{
|
616
|
+
"inputs": [],
|
617
|
+
"name": "getName",
|
618
|
+
"outputs": [
|
619
|
+
{
|
620
|
+
"internalType": "string",
|
621
|
+
"name": "name",
|
622
|
+
"type": "string"
|
623
|
+
}
|
624
|
+
],
|
625
|
+
"stateMutability": "view",
|
626
|
+
"type": "function"
|
627
|
+
},
|
628
|
+
{
|
629
|
+
"inputs": [],
|
630
|
+
"name": "getNftId",
|
631
|
+
"outputs": [
|
632
|
+
{
|
633
|
+
"internalType": "NftId",
|
634
|
+
"name": "",
|
635
|
+
"type": "uint96"
|
636
|
+
}
|
637
|
+
],
|
638
|
+
"stateMutability": "view",
|
639
|
+
"type": "function"
|
640
|
+
},
|
641
|
+
{
|
642
|
+
"inputs": [],
|
643
|
+
"name": "getOwner",
|
644
|
+
"outputs": [
|
645
|
+
{
|
646
|
+
"internalType": "address",
|
401
647
|
"name": "",
|
648
|
+
"type": "address"
|
649
|
+
}
|
650
|
+
],
|
651
|
+
"stateMutability": "view",
|
652
|
+
"type": "function"
|
653
|
+
},
|
654
|
+
{
|
655
|
+
"inputs": [],
|
656
|
+
"name": "getPoolInfo",
|
657
|
+
"outputs": [
|
658
|
+
{
|
659
|
+
"components": [
|
660
|
+
{
|
661
|
+
"internalType": "NftId",
|
662
|
+
"name": "productNftId",
|
663
|
+
"type": "uint96"
|
664
|
+
},
|
665
|
+
{
|
666
|
+
"internalType": "RoleId",
|
667
|
+
"name": "bundleOwnerRole",
|
668
|
+
"type": "uint64"
|
669
|
+
},
|
670
|
+
{
|
671
|
+
"internalType": "uint256",
|
672
|
+
"name": "maxCapitalAmount",
|
673
|
+
"type": "uint256"
|
674
|
+
},
|
675
|
+
{
|
676
|
+
"internalType": "uint256",
|
677
|
+
"name": "balanceAmount",
|
678
|
+
"type": "uint256"
|
679
|
+
},
|
680
|
+
{
|
681
|
+
"internalType": "uint256",
|
682
|
+
"name": "feeAmount",
|
683
|
+
"type": "uint256"
|
684
|
+
},
|
685
|
+
{
|
686
|
+
"internalType": "bool",
|
687
|
+
"name": "isInterceptingBundleTransfers",
|
688
|
+
"type": "bool"
|
689
|
+
},
|
690
|
+
{
|
691
|
+
"internalType": "bool",
|
692
|
+
"name": "isExternallyManaged",
|
693
|
+
"type": "bool"
|
694
|
+
},
|
695
|
+
{
|
696
|
+
"internalType": "bool",
|
697
|
+
"name": "isVerifyingApplications",
|
698
|
+
"type": "bool"
|
699
|
+
},
|
700
|
+
{
|
701
|
+
"internalType": "UFixed",
|
702
|
+
"name": "collateralizationLevel",
|
703
|
+
"type": "uint256"
|
704
|
+
},
|
705
|
+
{
|
706
|
+
"internalType": "UFixed",
|
707
|
+
"name": "retentionLevel",
|
708
|
+
"type": "uint256"
|
709
|
+
},
|
710
|
+
{
|
711
|
+
"components": [
|
712
|
+
{
|
713
|
+
"internalType": "UFixed",
|
714
|
+
"name": "fractionalFee",
|
715
|
+
"type": "uint256"
|
716
|
+
},
|
717
|
+
{
|
718
|
+
"internalType": "uint256",
|
719
|
+
"name": "fixedFee",
|
720
|
+
"type": "uint256"
|
721
|
+
}
|
722
|
+
],
|
723
|
+
"internalType": "struct Fee",
|
724
|
+
"name": "poolFee",
|
725
|
+
"type": "tuple"
|
726
|
+
},
|
727
|
+
{
|
728
|
+
"components": [
|
729
|
+
{
|
730
|
+
"internalType": "UFixed",
|
731
|
+
"name": "fractionalFee",
|
732
|
+
"type": "uint256"
|
733
|
+
},
|
734
|
+
{
|
735
|
+
"internalType": "uint256",
|
736
|
+
"name": "fixedFee",
|
737
|
+
"type": "uint256"
|
738
|
+
}
|
739
|
+
],
|
740
|
+
"internalType": "struct Fee",
|
741
|
+
"name": "stakingFee",
|
742
|
+
"type": "tuple"
|
743
|
+
},
|
744
|
+
{
|
745
|
+
"components": [
|
746
|
+
{
|
747
|
+
"internalType": "UFixed",
|
748
|
+
"name": "fractionalFee",
|
749
|
+
"type": "uint256"
|
750
|
+
},
|
751
|
+
{
|
752
|
+
"internalType": "uint256",
|
753
|
+
"name": "fixedFee",
|
754
|
+
"type": "uint256"
|
755
|
+
}
|
756
|
+
],
|
757
|
+
"internalType": "struct Fee",
|
758
|
+
"name": "performanceFee",
|
759
|
+
"type": "tuple"
|
760
|
+
}
|
761
|
+
],
|
762
|
+
"internalType": "struct IComponents.PoolInfo",
|
763
|
+
"name": "poolInfo",
|
402
764
|
"type": "tuple"
|
765
|
+
}
|
766
|
+
],
|
767
|
+
"stateMutability": "view",
|
768
|
+
"type": "function"
|
769
|
+
},
|
770
|
+
{
|
771
|
+
"inputs": [],
|
772
|
+
"name": "getProductNftId",
|
773
|
+
"outputs": [
|
774
|
+
{
|
775
|
+
"internalType": "NftId",
|
776
|
+
"name": "productNftId",
|
777
|
+
"type": "uint96"
|
778
|
+
}
|
779
|
+
],
|
780
|
+
"stateMutability": "view",
|
781
|
+
"type": "function"
|
782
|
+
},
|
783
|
+
{
|
784
|
+
"inputs": [],
|
785
|
+
"name": "getRegistry",
|
786
|
+
"outputs": [
|
787
|
+
{
|
788
|
+
"internalType": "contract IRegistry",
|
789
|
+
"name": "",
|
790
|
+
"type": "address"
|
791
|
+
}
|
792
|
+
],
|
793
|
+
"stateMutability": "view",
|
794
|
+
"type": "function"
|
795
|
+
},
|
796
|
+
{
|
797
|
+
"inputs": [],
|
798
|
+
"name": "getRegistryAddress",
|
799
|
+
"outputs": [
|
800
|
+
{
|
801
|
+
"internalType": "address",
|
802
|
+
"name": "",
|
803
|
+
"type": "address"
|
804
|
+
}
|
805
|
+
],
|
806
|
+
"stateMutability": "view",
|
807
|
+
"type": "function"
|
808
|
+
},
|
809
|
+
{
|
810
|
+
"inputs": [],
|
811
|
+
"name": "getToken",
|
812
|
+
"outputs": [
|
813
|
+
{
|
814
|
+
"internalType": "contract IERC20Metadata",
|
815
|
+
"name": "token",
|
816
|
+
"type": "address"
|
817
|
+
}
|
818
|
+
],
|
819
|
+
"stateMutability": "view",
|
820
|
+
"type": "function"
|
821
|
+
},
|
822
|
+
{
|
823
|
+
"inputs": [],
|
824
|
+
"name": "getWallet",
|
825
|
+
"outputs": [
|
826
|
+
{
|
827
|
+
"internalType": "address",
|
828
|
+
"name": "walletAddress",
|
829
|
+
"type": "address"
|
830
|
+
}
|
831
|
+
],
|
832
|
+
"stateMutability": "view",
|
833
|
+
"type": "function"
|
834
|
+
},
|
835
|
+
{
|
836
|
+
"inputs": [
|
837
|
+
{
|
838
|
+
"internalType": "address",
|
839
|
+
"name": "registry",
|
840
|
+
"type": "address"
|
841
|
+
},
|
842
|
+
{
|
843
|
+
"internalType": "NftId",
|
844
|
+
"name": "instanceNftId",
|
845
|
+
"type": "uint96"
|
846
|
+
},
|
847
|
+
{
|
848
|
+
"internalType": "string",
|
849
|
+
"name": "name",
|
850
|
+
"type": "string"
|
851
|
+
},
|
852
|
+
{
|
853
|
+
"internalType": "address",
|
854
|
+
"name": "token",
|
855
|
+
"type": "address"
|
856
|
+
},
|
857
|
+
{
|
858
|
+
"internalType": "ObjectType",
|
859
|
+
"name": "componentType",
|
860
|
+
"type": "uint8"
|
861
|
+
},
|
862
|
+
{
|
863
|
+
"internalType": "bool",
|
864
|
+
"name": "isInterceptor",
|
865
|
+
"type": "bool"
|
866
|
+
},
|
867
|
+
{
|
868
|
+
"internalType": "address",
|
869
|
+
"name": "initialOwner",
|
870
|
+
"type": "address"
|
871
|
+
},
|
872
|
+
{
|
873
|
+
"internalType": "bytes",
|
874
|
+
"name": "registryData",
|
875
|
+
"type": "bytes"
|
876
|
+
}
|
877
|
+
],
|
878
|
+
"name": "initializeComponent",
|
879
|
+
"outputs": [],
|
880
|
+
"stateMutability": "nonpayable",
|
881
|
+
"type": "function"
|
882
|
+
},
|
883
|
+
{
|
884
|
+
"inputs": [],
|
885
|
+
"name": "initializeERC165",
|
886
|
+
"outputs": [],
|
887
|
+
"stateMutability": "nonpayable",
|
888
|
+
"type": "function"
|
889
|
+
},
|
890
|
+
{
|
891
|
+
"inputs": [
|
892
|
+
{
|
893
|
+
"internalType": "address",
|
894
|
+
"name": "initialOwner",
|
895
|
+
"type": "address"
|
896
|
+
},
|
897
|
+
{
|
898
|
+
"internalType": "address",
|
899
|
+
"name": "registryAddress",
|
900
|
+
"type": "address"
|
901
|
+
}
|
902
|
+
],
|
903
|
+
"name": "initializeNftOwnable",
|
904
|
+
"outputs": [],
|
905
|
+
"stateMutability": "nonpayable",
|
906
|
+
"type": "function"
|
907
|
+
},
|
908
|
+
{
|
909
|
+
"inputs": [
|
910
|
+
{
|
911
|
+
"internalType": "address",
|
912
|
+
"name": "registry",
|
913
|
+
"type": "address"
|
914
|
+
},
|
915
|
+
{
|
916
|
+
"internalType": "NftId",
|
917
|
+
"name": "instanceNftId",
|
918
|
+
"type": "uint96"
|
919
|
+
},
|
920
|
+
{
|
921
|
+
"internalType": "string",
|
922
|
+
"name": "name",
|
923
|
+
"type": "string"
|
924
|
+
},
|
925
|
+
{
|
926
|
+
"internalType": "address",
|
927
|
+
"name": "token",
|
928
|
+
"type": "address"
|
929
|
+
},
|
930
|
+
{
|
931
|
+
"internalType": "bool",
|
932
|
+
"name": "isInterceptingNftTransfers",
|
933
|
+
"type": "bool"
|
934
|
+
},
|
935
|
+
{
|
936
|
+
"internalType": "address",
|
937
|
+
"name": "initialOwner",
|
938
|
+
"type": "address"
|
939
|
+
},
|
940
|
+
{
|
941
|
+
"internalType": "bytes",
|
942
|
+
"name": "registryData",
|
943
|
+
"type": "bytes"
|
944
|
+
}
|
945
|
+
],
|
946
|
+
"name": "initializePool",
|
947
|
+
"outputs": [],
|
948
|
+
"stateMutability": "nonpayable",
|
949
|
+
"type": "function"
|
950
|
+
},
|
951
|
+
{
|
952
|
+
"inputs": [
|
953
|
+
{
|
954
|
+
"internalType": "address",
|
955
|
+
"name": "registryAddress",
|
956
|
+
"type": "address"
|
957
|
+
},
|
958
|
+
{
|
959
|
+
"internalType": "NftId",
|
960
|
+
"name": "parentNftId",
|
961
|
+
"type": "uint96"
|
962
|
+
},
|
963
|
+
{
|
964
|
+
"internalType": "ObjectType",
|
965
|
+
"name": "objectType",
|
966
|
+
"type": "uint8"
|
967
|
+
},
|
968
|
+
{
|
969
|
+
"internalType": "bool",
|
970
|
+
"name": "isInterceptor",
|
971
|
+
"type": "bool"
|
972
|
+
},
|
973
|
+
{
|
974
|
+
"internalType": "address",
|
975
|
+
"name": "initialOwner",
|
976
|
+
"type": "address"
|
403
977
|
},
|
404
978
|
{
|
405
979
|
"internalType": "bytes",
|
406
|
-
"name": "",
|
980
|
+
"name": "registryData",
|
407
981
|
"type": "bytes"
|
408
982
|
}
|
409
983
|
],
|
410
|
-
"
|
984
|
+
"name": "initializeRegisterable",
|
985
|
+
"outputs": [],
|
986
|
+
"stateMutability": "nonpayable",
|
411
987
|
"type": "function"
|
412
988
|
},
|
413
989
|
{
|
414
|
-
"inputs": [
|
415
|
-
"name": "getInstance",
|
416
|
-
"outputs": [
|
990
|
+
"inputs": [
|
417
991
|
{
|
418
|
-
"internalType": "
|
419
|
-
"name": "
|
992
|
+
"internalType": "address",
|
993
|
+
"name": "registryAddress",
|
420
994
|
"type": "address"
|
421
995
|
}
|
422
996
|
],
|
423
|
-
"
|
997
|
+
"name": "initializeRegistryLinked",
|
998
|
+
"outputs": [],
|
999
|
+
"stateMutability": "nonpayable",
|
424
1000
|
"type": "function"
|
425
1001
|
},
|
426
1002
|
{
|
427
1003
|
"inputs": [],
|
428
|
-
"name": "
|
1004
|
+
"name": "isConsumingScheduledOp",
|
429
1005
|
"outputs": [
|
430
1006
|
{
|
431
|
-
"internalType": "
|
1007
|
+
"internalType": "bytes4",
|
432
1008
|
"name": "",
|
433
|
-
"type": "
|
1009
|
+
"type": "bytes4"
|
434
1010
|
}
|
435
1011
|
],
|
436
1012
|
"stateMutability": "view",
|
@@ -438,12 +1014,12 @@
|
|
438
1014
|
},
|
439
1015
|
{
|
440
1016
|
"inputs": [],
|
441
|
-
"name": "
|
1017
|
+
"name": "isNftInterceptor",
|
442
1018
|
"outputs": [
|
443
1019
|
{
|
444
|
-
"internalType": "
|
445
|
-
"name": "",
|
446
|
-
"type": "
|
1020
|
+
"internalType": "bool",
|
1021
|
+
"name": "isInterceptor",
|
1022
|
+
"type": "bool"
|
447
1023
|
}
|
448
1024
|
],
|
449
1025
|
"stateMutability": "view",
|
@@ -451,66 +1027,81 @@
|
|
451
1027
|
},
|
452
1028
|
{
|
453
1029
|
"inputs": [],
|
454
|
-
"name": "
|
455
|
-
"outputs": [
|
456
|
-
|
457
|
-
"internalType": "contract IRegistry",
|
458
|
-
"name": "",
|
459
|
-
"type": "address"
|
460
|
-
}
|
461
|
-
],
|
462
|
-
"stateMutability": "view",
|
1030
|
+
"name": "linkToRegisteredNftId",
|
1031
|
+
"outputs": [],
|
1032
|
+
"stateMutability": "nonpayable",
|
463
1033
|
"type": "function"
|
464
1034
|
},
|
465
1035
|
{
|
466
1036
|
"inputs": [],
|
467
|
-
"name": "
|
468
|
-
"outputs": [
|
1037
|
+
"name": "lock",
|
1038
|
+
"outputs": [],
|
1039
|
+
"stateMutability": "nonpayable",
|
1040
|
+
"type": "function"
|
1041
|
+
},
|
1042
|
+
{
|
1043
|
+
"inputs": [
|
469
1044
|
{
|
470
|
-
"internalType": "
|
471
|
-
"name": "
|
472
|
-
"type": "
|
1045
|
+
"internalType": "NftId",
|
1046
|
+
"name": "bundleNftId",
|
1047
|
+
"type": "uint96"
|
473
1048
|
}
|
474
1049
|
],
|
475
|
-
"
|
1050
|
+
"name": "lockBundle",
|
1051
|
+
"outputs": [],
|
1052
|
+
"stateMutability": "nonpayable",
|
476
1053
|
"type": "function"
|
477
1054
|
},
|
478
1055
|
{
|
479
|
-
"inputs": [
|
480
|
-
"name": "getWallet",
|
481
|
-
"outputs": [
|
1056
|
+
"inputs": [
|
482
1057
|
{
|
483
1058
|
"internalType": "address",
|
484
|
-
"name": "
|
1059
|
+
"name": "to",
|
485
1060
|
"type": "address"
|
1061
|
+
},
|
1062
|
+
{
|
1063
|
+
"internalType": "uint256",
|
1064
|
+
"name": "tokenId",
|
1065
|
+
"type": "uint256"
|
486
1066
|
}
|
487
1067
|
],
|
488
|
-
"
|
1068
|
+
"name": "nftMint",
|
1069
|
+
"outputs": [],
|
1070
|
+
"stateMutability": "nonpayable",
|
489
1071
|
"type": "function"
|
490
1072
|
},
|
491
1073
|
{
|
492
|
-
"inputs": [
|
493
|
-
"name": "isVerifying",
|
494
|
-
"outputs": [
|
1074
|
+
"inputs": [
|
495
1075
|
{
|
496
|
-
"internalType": "
|
497
|
-
"name": "
|
498
|
-
"type": "
|
1076
|
+
"internalType": "address",
|
1077
|
+
"name": "from",
|
1078
|
+
"type": "address"
|
1079
|
+
},
|
1080
|
+
{
|
1081
|
+
"internalType": "address",
|
1082
|
+
"name": "to",
|
1083
|
+
"type": "address"
|
1084
|
+
},
|
1085
|
+
{
|
1086
|
+
"internalType": "uint256",
|
1087
|
+
"name": "tokenId",
|
1088
|
+
"type": "uint256"
|
499
1089
|
}
|
500
1090
|
],
|
501
|
-
"
|
502
|
-
"type": "function"
|
503
|
-
},
|
504
|
-
{
|
505
|
-
"inputs": [],
|
506
|
-
"name": "linkToRegisteredNftId",
|
1091
|
+
"name": "nftTransferFrom",
|
507
1092
|
"outputs": [],
|
508
1093
|
"stateMutability": "nonpayable",
|
509
1094
|
"type": "function"
|
510
1095
|
},
|
511
1096
|
{
|
512
|
-
"inputs": [
|
513
|
-
|
1097
|
+
"inputs": [
|
1098
|
+
{
|
1099
|
+
"internalType": "bytes4",
|
1100
|
+
"name": "interfaceId",
|
1101
|
+
"type": "bytes4"
|
1102
|
+
}
|
1103
|
+
],
|
1104
|
+
"name": "registerInterface",
|
514
1105
|
"outputs": [],
|
515
1106
|
"stateMutability": "nonpayable",
|
516
1107
|
"type": "function"
|
@@ -518,25 +1109,14 @@
|
|
518
1109
|
{
|
519
1110
|
"inputs": [
|
520
1111
|
{
|
521
|
-
"internalType": "
|
522
|
-
"name": "",
|
523
|
-
"type": "
|
524
|
-
},
|
525
|
-
{
|
526
|
-
"internalType": "bytes",
|
527
|
-
"name": "",
|
528
|
-
"type": "bytes"
|
529
|
-
}
|
530
|
-
],
|
531
|
-
"name": "policyMatchesBundle",
|
532
|
-
"outputs": [
|
533
|
-
{
|
534
|
-
"internalType": "bool",
|
535
|
-
"name": "isMatching",
|
536
|
-
"type": "bool"
|
1112
|
+
"internalType": "address",
|
1113
|
+
"name": "newAuthority",
|
1114
|
+
"type": "address"
|
537
1115
|
}
|
538
1116
|
],
|
539
|
-
"
|
1117
|
+
"name": "setAuthority",
|
1118
|
+
"outputs": [],
|
1119
|
+
"stateMutability": "nonpayable",
|
540
1120
|
"type": "function"
|
541
1121
|
},
|
542
1122
|
{
|
@@ -569,6 +1149,19 @@
|
|
569
1149
|
"stateMutability": "nonpayable",
|
570
1150
|
"type": "function"
|
571
1151
|
},
|
1152
|
+
{
|
1153
|
+
"inputs": [
|
1154
|
+
{
|
1155
|
+
"internalType": "RoleId",
|
1156
|
+
"name": "bundleOwnerRole",
|
1157
|
+
"type": "uint64"
|
1158
|
+
}
|
1159
|
+
],
|
1160
|
+
"name": "setBundleOwnerRole",
|
1161
|
+
"outputs": [],
|
1162
|
+
"stateMutability": "nonpayable",
|
1163
|
+
"type": "function"
|
1164
|
+
},
|
572
1165
|
{
|
573
1166
|
"inputs": [
|
574
1167
|
{
|
@@ -628,6 +1221,63 @@
|
|
628
1221
|
"stateMutability": "nonpayable",
|
629
1222
|
"type": "function"
|
630
1223
|
},
|
1224
|
+
{
|
1225
|
+
"inputs": [
|
1226
|
+
{
|
1227
|
+
"internalType": "uint256",
|
1228
|
+
"name": "maxCapitalAmount",
|
1229
|
+
"type": "uint256"
|
1230
|
+
}
|
1231
|
+
],
|
1232
|
+
"name": "setMaxCapitalAmount",
|
1233
|
+
"outputs": [],
|
1234
|
+
"stateMutability": "nonpayable",
|
1235
|
+
"type": "function"
|
1236
|
+
},
|
1237
|
+
{
|
1238
|
+
"inputs": [
|
1239
|
+
{
|
1240
|
+
"internalType": "NftId",
|
1241
|
+
"name": "productNftId",
|
1242
|
+
"type": "uint96"
|
1243
|
+
}
|
1244
|
+
],
|
1245
|
+
"name": "setProductNftId",
|
1246
|
+
"outputs": [],
|
1247
|
+
"stateMutability": "nonpayable",
|
1248
|
+
"type": "function"
|
1249
|
+
},
|
1250
|
+
{
|
1251
|
+
"inputs": [
|
1252
|
+
{
|
1253
|
+
"internalType": "address",
|
1254
|
+
"name": "newWallet",
|
1255
|
+
"type": "address"
|
1256
|
+
}
|
1257
|
+
],
|
1258
|
+
"name": "setWallet",
|
1259
|
+
"outputs": [],
|
1260
|
+
"stateMutability": "nonpayable",
|
1261
|
+
"type": "function"
|
1262
|
+
},
|
1263
|
+
{
|
1264
|
+
"inputs": [
|
1265
|
+
{
|
1266
|
+
"internalType": "NftId",
|
1267
|
+
"name": "bundleNftId",
|
1268
|
+
"type": "uint96"
|
1269
|
+
},
|
1270
|
+
{
|
1271
|
+
"internalType": "uint256",
|
1272
|
+
"name": "amount",
|
1273
|
+
"type": "uint256"
|
1274
|
+
}
|
1275
|
+
],
|
1276
|
+
"name": "stake",
|
1277
|
+
"outputs": [],
|
1278
|
+
"stateMutability": "nonpayable",
|
1279
|
+
"type": "function"
|
1280
|
+
},
|
631
1281
|
{
|
632
1282
|
"inputs": [
|
633
1283
|
{
|
@@ -647,18 +1297,61 @@
|
|
647
1297
|
"stateMutability": "view",
|
648
1298
|
"type": "function"
|
649
1299
|
},
|
1300
|
+
{
|
1301
|
+
"inputs": [],
|
1302
|
+
"name": "unlock",
|
1303
|
+
"outputs": [],
|
1304
|
+
"stateMutability": "nonpayable",
|
1305
|
+
"type": "function"
|
1306
|
+
},
|
1307
|
+
{
|
1308
|
+
"inputs": [
|
1309
|
+
{
|
1310
|
+
"internalType": "NftId",
|
1311
|
+
"name": "bundleNftId",
|
1312
|
+
"type": "uint96"
|
1313
|
+
}
|
1314
|
+
],
|
1315
|
+
"name": "unlockBundle",
|
1316
|
+
"outputs": [],
|
1317
|
+
"stateMutability": "nonpayable",
|
1318
|
+
"type": "function"
|
1319
|
+
},
|
1320
|
+
{
|
1321
|
+
"inputs": [
|
1322
|
+
{
|
1323
|
+
"internalType": "NftId",
|
1324
|
+
"name": "bundleNftId",
|
1325
|
+
"type": "uint96"
|
1326
|
+
},
|
1327
|
+
{
|
1328
|
+
"internalType": "uint256",
|
1329
|
+
"name": "amount",
|
1330
|
+
"type": "uint256"
|
1331
|
+
}
|
1332
|
+
],
|
1333
|
+
"name": "unstake",
|
1334
|
+
"outputs": [],
|
1335
|
+
"stateMutability": "nonpayable",
|
1336
|
+
"type": "function"
|
1337
|
+
},
|
650
1338
|
{
|
651
1339
|
"inputs": [
|
652
1340
|
{
|
653
1341
|
"internalType": "NftId",
|
654
|
-
"name": "
|
1342
|
+
"name": "applicationNftId",
|
655
1343
|
"type": "uint96"
|
656
1344
|
},
|
657
1345
|
{
|
658
1346
|
"internalType": "bytes",
|
659
|
-
"name": "
|
1347
|
+
"name": "applicationData",
|
660
1348
|
"type": "bytes"
|
661
1349
|
},
|
1350
|
+
{
|
1351
|
+
"internalType": "NftId",
|
1352
|
+
"name": "bundleNftId",
|
1353
|
+
"type": "uint96"
|
1354
|
+
},
|
662
1355
|
{
|
663
1356
|
"internalType": "bytes",
|
664
1357
|
"name": "bundleFilter",
|
@@ -670,47 +1363,14 @@
|
|
670
1363
|
"type": "uint256"
|
671
1364
|
}
|
672
1365
|
],
|
673
|
-
"name": "
|
674
|
-
"outputs": [],
|
675
|
-
"stateMutability": "nonpayable",
|
676
|
-
"type": "function"
|
677
|
-
},
|
678
|
-
{
|
679
|
-
"inputs": [],
|
680
|
-
"name": "unlock",
|
1366
|
+
"name": "verifyApplication",
|
681
1367
|
"outputs": [],
|
682
1368
|
"stateMutability": "nonpayable",
|
683
1369
|
"type": "function"
|
684
1370
|
}
|
685
1371
|
],
|
686
|
-
"bytecode": "0x60806040523480156200001157600080fd5b50604051620020c1380380620020c1833981016040819052620000349162000817565b898989608c6301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff191660011790558a85600280546001600160a01b03191633179055604080516020810190915260008152620000a887878686868662000495565b6000620000bd6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03891660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa1580156200010d573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405262000137919081019062000988565b6080810151600780546001600160a01b0319166001600160a01b0390921691821790556040516301ffc9a760e01b8152630de7806f60e41b6004820152919250906301ffc9a790602401602060405180830381865afa1580156200019f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620001c5919062000a6e565b620001f15760405162461bcd60e51b815260206004820152600060248201526044015b60405180910390fd5b600760009054906101000a90046001600160a01b03166001600160a01b0316636fa298536040518163ffffffff1660e01b8152600401602060405180830381865afa15801562000245573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906200026b919062000a93565b600380546001600160a01b03199081166001600160a01b0393841617909155600580543090831617905560068054909116918816919091179055631b1599eb60e21b60009081526020527f82dc1aafdf8e16d475718790c9464a2912866acb395e292abd1ea37be80f5b28805460ff191660011790555050600780548d1515600160a01b0260ff60a01b198216811790925560088d90558b516009556020808d0151600a558b51600b558b810151600c558a51600d558a810151600e5560408051636b9bf08b60e01b815290516001600160a01b0394851694909316939093179850636b9bf08b9750600480840197509095509093509083900301905081865afa1580156200037e573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620003a4919062000a93565b600f80546001600160a01b0319166001600160a01b0392831617905560075460408051634288121d60e01b815290519190921691634288121d9160048083019260209291908290030181865afa15801562000403573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062000429919062000a93565b601080546001600160a01b0319166001600160a01b0392909216919091179055638165cf9760e01b60009081526020527fdbb0e9856bd1e431ccdf71c70f456d2f44178629ace27e773b679a35c573f774805460ff191660011790555050505050505050505062000c0e565b620004a1828762000566565b60007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0388166001600160681b0319909116176c0100000000000000000000000060ff8816021760ff60681b19166d01000000000000000000000000008615150217815590506001810162000520838262000b42565b506303fb044760e21b60009081526020527fb43e4f3791bfcdefa3a0fbe2a5555f8d6490b90e01de0ff40c66f18b49b562c5805460ff1916600117905550505050505050565b600280546001600160a01b0319166001600160a01b0384161790556200058c8162000590565b5050565b6001546001600160a01b031615620005cb5760015460405163fcdbf2d960e01b81526001600160a01b039091166004820152602401620001e8565b6001600160a01b038116620005f35760405163f5c4d07d60e01b815260040160405180910390fd5b806001600160a01b03163b6000036200062b5760405163fdeac91f60e01b81526001600160a01b0382166004820152602401620001e8565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b815263350fb35160e11b60048201526301ffc9a790602401602060405180830381865afa925050508015620006a8575060408051601f3d908101601f19168201909252620006a59181019062000a6e565b60015b620006d25760405163fdeac91f60e01b81526001600160a01b0382166004820152602401620001e8565b806200058c5760405163fdeac91f60e01b81526001600160a01b0383166004820152602401620001e8565b50565b6001600160a01b0381168114620006fd57600080fd5b8051620007238162000700565b919050565b80516001600160601b03811681146200072357600080fd5b805180151581146200072357600080fd5b634e487b7160e01b600052604160045260246000fd5b60405160e081016001600160401b03811182821017156200078c576200078c62000751565b60405290565b604051601f8201601f191681016001600160401b0381118282101715620007bd57620007bd62000751565b604052919050565b600060408284031215620007d857600080fd5b604080519081016001600160401b0381118282101715620007fd57620007fd62000751565b604052825181526020928301519281019290925250919050565b6000806000806000806000806000806101a08b8d0312156200083857600080fd5b8a51620008458162000700565b99506200085560208c0162000728565b985060408b0151620008678162000700565b97506200087760608c0162000740565b96506200088760808c0162000740565b955060a08b015194506200089f8c60c08d01620007c5565b9350620008b18c6101008d01620007c5565b9250620008c38c6101408d01620007c5565b91506101808b0151620008d68162000700565b809150509295989b9194979a5092959850565b805160ff811681146200072357600080fd5b600082601f8301126200090d57600080fd5b81516001600160401b0381111562000929576200092962000751565b60206200093f601f8301601f1916820162000792565b82815285828487010111156200095457600080fd5b60005b838110156200097457858101830151828201840152820162000957565b506000928101909101919091529392505050565b6000602082840312156200099b57600080fd5b81516001600160401b0380821115620009b357600080fd5b9083019060e08286031215620009c857600080fd5b620009d262000767565b620009dd8362000728565b8152620009ed6020840162000728565b602082015262000a0060408401620008e9565b604082015262000a136060840162000740565b606082015262000a266080840162000716565b608082015262000a3960a0840162000716565b60a082015260c08301518281111562000a5157600080fd5b62000a5f87828601620008fb565b60c08301525095945050505050565b60006020828403121562000a8157600080fd5b62000a8c8262000740565b9392505050565b60006020828403121562000aa657600080fd5b815162000a8c8162000700565b600181811c9082168062000ac857607f821691505b60208210810362000ae957634e487b7160e01b600052602260045260246000fd5b50919050565b601f82111562000b3d57600081815260208120601f850160051c8101602086101562000b185750805b601f850160051c820191505b8181101562000b395782815560010162000b24565b5050505b505050565b81516001600160401b0381111562000b5e5762000b5e62000751565b62000b768162000b6f845462000ab3565b8462000aef565b602080601f83116001811462000bae576000841562000b955750858301515b600019600386901b1c1916600185901b17855562000b39565b600085815260208120601f198616915b8281101562000bdf5788860151825594840194600190910190840162000bbe565b508582101562000bfe5787850151600019600388901b60f8161c191681555b5050505050600190811b01905550565b6114a38062000c1e6000396000f3fe608060405234801561001057600080fd5b506004361061012c5760003560e01c806365effc1a116100ad578063d7f5e60911610071578063d7f5e6091461029e578063dab12325146102b1578063db8d55f1146102c7578063de7b5d141461030d578063f83d08ba1461031e57600080fd5b806365effc1a14610256578063826787661461026957806387ef9ba01461027c578063893d20e81461028e578063a69df4b51461029657600080fd5b806321df0da7116100f457806321df0da7146101ed57806354afef63146101fe5780635ab1bd5314610206578063636450f514610217578063644c45e01461022a57600080fd5b806301ffc9a7146101315780630fec111c146101735780631329960414610189578063138461e0146101ae5780631eff4b22146101b8575b600080fd5b61015e61013f366004610dc9565b6001600160e01b03191660009081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61017b610326565b60405161016a929190610e40565b6005546001600160a01b03165b6040516001600160a01b03909116815260200161016a565b6101b66103dc565b005b6101df7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b60405190815260200161016a565b6006546001600160a01b0316610196565b6008546101df565b6001546001600160a01b0316610196565b6101b6610225366004610f92565b6105fe565b600154600160a01b90046001600160601b03165b6040516001600160601b03909116815260200161016a565b6101b6610264366004611055565b610666565b6101b66102773660046110d3565b6106dc565b600754600160a01b900460ff1661015e565b6101966107b7565b6101b66108d5565b61023e6102ac366004611119565b610983565b61015e6102bf36600461117b565b600192915050565b6102cf610a0d565b60405161016a93929190835181526020938401518482015282516040820152918301516060830152805160808301529091015160a082015260c00190565b6007546001600160a01b0316610196565b6101b6610b78565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a0820183905260c0820181905290918061036a610bf5565b604080518082018252600754600160a01b900460ff1615158152600854602080830191909152600554600654935195975093955086946103c39492936001600160a01b03938416931691600991600b91600d91016111df565b6040516020818303038152906040529350935050509091565b6001546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015273__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af415801561043e573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610462919061124c565b156104a9576001546040516316322c0f60e31b81526001600160a01b0382166004820152600160a01b9091046001600160601b031660248201526044015b60405180910390fd5b6001546001600160a01b03166104d25760405163cf29926160e01b815260040160405180910390fd5b60015460405163c3c5a54760e01b81523060048201819052916001600160a01b03169063c3c5a54790602401602060405180830381865afa15801561051b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061053f919061124c565b610567576040516372657a5160e01b81526001600160a01b03821660048201526024016104a0565b600154604051636939560f60e11b81526001600160a01b0383811660048301529091169063d272ac1e90602401602060405180830381865afa1580156105b1573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105d5919061127e565b600160146101000a8154816001600160601b0302191690836001600160601b0316021790555050565b600f5460405163636450f560e01b81526001600160a01b039091169063636450f590610630908590859060040161129b565b600060405180830381600087803b15801561064a57600080fd5b505af115801561065e573d6000803e3d6000fd5b505050505050565b6010546001600160a01b031633146106ca5760405162461bcd60e51b815260206004820152602160248201527f4552524f523a504f4c2d3030323a4e4f545f50524f445543545f5345525649436044820152604560f81b60648201526084016104a0565b6106d684848484610d7b565b50505050565b60006106e66107b7565b90506001600160a01b038116158015906107095750336001600160a01b03821614155b156107295760405163700dd81160e01b81523360048201526024016104a0565b600f54604051634133c3b360e11b8152855160048201526020808701516024830152855160448301528086015160648301528451608483015284015160a48201526001600160a01b039091169063826787669060c401600060405180830381600087803b15801561079957600080fd5b505af11580156107ad573d6000803e3d6000fd5b5050505050505050565b6001546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015260009073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af415801561081c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610840919061124c565b156108c557600154604051631c5da14d60e11b8152600160a01b82046001600160601b031660048201526001600160a01b03909116906338bb429a90602401602060405180830381865afa15801561089c573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108c091906112d7565b905090565b506002546001600160a01b031690565b60006108df6107b7565b90506001600160a01b038116158015906109025750336001600160a01b03821614155b156109225760405163700dd81160e01b81523360048201526024016104a0565b600354604051630bdb124f60e21b81523060048201526001600160a01b0390911690632f6c493c906024015b600060405180830381600087803b15801561096857600080fd5b505af115801561097c573d6000803e3d6000fd5b5050505050565b600f5460405163e3458d5360e01b815260009133916001600160a01b039091169063e3458d53906109c09084908a908a908a908a906004016112f4565b6020604051808303816000875af11580156109df573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a03919061127e565b9695505050505050565b6040805180820190915260008082526020820152604080518082019091526000808252602082015260408051808201909152600080825260208201526007546000906001600160a01b0316639ae31ff5610a776001546001600160601b03600160a01b9091041690565b6040516001600160e01b031960e084901b1681526001600160601b039091166004820152602401602060405180830381865afa158015610abb573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610adf919061127e565b60075460405163f2b246c360e01b81526001600160601b03831660048201529192506000916001600160a01b039091169063f2b246c3906024016101e060405180830381865afa158015610b37573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b5b9190611374565b60a081015160c082015160e0909201519097919650945092505050565b6000610b826107b7565b90506001600160a01b03811615801590610ba55750336001600160a01b03821614155b15610bc55760405163700dd81160e01b81523360048201526024016104a0565b60035460405163f435f5a760e01b81523060048201526001600160a01b039091169063f435f5a79060240161094e565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a082019290925260c0810191909152606060007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e00160405280610c7c6001546001600160601b03600160a01b9091041690565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a001610cc46107b7565b6001600160a01b03168152602001826001018054610ce190611433565b80601f0160208091040260200160405190810160405280929190818152602001828054610d0d90611433565b8015610d5a5780601f10610d2f57610100808354040283529160200191610d5a565b820191906000526020600020905b815481529060010190602001808311610d3d57829003601f168201915b50505050508152506040518060200160405280600081525092509250509091565b604080516001600160601b038616815260208101839052308183015290517ffa749b7f8c958183586325608c5d122eb3a8beb56a4d6ac2c88b78193e9facb99181900360600190a150505050565b600060208284031215610ddb57600080fd5b81356001600160e01b031981168114610df357600080fd5b9392505050565b6000815180845260005b81811015610e2057602081850181015186830182015201610e04565b506000602082860101526020601f19601f83011685010191505092915050565b6040815260006001600160601b038085511660408401528060208601511660608401525060ff60408501511660808301526060840151610e8460a084018215159052565b5060808401516001600160a01b03811660c08401525060a08401516001600160a01b03811660e08401525060c084015160e0610100840152610eca610120840182610dfa565b90508281036020840152610ede8185610dfa565b95945050505050565b6001600160601b0381168114610efc57600080fd5b50565b634e487b7160e01b600052604160045260246000fd5b6040805190810167ffffffffffffffff81118282101715610f3857610f38610eff565b60405290565b604051610120810167ffffffffffffffff81118282101715610f3857610f38610eff565b600060408284031215610f7457600080fd5b610f7c610f15565b9050813581526020820135602082015292915050565b60008060608385031215610fa557600080fd5b8235610fb081610ee7565b9150610fbf8460208501610f62565b90509250929050565b600082601f830112610fd957600080fd5b813567ffffffffffffffff80821115610ff457610ff4610eff565b604051601f8301601f19908116603f0116810190828211818310171561101c5761101c610eff565b8160405283815286602085880101111561103557600080fd5b836020870160208301376000602085830101528094505050505092915050565b6000806000806080858703121561106b57600080fd5b843561107681610ee7565b9350602085013567ffffffffffffffff8082111561109357600080fd5b61109f88838901610fc8565b945060408701359150808211156110b557600080fd5b506110c287828801610fc8565b949793965093946060013593505050565b600080600060c084860312156110e857600080fd5b6110f28585610f62565b92506111018560408601610f62565b91506111108560808601610f62565b90509250925092565b60008060008060a0858703121561112f57600080fd5b6111398686610f62565b93506040850135925060608501359150608085013567ffffffffffffffff81111561116357600080fd5b61116f87828801610fc8565b91505092959194509250565b6000806040838503121561118e57600080fd5b823567ffffffffffffffff808211156111a657600080fd5b6111b286838701610fc8565b935060208501359150808211156111c857600080fd5b506111d585828601610fc8565b9150509250929050565b865115158152602080880151908201526001600160a01b0386811660408301528516606082015283546080820152600184015460a08201526101408101835460c0830152600184015460e0830152825461010083015260018301546101208301525b979650505050505050565b60006020828403121561125e57600080fd5b81518015158114610df357600080fd5b805161127981610ee7565b919050565b60006020828403121561129057600080fd5b8151610df381610ee7565b6001600160601b038316815260608101610df3602083018480518252602090810151910152565b6001600160a01b0381168114610efc57600080fd5b6000602082840312156112e957600080fd5b8151610df3816112c2565b6001600160a01b0386168152611317602082018680518252602090810151910152565b83606082015282608082015260c060a0820152600061124160c0830184610dfa565b8051611279816112c2565b60006040828403121561135657600080fd5b61135e610f15565b9050815181526020820151602082015292915050565b60006101e0828403121561138757600080fd5b61138f610f3e565b6113988361126e565b81526113a66020840161126e565b60208201526113b760408401611339565b60408201526113c98460608501611344565b60608201526113db8460a08501611344565b60808201526113ed8460e08501611344565b60a0820152611400846101208501611344565b60c0820152611413846101608501611344565b60e0820152611426846101a08501611344565b6101008201529392505050565b600181811c9082168061144757607f821691505b60208210810361146757634e487b7160e01b600052602260045260246000fd5b5091905056fea2646970667358221220dae13de04891f302ab15b6d3fbfb9ad1d9325793d487e0d2d3694db380ac891564736f6c63430008140033",
|
687
|
-
"deployedBytecode": "0x608060405234801561001057600080fd5b506004361061012c5760003560e01c806365effc1a116100ad578063d7f5e60911610071578063d7f5e6091461029e578063dab12325146102b1578063db8d55f1146102c7578063de7b5d141461030d578063f83d08ba1461031e57600080fd5b806365effc1a14610256578063826787661461026957806387ef9ba01461027c578063893d20e81461028e578063a69df4b51461029657600080fd5b806321df0da7116100f457806321df0da7146101ed57806354afef63146101fe5780635ab1bd5314610206578063636450f514610217578063644c45e01461022a57600080fd5b806301ffc9a7146101315780630fec111c146101735780631329960414610189578063138461e0146101ae5780631eff4b22146101b8575b600080fd5b61015e61013f366004610dc9565b6001600160e01b03191660009081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61017b610326565b60405161016a929190610e40565b6005546001600160a01b03165b6040516001600160a01b03909116815260200161016a565b6101b66103dc565b005b6101df7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b60405190815260200161016a565b6006546001600160a01b0316610196565b6008546101df565b6001546001600160a01b0316610196565b6101b6610225366004610f92565b6105fe565b600154600160a01b90046001600160601b03165b6040516001600160601b03909116815260200161016a565b6101b6610264366004611055565b610666565b6101b66102773660046110d3565b6106dc565b600754600160a01b900460ff1661015e565b6101966107b7565b6101b66108d5565b61023e6102ac366004611119565b610983565b61015e6102bf36600461117b565b600192915050565b6102cf610a0d565b60405161016a93929190835181526020938401518482015282516040820152918301516060830152805160808301529091015160a082015260c00190565b6007546001600160a01b0316610196565b6101b6610b78565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a0820183905260c0820181905290918061036a610bf5565b604080518082018252600754600160a01b900460ff1615158152600854602080830191909152600554600654935195975093955086946103c39492936001600160a01b03938416931691600991600b91600d91016111df565b6040516020818303038152906040529350935050509091565b6001546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015273__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af415801561043e573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610462919061124c565b156104a9576001546040516316322c0f60e31b81526001600160a01b0382166004820152600160a01b9091046001600160601b031660248201526044015b60405180910390fd5b6001546001600160a01b03166104d25760405163cf29926160e01b815260040160405180910390fd5b60015460405163c3c5a54760e01b81523060048201819052916001600160a01b03169063c3c5a54790602401602060405180830381865afa15801561051b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061053f919061124c565b610567576040516372657a5160e01b81526001600160a01b03821660048201526024016104a0565b600154604051636939560f60e11b81526001600160a01b0383811660048301529091169063d272ac1e90602401602060405180830381865afa1580156105b1573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105d5919061127e565b600160146101000a8154816001600160601b0302191690836001600160601b0316021790555050565b600f5460405163636450f560e01b81526001600160a01b039091169063636450f590610630908590859060040161129b565b600060405180830381600087803b15801561064a57600080fd5b505af115801561065e573d6000803e3d6000fd5b505050505050565b6010546001600160a01b031633146106ca5760405162461bcd60e51b815260206004820152602160248201527f4552524f523a504f4c2d3030323a4e4f545f50524f445543545f5345525649436044820152604560f81b60648201526084016104a0565b6106d684848484610d7b565b50505050565b60006106e66107b7565b90506001600160a01b038116158015906107095750336001600160a01b03821614155b156107295760405163700dd81160e01b81523360048201526024016104a0565b600f54604051634133c3b360e11b8152855160048201526020808701516024830152855160448301528086015160648301528451608483015284015160a48201526001600160a01b039091169063826787669060c401600060405180830381600087803b15801561079957600080fd5b505af11580156107ad573d6000803e3d6000fd5b5050505050505050565b6001546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015260009073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af415801561081c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610840919061124c565b156108c557600154604051631c5da14d60e11b8152600160a01b82046001600160601b031660048201526001600160a01b03909116906338bb429a90602401602060405180830381865afa15801561089c573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108c091906112d7565b905090565b506002546001600160a01b031690565b60006108df6107b7565b90506001600160a01b038116158015906109025750336001600160a01b03821614155b156109225760405163700dd81160e01b81523360048201526024016104a0565b600354604051630bdb124f60e21b81523060048201526001600160a01b0390911690632f6c493c906024015b600060405180830381600087803b15801561096857600080fd5b505af115801561097c573d6000803e3d6000fd5b5050505050565b600f5460405163e3458d5360e01b815260009133916001600160a01b039091169063e3458d53906109c09084908a908a908a908a906004016112f4565b6020604051808303816000875af11580156109df573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a03919061127e565b9695505050505050565b6040805180820190915260008082526020820152604080518082019091526000808252602082015260408051808201909152600080825260208201526007546000906001600160a01b0316639ae31ff5610a776001546001600160601b03600160a01b9091041690565b6040516001600160e01b031960e084901b1681526001600160601b039091166004820152602401602060405180830381865afa158015610abb573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610adf919061127e565b60075460405163f2b246c360e01b81526001600160601b03831660048201529192506000916001600160a01b039091169063f2b246c3906024016101e060405180830381865afa158015610b37573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b5b9190611374565b60a081015160c082015160e0909201519097919650945092505050565b6000610b826107b7565b90506001600160a01b03811615801590610ba55750336001600160a01b03821614155b15610bc55760405163700dd81160e01b81523360048201526024016104a0565b60035460405163f435f5a760e01b81523060048201526001600160a01b039091169063f435f5a79060240161094e565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a082019290925260c0810191909152606060007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e00160405280610c7c6001546001600160601b03600160a01b9091041690565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a001610cc46107b7565b6001600160a01b03168152602001826001018054610ce190611433565b80601f0160208091040260200160405190810160405280929190818152602001828054610d0d90611433565b8015610d5a5780601f10610d2f57610100808354040283529160200191610d5a565b820191906000526020600020905b815481529060010190602001808311610d3d57829003601f168201915b50505050508152506040518060200160405280600081525092509250509091565b604080516001600160601b038616815260208101839052308183015290517ffa749b7f8c958183586325608c5d122eb3a8beb56a4d6ac2c88b78193e9facb99181900360600190a150505050565b600060208284031215610ddb57600080fd5b81356001600160e01b031981168114610df357600080fd5b9392505050565b6000815180845260005b81811015610e2057602081850181015186830182015201610e04565b506000602082860101526020601f19601f83011685010191505092915050565b6040815260006001600160601b038085511660408401528060208601511660608401525060ff60408501511660808301526060840151610e8460a084018215159052565b5060808401516001600160a01b03811660c08401525060a08401516001600160a01b03811660e08401525060c084015160e0610100840152610eca610120840182610dfa565b90508281036020840152610ede8185610dfa565b95945050505050565b6001600160601b0381168114610efc57600080fd5b50565b634e487b7160e01b600052604160045260246000fd5b6040805190810167ffffffffffffffff81118282101715610f3857610f38610eff565b60405290565b604051610120810167ffffffffffffffff81118282101715610f3857610f38610eff565b600060408284031215610f7457600080fd5b610f7c610f15565b9050813581526020820135602082015292915050565b60008060608385031215610fa557600080fd5b8235610fb081610ee7565b9150610fbf8460208501610f62565b90509250929050565b600082601f830112610fd957600080fd5b813567ffffffffffffffff80821115610ff457610ff4610eff565b604051601f8301601f19908116603f0116810190828211818310171561101c5761101c610eff565b8160405283815286602085880101111561103557600080fd5b836020870160208301376000602085830101528094505050505092915050565b6000806000806080858703121561106b57600080fd5b843561107681610ee7565b9350602085013567ffffffffffffffff8082111561109357600080fd5b61109f88838901610fc8565b945060408701359150808211156110b557600080fd5b506110c287828801610fc8565b949793965093946060013593505050565b600080600060c084860312156110e857600080fd5b6110f28585610f62565b92506111018560408601610f62565b91506111108560808601610f62565b90509250925092565b60008060008060a0858703121561112f57600080fd5b6111398686610f62565b93506040850135925060608501359150608085013567ffffffffffffffff81111561116357600080fd5b61116f87828801610fc8565b91505092959194509250565b6000806040838503121561118e57600080fd5b823567ffffffffffffffff808211156111a657600080fd5b6111b286838701610fc8565b935060208501359150808211156111c857600080fd5b506111d585828601610fc8565b9150509250929050565b865115158152602080880151908201526001600160a01b0386811660408301528516606082015283546080820152600184015460a08201526101408101835460c0830152600184015460e0830152825461010083015260018301546101208301525b979650505050505050565b60006020828403121561125e57600080fd5b81518015158114610df357600080fd5b805161127981610ee7565b919050565b60006020828403121561129057600080fd5b8151610df381610ee7565b6001600160601b038316815260608101610df3602083018480518252602090810151910152565b6001600160a01b0381168114610efc57600080fd5b6000602082840312156112e957600080fd5b8151610df3816112c2565b6001600160a01b0386168152611317602082018680518252602090810151910152565b83606082015282608082015260c060a0820152600061124160c0830184610dfa565b8051611279816112c2565b60006040828403121561135657600080fd5b61135e610f15565b9050815181526020820151602082015292915050565b60006101e0828403121561138757600080fd5b61138f610f3e565b6113988361126e565b81526113a66020840161126e565b60208201526113b760408401611339565b60408201526113c98460608501611344565b60608201526113db8460a08501611344565b60808201526113ed8460e08501611344565b60a0820152611400846101208501611344565b60c0820152611413846101608501611344565b60e0820152611426846101a08501611344565b6101008201529392505050565b600181811c9082168061144757607f821691505b60208210810361146757634e487b7160e01b600052602260045260246000fd5b5091905056fea2646970667358221220dae13de04891f302ab15b6d3fbfb9ad1d9325793d487e0d2d3694db380ac891564736f6c63430008140033",
|
688
|
-
"linkReferences": {
|
689
|
-
|
690
|
-
"NftIdLib": [
|
691
|
-
{
|
692
|
-
"length": 20,
|
693
|
-
"start": 4130
|
694
|
-
},
|
695
|
-
{
|
696
|
-
"length": 20,
|
697
|
-
"start": 5120
|
698
|
-
}
|
699
|
-
]
|
700
|
-
}
|
701
|
-
},
|
702
|
-
"deployedLinkReferences": {
|
703
|
-
"contracts/types/NftId.sol": {
|
704
|
-
"NftIdLib": [
|
705
|
-
{
|
706
|
-
"length": 20,
|
707
|
-
"start": 1028
|
708
|
-
},
|
709
|
-
{
|
710
|
-
"length": 20,
|
711
|
-
"start": 2018
|
712
|
-
}
|
713
|
-
]
|
714
|
-
}
|
715
|
-
}
|
1372
|
+
"bytecode": "0x",
|
1373
|
+
"deployedBytecode": "0x",
|
1374
|
+
"linkReferences": {},
|
1375
|
+
"deployedLinkReferences": {}
|
716
1376
|
}
|