@etherisc/gif-next 0.0.2-f0d86c2-077 → 0.0.2-f1e0c66-773
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +292 -25
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +1253 -0
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +4 -0
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +1206 -0
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +358 -0
- package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +4 -0
- package/artifacts/contracts/{instance/module/access → authorization}/IAccess.sol/IAccess.json +1 -1
- package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
- package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.json +1032 -0
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +258 -0
- package/artifacts/contracts/authorization/IModuleAuthorization.sol/IModuleAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/IModuleAuthorization.sol/IModuleAuthorization.json +290 -0
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +148 -0
- package/artifacts/contracts/authorization/ModuleAuthorization.sol/ModuleAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/ModuleAuthorization.sol/ModuleAuthorization.json +390 -0
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +190 -0
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +1548 -0
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +4 -0
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +410 -0
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +1234 -0
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1557 -0
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +854 -0
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +943 -0
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +945 -0
- package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +4 -0
- package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +703 -0
- package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstance.sol/IInstance.json +280 -1494
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +4 -0
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +757 -0
- package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
- package/artifacts/contracts/instance/Instance.sol/Instance.json +473 -1765
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +1626 -0
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +601 -0
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +1730 -0
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +1160 -0
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +734 -0
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3581 -0
- package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +4 -0
- package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +318 -0
- package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
- package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.json +137 -0
- package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +10 -0
- package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +182 -0
- package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +181 -0
- package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +4 -0
- package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +129 -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/{base/ModuleBase.sol/ModuleBase.json → module/IComponents.sol/IComponents.json} +2 -2
- package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +4 -0
- package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.json +10 -0
- 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/mock/Dip.sol/Dip.dbg.json +4 -0
- package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
- package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +4 -0
- package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +1185 -0
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +418 -0
- package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
- package/artifacts/contracts/oracle/IOracle.sol/IOracle.json +52 -0
- package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
- package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +802 -0
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +675 -0
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +1093 -0
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +1034 -0
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +730 -0
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +1520 -0
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +410 -0
- package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
- package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1300 -0
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +786 -0
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +805 -0
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +1002 -0
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1078 -0
- package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
- package/artifacts/contracts/pool/Pool.sol/Pool.json +1312 -0
- package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1453 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +742 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +863 -0
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +730 -0
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +1318 -0
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +410 -0
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1315 -0
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +822 -0
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IProductService.sol/IProductService.json → product/IApplicationService.sol/IApplicationService.json} +256 -221
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +772 -0
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +733 -0
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +549 -0
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +985 -0
- package/artifacts/contracts/product/IProductService.sol/IProductService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IComponentOwnerService.sol/IComponentOwnerService.json → product/IProductService.sol/IProductService.json} +207 -171
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1196 -0
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +766 -0
- package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
- package/artifacts/contracts/product/PricingService.sol/PricingService.json +1017 -0
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +786 -0
- package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
- package/artifacts/contracts/product/Product.sol/Product.json +1276 -0
- package/artifacts/contracts/product/ProductService.sol/ProductService.dbg.json +4 -0
- package/artifacts/contracts/product/ProductService.sol/ProductService.json +708 -0
- package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.json +702 -0
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +199 -12
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +655 -50
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +4 -0
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +940 -0
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +4 -0
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +52 -0
- package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
- package/artifacts/contracts/registry/Registry.sol/Registry.json +885 -99
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +1746 -0
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +1452 -0
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +721 -0
- package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +4 -0
- package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +164 -0
- package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +4 -0
- package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +1159 -0
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +214 -0
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +4 -0
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +661 -0
- package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
- package/artifacts/contracts/shared/Component.sol/Component.json +896 -0
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1696 -0
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +812 -0
- package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.json +539 -0
- package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
- package/artifacts/contracts/shared/IComponent.sol/IComponent.json +631 -0
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +1033 -0
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +737 -0
- package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
- package/artifacts/contracts/{instance/base → shared}/IKeyValueStore.sol/IKeyValueStore.json +104 -141
- package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
- package/artifacts/contracts/{instance/base → shared}/ILifecycle.sol/ILifecycle.json +1 -6
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +4 -0
- package/artifacts/contracts/{components/IBaseComponent.sol/IBaseComponent.json → shared/INftOwnable.sol/INftOwnable.json} +37 -80
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +207 -0
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +91 -31
- package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
- package/artifacts/contracts/{registry → shared}/IRegistryLinked.sol/IRegistryLinked.json +13 -2
- package/artifacts/contracts/shared/IService.sol/IService.dbg.json +4 -0
- package/artifacts/contracts/{instance/base/InstanceBase.sol/InstanceBase.json → shared/IService.sol/IService.json} +163 -143
- package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.dbg.json +4 -0
- package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.json +39 -0
- package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +4 -0
- package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.json +73 -0
- package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
- package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +1015 -0
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +497 -0
- package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
- package/artifacts/contracts/{experiment/statemachine/ISM.sol/ISM.json → shared/Lifecycle.sol/Lifecycle.json} +54 -45
- package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +4 -0
- package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +306 -0
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +4 -0
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +244 -0
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +320 -0
- package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
- package/artifacts/contracts/shared/Registerable.sol/Registerable.json +255 -23
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +71 -0
- package/artifacts/contracts/shared/Service.sol/Service.dbg.json +4 -0
- package/artifacts/contracts/shared/Service.sol/Service.json +507 -0
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +4 -0
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +150 -0
- package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
- package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1438 -0
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1035 -0
- package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +4 -0
- package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +470 -0
- package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
- package/artifacts/contracts/staking/Staking.sol/Staking.json +2005 -0
- package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +164 -0
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +761 -0
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +592 -0
- package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1343 -0
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +718 -0
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2242 -0
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +576 -0
- package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
- package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +10 -0
- package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
- package/artifacts/contracts/type/Amount.sol/AmountLib.json +374 -0
- package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
- package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +225 -0
- package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +179 -0
- package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
- package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +104 -0
- package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
- package/artifacts/contracts/type/Fee.sol/FeeLib.json +317 -0
- package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
- package/artifacts/contracts/type/Key32.sol/Key32Lib.json +125 -0
- package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/NftId.sol/NftIdLib.json +209 -0
- package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
- package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +33 -0
- package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
- package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +239 -0
- package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
- package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
- package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
- package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +204 -0
- package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +86 -0
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +369 -0
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +198 -0
- package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +4 -0
- package/artifacts/contracts/type/Selector.sol/SelectorLib.json +129 -0
- package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +4 -0
- package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +10 -0
- package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
- package/artifacts/contracts/{types → type}/StateId.sol/StateIdLib.json +3 -3
- package/artifacts/contracts/type/String.sol/StrLib.dbg.json +4 -0
- package/artifacts/contracts/type/String.sol/StrLib.json +132 -0
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +293 -0
- package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +4 -0
- package/artifacts/contracts/type/UFixed.sol/MathLib.json +16 -0
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +535 -0
- package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
- package/artifacts/contracts/type/Version.sol/VersionLib.json +177 -0
- package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
- package/artifacts/contracts/type/Version.sol/VersionPartLib.json +68 -0
- package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.json +55 -0
- package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +617 -0
- package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +129 -0
- package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.json +78 -0
- package/contracts/authorization/AccessAdmin.sol +591 -0
- package/contracts/authorization/AccessManagerCloneable.sol +16 -0
- package/contracts/authorization/Authorization.sol +218 -0
- package/contracts/authorization/IAccess.sol +48 -0
- package/contracts/authorization/IAccessAdmin.sol +136 -0
- package/contracts/authorization/IAuthorization.sol +54 -0
- package/contracts/authorization/IModuleAuthorization.sol +21 -0
- package/contracts/authorization/IServiceAuthorization.sol +38 -0
- package/contracts/authorization/ModuleAuthorization.sol +78 -0
- package/contracts/authorization/ServiceAuthorization.sol +90 -0
- package/contracts/distribution/BasicDistribution.sol +138 -0
- package/contracts/distribution/BasicDistributionAuthorization.sol +47 -0
- package/contracts/distribution/Distribution.sol +295 -0
- package/contracts/distribution/DistributionService.sol +337 -0
- package/contracts/distribution/DistributionServiceManager.sol +39 -0
- package/contracts/distribution/IDistributionComponent.sol +52 -0
- package/contracts/distribution/IDistributionService.sol +97 -0
- package/contracts/instance/BundleSet.sol +126 -0
- package/contracts/instance/IInstance.sol +78 -44
- package/contracts/instance/IInstanceService.sol +92 -0
- package/contracts/instance/Instance.sol +238 -52
- package/contracts/instance/InstanceAdmin.sol +266 -0
- package/contracts/instance/InstanceAuthorizationV3.sol +204 -0
- package/contracts/instance/InstanceReader.sol +405 -0
- package/contracts/instance/InstanceService.sol +443 -0
- package/contracts/instance/InstanceServiceManager.sol +40 -0
- package/contracts/instance/InstanceStore.sol +277 -0
- package/contracts/instance/base/BalanceStore.sol +123 -0
- package/contracts/instance/base/Cloneable.sol +28 -0
- package/contracts/instance/base/ObjectCounter.sol +21 -0
- package/contracts/instance/base/ObjectLifecycle.sol +106 -0
- package/contracts/instance/base/ObjectSet.sol +79 -0
- package/contracts/instance/module/IAccess.sol +46 -0
- package/contracts/instance/module/IBundle.sol +20 -0
- package/contracts/instance/module/IComponents.sol +51 -0
- package/contracts/instance/module/IDistribution.sol +41 -0
- package/contracts/instance/module/IPolicy.sol +84 -0
- package/contracts/instance/module/IRisk.sol +11 -0
- package/contracts/{test/Usdc.sol → mock/Dip.sol} +5 -5
- package/contracts/oracle/BasicOracle.sol +48 -0
- package/contracts/oracle/BasicOracleAuthorization.sol +46 -0
- package/contracts/oracle/IOracle.sol +36 -0
- package/contracts/oracle/IOracleComponent.sol +33 -0
- package/contracts/oracle/IOracleService.sol +65 -0
- package/contracts/oracle/Oracle.sol +166 -0
- package/contracts/oracle/OracleService.sol +278 -0
- package/contracts/oracle/OracleServiceManager.sol +39 -0
- package/contracts/pool/BasicPool.sol +164 -0
- package/contracts/pool/BasicPoolAuthorization.sol +55 -0
- package/contracts/pool/BundleService.sol +341 -0
- package/contracts/pool/BundleServiceManager.sol +39 -0
- package/contracts/pool/IBundleService.sol +120 -0
- package/contracts/pool/IPoolComponent.sol +58 -0
- package/contracts/pool/IPoolService.sol +150 -0
- package/contracts/pool/Pool.sol +328 -0
- package/contracts/pool/PoolService.sol +434 -0
- package/contracts/pool/PoolServiceManager.sol +39 -0
- package/contracts/product/ApplicationService.sol +230 -0
- package/contracts/product/ApplicationServiceManager.sol +38 -0
- package/contracts/product/BasicProduct.sol +52 -0
- package/contracts/product/BasicProductAuthorization.sol +43 -0
- package/contracts/product/ClaimService.sol +417 -0
- package/contracts/product/ClaimServiceManager.sol +38 -0
- package/contracts/product/IApplicationService.sol +62 -0
- package/contracts/product/IClaimService.sol +99 -0
- package/contracts/product/IPolicyService.sol +80 -0
- package/contracts/product/IPricingService.sol +39 -0
- package/contracts/product/IProductComponent.sol +40 -0
- package/contracts/product/IProductService.sol +33 -0
- package/contracts/product/PolicyService.sol +499 -0
- package/contracts/product/PolicyServiceManager.sol +39 -0
- package/contracts/product/PricingService.sol +300 -0
- package/contracts/product/PricingServiceManager.sol +39 -0
- package/contracts/product/Product.sol +401 -0
- package/contracts/product/ProductService.sol +99 -0
- package/contracts/product/ProductServiceManager.sol +39 -0
- package/contracts/registry/ChainNft.sol +95 -37
- package/contracts/registry/IRegistry.sol +106 -29
- package/contracts/registry/IRegistryService.sol +69 -0
- package/contracts/registry/ITransferInterceptor.sol +7 -0
- package/contracts/registry/Registry.sol +475 -280
- package/contracts/registry/RegistryAdmin.sol +365 -0
- package/contracts/registry/RegistryService.sol +252 -0
- package/contracts/registry/RegistryServiceManager.sol +53 -0
- package/contracts/registry/ReleaseLifecycle.sol +27 -0
- package/contracts/registry/ReleaseRegistry.sol +485 -0
- package/contracts/registry/ServiceAuthorizationV3.sol +200 -0
- package/contracts/registry/TokenRegistry.sol +315 -0
- package/contracts/shared/Component.sol +280 -0
- package/contracts/shared/ComponentService.sol +651 -0
- package/contracts/shared/ComponentServiceManager.sol +35 -0
- package/contracts/shared/ComponentVerifyingService.sol +117 -0
- package/contracts/shared/IComponent.sol +70 -0
- package/contracts/shared/IComponentService.sol +108 -0
- package/contracts/shared/IInstanceLinkedComponent.sol +56 -0
- package/contracts/shared/IKeyValueStore.sol +54 -0
- package/contracts/{instance/base → shared}/ILifecycle.sol +4 -5
- package/contracts/shared/INftOwnable.sol +23 -0
- package/contracts/shared/IPolicyHolder.sol +45 -0
- package/contracts/shared/IRegisterable.sol +10 -19
- package/contracts/shared/IRegistryLinked.sol +11 -0
- package/contracts/shared/IService.sol +25 -0
- package/contracts/shared/InitializableCustom.sol +177 -0
- package/contracts/shared/InitializableERC165.sol +27 -0
- package/contracts/shared/InstanceLinkedComponent.sol +172 -0
- package/contracts/shared/KeyValueStore.sol +131 -0
- package/contracts/shared/Lifecycle.sol +77 -0
- package/contracts/shared/NftIdSet.sol +65 -0
- package/contracts/shared/NftOwnable.sol +107 -0
- package/contracts/shared/PolicyHolder.sol +99 -0
- package/contracts/shared/Registerable.sol +54 -65
- package/contracts/shared/RegistryLinked.sol +43 -0
- package/contracts/shared/Service.sol +82 -0
- package/contracts/shared/TokenHandler.sol +58 -0
- package/contracts/staking/IStaking.sol +167 -0
- package/contracts/staking/IStakingService.sol +160 -0
- package/contracts/staking/StakeManagerLib.sol +231 -0
- package/contracts/staking/Staking.sol +516 -0
- package/contracts/staking/StakingLifecycle.sol +23 -0
- package/contracts/staking/StakingManager.sol +50 -0
- package/contracts/staking/StakingReader.sol +183 -0
- package/contracts/staking/StakingService.sol +411 -0
- package/contracts/staking/StakingServiceManager.sol +44 -0
- package/contracts/staking/StakingStore.sol +605 -0
- package/contracts/staking/TargetManagerLib.sol +207 -0
- package/contracts/{types → type}/AddressSet.sol +1 -1
- package/contracts/type/Amount.sol +135 -0
- package/contracts/{types → type}/Blocknumber.sol +21 -3
- package/contracts/type/ClaimId.sol +75 -0
- package/contracts/type/DistributorType.sol +55 -0
- package/contracts/type/Fee.sol +66 -0
- package/contracts/{types → type}/Key32.sol +8 -3
- package/contracts/{types → type}/NftId.sol +21 -15
- package/contracts/type/NftIdSet.sol +62 -0
- package/contracts/type/ObjectType.sol +271 -0
- package/contracts/type/PayoutId.sol +82 -0
- package/contracts/type/Referral.sol +90 -0
- package/contracts/type/RequestId.sol +75 -0
- package/contracts/type/RiskId.sol +43 -0
- package/contracts/type/RoleId.sol +174 -0
- package/contracts/type/Seconds.sol +81 -0
- package/contracts/type/Selector.sol +102 -0
- package/contracts/{types → type}/StateId.sol +39 -5
- package/contracts/type/String.sol +53 -0
- package/contracts/{types → type}/Timestamp.sol +27 -14
- package/contracts/type/UFixed.sol +351 -0
- package/contracts/{types → type}/Version.sol +17 -2
- package/contracts/upgradeability/IVersionable.sol +53 -0
- package/contracts/upgradeability/ProxyManager.sol +198 -0
- package/contracts/upgradeability/UpgradableProxyWithAdmin.sol +14 -0
- package/contracts/upgradeability/Versionable.sol +59 -0
- package/package.json +11 -7
- package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.dbg.json +0 -4
- package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.json +0 -174
- package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.json +0 -356
- package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.json +0 -279
- package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
- package/artifacts/contracts/components/Pool.sol/Pool.json +0 -387
- package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
- package/artifacts/contracts/components/Product.sol/Product.json +0 -305
- 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/IB.sol/IB.json +0 -50
- package/artifacts/contracts/experiment/inheritance/IC.sol/IC.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IC.sol/IC.json +0 -63
- package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.json +0 -59
- package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/ISM.sol/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/ComponentServiceBase.sol/ComponentServiceBase.json +0 -300
- package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.dbg.json +0 -4
- package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.json +0 -63
- package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +0 -4
- package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +0 -4
- package/artifacts/contracts/instance/base/IService.sol/IService.dbg.json +0 -4
- package/artifacts/contracts/instance/base/IService.sol/IService.json +0 -300
- package/artifacts/contracts/instance/base/InstanceBase.sol/InstanceBase.dbg.json +0 -4
- package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +0 -4
- package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +0 -692
- package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +0 -4
- package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +0 -169
- 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/base/ServiceBase.sol/ServiceBase.json +0 -300
- package/artifacts/contracts/instance/module/access/Access.sol/AccessModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/access/Access.sol/AccessModule.json +0 -333
- package/artifacts/contracts/instance/module/access/IAccess.sol/IAccess.dbg.json +0 -4
- package/artifacts/contracts/instance/module/access/IAccess.sol/IAccessModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/access/IAccess.sol/IAccessModule.json +0 -333
- package/artifacts/contracts/instance/module/bundle/BundleModule.sol/BundleModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/bundle/BundleModule.sol/BundleModule.json +0 -296
- 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 -296
- package/artifacts/contracts/instance/module/compensation/CompensationModule.sol/CompensationModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/compensation/CompensationModule.sol/CompensationModule.json +0 -10
- package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensation.dbg.json +0 -4
- package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensation.json +0 -10
- package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensationModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensationModule.json +0 -10
- package/artifacts/contracts/instance/module/component/ComponentModule.sol/ComponentModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/component/ComponentModule.sol/ComponentModule.json +0 -188
- 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/component/IComponent.sol/IComponentModule.json +0 -188
- 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 -261
- package/artifacts/contracts/instance/module/policy/PolicyModule.sol/PolicyModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/policy/PolicyModule.sol/PolicyModule.json +0 -261
- package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPool.dbg.json +0 -4
- package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPool.json +0 -10
- package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPoolModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPoolModule.json +0 -149
- package/artifacts/contracts/instance/module/pool/PoolModule.sol/PoolModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/pool/PoolModule.sol/PoolModule.json +0 -149
- 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 -10
- package/artifacts/contracts/instance/module/risk/RiskModule.sol/RiskModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/risk/RiskModule.sol/RiskModule.json +0 -10
- package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasury.dbg.json +0 -4
- package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasury.json +0 -10
- package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasuryModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasuryModule.json +0 -533
- 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 -533
- package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.json +0 -523
- package/artifacts/contracts/instance/service/IComponentOwnerService.sol/IComponentOwnerService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.json +0 -376
- package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -471
- package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +0 -673
- package/artifacts/contracts/registry/IChainNft.sol/IChainNft.dbg.json +0 -4
- package/artifacts/contracts/registry/IChainNft.sol/IChainNft.json +0 -452
- package/artifacts/contracts/registry/IRegistryLinked.sol/IRegistryLinked.dbg.json +0 -4
- package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +0 -4
- package/artifacts/contracts/shared/ERC165.sol/ERC165.json +0 -35
- package/artifacts/contracts/shared/IOwnable.sol/IOwnable.dbg.json +0 -4
- package/artifacts/contracts/shared/IOwnable.sol/IOwnable.json +0 -24
- package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +0 -4
- package/artifacts/contracts/shared/IVersionable.sol/IVersionable.json +0 -164
- package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +0 -4
- package/artifacts/contracts/shared/Versionable.sol/Versionable.json +0 -164
- package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
- package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -119
- package/artifacts/contracts/test/TestPool.sol/TestPool.dbg.json +0 -4
- package/artifacts/contracts/test/TestPool.sol/TestPool.json +0 -387
- package/artifacts/contracts/test/TestProduct.sol/TestProduct.dbg.json +0 -4
- package/artifacts/contracts/test/TestProduct.sol/TestProduct.json +0 -393
- package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
- package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -137
- package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +0 -4
- package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +0 -116
- package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +0 -4
- package/artifacts/contracts/test/TestService.sol/TestService.json +0 -379
- package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
- package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -338
- package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
- package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -218
- package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
- package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -206
- package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +0 -4
- package/artifacts/contracts/test/Usdc.sol/USDC.json +0 -338
- package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
- package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.json +0 -10
- package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
- package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -174
- package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
- package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +0 -4
- package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -218
- package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +0 -4
- package/artifacts/contracts/types/Key32.sol/Key32Lib.json +0 -111
- package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -153
- package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
- package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +0 -10
- package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
- package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +0 -92
- package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/RoleId.sol/RoleIdLib.json +0 -30
- package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
- package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +0 -236
- package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.dbg.json +0 -4
- package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.json +0 -479
- package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
- package/artifacts/contracts/types/Version.sol/VersionLib.json +0 -139
- package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
- package/artifacts/contracts/types/Version.sol/VersionPartLib.json +0 -30
- package/contracts/components/BaseComponent.sol +0 -88
- package/contracts/components/IBaseComponent.sol +0 -19
- package/contracts/components/IPoolComponent.sol +0 -57
- package/contracts/components/IProductComponent.sol +0 -19
- package/contracts/components/Pool.sol +0 -174
- package/contracts/components/Product.sol +0 -117
- 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/README.md +0 -112
- 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 -42
- package/contracts/instance/base/IInstanceBase.sol +0 -14
- package/contracts/instance/base/IKeyValueStore.sol +0 -49
- package/contracts/instance/base/IService.sol +0 -15
- package/contracts/instance/base/InstanceBase.sol +0 -80
- package/contracts/instance/base/KeyValueStore.sol +0 -156
- package/contracts/instance/base/Lifecycle.sol +0 -95
- package/contracts/instance/base/ModuleBase.sol +0 -52
- package/contracts/instance/base/ServiceBase.sol +0 -37
- package/contracts/instance/module/access/Access.sol +0 -149
- package/contracts/instance/module/access/IAccess.sol +0 -53
- package/contracts/instance/module/bundle/BundleModule.sol +0 -136
- package/contracts/instance/module/bundle/IBundle.sol +0 -58
- package/contracts/instance/module/compensation/CompensationModule.sol +0 -8
- package/contracts/instance/module/compensation/ICompensation.sol +0 -10
- package/contracts/instance/module/component/ComponentModule.sol +0 -95
- package/contracts/instance/module/component/IComponent.sol +0 -53
- package/contracts/instance/module/policy/IPolicy.sol +0 -60
- package/contracts/instance/module/policy/PolicyModule.sol +0 -76
- package/contracts/instance/module/pool/IPoolModule.sol +0 -41
- package/contracts/instance/module/pool/PoolModule.sol +0 -87
- package/contracts/instance/module/risk/IRisk.sol +0 -10
- package/contracts/instance/module/risk/RiskModule.sol +0 -8
- package/contracts/instance/module/treasury/ITreasury.sol +0 -103
- package/contracts/instance/module/treasury/TokenHandler.sol +0 -48
- package/contracts/instance/module/treasury/TreasuryModule.sol +0 -152
- package/contracts/instance/service/ComponentOwnerService.sol +0 -170
- package/contracts/instance/service/IComponentOwnerService.sol +0 -22
- package/contracts/instance/service/IPoolService.sol +0 -30
- package/contracts/instance/service/IProductService.sol +0 -58
- package/contracts/instance/service/PoolService.sol +0 -123
- package/contracts/instance/service/ProductService.sol +0 -354
- package/contracts/registry/IChainNft.sol +0 -21
- package/contracts/registry/IRegistryLinked.sol +0 -8
- package/contracts/shared/ERC165.sol +0 -21
- package/contracts/shared/IOwnable.sol +0 -6
- package/contracts/shared/IVersionable.sol +0 -52
- package/contracts/shared/Versionable.sol +0 -89
- package/contracts/test/TestFee.sol +0 -25
- package/contracts/test/TestPool.sol +0 -22
- package/contracts/test/TestProduct.sol +0 -44
- package/contracts/test/TestRegisterable.sol +0 -19
- package/contracts/test/TestRoleId.sol +0 -14
- package/contracts/test/TestService.sol +0 -32
- package/contracts/test/TestToken.sol +0 -26
- package/contracts/test/TestVersion.sol +0 -44
- package/contracts/test/TestVersionable.sol +0 -17
- package/contracts/types/ChainId.sol +0 -38
- package/contracts/types/Fee.sol +0 -51
- package/contracts/types/NftIdSet.sol +0 -60
- package/contracts/types/ObjectType.sol +0 -115
- package/contracts/types/RoleId.sol +0 -38
- package/contracts/types/UFixed.sol +0 -209
| @@ -0,0 +1,1730 @@ | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
              "_format": "hh-sol-artifact-1",
         | 
| 3 | 
            +
              "contractName": "InstanceReader",
         | 
| 4 | 
            +
              "sourceName": "contracts/instance/InstanceReader.sol",
         | 
| 5 | 
            +
              "abi": [
         | 
| 6 | 
            +
                {
         | 
| 7 | 
            +
                  "inputs": [],
         | 
| 8 | 
            +
                  "name": "ErrorInstanceReaderAlreadyInitialized",
         | 
| 9 | 
            +
                  "type": "error"
         | 
| 10 | 
            +
                },
         | 
| 11 | 
            +
                {
         | 
| 12 | 
            +
                  "inputs": [],
         | 
| 13 | 
            +
                  "name": "ErrorInstanceReaderInstanceAddressZero",
         | 
| 14 | 
            +
                  "type": "error"
         | 
| 15 | 
            +
                },
         | 
| 16 | 
            +
                {
         | 
| 17 | 
            +
                  "inputs": [
         | 
| 18 | 
            +
                    {
         | 
| 19 | 
            +
                      "internalType": "NftId",
         | 
| 20 | 
            +
                      "name": "targetNftId",
         | 
| 21 | 
            +
                      "type": "uint96"
         | 
| 22 | 
            +
                    }
         | 
| 23 | 
            +
                  ],
         | 
| 24 | 
            +
                  "name": "getBalanceAmount",
         | 
| 25 | 
            +
                  "outputs": [
         | 
| 26 | 
            +
                    {
         | 
| 27 | 
            +
                      "internalType": "Amount",
         | 
| 28 | 
            +
                      "name": "",
         | 
| 29 | 
            +
                      "type": "uint96"
         | 
| 30 | 
            +
                    }
         | 
| 31 | 
            +
                  ],
         | 
| 32 | 
            +
                  "stateMutability": "view",
         | 
| 33 | 
            +
                  "type": "function"
         | 
| 34 | 
            +
                },
         | 
| 35 | 
            +
                {
         | 
| 36 | 
            +
                  "inputs": [
         | 
| 37 | 
            +
                    {
         | 
| 38 | 
            +
                      "internalType": "NftId",
         | 
| 39 | 
            +
                      "name": "bundleNftId",
         | 
| 40 | 
            +
                      "type": "uint96"
         | 
| 41 | 
            +
                    }
         | 
| 42 | 
            +
                  ],
         | 
| 43 | 
            +
                  "name": "getBundleInfo",
         | 
| 44 | 
            +
                  "outputs": [
         | 
| 45 | 
            +
                    {
         | 
| 46 | 
            +
                      "components": [
         | 
| 47 | 
            +
                        {
         | 
| 48 | 
            +
                          "internalType": "NftId",
         | 
| 49 | 
            +
                          "name": "poolNftId",
         | 
| 50 | 
            +
                          "type": "uint96"
         | 
| 51 | 
            +
                        },
         | 
| 52 | 
            +
                        {
         | 
| 53 | 
            +
                          "components": [
         | 
| 54 | 
            +
                            {
         | 
| 55 | 
            +
                              "internalType": "UFixed",
         | 
| 56 | 
            +
                              "name": "fractionalFee",
         | 
| 57 | 
            +
                              "type": "uint256"
         | 
| 58 | 
            +
                            },
         | 
| 59 | 
            +
                            {
         | 
| 60 | 
            +
                              "internalType": "uint256",
         | 
| 61 | 
            +
                              "name": "fixedFee",
         | 
| 62 | 
            +
                              "type": "uint256"
         | 
| 63 | 
            +
                            }
         | 
| 64 | 
            +
                          ],
         | 
| 65 | 
            +
                          "internalType": "struct Fee",
         | 
| 66 | 
            +
                          "name": "fee",
         | 
| 67 | 
            +
                          "type": "tuple"
         | 
| 68 | 
            +
                        },
         | 
| 69 | 
            +
                        {
         | 
| 70 | 
            +
                          "internalType": "bytes",
         | 
| 71 | 
            +
                          "name": "filter",
         | 
| 72 | 
            +
                          "type": "bytes"
         | 
| 73 | 
            +
                        },
         | 
| 74 | 
            +
                        {
         | 
| 75 | 
            +
                          "internalType": "Seconds",
         | 
| 76 | 
            +
                          "name": "lifetime",
         | 
| 77 | 
            +
                          "type": "uint40"
         | 
| 78 | 
            +
                        },
         | 
| 79 | 
            +
                        {
         | 
| 80 | 
            +
                          "internalType": "Timestamp",
         | 
| 81 | 
            +
                          "name": "expiredAt",
         | 
| 82 | 
            +
                          "type": "uint40"
         | 
| 83 | 
            +
                        },
         | 
| 84 | 
            +
                        {
         | 
| 85 | 
            +
                          "internalType": "Timestamp",
         | 
| 86 | 
            +
                          "name": "closedAt",
         | 
| 87 | 
            +
                          "type": "uint40"
         | 
| 88 | 
            +
                        }
         | 
| 89 | 
            +
                      ],
         | 
| 90 | 
            +
                      "internalType": "struct IBundle.BundleInfo",
         | 
| 91 | 
            +
                      "name": "info",
         | 
| 92 | 
            +
                      "type": "tuple"
         | 
| 93 | 
            +
                    }
         | 
| 94 | 
            +
                  ],
         | 
| 95 | 
            +
                  "stateMutability": "view",
         | 
| 96 | 
            +
                  "type": "function"
         | 
| 97 | 
            +
                },
         | 
| 98 | 
            +
                {
         | 
| 99 | 
            +
                  "inputs": [
         | 
| 100 | 
            +
                    {
         | 
| 101 | 
            +
                      "internalType": "NftId",
         | 
| 102 | 
            +
                      "name": "policyNftId",
         | 
| 103 | 
            +
                      "type": "uint96"
         | 
| 104 | 
            +
                    },
         | 
| 105 | 
            +
                    {
         | 
| 106 | 
            +
                      "internalType": "ClaimId",
         | 
| 107 | 
            +
                      "name": "claimId",
         | 
| 108 | 
            +
                      "type": "uint16"
         | 
| 109 | 
            +
                    }
         | 
| 110 | 
            +
                  ],
         | 
| 111 | 
            +
                  "name": "getClaimInfo",
         | 
| 112 | 
            +
                  "outputs": [
         | 
| 113 | 
            +
                    {
         | 
| 114 | 
            +
                      "components": [
         | 
| 115 | 
            +
                        {
         | 
| 116 | 
            +
                          "internalType": "Amount",
         | 
| 117 | 
            +
                          "name": "claimAmount",
         | 
| 118 | 
            +
                          "type": "uint96"
         | 
| 119 | 
            +
                        },
         | 
| 120 | 
            +
                        {
         | 
| 121 | 
            +
                          "internalType": "Amount",
         | 
| 122 | 
            +
                          "name": "paidAmount",
         | 
| 123 | 
            +
                          "type": "uint96"
         | 
| 124 | 
            +
                        },
         | 
| 125 | 
            +
                        {
         | 
| 126 | 
            +
                          "internalType": "uint8",
         | 
| 127 | 
            +
                          "name": "payoutsCount",
         | 
| 128 | 
            +
                          "type": "uint8"
         | 
| 129 | 
            +
                        },
         | 
| 130 | 
            +
                        {
         | 
| 131 | 
            +
                          "internalType": "uint8",
         | 
| 132 | 
            +
                          "name": "openPayoutsCount",
         | 
| 133 | 
            +
                          "type": "uint8"
         | 
| 134 | 
            +
                        },
         | 
| 135 | 
            +
                        {
         | 
| 136 | 
            +
                          "internalType": "bytes",
         | 
| 137 | 
            +
                          "name": "submissionData",
         | 
| 138 | 
            +
                          "type": "bytes"
         | 
| 139 | 
            +
                        },
         | 
| 140 | 
            +
                        {
         | 
| 141 | 
            +
                          "internalType": "bytes",
         | 
| 142 | 
            +
                          "name": "processData",
         | 
| 143 | 
            +
                          "type": "bytes"
         | 
| 144 | 
            +
                        },
         | 
| 145 | 
            +
                        {
         | 
| 146 | 
            +
                          "internalType": "Timestamp",
         | 
| 147 | 
            +
                          "name": "closedAt",
         | 
| 148 | 
            +
                          "type": "uint40"
         | 
| 149 | 
            +
                        }
         | 
| 150 | 
            +
                      ],
         | 
| 151 | 
            +
                      "internalType": "struct IPolicy.ClaimInfo",
         | 
| 152 | 
            +
                      "name": "info",
         | 
| 153 | 
            +
                      "type": "tuple"
         | 
| 154 | 
            +
                    }
         | 
| 155 | 
            +
                  ],
         | 
| 156 | 
            +
                  "stateMutability": "view",
         | 
| 157 | 
            +
                  "type": "function"
         | 
| 158 | 
            +
                },
         | 
| 159 | 
            +
                {
         | 
| 160 | 
            +
                  "inputs": [
         | 
| 161 | 
            +
                    {
         | 
| 162 | 
            +
                      "internalType": "NftId",
         | 
| 163 | 
            +
                      "name": "policyNftId",
         | 
| 164 | 
            +
                      "type": "uint96"
         | 
| 165 | 
            +
                    },
         | 
| 166 | 
            +
                    {
         | 
| 167 | 
            +
                      "internalType": "ClaimId",
         | 
| 168 | 
            +
                      "name": "claimId",
         | 
| 169 | 
            +
                      "type": "uint16"
         | 
| 170 | 
            +
                    }
         | 
| 171 | 
            +
                  ],
         | 
| 172 | 
            +
                  "name": "getClaimState",
         | 
| 173 | 
            +
                  "outputs": [
         | 
| 174 | 
            +
                    {
         | 
| 175 | 
            +
                      "internalType": "StateId",
         | 
| 176 | 
            +
                      "name": "state",
         | 
| 177 | 
            +
                      "type": "uint8"
         | 
| 178 | 
            +
                    }
         | 
| 179 | 
            +
                  ],
         | 
| 180 | 
            +
                  "stateMutability": "view",
         | 
| 181 | 
            +
                  "type": "function"
         | 
| 182 | 
            +
                },
         | 
| 183 | 
            +
                {
         | 
| 184 | 
            +
                  "inputs": [
         | 
| 185 | 
            +
                    {
         | 
| 186 | 
            +
                      "internalType": "NftId",
         | 
| 187 | 
            +
                      "name": "componentNftId",
         | 
| 188 | 
            +
                      "type": "uint96"
         | 
| 189 | 
            +
                    }
         | 
| 190 | 
            +
                  ],
         | 
| 191 | 
            +
                  "name": "getComponentInfo",
         | 
| 192 | 
            +
                  "outputs": [
         | 
| 193 | 
            +
                    {
         | 
| 194 | 
            +
                      "components": [
         | 
| 195 | 
            +
                        {
         | 
| 196 | 
            +
                          "internalType": "string",
         | 
| 197 | 
            +
                          "name": "name",
         | 
| 198 | 
            +
                          "type": "string"
         | 
| 199 | 
            +
                        },
         | 
| 200 | 
            +
                        {
         | 
| 201 | 
            +
                          "internalType": "NftId",
         | 
| 202 | 
            +
                          "name": "productNftId",
         | 
| 203 | 
            +
                          "type": "uint96"
         | 
| 204 | 
            +
                        },
         | 
| 205 | 
            +
                        {
         | 
| 206 | 
            +
                          "internalType": "contract IERC20Metadata",
         | 
| 207 | 
            +
                          "name": "token",
         | 
| 208 | 
            +
                          "type": "address"
         | 
| 209 | 
            +
                        },
         | 
| 210 | 
            +
                        {
         | 
| 211 | 
            +
                          "internalType": "contract TokenHandler",
         | 
| 212 | 
            +
                          "name": "tokenHandler",
         | 
| 213 | 
            +
                          "type": "address"
         | 
| 214 | 
            +
                        },
         | 
| 215 | 
            +
                        {
         | 
| 216 | 
            +
                          "internalType": "address",
         | 
| 217 | 
            +
                          "name": "wallet",
         | 
| 218 | 
            +
                          "type": "address"
         | 
| 219 | 
            +
                        },
         | 
| 220 | 
            +
                        {
         | 
| 221 | 
            +
                          "internalType": "bytes",
         | 
| 222 | 
            +
                          "name": "data",
         | 
| 223 | 
            +
                          "type": "bytes"
         | 
| 224 | 
            +
                        }
         | 
| 225 | 
            +
                      ],
         | 
| 226 | 
            +
                      "internalType": "struct IComponents.ComponentInfo",
         | 
| 227 | 
            +
                      "name": "info",
         | 
| 228 | 
            +
                      "type": "tuple"
         | 
| 229 | 
            +
                    }
         | 
| 230 | 
            +
                  ],
         | 
| 231 | 
            +
                  "stateMutability": "view",
         | 
| 232 | 
            +
                  "type": "function"
         | 
| 233 | 
            +
                },
         | 
| 234 | 
            +
                {
         | 
| 235 | 
            +
                  "inputs": [
         | 
| 236 | 
            +
                    {
         | 
| 237 | 
            +
                      "internalType": "ReferralId",
         | 
| 238 | 
            +
                      "name": "referralId",
         | 
| 239 | 
            +
                      "type": "bytes8"
         | 
| 240 | 
            +
                    }
         | 
| 241 | 
            +
                  ],
         | 
| 242 | 
            +
                  "name": "getDiscountPercentage",
         | 
| 243 | 
            +
                  "outputs": [
         | 
| 244 | 
            +
                    {
         | 
| 245 | 
            +
                      "internalType": "UFixed",
         | 
| 246 | 
            +
                      "name": "discountPercentage",
         | 
| 247 | 
            +
                      "type": "uint256"
         | 
| 248 | 
            +
                    },
         | 
| 249 | 
            +
                    {
         | 
| 250 | 
            +
                      "internalType": "ReferralStatus",
         | 
| 251 | 
            +
                      "name": "status",
         | 
| 252 | 
            +
                      "type": "uint8"
         | 
| 253 | 
            +
                    }
         | 
| 254 | 
            +
                  ],
         | 
| 255 | 
            +
                  "stateMutability": "view",
         | 
| 256 | 
            +
                  "type": "function"
         | 
| 257 | 
            +
                },
         | 
| 258 | 
            +
                {
         | 
| 259 | 
            +
                  "inputs": [
         | 
| 260 | 
            +
                    {
         | 
| 261 | 
            +
                      "internalType": "NftId",
         | 
| 262 | 
            +
                      "name": "distributorNftId",
         | 
| 263 | 
            +
                      "type": "uint96"
         | 
| 264 | 
            +
                    }
         | 
| 265 | 
            +
                  ],
         | 
| 266 | 
            +
                  "name": "getDistributorInfo",
         | 
| 267 | 
            +
                  "outputs": [
         | 
| 268 | 
            +
                    {
         | 
| 269 | 
            +
                      "components": [
         | 
| 270 | 
            +
                        {
         | 
| 271 | 
            +
                          "internalType": "DistributorType",
         | 
| 272 | 
            +
                          "name": "distributorType",
         | 
| 273 | 
            +
                          "type": "bytes8"
         | 
| 274 | 
            +
                        },
         | 
| 275 | 
            +
                        {
         | 
| 276 | 
            +
                          "internalType": "bool",
         | 
| 277 | 
            +
                          "name": "active",
         | 
| 278 | 
            +
                          "type": "bool"
         | 
| 279 | 
            +
                        },
         | 
| 280 | 
            +
                        {
         | 
| 281 | 
            +
                          "internalType": "bytes",
         | 
| 282 | 
            +
                          "name": "data",
         | 
| 283 | 
            +
                          "type": "bytes"
         | 
| 284 | 
            +
                        },
         | 
| 285 | 
            +
                        {
         | 
| 286 | 
            +
                          "internalType": "uint32",
         | 
| 287 | 
            +
                          "name": "numPoliciesSold",
         | 
| 288 | 
            +
                          "type": "uint32"
         | 
| 289 | 
            +
                        }
         | 
| 290 | 
            +
                      ],
         | 
| 291 | 
            +
                      "internalType": "struct IDistribution.DistributorInfo",
         | 
| 292 | 
            +
                      "name": "info",
         | 
| 293 | 
            +
                      "type": "tuple"
         | 
| 294 | 
            +
                    }
         | 
| 295 | 
            +
                  ],
         | 
| 296 | 
            +
                  "stateMutability": "view",
         | 
| 297 | 
            +
                  "type": "function"
         | 
| 298 | 
            +
                },
         | 
| 299 | 
            +
                {
         | 
| 300 | 
            +
                  "inputs": [
         | 
| 301 | 
            +
                    {
         | 
| 302 | 
            +
                      "internalType": "DistributorType",
         | 
| 303 | 
            +
                      "name": "distributorType",
         | 
| 304 | 
            +
                      "type": "bytes8"
         | 
| 305 | 
            +
                    }
         | 
| 306 | 
            +
                  ],
         | 
| 307 | 
            +
                  "name": "getDistributorTypeInfo",
         | 
| 308 | 
            +
                  "outputs": [
         | 
| 309 | 
            +
                    {
         | 
| 310 | 
            +
                      "components": [
         | 
| 311 | 
            +
                        {
         | 
| 312 | 
            +
                          "internalType": "string",
         | 
| 313 | 
            +
                          "name": "name",
         | 
| 314 | 
            +
                          "type": "string"
         | 
| 315 | 
            +
                        },
         | 
| 316 | 
            +
                        {
         | 
| 317 | 
            +
                          "internalType": "UFixed",
         | 
| 318 | 
            +
                          "name": "minDiscountPercentage",
         | 
| 319 | 
            +
                          "type": "uint256"
         | 
| 320 | 
            +
                        },
         | 
| 321 | 
            +
                        {
         | 
| 322 | 
            +
                          "internalType": "UFixed",
         | 
| 323 | 
            +
                          "name": "maxDiscountPercentage",
         | 
| 324 | 
            +
                          "type": "uint256"
         | 
| 325 | 
            +
                        },
         | 
| 326 | 
            +
                        {
         | 
| 327 | 
            +
                          "internalType": "UFixed",
         | 
| 328 | 
            +
                          "name": "commissionPercentage",
         | 
| 329 | 
            +
                          "type": "uint256"
         | 
| 330 | 
            +
                        },
         | 
| 331 | 
            +
                        {
         | 
| 332 | 
            +
                          "internalType": "uint32",
         | 
| 333 | 
            +
                          "name": "maxReferralCount",
         | 
| 334 | 
            +
                          "type": "uint32"
         | 
| 335 | 
            +
                        },
         | 
| 336 | 
            +
                        {
         | 
| 337 | 
            +
                          "internalType": "uint32",
         | 
| 338 | 
            +
                          "name": "maxReferralLifetime",
         | 
| 339 | 
            +
                          "type": "uint32"
         | 
| 340 | 
            +
                        },
         | 
| 341 | 
            +
                        {
         | 
| 342 | 
            +
                          "internalType": "bool",
         | 
| 343 | 
            +
                          "name": "allowSelfReferrals",
         | 
| 344 | 
            +
                          "type": "bool"
         | 
| 345 | 
            +
                        },
         | 
| 346 | 
            +
                        {
         | 
| 347 | 
            +
                          "internalType": "bool",
         | 
| 348 | 
            +
                          "name": "allowRenewals",
         | 
| 349 | 
            +
                          "type": "bool"
         | 
| 350 | 
            +
                        },
         | 
| 351 | 
            +
                        {
         | 
| 352 | 
            +
                          "internalType": "bytes",
         | 
| 353 | 
            +
                          "name": "data",
         | 
| 354 | 
            +
                          "type": "bytes"
         | 
| 355 | 
            +
                        }
         | 
| 356 | 
            +
                      ],
         | 
| 357 | 
            +
                      "internalType": "struct IDistribution.DistributorTypeInfo",
         | 
| 358 | 
            +
                      "name": "info",
         | 
| 359 | 
            +
                      "type": "tuple"
         | 
| 360 | 
            +
                    }
         | 
| 361 | 
            +
                  ],
         | 
| 362 | 
            +
                  "stateMutability": "view",
         | 
| 363 | 
            +
                  "type": "function"
         | 
| 364 | 
            +
                },
         | 
| 365 | 
            +
                {
         | 
| 366 | 
            +
                  "inputs": [
         | 
| 367 | 
            +
                    {
         | 
| 368 | 
            +
                      "internalType": "NftId",
         | 
| 369 | 
            +
                      "name": "targetNftId",
         | 
| 370 | 
            +
                      "type": "uint96"
         | 
| 371 | 
            +
                    }
         | 
| 372 | 
            +
                  ],
         | 
| 373 | 
            +
                  "name": "getFeeAmount",
         | 
| 374 | 
            +
                  "outputs": [
         | 
| 375 | 
            +
                    {
         | 
| 376 | 
            +
                      "internalType": "Amount",
         | 
| 377 | 
            +
                      "name": "",
         | 
| 378 | 
            +
                      "type": "uint96"
         | 
| 379 | 
            +
                    }
         | 
| 380 | 
            +
                  ],
         | 
| 381 | 
            +
                  "stateMutability": "view",
         | 
| 382 | 
            +
                  "type": "function"
         | 
| 383 | 
            +
                },
         | 
| 384 | 
            +
                {
         | 
| 385 | 
            +
                  "inputs": [],
         | 
| 386 | 
            +
                  "name": "getInstance",
         | 
| 387 | 
            +
                  "outputs": [
         | 
| 388 | 
            +
                    {
         | 
| 389 | 
            +
                      "internalType": "contract IInstance",
         | 
| 390 | 
            +
                      "name": "instance",
         | 
| 391 | 
            +
                      "type": "address"
         | 
| 392 | 
            +
                    }
         | 
| 393 | 
            +
                  ],
         | 
| 394 | 
            +
                  "stateMutability": "view",
         | 
| 395 | 
            +
                  "type": "function"
         | 
| 396 | 
            +
                },
         | 
| 397 | 
            +
                {
         | 
| 398 | 
            +
                  "inputs": [],
         | 
| 399 | 
            +
                  "name": "getInstanceStore",
         | 
| 400 | 
            +
                  "outputs": [
         | 
| 401 | 
            +
                    {
         | 
| 402 | 
            +
                      "internalType": "contract IKeyValueStore",
         | 
| 403 | 
            +
                      "name": "store",
         | 
| 404 | 
            +
                      "type": "address"
         | 
| 405 | 
            +
                    }
         | 
| 406 | 
            +
                  ],
         | 
| 407 | 
            +
                  "stateMutability": "view",
         | 
| 408 | 
            +
                  "type": "function"
         | 
| 409 | 
            +
                },
         | 
| 410 | 
            +
                {
         | 
| 411 | 
            +
                  "inputs": [
         | 
| 412 | 
            +
                    {
         | 
| 413 | 
            +
                      "internalType": "NftId",
         | 
| 414 | 
            +
                      "name": "targetNftId",
         | 
| 415 | 
            +
                      "type": "uint96"
         | 
| 416 | 
            +
                    }
         | 
| 417 | 
            +
                  ],
         | 
| 418 | 
            +
                  "name": "getLockedAmount",
         | 
| 419 | 
            +
                  "outputs": [
         | 
| 420 | 
            +
                    {
         | 
| 421 | 
            +
                      "internalType": "Amount",
         | 
| 422 | 
            +
                      "name": "",
         | 
| 423 | 
            +
                      "type": "uint96"
         | 
| 424 | 
            +
                    }
         | 
| 425 | 
            +
                  ],
         | 
| 426 | 
            +
                  "stateMutability": "view",
         | 
| 427 | 
            +
                  "type": "function"
         | 
| 428 | 
            +
                },
         | 
| 429 | 
            +
                {
         | 
| 430 | 
            +
                  "inputs": [
         | 
| 431 | 
            +
                    {
         | 
| 432 | 
            +
                      "internalType": "Key32",
         | 
| 433 | 
            +
                      "name": "key",
         | 
| 434 | 
            +
                      "type": "bytes32"
         | 
| 435 | 
            +
                    }
         | 
| 436 | 
            +
                  ],
         | 
| 437 | 
            +
                  "name": "getMetadata",
         | 
| 438 | 
            +
                  "outputs": [
         | 
| 439 | 
            +
                    {
         | 
| 440 | 
            +
                      "components": [
         | 
| 441 | 
            +
                        {
         | 
| 442 | 
            +
                          "internalType": "ObjectType",
         | 
| 443 | 
            +
                          "name": "objectType",
         | 
| 444 | 
            +
                          "type": "uint8"
         | 
| 445 | 
            +
                        },
         | 
| 446 | 
            +
                        {
         | 
| 447 | 
            +
                          "internalType": "StateId",
         | 
| 448 | 
            +
                          "name": "state",
         | 
| 449 | 
            +
                          "type": "uint8"
         | 
| 450 | 
            +
                        },
         | 
| 451 | 
            +
                        {
         | 
| 452 | 
            +
                          "internalType": "Blocknumber",
         | 
| 453 | 
            +
                          "name": "updatedIn",
         | 
| 454 | 
            +
                          "type": "uint32"
         | 
| 455 | 
            +
                        },
         | 
| 456 | 
            +
                        {
         | 
| 457 | 
            +
                          "internalType": "Blocknumber",
         | 
| 458 | 
            +
                          "name": "createdIn",
         | 
| 459 | 
            +
                          "type": "uint32"
         | 
| 460 | 
            +
                        }
         | 
| 461 | 
            +
                      ],
         | 
| 462 | 
            +
                      "internalType": "struct IKeyValueStore.Metadata",
         | 
| 463 | 
            +
                      "name": "metadata",
         | 
| 464 | 
            +
                      "type": "tuple"
         | 
| 465 | 
            +
                    }
         | 
| 466 | 
            +
                  ],
         | 
| 467 | 
            +
                  "stateMutability": "view",
         | 
| 468 | 
            +
                  "type": "function"
         | 
| 469 | 
            +
                },
         | 
| 470 | 
            +
                {
         | 
| 471 | 
            +
                  "inputs": [
         | 
| 472 | 
            +
                    {
         | 
| 473 | 
            +
                      "internalType": "NftId",
         | 
| 474 | 
            +
                      "name": "policyNftId",
         | 
| 475 | 
            +
                      "type": "uint96"
         | 
| 476 | 
            +
                    },
         | 
| 477 | 
            +
                    {
         | 
| 478 | 
            +
                      "internalType": "PayoutId",
         | 
| 479 | 
            +
                      "name": "payoutId",
         | 
| 480 | 
            +
                      "type": "uint24"
         | 
| 481 | 
            +
                    }
         | 
| 482 | 
            +
                  ],
         | 
| 483 | 
            +
                  "name": "getPayoutInfo",
         | 
| 484 | 
            +
                  "outputs": [
         | 
| 485 | 
            +
                    {
         | 
| 486 | 
            +
                      "components": [
         | 
| 487 | 
            +
                        {
         | 
| 488 | 
            +
                          "internalType": "ClaimId",
         | 
| 489 | 
            +
                          "name": "claimId",
         | 
| 490 | 
            +
                          "type": "uint16"
         | 
| 491 | 
            +
                        },
         | 
| 492 | 
            +
                        {
         | 
| 493 | 
            +
                          "internalType": "Amount",
         | 
| 494 | 
            +
                          "name": "amount",
         | 
| 495 | 
            +
                          "type": "uint96"
         | 
| 496 | 
            +
                        },
         | 
| 497 | 
            +
                        {
         | 
| 498 | 
            +
                          "internalType": "bytes",
         | 
| 499 | 
            +
                          "name": "data",
         | 
| 500 | 
            +
                          "type": "bytes"
         | 
| 501 | 
            +
                        },
         | 
| 502 | 
            +
                        {
         | 
| 503 | 
            +
                          "internalType": "Timestamp",
         | 
| 504 | 
            +
                          "name": "paidAt",
         | 
| 505 | 
            +
                          "type": "uint40"
         | 
| 506 | 
            +
                        }
         | 
| 507 | 
            +
                      ],
         | 
| 508 | 
            +
                      "internalType": "struct IPolicy.PayoutInfo",
         | 
| 509 | 
            +
                      "name": "info",
         | 
| 510 | 
            +
                      "type": "tuple"
         | 
| 511 | 
            +
                    }
         | 
| 512 | 
            +
                  ],
         | 
| 513 | 
            +
                  "stateMutability": "view",
         | 
| 514 | 
            +
                  "type": "function"
         | 
| 515 | 
            +
                },
         | 
| 516 | 
            +
                {
         | 
| 517 | 
            +
                  "inputs": [
         | 
| 518 | 
            +
                    {
         | 
| 519 | 
            +
                      "internalType": "NftId",
         | 
| 520 | 
            +
                      "name": "policyNftId",
         | 
| 521 | 
            +
                      "type": "uint96"
         | 
| 522 | 
            +
                    },
         | 
| 523 | 
            +
                    {
         | 
| 524 | 
            +
                      "internalType": "PayoutId",
         | 
| 525 | 
            +
                      "name": "payoutId",
         | 
| 526 | 
            +
                      "type": "uint24"
         | 
| 527 | 
            +
                    }
         | 
| 528 | 
            +
                  ],
         | 
| 529 | 
            +
                  "name": "getPayoutState",
         | 
| 530 | 
            +
                  "outputs": [
         | 
| 531 | 
            +
                    {
         | 
| 532 | 
            +
                      "internalType": "StateId",
         | 
| 533 | 
            +
                      "name": "state",
         | 
| 534 | 
            +
                      "type": "uint8"
         | 
| 535 | 
            +
                    }
         | 
| 536 | 
            +
                  ],
         | 
| 537 | 
            +
                  "stateMutability": "view",
         | 
| 538 | 
            +
                  "type": "function"
         | 
| 539 | 
            +
                },
         | 
| 540 | 
            +
                {
         | 
| 541 | 
            +
                  "inputs": [
         | 
| 542 | 
            +
                    {
         | 
| 543 | 
            +
                      "internalType": "NftId",
         | 
| 544 | 
            +
                      "name": "policyNftId",
         | 
| 545 | 
            +
                      "type": "uint96"
         | 
| 546 | 
            +
                    }
         | 
| 547 | 
            +
                  ],
         | 
| 548 | 
            +
                  "name": "getPolicyInfo",
         | 
| 549 | 
            +
                  "outputs": [
         | 
| 550 | 
            +
                    {
         | 
| 551 | 
            +
                      "components": [
         | 
| 552 | 
            +
                        {
         | 
| 553 | 
            +
                          "internalType": "NftId",
         | 
| 554 | 
            +
                          "name": "productNftId",
         | 
| 555 | 
            +
                          "type": "uint96"
         | 
| 556 | 
            +
                        },
         | 
| 557 | 
            +
                        {
         | 
| 558 | 
            +
                          "internalType": "NftId",
         | 
| 559 | 
            +
                          "name": "bundleNftId",
         | 
| 560 | 
            +
                          "type": "uint96"
         | 
| 561 | 
            +
                        },
         | 
| 562 | 
            +
                        {
         | 
| 563 | 
            +
                          "internalType": "ReferralId",
         | 
| 564 | 
            +
                          "name": "referralId",
         | 
| 565 | 
            +
                          "type": "bytes8"
         | 
| 566 | 
            +
                        },
         | 
| 567 | 
            +
                        {
         | 
| 568 | 
            +
                          "internalType": "RiskId",
         | 
| 569 | 
            +
                          "name": "riskId",
         | 
| 570 | 
            +
                          "type": "bytes8"
         | 
| 571 | 
            +
                        },
         | 
| 572 | 
            +
                        {
         | 
| 573 | 
            +
                          "internalType": "Amount",
         | 
| 574 | 
            +
                          "name": "sumInsuredAmount",
         | 
| 575 | 
            +
                          "type": "uint96"
         | 
| 576 | 
            +
                        },
         | 
| 577 | 
            +
                        {
         | 
| 578 | 
            +
                          "internalType": "Amount",
         | 
| 579 | 
            +
                          "name": "premiumAmount",
         | 
| 580 | 
            +
                          "type": "uint96"
         | 
| 581 | 
            +
                        },
         | 
| 582 | 
            +
                        {
         | 
| 583 | 
            +
                          "internalType": "Amount",
         | 
| 584 | 
            +
                          "name": "premiumPaidAmount",
         | 
| 585 | 
            +
                          "type": "uint96"
         | 
| 586 | 
            +
                        },
         | 
| 587 | 
            +
                        {
         | 
| 588 | 
            +
                          "internalType": "Seconds",
         | 
| 589 | 
            +
                          "name": "lifetime",
         | 
| 590 | 
            +
                          "type": "uint40"
         | 
| 591 | 
            +
                        },
         | 
| 592 | 
            +
                        {
         | 
| 593 | 
            +
                          "internalType": "bytes",
         | 
| 594 | 
            +
                          "name": "applicationData",
         | 
| 595 | 
            +
                          "type": "bytes"
         | 
| 596 | 
            +
                        },
         | 
| 597 | 
            +
                        {
         | 
| 598 | 
            +
                          "internalType": "bytes",
         | 
| 599 | 
            +
                          "name": "processData",
         | 
| 600 | 
            +
                          "type": "bytes"
         | 
| 601 | 
            +
                        },
         | 
| 602 | 
            +
                        {
         | 
| 603 | 
            +
                          "internalType": "uint16",
         | 
| 604 | 
            +
                          "name": "claimsCount",
         | 
| 605 | 
            +
                          "type": "uint16"
         | 
| 606 | 
            +
                        },
         | 
| 607 | 
            +
                        {
         | 
| 608 | 
            +
                          "internalType": "uint16",
         | 
| 609 | 
            +
                          "name": "openClaimsCount",
         | 
| 610 | 
            +
                          "type": "uint16"
         | 
| 611 | 
            +
                        },
         | 
| 612 | 
            +
                        {
         | 
| 613 | 
            +
                          "internalType": "Amount",
         | 
| 614 | 
            +
                          "name": "claimAmount",
         | 
| 615 | 
            +
                          "type": "uint96"
         | 
| 616 | 
            +
                        },
         | 
| 617 | 
            +
                        {
         | 
| 618 | 
            +
                          "internalType": "Amount",
         | 
| 619 | 
            +
                          "name": "payoutAmount",
         | 
| 620 | 
            +
                          "type": "uint96"
         | 
| 621 | 
            +
                        },
         | 
| 622 | 
            +
                        {
         | 
| 623 | 
            +
                          "internalType": "Timestamp",
         | 
| 624 | 
            +
                          "name": "activatedAt",
         | 
| 625 | 
            +
                          "type": "uint40"
         | 
| 626 | 
            +
                        },
         | 
| 627 | 
            +
                        {
         | 
| 628 | 
            +
                          "internalType": "Timestamp",
         | 
| 629 | 
            +
                          "name": "expiredAt",
         | 
| 630 | 
            +
                          "type": "uint40"
         | 
| 631 | 
            +
                        },
         | 
| 632 | 
            +
                        {
         | 
| 633 | 
            +
                          "internalType": "Timestamp",
         | 
| 634 | 
            +
                          "name": "closedAt",
         | 
| 635 | 
            +
                          "type": "uint40"
         | 
| 636 | 
            +
                        }
         | 
| 637 | 
            +
                      ],
         | 
| 638 | 
            +
                      "internalType": "struct IPolicy.PolicyInfo",
         | 
| 639 | 
            +
                      "name": "info",
         | 
| 640 | 
            +
                      "type": "tuple"
         | 
| 641 | 
            +
                    }
         | 
| 642 | 
            +
                  ],
         | 
| 643 | 
            +
                  "stateMutability": "view",
         | 
| 644 | 
            +
                  "type": "function"
         | 
| 645 | 
            +
                },
         | 
| 646 | 
            +
                {
         | 
| 647 | 
            +
                  "inputs": [
         | 
| 648 | 
            +
                    {
         | 
| 649 | 
            +
                      "internalType": "NftId",
         | 
| 650 | 
            +
                      "name": "policyNftId",
         | 
| 651 | 
            +
                      "type": "uint96"
         | 
| 652 | 
            +
                    }
         | 
| 653 | 
            +
                  ],
         | 
| 654 | 
            +
                  "name": "getPolicyState",
         | 
| 655 | 
            +
                  "outputs": [
         | 
| 656 | 
            +
                    {
         | 
| 657 | 
            +
                      "internalType": "StateId",
         | 
| 658 | 
            +
                      "name": "state",
         | 
| 659 | 
            +
                      "type": "uint8"
         | 
| 660 | 
            +
                    }
         | 
| 661 | 
            +
                  ],
         | 
| 662 | 
            +
                  "stateMutability": "view",
         | 
| 663 | 
            +
                  "type": "function"
         | 
| 664 | 
            +
                },
         | 
| 665 | 
            +
                {
         | 
| 666 | 
            +
                  "inputs": [
         | 
| 667 | 
            +
                    {
         | 
| 668 | 
            +
                      "internalType": "NftId",
         | 
| 669 | 
            +
                      "name": "poolNftId",
         | 
| 670 | 
            +
                      "type": "uint96"
         | 
| 671 | 
            +
                    }
         | 
| 672 | 
            +
                  ],
         | 
| 673 | 
            +
                  "name": "getPoolInfo",
         | 
| 674 | 
            +
                  "outputs": [
         | 
| 675 | 
            +
                    {
         | 
| 676 | 
            +
                      "components": [
         | 
| 677 | 
            +
                        {
         | 
| 678 | 
            +
                          "internalType": "NftId",
         | 
| 679 | 
            +
                          "name": "productNftId",
         | 
| 680 | 
            +
                          "type": "uint96"
         | 
| 681 | 
            +
                        },
         | 
| 682 | 
            +
                        {
         | 
| 683 | 
            +
                          "internalType": "RoleId",
         | 
| 684 | 
            +
                          "name": "bundleOwnerRole",
         | 
| 685 | 
            +
                          "type": "uint64"
         | 
| 686 | 
            +
                        },
         | 
| 687 | 
            +
                        {
         | 
| 688 | 
            +
                          "internalType": "Amount",
         | 
| 689 | 
            +
                          "name": "maxCapitalAmount",
         | 
| 690 | 
            +
                          "type": "uint96"
         | 
| 691 | 
            +
                        },
         | 
| 692 | 
            +
                        {
         | 
| 693 | 
            +
                          "internalType": "bool",
         | 
| 694 | 
            +
                          "name": "isInterceptingBundleTransfers",
         | 
| 695 | 
            +
                          "type": "bool"
         | 
| 696 | 
            +
                        },
         | 
| 697 | 
            +
                        {
         | 
| 698 | 
            +
                          "internalType": "bool",
         | 
| 699 | 
            +
                          "name": "isExternallyManaged",
         | 
| 700 | 
            +
                          "type": "bool"
         | 
| 701 | 
            +
                        },
         | 
| 702 | 
            +
                        {
         | 
| 703 | 
            +
                          "internalType": "bool",
         | 
| 704 | 
            +
                          "name": "isVerifyingApplications",
         | 
| 705 | 
            +
                          "type": "bool"
         | 
| 706 | 
            +
                        },
         | 
| 707 | 
            +
                        {
         | 
| 708 | 
            +
                          "internalType": "UFixed",
         | 
| 709 | 
            +
                          "name": "collateralizationLevel",
         | 
| 710 | 
            +
                          "type": "uint256"
         | 
| 711 | 
            +
                        },
         | 
| 712 | 
            +
                        {
         | 
| 713 | 
            +
                          "internalType": "UFixed",
         | 
| 714 | 
            +
                          "name": "retentionLevel",
         | 
| 715 | 
            +
                          "type": "uint256"
         | 
| 716 | 
            +
                        },
         | 
| 717 | 
            +
                        {
         | 
| 718 | 
            +
                          "components": [
         | 
| 719 | 
            +
                            {
         | 
| 720 | 
            +
                              "internalType": "UFixed",
         | 
| 721 | 
            +
                              "name": "fractionalFee",
         | 
| 722 | 
            +
                              "type": "uint256"
         | 
| 723 | 
            +
                            },
         | 
| 724 | 
            +
                            {
         | 
| 725 | 
            +
                              "internalType": "uint256",
         | 
| 726 | 
            +
                              "name": "fixedFee",
         | 
| 727 | 
            +
                              "type": "uint256"
         | 
| 728 | 
            +
                            }
         | 
| 729 | 
            +
                          ],
         | 
| 730 | 
            +
                          "internalType": "struct Fee",
         | 
| 731 | 
            +
                          "name": "poolFee",
         | 
| 732 | 
            +
                          "type": "tuple"
         | 
| 733 | 
            +
                        },
         | 
| 734 | 
            +
                        {
         | 
| 735 | 
            +
                          "components": [
         | 
| 736 | 
            +
                            {
         | 
| 737 | 
            +
                              "internalType": "UFixed",
         | 
| 738 | 
            +
                              "name": "fractionalFee",
         | 
| 739 | 
            +
                              "type": "uint256"
         | 
| 740 | 
            +
                            },
         | 
| 741 | 
            +
                            {
         | 
| 742 | 
            +
                              "internalType": "uint256",
         | 
| 743 | 
            +
                              "name": "fixedFee",
         | 
| 744 | 
            +
                              "type": "uint256"
         | 
| 745 | 
            +
                            }
         | 
| 746 | 
            +
                          ],
         | 
| 747 | 
            +
                          "internalType": "struct Fee",
         | 
| 748 | 
            +
                          "name": "stakingFee",
         | 
| 749 | 
            +
                          "type": "tuple"
         | 
| 750 | 
            +
                        },
         | 
| 751 | 
            +
                        {
         | 
| 752 | 
            +
                          "components": [
         | 
| 753 | 
            +
                            {
         | 
| 754 | 
            +
                              "internalType": "UFixed",
         | 
| 755 | 
            +
                              "name": "fractionalFee",
         | 
| 756 | 
            +
                              "type": "uint256"
         | 
| 757 | 
            +
                            },
         | 
| 758 | 
            +
                            {
         | 
| 759 | 
            +
                              "internalType": "uint256",
         | 
| 760 | 
            +
                              "name": "fixedFee",
         | 
| 761 | 
            +
                              "type": "uint256"
         | 
| 762 | 
            +
                            }
         | 
| 763 | 
            +
                          ],
         | 
| 764 | 
            +
                          "internalType": "struct Fee",
         | 
| 765 | 
            +
                          "name": "performanceFee",
         | 
| 766 | 
            +
                          "type": "tuple"
         | 
| 767 | 
            +
                        }
         | 
| 768 | 
            +
                      ],
         | 
| 769 | 
            +
                      "internalType": "struct IComponents.PoolInfo",
         | 
| 770 | 
            +
                      "name": "info",
         | 
| 771 | 
            +
                      "type": "tuple"
         | 
| 772 | 
            +
                    }
         | 
| 773 | 
            +
                  ],
         | 
| 774 | 
            +
                  "stateMutability": "view",
         | 
| 775 | 
            +
                  "type": "function"
         | 
| 776 | 
            +
                },
         | 
| 777 | 
            +
                {
         | 
| 778 | 
            +
                  "inputs": [
         | 
| 779 | 
            +
                    {
         | 
| 780 | 
            +
                      "internalType": "NftId",
         | 
| 781 | 
            +
                      "name": "productNftId",
         | 
| 782 | 
            +
                      "type": "uint96"
         | 
| 783 | 
            +
                    }
         | 
| 784 | 
            +
                  ],
         | 
| 785 | 
            +
                  "name": "getProductInfo",
         | 
| 786 | 
            +
                  "outputs": [
         | 
| 787 | 
            +
                    {
         | 
| 788 | 
            +
                      "components": [
         | 
| 789 | 
            +
                        {
         | 
| 790 | 
            +
                          "internalType": "NftId",
         | 
| 791 | 
            +
                          "name": "distributionNftId",
         | 
| 792 | 
            +
                          "type": "uint96"
         | 
| 793 | 
            +
                        },
         | 
| 794 | 
            +
                        {
         | 
| 795 | 
            +
                          "internalType": "NftId",
         | 
| 796 | 
            +
                          "name": "poolNftId",
         | 
| 797 | 
            +
                          "type": "uint96"
         | 
| 798 | 
            +
                        },
         | 
| 799 | 
            +
                        {
         | 
| 800 | 
            +
                          "components": [
         | 
| 801 | 
            +
                            {
         | 
| 802 | 
            +
                              "internalType": "UFixed",
         | 
| 803 | 
            +
                              "name": "fractionalFee",
         | 
| 804 | 
            +
                              "type": "uint256"
         | 
| 805 | 
            +
                            },
         | 
| 806 | 
            +
                            {
         | 
| 807 | 
            +
                              "internalType": "uint256",
         | 
| 808 | 
            +
                              "name": "fixedFee",
         | 
| 809 | 
            +
                              "type": "uint256"
         | 
| 810 | 
            +
                            }
         | 
| 811 | 
            +
                          ],
         | 
| 812 | 
            +
                          "internalType": "struct Fee",
         | 
| 813 | 
            +
                          "name": "productFee",
         | 
| 814 | 
            +
                          "type": "tuple"
         | 
| 815 | 
            +
                        },
         | 
| 816 | 
            +
                        {
         | 
| 817 | 
            +
                          "components": [
         | 
| 818 | 
            +
                            {
         | 
| 819 | 
            +
                              "internalType": "UFixed",
         | 
| 820 | 
            +
                              "name": "fractionalFee",
         | 
| 821 | 
            +
                              "type": "uint256"
         | 
| 822 | 
            +
                            },
         | 
| 823 | 
            +
                            {
         | 
| 824 | 
            +
                              "internalType": "uint256",
         | 
| 825 | 
            +
                              "name": "fixedFee",
         | 
| 826 | 
            +
                              "type": "uint256"
         | 
| 827 | 
            +
                            }
         | 
| 828 | 
            +
                          ],
         | 
| 829 | 
            +
                          "internalType": "struct Fee",
         | 
| 830 | 
            +
                          "name": "processingFee",
         | 
| 831 | 
            +
                          "type": "tuple"
         | 
| 832 | 
            +
                        },
         | 
| 833 | 
            +
                        {
         | 
| 834 | 
            +
                          "components": [
         | 
| 835 | 
            +
                            {
         | 
| 836 | 
            +
                              "internalType": "UFixed",
         | 
| 837 | 
            +
                              "name": "fractionalFee",
         | 
| 838 | 
            +
                              "type": "uint256"
         | 
| 839 | 
            +
                            },
         | 
| 840 | 
            +
                            {
         | 
| 841 | 
            +
                              "internalType": "uint256",
         | 
| 842 | 
            +
                              "name": "fixedFee",
         | 
| 843 | 
            +
                              "type": "uint256"
         | 
| 844 | 
            +
                            }
         | 
| 845 | 
            +
                          ],
         | 
| 846 | 
            +
                          "internalType": "struct Fee",
         | 
| 847 | 
            +
                          "name": "distributionFee",
         | 
| 848 | 
            +
                          "type": "tuple"
         | 
| 849 | 
            +
                        },
         | 
| 850 | 
            +
                        {
         | 
| 851 | 
            +
                          "components": [
         | 
| 852 | 
            +
                            {
         | 
| 853 | 
            +
                              "internalType": "UFixed",
         | 
| 854 | 
            +
                              "name": "fractionalFee",
         | 
| 855 | 
            +
                              "type": "uint256"
         | 
| 856 | 
            +
                            },
         | 
| 857 | 
            +
                            {
         | 
| 858 | 
            +
                              "internalType": "uint256",
         | 
| 859 | 
            +
                              "name": "fixedFee",
         | 
| 860 | 
            +
                              "type": "uint256"
         | 
| 861 | 
            +
                            }
         | 
| 862 | 
            +
                          ],
         | 
| 863 | 
            +
                          "internalType": "struct Fee",
         | 
| 864 | 
            +
                          "name": "minDistributionOwnerFee",
         | 
| 865 | 
            +
                          "type": "tuple"
         | 
| 866 | 
            +
                        },
         | 
| 867 | 
            +
                        {
         | 
| 868 | 
            +
                          "components": [
         | 
| 869 | 
            +
                            {
         | 
| 870 | 
            +
                              "internalType": "UFixed",
         | 
| 871 | 
            +
                              "name": "fractionalFee",
         | 
| 872 | 
            +
                              "type": "uint256"
         | 
| 873 | 
            +
                            },
         | 
| 874 | 
            +
                            {
         | 
| 875 | 
            +
                              "internalType": "uint256",
         | 
| 876 | 
            +
                              "name": "fixedFee",
         | 
| 877 | 
            +
                              "type": "uint256"
         | 
| 878 | 
            +
                            }
         | 
| 879 | 
            +
                          ],
         | 
| 880 | 
            +
                          "internalType": "struct Fee",
         | 
| 881 | 
            +
                          "name": "poolFee",
         | 
| 882 | 
            +
                          "type": "tuple"
         | 
| 883 | 
            +
                        },
         | 
| 884 | 
            +
                        {
         | 
| 885 | 
            +
                          "components": [
         | 
| 886 | 
            +
                            {
         | 
| 887 | 
            +
                              "internalType": "UFixed",
         | 
| 888 | 
            +
                              "name": "fractionalFee",
         | 
| 889 | 
            +
                              "type": "uint256"
         | 
| 890 | 
            +
                            },
         | 
| 891 | 
            +
                            {
         | 
| 892 | 
            +
                              "internalType": "uint256",
         | 
| 893 | 
            +
                              "name": "fixedFee",
         | 
| 894 | 
            +
                              "type": "uint256"
         | 
| 895 | 
            +
                            }
         | 
| 896 | 
            +
                          ],
         | 
| 897 | 
            +
                          "internalType": "struct Fee",
         | 
| 898 | 
            +
                          "name": "stakingFee",
         | 
| 899 | 
            +
                          "type": "tuple"
         | 
| 900 | 
            +
                        },
         | 
| 901 | 
            +
                        {
         | 
| 902 | 
            +
                          "components": [
         | 
| 903 | 
            +
                            {
         | 
| 904 | 
            +
                              "internalType": "UFixed",
         | 
| 905 | 
            +
                              "name": "fractionalFee",
         | 
| 906 | 
            +
                              "type": "uint256"
         | 
| 907 | 
            +
                            },
         | 
| 908 | 
            +
                            {
         | 
| 909 | 
            +
                              "internalType": "uint256",
         | 
| 910 | 
            +
                              "name": "fixedFee",
         | 
| 911 | 
            +
                              "type": "uint256"
         | 
| 912 | 
            +
                            }
         | 
| 913 | 
            +
                          ],
         | 
| 914 | 
            +
                          "internalType": "struct Fee",
         | 
| 915 | 
            +
                          "name": "performanceFee",
         | 
| 916 | 
            +
                          "type": "tuple"
         | 
| 917 | 
            +
                        }
         | 
| 918 | 
            +
                      ],
         | 
| 919 | 
            +
                      "internalType": "struct IComponents.ProductInfo",
         | 
| 920 | 
            +
                      "name": "info",
         | 
| 921 | 
            +
                      "type": "tuple"
         | 
| 922 | 
            +
                    }
         | 
| 923 | 
            +
                  ],
         | 
| 924 | 
            +
                  "stateMutability": "view",
         | 
| 925 | 
            +
                  "type": "function"
         | 
| 926 | 
            +
                },
         | 
| 927 | 
            +
                {
         | 
| 928 | 
            +
                  "inputs": [
         | 
| 929 | 
            +
                    {
         | 
| 930 | 
            +
                      "internalType": "ReferralId",
         | 
| 931 | 
            +
                      "name": "referralId",
         | 
| 932 | 
            +
                      "type": "bytes8"
         | 
| 933 | 
            +
                    }
         | 
| 934 | 
            +
                  ],
         | 
| 935 | 
            +
                  "name": "getReferralInfo",
         | 
| 936 | 
            +
                  "outputs": [
         | 
| 937 | 
            +
                    {
         | 
| 938 | 
            +
                      "components": [
         | 
| 939 | 
            +
                        {
         | 
| 940 | 
            +
                          "internalType": "NftId",
         | 
| 941 | 
            +
                          "name": "distributorNftId",
         | 
| 942 | 
            +
                          "type": "uint96"
         | 
| 943 | 
            +
                        },
         | 
| 944 | 
            +
                        {
         | 
| 945 | 
            +
                          "internalType": "string",
         | 
| 946 | 
            +
                          "name": "referralCode",
         | 
| 947 | 
            +
                          "type": "string"
         | 
| 948 | 
            +
                        },
         | 
| 949 | 
            +
                        {
         | 
| 950 | 
            +
                          "internalType": "UFixed",
         | 
| 951 | 
            +
                          "name": "discountPercentage",
         | 
| 952 | 
            +
                          "type": "uint256"
         | 
| 953 | 
            +
                        },
         | 
| 954 | 
            +
                        {
         | 
| 955 | 
            +
                          "internalType": "uint32",
         | 
| 956 | 
            +
                          "name": "maxReferrals",
         | 
| 957 | 
            +
                          "type": "uint32"
         | 
| 958 | 
            +
                        },
         | 
| 959 | 
            +
                        {
         | 
| 960 | 
            +
                          "internalType": "uint32",
         | 
| 961 | 
            +
                          "name": "usedReferrals",
         | 
| 962 | 
            +
                          "type": "uint32"
         | 
| 963 | 
            +
                        },
         | 
| 964 | 
            +
                        {
         | 
| 965 | 
            +
                          "internalType": "Timestamp",
         | 
| 966 | 
            +
                          "name": "expiryAt",
         | 
| 967 | 
            +
                          "type": "uint40"
         | 
| 968 | 
            +
                        },
         | 
| 969 | 
            +
                        {
         | 
| 970 | 
            +
                          "internalType": "bytes",
         | 
| 971 | 
            +
                          "name": "data",
         | 
| 972 | 
            +
                          "type": "bytes"
         | 
| 973 | 
            +
                        }
         | 
| 974 | 
            +
                      ],
         | 
| 975 | 
            +
                      "internalType": "struct IDistribution.ReferralInfo",
         | 
| 976 | 
            +
                      "name": "info",
         | 
| 977 | 
            +
                      "type": "tuple"
         | 
| 978 | 
            +
                    }
         | 
| 979 | 
            +
                  ],
         | 
| 980 | 
            +
                  "stateMutability": "view",
         | 
| 981 | 
            +
                  "type": "function"
         | 
| 982 | 
            +
                },
         | 
| 983 | 
            +
                {
         | 
| 984 | 
            +
                  "inputs": [
         | 
| 985 | 
            +
                    {
         | 
| 986 | 
            +
                      "internalType": "RequestId",
         | 
| 987 | 
            +
                      "name": "requestId",
         | 
| 988 | 
            +
                      "type": "uint64"
         | 
| 989 | 
            +
                    }
         | 
| 990 | 
            +
                  ],
         | 
| 991 | 
            +
                  "name": "getRequestInfo",
         | 
| 992 | 
            +
                  "outputs": [
         | 
| 993 | 
            +
                    {
         | 
| 994 | 
            +
                      "components": [
         | 
| 995 | 
            +
                        {
         | 
| 996 | 
            +
                          "internalType": "NftId",
         | 
| 997 | 
            +
                          "name": "requesterNftId",
         | 
| 998 | 
            +
                          "type": "uint96"
         | 
| 999 | 
            +
                        },
         | 
| 1000 | 
            +
                        {
         | 
| 1001 | 
            +
                          "internalType": "string",
         | 
| 1002 | 
            +
                          "name": "callbackMethodName",
         | 
| 1003 | 
            +
                          "type": "string"
         | 
| 1004 | 
            +
                        },
         | 
| 1005 | 
            +
                        {
         | 
| 1006 | 
            +
                          "internalType": "NftId",
         | 
| 1007 | 
            +
                          "name": "oracleNftId",
         | 
| 1008 | 
            +
                          "type": "uint96"
         | 
| 1009 | 
            +
                        },
         | 
| 1010 | 
            +
                        {
         | 
| 1011 | 
            +
                          "internalType": "bytes",
         | 
| 1012 | 
            +
                          "name": "requestData",
         | 
| 1013 | 
            +
                          "type": "bytes"
         | 
| 1014 | 
            +
                        },
         | 
| 1015 | 
            +
                        {
         | 
| 1016 | 
            +
                          "internalType": "bytes",
         | 
| 1017 | 
            +
                          "name": "responseData",
         | 
| 1018 | 
            +
                          "type": "bytes"
         | 
| 1019 | 
            +
                        },
         | 
| 1020 | 
            +
                        {
         | 
| 1021 | 
            +
                          "internalType": "Timestamp",
         | 
| 1022 | 
            +
                          "name": "respondedAt",
         | 
| 1023 | 
            +
                          "type": "uint40"
         | 
| 1024 | 
            +
                        },
         | 
| 1025 | 
            +
                        {
         | 
| 1026 | 
            +
                          "internalType": "Timestamp",
         | 
| 1027 | 
            +
                          "name": "expiredAt",
         | 
| 1028 | 
            +
                          "type": "uint40"
         | 
| 1029 | 
            +
                        },
         | 
| 1030 | 
            +
                        {
         | 
| 1031 | 
            +
                          "internalType": "bool",
         | 
| 1032 | 
            +
                          "name": "isCancelled",
         | 
| 1033 | 
            +
                          "type": "bool"
         | 
| 1034 | 
            +
                        }
         | 
| 1035 | 
            +
                      ],
         | 
| 1036 | 
            +
                      "internalType": "struct IOracle.RequestInfo",
         | 
| 1037 | 
            +
                      "name": "requestInfo",
         | 
| 1038 | 
            +
                      "type": "tuple"
         | 
| 1039 | 
            +
                    }
         | 
| 1040 | 
            +
                  ],
         | 
| 1041 | 
            +
                  "stateMutability": "view",
         | 
| 1042 | 
            +
                  "type": "function"
         | 
| 1043 | 
            +
                },
         | 
| 1044 | 
            +
                {
         | 
| 1045 | 
            +
                  "inputs": [
         | 
| 1046 | 
            +
                    {
         | 
| 1047 | 
            +
                      "internalType": "RiskId",
         | 
| 1048 | 
            +
                      "name": "riskId",
         | 
| 1049 | 
            +
                      "type": "bytes8"
         | 
| 1050 | 
            +
                    }
         | 
| 1051 | 
            +
                  ],
         | 
| 1052 | 
            +
                  "name": "getRiskInfo",
         | 
| 1053 | 
            +
                  "outputs": [
         | 
| 1054 | 
            +
                    {
         | 
| 1055 | 
            +
                      "components": [
         | 
| 1056 | 
            +
                        {
         | 
| 1057 | 
            +
                          "internalType": "NftId",
         | 
| 1058 | 
            +
                          "name": "productNftId",
         | 
| 1059 | 
            +
                          "type": "uint96"
         | 
| 1060 | 
            +
                        },
         | 
| 1061 | 
            +
                        {
         | 
| 1062 | 
            +
                          "internalType": "bytes",
         | 
| 1063 | 
            +
                          "name": "data",
         | 
| 1064 | 
            +
                          "type": "bytes"
         | 
| 1065 | 
            +
                        }
         | 
| 1066 | 
            +
                      ],
         | 
| 1067 | 
            +
                      "internalType": "struct IRisk.RiskInfo",
         | 
| 1068 | 
            +
                      "name": "info",
         | 
| 1069 | 
            +
                      "type": "tuple"
         | 
| 1070 | 
            +
                    }
         | 
| 1071 | 
            +
                  ],
         | 
| 1072 | 
            +
                  "stateMutability": "view",
         | 
| 1073 | 
            +
                  "type": "function"
         | 
| 1074 | 
            +
                },
         | 
| 1075 | 
            +
                {
         | 
| 1076 | 
            +
                  "inputs": [
         | 
| 1077 | 
            +
                    {
         | 
| 1078 | 
            +
                      "internalType": "Key32",
         | 
| 1079 | 
            +
                      "name": "key",
         | 
| 1080 | 
            +
                      "type": "bytes32"
         | 
| 1081 | 
            +
                    }
         | 
| 1082 | 
            +
                  ],
         | 
| 1083 | 
            +
                  "name": "getState",
         | 
| 1084 | 
            +
                  "outputs": [
         | 
| 1085 | 
            +
                    {
         | 
| 1086 | 
            +
                      "internalType": "StateId",
         | 
| 1087 | 
            +
                      "name": "state",
         | 
| 1088 | 
            +
                      "type": "uint8"
         | 
| 1089 | 
            +
                    }
         | 
| 1090 | 
            +
                  ],
         | 
| 1091 | 
            +
                  "stateMutability": "view",
         | 
| 1092 | 
            +
                  "type": "function"
         | 
| 1093 | 
            +
                },
         | 
| 1094 | 
            +
                {
         | 
| 1095 | 
            +
                  "inputs": [
         | 
| 1096 | 
            +
                    {
         | 
| 1097 | 
            +
                      "internalType": "NftId",
         | 
| 1098 | 
            +
                      "name": "componentNftId",
         | 
| 1099 | 
            +
                      "type": "uint96"
         | 
| 1100 | 
            +
                    }
         | 
| 1101 | 
            +
                  ],
         | 
| 1102 | 
            +
                  "name": "getTokenHandler",
         | 
| 1103 | 
            +
                  "outputs": [
         | 
| 1104 | 
            +
                    {
         | 
| 1105 | 
            +
                      "internalType": "address",
         | 
| 1106 | 
            +
                      "name": "tokenHandler",
         | 
| 1107 | 
            +
                      "type": "address"
         | 
| 1108 | 
            +
                    }
         | 
| 1109 | 
            +
                  ],
         | 
| 1110 | 
            +
                  "stateMutability": "view",
         | 
| 1111 | 
            +
                  "type": "function"
         | 
| 1112 | 
            +
                },
         | 
| 1113 | 
            +
                {
         | 
| 1114 | 
            +
                  "inputs": [
         | 
| 1115 | 
            +
                    {
         | 
| 1116 | 
            +
                      "internalType": "address",
         | 
| 1117 | 
            +
                      "name": "account",
         | 
| 1118 | 
            +
                      "type": "address"
         | 
| 1119 | 
            +
                    },
         | 
| 1120 | 
            +
                    {
         | 
| 1121 | 
            +
                      "internalType": "RoleId",
         | 
| 1122 | 
            +
                      "name": "roleId",
         | 
| 1123 | 
            +
                      "type": "uint64"
         | 
| 1124 | 
            +
                    }
         | 
| 1125 | 
            +
                  ],
         | 
| 1126 | 
            +
                  "name": "hasAdminRole",
         | 
| 1127 | 
            +
                  "outputs": [
         | 
| 1128 | 
            +
                    {
         | 
| 1129 | 
            +
                      "internalType": "bool",
         | 
| 1130 | 
            +
                      "name": "isMember",
         | 
| 1131 | 
            +
                      "type": "bool"
         | 
| 1132 | 
            +
                    }
         | 
| 1133 | 
            +
                  ],
         | 
| 1134 | 
            +
                  "stateMutability": "view",
         | 
| 1135 | 
            +
                  "type": "function"
         | 
| 1136 | 
            +
                },
         | 
| 1137 | 
            +
                {
         | 
| 1138 | 
            +
                  "inputs": [
         | 
| 1139 | 
            +
                    {
         | 
| 1140 | 
            +
                      "internalType": "address",
         | 
| 1141 | 
            +
                      "name": "account",
         | 
| 1142 | 
            +
                      "type": "address"
         | 
| 1143 | 
            +
                    },
         | 
| 1144 | 
            +
                    {
         | 
| 1145 | 
            +
                      "internalType": "RoleId",
         | 
| 1146 | 
            +
                      "name": "roleId",
         | 
| 1147 | 
            +
                      "type": "uint64"
         | 
| 1148 | 
            +
                    }
         | 
| 1149 | 
            +
                  ],
         | 
| 1150 | 
            +
                  "name": "hasRole",
         | 
| 1151 | 
            +
                  "outputs": [
         | 
| 1152 | 
            +
                    {
         | 
| 1153 | 
            +
                      "internalType": "bool",
         | 
| 1154 | 
            +
                      "name": "isMember",
         | 
| 1155 | 
            +
                      "type": "bool"
         | 
| 1156 | 
            +
                    }
         | 
| 1157 | 
            +
                  ],
         | 
| 1158 | 
            +
                  "stateMutability": "view",
         | 
| 1159 | 
            +
                  "type": "function"
         | 
| 1160 | 
            +
                },
         | 
| 1161 | 
            +
                {
         | 
| 1162 | 
            +
                  "inputs": [],
         | 
| 1163 | 
            +
                  "name": "initialize",
         | 
| 1164 | 
            +
                  "outputs": [],
         | 
| 1165 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 1166 | 
            +
                  "type": "function"
         | 
| 1167 | 
            +
                },
         | 
| 1168 | 
            +
                {
         | 
| 1169 | 
            +
                  "inputs": [
         | 
| 1170 | 
            +
                    {
         | 
| 1171 | 
            +
                      "internalType": "address",
         | 
| 1172 | 
            +
                      "name": "instanceAddress",
         | 
| 1173 | 
            +
                      "type": "address"
         | 
| 1174 | 
            +
                    }
         | 
| 1175 | 
            +
                  ],
         | 
| 1176 | 
            +
                  "name": "initializeWithInstance",
         | 
| 1177 | 
            +
                  "outputs": [],
         | 
| 1178 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 1179 | 
            +
                  "type": "function"
         | 
| 1180 | 
            +
                },
         | 
| 1181 | 
            +
                {
         | 
| 1182 | 
            +
                  "inputs": [
         | 
| 1183 | 
            +
                    {
         | 
| 1184 | 
            +
                      "internalType": "address",
         | 
| 1185 | 
            +
                      "name": "target",
         | 
| 1186 | 
            +
                      "type": "address"
         | 
| 1187 | 
            +
                    }
         | 
| 1188 | 
            +
                  ],
         | 
| 1189 | 
            +
                  "name": "isTargetLocked",
         | 
| 1190 | 
            +
                  "outputs": [
         | 
| 1191 | 
            +
                    {
         | 
| 1192 | 
            +
                      "internalType": "bool",
         | 
| 1193 | 
            +
                      "name": "",
         | 
| 1194 | 
            +
                      "type": "bool"
         | 
| 1195 | 
            +
                    }
         | 
| 1196 | 
            +
                  ],
         | 
| 1197 | 
            +
                  "stateMutability": "view",
         | 
| 1198 | 
            +
                  "type": "function"
         | 
| 1199 | 
            +
                },
         | 
| 1200 | 
            +
                {
         | 
| 1201 | 
            +
                  "inputs": [
         | 
| 1202 | 
            +
                    {
         | 
| 1203 | 
            +
                      "internalType": "NftId",
         | 
| 1204 | 
            +
                      "name": "policyNftId",
         | 
| 1205 | 
            +
                      "type": "uint96"
         | 
| 1206 | 
            +
                    }
         | 
| 1207 | 
            +
                  ],
         | 
| 1208 | 
            +
                  "name": "policyIsCloseable",
         | 
| 1209 | 
            +
                  "outputs": [
         | 
| 1210 | 
            +
                    {
         | 
| 1211 | 
            +
                      "internalType": "bool",
         | 
| 1212 | 
            +
                      "name": "isCloseable",
         | 
| 1213 | 
            +
                      "type": "bool"
         | 
| 1214 | 
            +
                    }
         | 
| 1215 | 
            +
                  ],
         | 
| 1216 | 
            +
                  "stateMutability": "view",
         | 
| 1217 | 
            +
                  "type": "function"
         | 
| 1218 | 
            +
                },
         | 
| 1219 | 
            +
                {
         | 
| 1220 | 
            +
                  "inputs": [
         | 
| 1221 | 
            +
                    {
         | 
| 1222 | 
            +
                      "internalType": "NftId",
         | 
| 1223 | 
            +
                      "name": "poolNftId",
         | 
| 1224 | 
            +
                      "type": "uint96"
         | 
| 1225 | 
            +
                    }
         | 
| 1226 | 
            +
                  ],
         | 
| 1227 | 
            +
                  "name": "toBundleKey",
         | 
| 1228 | 
            +
                  "outputs": [
         | 
| 1229 | 
            +
                    {
         | 
| 1230 | 
            +
                      "internalType": "Key32",
         | 
| 1231 | 
            +
                      "name": "",
         | 
| 1232 | 
            +
                      "type": "bytes32"
         | 
| 1233 | 
            +
                    }
         | 
| 1234 | 
            +
                  ],
         | 
| 1235 | 
            +
                  "stateMutability": "pure",
         | 
| 1236 | 
            +
                  "type": "function"
         | 
| 1237 | 
            +
                },
         | 
| 1238 | 
            +
                {
         | 
| 1239 | 
            +
                  "inputs": [
         | 
| 1240 | 
            +
                    {
         | 
| 1241 | 
            +
                      "internalType": "NftId",
         | 
| 1242 | 
            +
                      "name": "componentNftId",
         | 
| 1243 | 
            +
                      "type": "uint96"
         | 
| 1244 | 
            +
                    }
         | 
| 1245 | 
            +
                  ],
         | 
| 1246 | 
            +
                  "name": "toComponentKey",
         | 
| 1247 | 
            +
                  "outputs": [
         | 
| 1248 | 
            +
                    {
         | 
| 1249 | 
            +
                      "internalType": "Key32",
         | 
| 1250 | 
            +
                      "name": "",
         | 
| 1251 | 
            +
                      "type": "bytes32"
         | 
| 1252 | 
            +
                    }
         | 
| 1253 | 
            +
                  ],
         | 
| 1254 | 
            +
                  "stateMutability": "pure",
         | 
| 1255 | 
            +
                  "type": "function"
         | 
| 1256 | 
            +
                },
         | 
| 1257 | 
            +
                {
         | 
| 1258 | 
            +
                  "inputs": [
         | 
| 1259 | 
            +
                    {
         | 
| 1260 | 
            +
                      "internalType": "NftId",
         | 
| 1261 | 
            +
                      "name": "distributionNftId",
         | 
| 1262 | 
            +
                      "type": "uint96"
         | 
| 1263 | 
            +
                    }
         | 
| 1264 | 
            +
                  ],
         | 
| 1265 | 
            +
                  "name": "toDistributionKey",
         | 
| 1266 | 
            +
                  "outputs": [
         | 
| 1267 | 
            +
                    {
         | 
| 1268 | 
            +
                      "internalType": "Key32",
         | 
| 1269 | 
            +
                      "name": "",
         | 
| 1270 | 
            +
                      "type": "bytes32"
         | 
| 1271 | 
            +
                    }
         | 
| 1272 | 
            +
                  ],
         | 
| 1273 | 
            +
                  "stateMutability": "pure",
         | 
| 1274 | 
            +
                  "type": "function"
         | 
| 1275 | 
            +
                },
         | 
| 1276 | 
            +
                {
         | 
| 1277 | 
            +
                  "inputs": [
         | 
| 1278 | 
            +
                    {
         | 
| 1279 | 
            +
                      "internalType": "NftId",
         | 
| 1280 | 
            +
                      "name": "distributorNftId",
         | 
| 1281 | 
            +
                      "type": "uint96"
         | 
| 1282 | 
            +
                    }
         | 
| 1283 | 
            +
                  ],
         | 
| 1284 | 
            +
                  "name": "toDistributorKey",
         | 
| 1285 | 
            +
                  "outputs": [
         | 
| 1286 | 
            +
                    {
         | 
| 1287 | 
            +
                      "internalType": "Key32",
         | 
| 1288 | 
            +
                      "name": "",
         | 
| 1289 | 
            +
                      "type": "bytes32"
         | 
| 1290 | 
            +
                    }
         | 
| 1291 | 
            +
                  ],
         | 
| 1292 | 
            +
                  "stateMutability": "pure",
         | 
| 1293 | 
            +
                  "type": "function"
         | 
| 1294 | 
            +
                },
         | 
| 1295 | 
            +
                {
         | 
| 1296 | 
            +
                  "inputs": [
         | 
| 1297 | 
            +
                    {
         | 
| 1298 | 
            +
                      "internalType": "UFixed",
         | 
| 1299 | 
            +
                      "name": "value",
         | 
| 1300 | 
            +
                      "type": "uint256"
         | 
| 1301 | 
            +
                    }
         | 
| 1302 | 
            +
                  ],
         | 
| 1303 | 
            +
                  "name": "toInt",
         | 
| 1304 | 
            +
                  "outputs": [
         | 
| 1305 | 
            +
                    {
         | 
| 1306 | 
            +
                      "internalType": "uint256",
         | 
| 1307 | 
            +
                      "name": "",
         | 
| 1308 | 
            +
                      "type": "uint256"
         | 
| 1309 | 
            +
                    }
         | 
| 1310 | 
            +
                  ],
         | 
| 1311 | 
            +
                  "stateMutability": "pure",
         | 
| 1312 | 
            +
                  "type": "function"
         | 
| 1313 | 
            +
                },
         | 
| 1314 | 
            +
                {
         | 
| 1315 | 
            +
                  "inputs": [
         | 
| 1316 | 
            +
                    {
         | 
| 1317 | 
            +
                      "internalType": "NftId",
         | 
| 1318 | 
            +
                      "name": "policyNftId",
         | 
| 1319 | 
            +
                      "type": "uint96"
         | 
| 1320 | 
            +
                    }
         | 
| 1321 | 
            +
                  ],
         | 
| 1322 | 
            +
                  "name": "toPolicyKey",
         | 
| 1323 | 
            +
                  "outputs": [
         | 
| 1324 | 
            +
                    {
         | 
| 1325 | 
            +
                      "internalType": "Key32",
         | 
| 1326 | 
            +
                      "name": "",
         | 
| 1327 | 
            +
                      "type": "bytes32"
         | 
| 1328 | 
            +
                    }
         | 
| 1329 | 
            +
                  ],
         | 
| 1330 | 
            +
                  "stateMutability": "pure",
         | 
| 1331 | 
            +
                  "type": "function"
         | 
| 1332 | 
            +
                },
         | 
| 1333 | 
            +
                {
         | 
| 1334 | 
            +
                  "inputs": [
         | 
| 1335 | 
            +
                    {
         | 
| 1336 | 
            +
                      "internalType": "NftId",
         | 
| 1337 | 
            +
                      "name": "poolNftId",
         | 
| 1338 | 
            +
                      "type": "uint96"
         | 
| 1339 | 
            +
                    }
         | 
| 1340 | 
            +
                  ],
         | 
| 1341 | 
            +
                  "name": "toPoolKey",
         | 
| 1342 | 
            +
                  "outputs": [
         | 
| 1343 | 
            +
                    {
         | 
| 1344 | 
            +
                      "internalType": "Key32",
         | 
| 1345 | 
            +
                      "name": "",
         | 
| 1346 | 
            +
                      "type": "bytes32"
         | 
| 1347 | 
            +
                    }
         | 
| 1348 | 
            +
                  ],
         | 
| 1349 | 
            +
                  "stateMutability": "pure",
         | 
| 1350 | 
            +
                  "type": "function"
         | 
| 1351 | 
            +
                },
         | 
| 1352 | 
            +
                {
         | 
| 1353 | 
            +
                  "inputs": [
         | 
| 1354 | 
            +
                    {
         | 
| 1355 | 
            +
                      "internalType": "NftId",
         | 
| 1356 | 
            +
                      "name": "productNftId",
         | 
| 1357 | 
            +
                      "type": "uint96"
         | 
| 1358 | 
            +
                    }
         | 
| 1359 | 
            +
                  ],
         | 
| 1360 | 
            +
                  "name": "toProductKey",
         | 
| 1361 | 
            +
                  "outputs": [
         | 
| 1362 | 
            +
                    {
         | 
| 1363 | 
            +
                      "internalType": "Key32",
         | 
| 1364 | 
            +
                      "name": "",
         | 
| 1365 | 
            +
                      "type": "bytes32"
         | 
| 1366 | 
            +
                    }
         | 
| 1367 | 
            +
                  ],
         | 
| 1368 | 
            +
                  "stateMutability": "pure",
         | 
| 1369 | 
            +
                  "type": "function"
         | 
| 1370 | 
            +
                },
         | 
| 1371 | 
            +
                {
         | 
| 1372 | 
            +
                  "inputs": [
         | 
| 1373 | 
            +
                    {
         | 
| 1374 | 
            +
                      "internalType": "NftId",
         | 
| 1375 | 
            +
                      "name": "distributionNftId",
         | 
| 1376 | 
            +
                      "type": "uint96"
         | 
| 1377 | 
            +
                    },
         | 
| 1378 | 
            +
                    {
         | 
| 1379 | 
            +
                      "internalType": "string",
         | 
| 1380 | 
            +
                      "name": "referralCode",
         | 
| 1381 | 
            +
                      "type": "string"
         | 
| 1382 | 
            +
                    }
         | 
| 1383 | 
            +
                  ],
         | 
| 1384 | 
            +
                  "name": "toReferralId",
         | 
| 1385 | 
            +
                  "outputs": [
         | 
| 1386 | 
            +
                    {
         | 
| 1387 | 
            +
                      "internalType": "ReferralId",
         | 
| 1388 | 
            +
                      "name": "referralId",
         | 
| 1389 | 
            +
                      "type": "bytes8"
         | 
| 1390 | 
            +
                    }
         | 
| 1391 | 
            +
                  ],
         | 
| 1392 | 
            +
                  "stateMutability": "pure",
         | 
| 1393 | 
            +
                  "type": "function"
         | 
| 1394 | 
            +
                },
         | 
| 1395 | 
            +
                {
         | 
| 1396 | 
            +
                  "inputs": [
         | 
| 1397 | 
            +
                    {
         | 
| 1398 | 
            +
                      "internalType": "uint256",
         | 
| 1399 | 
            +
                      "name": "value",
         | 
| 1400 | 
            +
                      "type": "uint256"
         | 
| 1401 | 
            +
                    },
         | 
| 1402 | 
            +
                    {
         | 
| 1403 | 
            +
                      "internalType": "int8",
         | 
| 1404 | 
            +
                      "name": "exp",
         | 
| 1405 | 
            +
                      "type": "int8"
         | 
| 1406 | 
            +
                    }
         | 
| 1407 | 
            +
                  ],
         | 
| 1408 | 
            +
                  "name": "toUFixed",
         | 
| 1409 | 
            +
                  "outputs": [
         | 
| 1410 | 
            +
                    {
         | 
| 1411 | 
            +
                      "internalType": "UFixed",
         | 
| 1412 | 
            +
                      "name": "",
         | 
| 1413 | 
            +
                      "type": "uint256"
         | 
| 1414 | 
            +
                    }
         | 
| 1415 | 
            +
                  ],
         | 
| 1416 | 
            +
                  "stateMutability": "pure",
         | 
| 1417 | 
            +
                  "type": "function"
         | 
| 1418 | 
            +
                }
         | 
| 1419 | 
            +
              ],
         | 
| 1420 | 
            +
              "bytecode": "0x60806040525f805460ff191690553480156017575f80fd5b50613df2806100255f395ff3fe608060405234801561000f575f80fd5b506004361061023f575f3560e01c806378ae935011610135578063b82d7ef5116100b4578063dd26287a11610079578063dd26287a14610631578063de7b5d1414610644578063f0ea17c314610659578063f7f318d314610679578063febe92af1461068c575f80fd5b8063b82d7ef5146105a3578063bd7d9d85146105cd578063cd55e51b146105ed578063d06458c614610600578063d4cda0d814610620575f80fd5b80638eb9000d116100fa5780638eb9000d146104d65780639096a1f3146104e9578063a310e2a3146104fc578063a5961b4c14610527578063a7ef3d2114610583575f80fd5b806378ae9350146104755780637bfd3217146104885780637e54602a1461049b5780638129fc1c146104ae578063887b1fa9146104b6575f80fd5b80633f093cd6116101c15780635da89402116101865780635da894021461041457806364eb3a9b1461042757806364fc31421461043a5780636791f7ab1461044d57806375d357df14610462575f80fd5b80633f093cd61461038257806344aa6836146103ae5780634793b4ab146103c15780634fb784f5146103e157806357f80bbf146103f4575f80fd5b8063228e42ec11610207578063228e42ec146102f957806326decd401461030c57806327b1d7921461032f57806335898f5d1461034f57806339bb60cd14610362575f80fd5b80630232ca491461024357806309648a9d146102735780630b5d931c146102985780631488c845146102b85780631d3be477146102d9575b5f80fd5b6102566102513660046124f4565b6106ac565b6040516001600160601b0390911681526020015b60405180910390f35b61028661028136600461250f565b610726565b60405160ff909116815260200161026a565b6102ab6102a63660046124f4565b61079b565b60405161026a9190612526565b6102cb6102c6366004612608565b610849565b60405190815260200161026a565b6102ec6102e7366004612650565b6108c5565b60405161026a9190612699565b6102566103073660046124f4565b610a09565b61031f61031a366004612747565b610a42565b604051901515815260200161026a565b61034261033d3660046124f4565b610b20565b60405161026a9190612762565b6102cb61035d3660046124f4565b610bdd565b6103756103703660046127bb565b610c74565b60405161026a91906127ee565b6103956103903660046129cb565b610dbe565b6040516001600160c01b0319909116815260200161026a565b6102cb6103bc36600461250f565b610e38565b6103d46103cf3660046124f4565b610e72565b60405161026a9190612a57565b6102cb6103ef3660046124f4565b610f13565b6104076104023660046124f4565b610f3f565b60405161026a9190612ae2565b6102866104223660046127bb565b610fe0565b6102cb6104353660046124f4565b6110d8565b61031f610448366004612be5565b611104565b61046061045b366004612747565b6111f3565b005b61031f6104703660046124f4565b6112c6565b610286610483366004612c20565b611547565b6102cb6104963660046124f4565b6115a6565b6102cb6104a93660046124f4565b6115d2565b6104606115fe565b6104c96104c4366004612650565b61162c565b60405161026a9190612c4c565b6102566104e43660046124f4565b61174d565b6102866104f73660046124f4565b611786565b61050f61050a3660046124f4565b6117ff565b6040516001600160a01b03909116815260200161026a565b61053a61053536600461250f565b6118a7565b60405161026a91905f60808201905060ff835116825260ff602084015116602083015263ffffffff604084015116604083015263ffffffff606084015116606083015292915050565b610596610591366004612c20565b611931565b60405161026a9190612c81565b6105b66105b1366004612650565b611a7e565b6040805192835260ff90911660208301520161026a565b6105e06105db3660046124f4565b611d1a565b60405161026a9190612d27565b61031f6105fb366004612be5565b611e3a565b61061361060e366004612650565b611eee565b60405161026a9190612eb6565b6001546001600160a01b031661050f565b6102cb61063f3660046124f4565b612053565b5f5461010090046001600160a01b031661050f565b61066c6106673660046124f4565b61207f565b60405161026a9190612f57565b6102cb6106873660046124f4565b612148565b61069f61069a366004612fe1565b612174565b60405161026a9190612ffc565b600154604051630232ca4960e01b81526001600160601b03831660048201525f916001600160a01b031690630232ca49906024015b602060405180830381865afa1580156106fc573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061072091906130da565b92915050565b60015460405163296586d360e21b8152600481018390525f916001600160a01b03169063a5961b4c90602401608060405180830381865afa15801561076d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610791919061312a565b6020015192915050565b6107a3612322565b6001545f906001600160a01b03166354f6127f6107bf856115a6565b6040518263ffffffff1660e01b81526004016107dd91815260200190565b5f60405180830381865afa1580156107f7573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261081e91908101906131e0565b805190915015610843578080602001905181019061083c9190613240565b9392505050565b50919050565b604051631488c84560e01b8152600481018390525f82810b60248301529073__$bf7bc340cbb9229ef1de2c568356e67902$__90631488c84590604401602060405180830381865af41580156108a1573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061083c9190613301565b6040805160e0810182525f8082526060602083018190529282018190528282018190526080820181905260a082015260c08101919091526001546040516355ee627560e01b81526001600160c01b0319841660048201525f916001600160a01b0316906354f6127f9073__$05887d5853069c88bcd4c0a2107db45f29$__906355ee627590602401602060405180830381865af4158015610968573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061098c9190613301565b6040518263ffffffff1660e01b81526004016109aa91815260200190565b5f60405180830381865afa1580156109c4573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526109eb91908101906131e0565b805190915015610843578080602001905181019061083c9190613335565b6001546040516308a390bb60e21b81526001600160601b03831660048201525f916001600160a01b03169063228e42ec906024016106e1565b5f8060019054906101000a90046001600160a01b03166001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015610a93573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ab79190613417565b604051629b7b3560e61b81526001600160a01b03848116600483015291909116906326decd4090602401602060405180830381865afa158015610afc573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107209190613441565b604080516080810182525f808252602082018190526060928201839052918101919091526001545f906001600160a01b03166354f6127f610b60856115d2565b6040518263ffffffff1660e01b8152600401610b7e91815260200190565b5f60405180830381865afa158015610b98573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610bbf91908101906131e0565b805190915015610843578080602001905181019061083c9190613465565b5f73__$94a2c899be079b00d952d0d84fffaa5c34$__633889a4c86001600160601b038416600e5b6040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff1660248201526044015b602060405180830381865af4158015610c50573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107209190613301565b604080516080810182525f80825260208201819052606092820183905291810191909152600154604051635927341160e01b815262ffffff841660048201526001600160601b03851660248201525f916001600160a01b0316906354f6127f9073__$0f9396e6447a4be57af83e53f51d234633$__90635927341190604401602060405180830381865af4158015610d0e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d329190613301565b6040518263ffffffff1660e01b8152600401610d5091815260200190565b5f60405180830381865afa158015610d6a573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610d9191908101906131e0565b805190915015610db75780806020019051810190610daf9190613515565b915050610720565b5092915050565b604051631f849e6b60e11b81525f9073__$05887d5853069c88bcd4c0a2107db45f29$__90633f093cd690610df990869086906004016135ad565b602060405180830381865af4158015610e14573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061083c91906135ce565b604051632255341b60e11b8152600481018290525f9073__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401610c35565b610e7a61242c565b6001545f906001600160a01b03166354f6127f610e9685612148565b6040518263ffffffff1660e01b8152600401610eb491815260200190565b5f60405180830381865afa158015610ece573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610ef591908101906131e0565b805190915015610843578080602001905181019061083c91906135e9565b5f73__$94a2c899be079b00d952d0d84fffaa5c34$__633889a4c86001600160601b038416600b610c05565b610f47612483565b6001545f906001600160a01b03166354f6127f610f6385612053565b6040518263ffffffff1660e01b8152600401610f8191815260200190565b5f60405180830381865afa158015610f9b573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610fc291908101906131e0565b805190915015610843578080602001905181019061083c91906136b8565b600154604051635927341160e01b815262ffffff831660048201526001600160601b03841660248201525f916001600160a01b0316906309648a9d9073__$0f9396e6447a4be57af83e53f51d234633$__906359273411906044015b602060405180830381865af4158015611057573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061107b9190613301565b6040518263ffffffff1660e01b815260040161109991815260200190565b602060405180830381865afa1580156110b4573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061083c919061378a565b5f73__$94a2c899be079b00d952d0d84fffaa5c34$__633889a4c86001600160601b0384166015610c05565b5f8060019054906101000a90046001600160a01b03166001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015611155573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111799190613417565b60405163327e18a160e11b81526001600160a01b0385811660048301526001600160401b038516602483015291909116906364fc3142906044015b602060405180830381865afa1580156111cf573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061083c9190613441565b5f5460ff16156112165760405163ae9eff1b60e01b815260040160405180910390fd5b5f80546001600160a01b038084166101009081026001600160a81b0319909316929092176001179283905560408051631a99b41b60e31b8152905192909304169163d4cda0d89160048083019260209291908290030181865afa15801561127f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112a39190613417565b600180546001600160a01b0319166001600160a01b039290921691909117905550565b5f806112d183611d1a565b8051604051630a4d29dd60e31b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af415801561132d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113519190613441565b1561135e57505f92915050565b6101c081015160405163790a38ad60e01b815264ffffffffff909116600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063790a38ad90602401602060405180830381865af41580156113b9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113dd9190613441565b156113ea57505f92915050565b610200810151604051638d38cd4b60e01b815264ffffffffff909116600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__90638d38cd4b90602401602060405180830381865af4158015611445573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114699190613441565b1561147657505f92915050565b61016081015161ffff161561148d57505f92915050565b6114a081610180015182608001516122c2565b156114ae5750600192915050565b61153173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af41580156114f8573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061151c91906137a5565b826101e0015164ffffffffff90811691161090565b1561153e57505f92915050565b50600192915050565b600154604051637d56159160e11b815261ffff831660048201526001600160601b03841660248201525f916001600160a01b0316906309648a9d9073__$9e81531fe4994e01e99541f86b55500b4b$__9063faac2b229060440161103c565b5f73__$94a2c899be079b00d952d0d84fffaa5c34$__633889a4c86001600160601b038416600c610c05565b5f73__$94a2c899be079b00d952d0d84fffaa5c34$__633889a4c86001600160601b038416601c610c05565b5f5460ff16156116215760405163ae9eff1b60e01b815260040160405180910390fd5b61162a336111f3565b565b604080518082019091525f8152606060208201526001546040516355ee627560e01b81526001600160c01b0319841660048201525f916001600160a01b0316906354f6127f9073__$32e9ecefef68cb354d118e0496fdd3f4bc$__906355ee627590602401602060405180830381865af41580156116ac573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116d09190613301565b6040518263ffffffff1660e01b81526004016116ee91815260200190565b5f60405180830381865afa158015611708573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261172f91908101906131e0565b805190915015610843578080602001905181019061083c91906137c0565b600154604051638eb9000d60e01b81526001600160601b03831660048201525f916001600160a01b031690638eb9000d906024016106e1565b6001545f906001600160a01b03166309648a9d6117a2846110d8565b6040518263ffffffff1660e01b81526004016117c091815260200190565b602060405180830381865afa1580156117db573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610720919061378a565b6001545f9081906001600160a01b03166354f6127f61181d85610f13565b6040518263ffffffff1660e01b815260040161183b91815260200190565b5f60405180830381865afa158015611855573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261187c91908101906131e0565b805190915015610843575f8180602001905181019061189b9190613848565b60600151949350505050565b604080516080810182525f808252602082018190528183018190526060820152600154915163296586d360e21b81526004810184905290916001600160a01b03169063a5961b4c90602401608060405180830381865afa15801561190d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610720919061312a565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820181905260a082015260c0810191909152600154604051637d56159160e11b815261ffff841660048201526001600160601b03851660248201525f916001600160a01b0316906354f6127f9073__$9e81531fe4994e01e99541f86b55500b4b$__9063faac2b2290604401602060405180830381865af41580156119dd573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a019190613301565b6040518263ffffffff1660e01b8152600401611a1f91815260200190565b5f60405180830381865afa158015611a39573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611a6091908101906131e0565b805190915015610db75780806020019051810190610daf9190613920565b5f805f611a8a846108c5565b60a081015160405163790a38ad60e01b815264ffffffffff909116600482015290915073__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063790a38ad90602401602060405180830381865af4158015611ae7573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b0b9190613441565b15611b885773__$bf7bc340cbb9229ef1de2c568356e67902$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015611b57573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b7b9190613301565b60645b9250925050915091565b611c0a8160a0015173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af4158015611bd7573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611bfb91906137a5565b64ffffffffff90811691161090565b15611c815773__$bf7bc340cbb9229ef1de2c568356e67902$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015611c56573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c7a9190613301565b606e611b7e565b806060015163ffffffff16816080015163ffffffff1610611d0e5773__$bf7bc340cbb9229ef1de2c568356e67902$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015611ce3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d079190613301565b6078611b7e565b6040810151600a611b7e565b60408051610220810182525f8082526020820181905291810182905260608082018390526080820183905260a0820183905260c0820183905260e0820183905261010082018190526101208201526101408101829052610160810182905261018081018290526101a081018290526101c081018290526101e081018290526102008101919091526001545f906001600160a01b03166354f6127f611dbd856110d8565b6040518263ffffffff1660e01b8152600401611ddb91815260200190565b5f60405180830381865afa158015611df5573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611e1c91908101906131e0565b805190915015610843578080602001905181019061083c9190613a09565b5f8060019054906101000a90046001600160a01b03166001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015611e8b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611eaf9190613417565b60405163cd55e51b60e01b81526001600160a01b0385811660048301526001600160401b0385166024830152919091169063cd55e51b906044016111b4565b611f46604051806101200160405280606081526020015f81526020015f81526020015f81526020015f63ffffffff1681526020015f63ffffffff1681526020015f151581526020015f15158152602001606081525090565b6001546040516355ee627560e01b81526001600160c01b0319841660048201525f916001600160a01b0316906354f6127f9073__$1919c6d2c69d787ccb2653a371d7e5737d$__906355ee627590602401602060405180830381865af4158015611fb2573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611fd69190613301565b6040518263ffffffff1660e01b8152600401611ff491815260200190565b5f60405180830381865afa15801561200e573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261203591908101906131e0565b805190915015610843578080602001905181019061083c9190613baf565b5f73__$94a2c899be079b00d952d0d84fffaa5c34$__633889a4c86001600160601b038416600f610c05565b6040805160c08101825260608082525f602083018190529282018390528082018390526080820183905260a08201526001549091906001600160a01b03166354f6127f6120cb85610f13565b6040518263ffffffff1660e01b81526004016120e991815260200190565b5f60405180830381865afa158015612103573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261212a91908101906131e0565b805190915015610843578080602001905181019061083c9190613848565b5f73__$94a2c899be079b00d952d0d84fffaa5c34$__633889a4c86001600160601b038416601e610c05565b60408051610100810182525f808252606060208301819052928201819052828201839052608082019290925260a0810182905260c0810182905260e0810191909152600154604051630f37f38f60e41b81526001600160401b03841660048201525f916001600160a01b0316906354f6127f9073__$b4c16f233b92c2c4124fb22a521f86c95b$__9063f37f38f090602401602060405180830381865af4158015612221573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122459190613301565b6040518263ffffffff1660e01b815260040161226391815260200190565b5f60405180830381865afa15801561227d573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526122a491908101906131e0565b805190915015610843578080602001905181019061083c9190613ca8565b60405163c4cade9d60e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063c4cade9d90604401602060405180830381865af41580156111cf573d5f803e3d5ffd5b6040518061012001604052805f6001600160601b031681526020015f6001600160601b0316815260200161236760405180604001604052805f81526020015f81525090565b815260200161238760405180604001604052805f81526020015f81525090565b81526020016123a760405180604001604052805f81526020015f81525090565b81526020016123c760405180604001604052805f81526020015f81525090565b81526020016123e760405180604001604052805f81526020015f81525090565b815260200161240760405180604001604052805f81526020015f81525090565b815260200161242760405180604001604052805f81526020015f81525090565b905290565b6040518060c001604052805f6001600160601b0316815260200161246160405180604001604052805f81526020015f81525090565b81526060602082018190525f6040830181905290820181905260809091015290565b60408051610160810182525f8082526020808301829052828401829052606083018290526080830182905260a0830182905260c0830182905260e083018290528351808501909452818452830152906101008201906123e7565b6001600160601b03811681146124f1575f80fd5b50565b5f60208284031215612504575f80fd5b813561083c816124dd565b5f6020828403121561251f575f80fd5b5035919050565b81516001600160601b03168152602080830151610200830191612553908401826001600160601b03169052565b506040830151612570604084018280518252602090810151910152565b50606083015180516080840152602081015160a0840152506080830151805160c0840152602081015160e08401525060a0830151805161010084015260208101516101208401525060c0830151805161014084015260208101516101608401525060e0830151805161018084015260208101516101a08401525061010083015180516101c084015260208101516101e0840152610db7565b5f8060408385031215612619575f80fd5b8235915060208301355f81900b8114612630575f80fd5b809150509250929050565b6001600160c01b0319811681146124f1575f80fd5b5f60208284031215612660575f80fd5b813561083c8161263b565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201525f602083015160e060408401526126c861010084018261266b565b90506040840151606084015263ffffffff606085015116608084015260808401516126fb60a085018263ffffffff169052565b5060a084015164ffffffffff811660c08501525060c0840151838203601f190160e085015261272a828261266b565b95945050505050565b6001600160a01b03811681146124f1575f80fd5b5f60208284031215612757575f80fd5b813561083c81612733565b602081526001600160401b0360c01b82511660208201526020820151151560408201525f60408301516080606084015261279f60a084018261266b565b905063ffffffff60608501511660808401528091505092915050565b5f80604083850312156127cc575f80fd5b82356127d7816124dd565b9150602083013562ffffff81168114612630575f80fd5b6020815261ffff82511660208201526001600160601b0360208301511660408201525f60408301516080606084015261282a60a084018261266b565b905064ffffffffff60608501511660808401528091505092915050565b634e487b7160e01b5f52604160045260245ffd5b604051608081016001600160401b038111828210171561287d5761287d612847565b60405290565b604080519081016001600160401b038111828210171561287d5761287d612847565b60405161012081016001600160401b038111828210171561287d5761287d612847565b60405160e081016001600160401b038111828210171561287d5761287d612847565b60405160c081016001600160401b038111828210171561287d5761287d612847565b60405161016081016001600160401b038111828210171561287d5761287d612847565b60405161022081016001600160401b038111828210171561287d5761287d612847565b60405161010081016001600160401b038111828210171561287d5761287d612847565b604051601f8201601f191681016001600160401b038111828210171561299d5761299d612847565b604052919050565b5f6001600160401b038211156129bd576129bd612847565b50601f01601f191660200190565b5f80604083850312156129dc575f80fd5b82356129e7816124dd565b915060208301356001600160401b03811115612a01575f80fd5b8301601f81018513612a11575f80fd5b8035612a24612a1f826129a5565b612975565b818152866020838501011115612a38575f80fd5b816020840160208301375f602083830101528093505050509250929050565b602081526001600160601b0382511660208201525f6020830151612a88604084018280518252602090810151910152565b50604083015160e06080840152612aa361010084018261266b565b905064ffffffffff60608501511660a084015264ffffffffff60808501511660c084015264ffffffffff60a08501511660e08401528091505092915050565b81516001600160601b031681526101c081016020830151612b0e60208401826001600160401b03169052565b506040830151612b2960408401826001600160601b03169052565b506060830151612b3d606084018215159052565b506080830151612b51608084018215159052565b5060a0830151612b6560a084018215159052565b5060c083015160c083015260e083015160e0830152610100830151612b9861010084018280518252602090810151910152565b506101208301518051610140840152602081015161016084015250610140830151805161018084015260208101516101a0840152610db7565b6001600160401b03811681146124f1575f80fd5b5f8060408385031215612bf6575f80fd5b8235612c0181612733565b9150602083013561263081612bd1565b61ffff811681146124f1575f80fd5b5f8060408385031215612c31575f80fd5b8235612c3c816124dd565b9150602083013561263081612c11565b602081526001600160601b0382511660208201525f6020830151604080840152612c79606084018261266b565b949350505050565b602081526001600160601b0382511660208201526001600160601b0360208301511660408201525f6040830151612cbd606084018260ff169052565b50606083015160ff8116608084015250608083015160e060a0840152612ce761010084018261266b565b905060a0840151601f198483030160c0850152612d04828261266b565b91505060c0840151612d1f60e085018264ffffffffff169052565b509392505050565b60208152612d416020820183516001600160601b03169052565b5f6020830151612d5c60408401826001600160601b03169052565b5060408301516001600160c01b0319811660608401525060608301516001600160c01b0319811660808401525060808301516001600160601b03811660a08401525060a08301516001600160601b03811660c08401525060c08301516001600160601b03811660e08401525060e083015164ffffffffff811661010084015250610100830151610220610120840152612df961024084018261266b565b9050610120840151601f1984830301610140850152612e18828261266b565b915050610140840151612e3261016085018261ffff169052565b5061016084015161ffff8116610180850152506101808401516001600160601b0381166101a0850152506101a08401516001600160601b0381166101c0850152506101c084015164ffffffffff81166101e0850152506101e084015164ffffffffff81166102008501525061020084015164ffffffffff8116610220850152612d1f565b602081525f82516101206020840152612ed361014084018261266b565b90506020840151604084015260408401516060840152606084015160808401526080840151612f0a60a085018263ffffffff169052565b5060a084015163ffffffff811660c08501525060c084015180151560e08501525060e084015180151561010085015250610100840151838203601f190161012085015261272a828261266b565b602081525f825160c06020840152612f7260e084018261266b565b90506001600160601b03602085015116604084015260018060a01b03604085015116606084015260018060a01b0360608501511660808401526080840151612fc560a08501826001600160a01b03169052565b5060a0840151838203601f190160c085015261272a828261266b565b5f60208284031215612ff1575f80fd5b813561083c81612bd1565b602081526130166020820183516001600160601b03169052565b5f6020830151610100604084015261303261012084018261266b565b9050604084015161304e60608501826001600160601b03169052565b506060840151838203601f1901608085015261306a828261266b565b9150506080840151601f198483030160a0850152613088828261266b565b91505060a08401516130a360c085018264ffffffffff169052565b5060c084015164ffffffffff811660e08501525060e0840151801515610100850152612d1f565b80516130d5816124dd565b919050565b5f602082840312156130ea575f80fd5b815161083c816124dd565b60ff811681146124f1575f80fd5b80516130d5816130f5565b63ffffffff811681146124f1575f80fd5b80516130d58161310e565b5f608082840312801561313b575f80fd5b5061314461285b565b825161314f816130f5565b8152602083015161315f816130f5565b602082015260408301516131728161310e565b604082015260608301516131858161310e565b60608201529392505050565b5f82601f8301126131a0575f80fd5b8151602083015f6131b3612a1f846129a5565b90508281528583830111156131c6575f80fd5b8282602083015e5f92810160200192909252509392505050565b5f602082840312156131f0575f80fd5b81516001600160401b03811115613205575f80fd5b612c7984828501613191565b5f60408284031215613221575f80fd5b613229612883565b825181526020928301519281019290925250919050565b5f610200828403128015613252575f80fd5b5061325b6128a5565b613264836130ca565b8152613272602084016130ca565b60208201526132848460408501613211565b60408201526132968460808501613211565b60608201526132a88460c08501613211565b60808201526132bb846101008501613211565b60a08201526132ce846101408501613211565b60c08201526132e1846101808501613211565b60e08201526132f4846101c08501613211565b6101008201529392505050565b5f60208284031215613311575f80fd5b5051919050565b64ffffffffff811681146124f1575f80fd5b80516130d581613318565b5f60208284031215613345575f80fd5b81516001600160401b0381111561335a575f80fd5b820160e0818503121561336b575f80fd5b6133736128c8565b61337c826130ca565b815260208201516001600160401b03811115613396575f80fd5b6133a286828501613191565b602083015250604082810151908201526133be6060830161311f565b60608201526133cf6080830161311f565b60808201526133e060a0830161332a565b60a082015260c08201516001600160401b038111156133fd575f80fd5b61340986828501613191565b60c083015250949350505050565b5f60208284031215613427575f80fd5b815161083c81612733565b805180151581146130d5575f80fd5b5f60208284031215613451575f80fd5b61083c82613432565b80516130d58161263b565b5f60208284031215613475575f80fd5b81516001600160401b0381111561348a575f80fd5b82016080818503121561349b575f80fd5b6134a361285b565b81516134ae8161263b565b81526134bc60208301613432565b602082015260408201516001600160401b038111156134d9575f80fd5b6134e586828501613191565b604083015250606082015191506134fb8261310e565b60608101919091529392505050565b80516130d581612c11565b5f60208284031215613525575f80fd5b81516001600160401b0381111561353a575f80fd5b82016080818503121561354b575f80fd5b61355361285b565b815161355e81612c11565b8152602082015161356e816124dd565b602082015260408201516001600160401b0381111561358b575f80fd5b61359786828501613191565b604083015250606082015191506134fb82613318565b6001600160601b0383168152604060208201525f612c79604083018461266b565b5f602082840312156135de575f80fd5b815161083c8161263b565b5f602082840312156135f9575f80fd5b81516001600160401b0381111561360e575f80fd5b820160e0818503121561361f575f80fd5b6136276128ea565b8151613632816124dd565b81526136418560208401613211565b602082015260608201516001600160401b0381111561365e575f80fd5b61366a86828501613191565b604083015250608082015161367e81613318565b606082015261368f60a0830161332a565b60808201526136a060c0830161332a565b60a0820152949350505050565b80516130d581612bd1565b5f6101c08284031280156136ca575f80fd5b506136d361290c565b6136dc836130ca565b81526136ea602084016136ad565b60208201526136fb604084016130ca565b604082015261370c60608401613432565b606082015261371d60808401613432565b608082015261372e60a08401613432565b60a082015260c0838101519082015260e08084015190820152613755846101008501613211565b610100820152613769846101408501613211565b61012082015261377d846101808501613211565b6101408201529392505050565b5f6020828403121561379a575f80fd5b815161083c816130f5565b5f602082840312156137b5575f80fd5b815161083c81613318565b5f602082840312156137d0575f80fd5b81516001600160401b038111156137e5575f80fd5b8201604081850312156137f6575f80fd5b6137fe612883565b8151613809816124dd565b815260208201516001600160401b03811115613823575f80fd5b61382f86828501613191565b602083015250949350505050565b80516130d581612733565b5f60208284031215613858575f80fd5b81516001600160401b0381111561386d575f80fd5b820160c0818503121561387e575f80fd5b6138866128ea565b81516001600160401b0381111561389b575f80fd5b6138a786828501613191565b8252506138b6602083016130ca565b60208201526138c76040830161383d565b60408201526138d86060830161383d565b60608201526138e96080830161383d565b608082015260a08201516001600160401b03811115613906575f80fd5b61391286828501613191565b60a083015250949350505050565b5f60208284031215613930575f80fd5b81516001600160401b03811115613945575f80fd5b820160e08185031215613956575f80fd5b61395e6128c8565b613967826130ca565b8152613975602083016130ca565b602082015261398660408301613103565b604082015261399760608301613103565b606082015260808201516001600160401b038111156139b4575f80fd5b6139c086828501613191565b60808301525060a08201516001600160401b038111156139de575f80fd5b6139ea86828501613191565b60a0830152506139fc60c0830161332a565b60c0820152949350505050565b5f60208284031215613a19575f80fd5b81516001600160401b03811115613a2e575f80fd5b82016102208185031215613a40575f80fd5b613a4861292f565b613a51826130ca565b8152613a5f602083016130ca565b6020820152613a706040830161345a565b6040820152613a816060830161345a565b6060820152613a92608083016130ca565b6080820152613aa360a083016130ca565b60a0820152613ab460c083016130ca565b60c0820152613ac560e0830161332a565b60e08201526101008201516001600160401b03811115613ae3575f80fd5b613aef86828501613191565b610100830152506101208201516001600160401b03811115613b0f575f80fd5b613b1b86828501613191565b61012083015250613b2f610140830161350a565b610140820152613b42610160830161350a565b610160820152613b5561018083016130ca565b610180820152613b686101a083016130ca565b6101a0820152613b7b6101c0830161332a565b6101c0820152613b8e6101e0830161332a565b6101e0820152613ba1610200830161332a565b610200820152949350505050565b5f60208284031215613bbf575f80fd5b81516001600160401b03811115613bd4575f80fd5b82016101208185031215613be6575f80fd5b613bee6128a5565b81516001600160401b03811115613c03575f80fd5b613c0f86828501613191565b825250602082810151908201526040808301519082015260608083015190820152613c3c6080830161311f565b6080820152613c4d60a0830161311f565b60a0820152613c5e60c08301613432565b60c0820152613c6f60e08301613432565b60e08201526101008201516001600160401b03811115613c8d575f80fd5b613c9986828501613191565b61010083015250949350505050565b5f60208284031215613cb8575f80fd5b81516001600160401b03811115613ccd575f80fd5b82016101008185031215613cdf575f80fd5b613ce7612952565b613cf0826130ca565b815260208201516001600160401b03811115613d0a575f80fd5b613d1686828501613191565b602083015250613d28604083016130ca565b604082015260608201516001600160401b03811115613d45575f80fd5b613d5186828501613191565b60608301525060808201516001600160401b03811115613d6f575f80fd5b613d7b86828501613191565b608083015250613d8d60a0830161332a565b60a0820152613d9e60c0830161332a565b60c0820152613daf60e08301613432565b60e082015294935050505056fea2646970667358221220aa47cd137105c55022334209690161f5ea43790db3eabe904155e48b51450dff64736f6c634300081a0033",
         | 
| 1421 | 
            +
              "deployedBytecode": "0x608060405234801561000f575f80fd5b506004361061023f575f3560e01c806378ae935011610135578063b82d7ef5116100b4578063dd26287a11610079578063dd26287a14610631578063de7b5d1414610644578063f0ea17c314610659578063f7f318d314610679578063febe92af1461068c575f80fd5b8063b82d7ef5146105a3578063bd7d9d85146105cd578063cd55e51b146105ed578063d06458c614610600578063d4cda0d814610620575f80fd5b80638eb9000d116100fa5780638eb9000d146104d65780639096a1f3146104e9578063a310e2a3146104fc578063a5961b4c14610527578063a7ef3d2114610583575f80fd5b806378ae9350146104755780637bfd3217146104885780637e54602a1461049b5780638129fc1c146104ae578063887b1fa9146104b6575f80fd5b80633f093cd6116101c15780635da89402116101865780635da894021461041457806364eb3a9b1461042757806364fc31421461043a5780636791f7ab1461044d57806375d357df14610462575f80fd5b80633f093cd61461038257806344aa6836146103ae5780634793b4ab146103c15780634fb784f5146103e157806357f80bbf146103f4575f80fd5b8063228e42ec11610207578063228e42ec146102f957806326decd401461030c57806327b1d7921461032f57806335898f5d1461034f57806339bb60cd14610362575f80fd5b80630232ca491461024357806309648a9d146102735780630b5d931c146102985780631488c845146102b85780631d3be477146102d9575b5f80fd5b6102566102513660046124f4565b6106ac565b6040516001600160601b0390911681526020015b60405180910390f35b61028661028136600461250f565b610726565b60405160ff909116815260200161026a565b6102ab6102a63660046124f4565b61079b565b60405161026a9190612526565b6102cb6102c6366004612608565b610849565b60405190815260200161026a565b6102ec6102e7366004612650565b6108c5565b60405161026a9190612699565b6102566103073660046124f4565b610a09565b61031f61031a366004612747565b610a42565b604051901515815260200161026a565b61034261033d3660046124f4565b610b20565b60405161026a9190612762565b6102cb61035d3660046124f4565b610bdd565b6103756103703660046127bb565b610c74565b60405161026a91906127ee565b6103956103903660046129cb565b610dbe565b6040516001600160c01b0319909116815260200161026a565b6102cb6103bc36600461250f565b610e38565b6103d46103cf3660046124f4565b610e72565b60405161026a9190612a57565b6102cb6103ef3660046124f4565b610f13565b6104076104023660046124f4565b610f3f565b60405161026a9190612ae2565b6102866104223660046127bb565b610fe0565b6102cb6104353660046124f4565b6110d8565b61031f610448366004612be5565b611104565b61046061045b366004612747565b6111f3565b005b61031f6104703660046124f4565b6112c6565b610286610483366004612c20565b611547565b6102cb6104963660046124f4565b6115a6565b6102cb6104a93660046124f4565b6115d2565b6104606115fe565b6104c96104c4366004612650565b61162c565b60405161026a9190612c4c565b6102566104e43660046124f4565b61174d565b6102866104f73660046124f4565b611786565b61050f61050a3660046124f4565b6117ff565b6040516001600160a01b03909116815260200161026a565b61053a61053536600461250f565b6118a7565b60405161026a91905f60808201905060ff835116825260ff602084015116602083015263ffffffff604084015116604083015263ffffffff606084015116606083015292915050565b610596610591366004612c20565b611931565b60405161026a9190612c81565b6105b66105b1366004612650565b611a7e565b6040805192835260ff90911660208301520161026a565b6105e06105db3660046124f4565b611d1a565b60405161026a9190612d27565b61031f6105fb366004612be5565b611e3a565b61061361060e366004612650565b611eee565b60405161026a9190612eb6565b6001546001600160a01b031661050f565b6102cb61063f3660046124f4565b612053565b5f5461010090046001600160a01b031661050f565b61066c6106673660046124f4565b61207f565b60405161026a9190612f57565b6102cb6106873660046124f4565b612148565b61069f61069a366004612fe1565b612174565b60405161026a9190612ffc565b600154604051630232ca4960e01b81526001600160601b03831660048201525f916001600160a01b031690630232ca49906024015b602060405180830381865afa1580156106fc573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061072091906130da565b92915050565b60015460405163296586d360e21b8152600481018390525f916001600160a01b03169063a5961b4c90602401608060405180830381865afa15801561076d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610791919061312a565b6020015192915050565b6107a3612322565b6001545f906001600160a01b03166354f6127f6107bf856115a6565b6040518263ffffffff1660e01b81526004016107dd91815260200190565b5f60405180830381865afa1580156107f7573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261081e91908101906131e0565b805190915015610843578080602001905181019061083c9190613240565b9392505050565b50919050565b604051631488c84560e01b8152600481018390525f82810b60248301529073__$bf7bc340cbb9229ef1de2c568356e67902$__90631488c84590604401602060405180830381865af41580156108a1573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061083c9190613301565b6040805160e0810182525f8082526060602083018190529282018190528282018190526080820181905260a082015260c08101919091526001546040516355ee627560e01b81526001600160c01b0319841660048201525f916001600160a01b0316906354f6127f9073__$05887d5853069c88bcd4c0a2107db45f29$__906355ee627590602401602060405180830381865af4158015610968573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061098c9190613301565b6040518263ffffffff1660e01b81526004016109aa91815260200190565b5f60405180830381865afa1580156109c4573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526109eb91908101906131e0565b805190915015610843578080602001905181019061083c9190613335565b6001546040516308a390bb60e21b81526001600160601b03831660048201525f916001600160a01b03169063228e42ec906024016106e1565b5f8060019054906101000a90046001600160a01b03166001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015610a93573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ab79190613417565b604051629b7b3560e61b81526001600160a01b03848116600483015291909116906326decd4090602401602060405180830381865afa158015610afc573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107209190613441565b604080516080810182525f808252602082018190526060928201839052918101919091526001545f906001600160a01b03166354f6127f610b60856115d2565b6040518263ffffffff1660e01b8152600401610b7e91815260200190565b5f60405180830381865afa158015610b98573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610bbf91908101906131e0565b805190915015610843578080602001905181019061083c9190613465565b5f73__$94a2c899be079b00d952d0d84fffaa5c34$__633889a4c86001600160601b038416600e5b6040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff1660248201526044015b602060405180830381865af4158015610c50573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107209190613301565b604080516080810182525f80825260208201819052606092820183905291810191909152600154604051635927341160e01b815262ffffff841660048201526001600160601b03851660248201525f916001600160a01b0316906354f6127f9073__$0f9396e6447a4be57af83e53f51d234633$__90635927341190604401602060405180830381865af4158015610d0e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d329190613301565b6040518263ffffffff1660e01b8152600401610d5091815260200190565b5f60405180830381865afa158015610d6a573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610d9191908101906131e0565b805190915015610db75780806020019051810190610daf9190613515565b915050610720565b5092915050565b604051631f849e6b60e11b81525f9073__$05887d5853069c88bcd4c0a2107db45f29$__90633f093cd690610df990869086906004016135ad565b602060405180830381865af4158015610e14573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061083c91906135ce565b604051632255341b60e11b8152600481018290525f9073__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401610c35565b610e7a61242c565b6001545f906001600160a01b03166354f6127f610e9685612148565b6040518263ffffffff1660e01b8152600401610eb491815260200190565b5f60405180830381865afa158015610ece573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610ef591908101906131e0565b805190915015610843578080602001905181019061083c91906135e9565b5f73__$94a2c899be079b00d952d0d84fffaa5c34$__633889a4c86001600160601b038416600b610c05565b610f47612483565b6001545f906001600160a01b03166354f6127f610f6385612053565b6040518263ffffffff1660e01b8152600401610f8191815260200190565b5f60405180830381865afa158015610f9b573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610fc291908101906131e0565b805190915015610843578080602001905181019061083c91906136b8565b600154604051635927341160e01b815262ffffff831660048201526001600160601b03841660248201525f916001600160a01b0316906309648a9d9073__$0f9396e6447a4be57af83e53f51d234633$__906359273411906044015b602060405180830381865af4158015611057573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061107b9190613301565b6040518263ffffffff1660e01b815260040161109991815260200190565b602060405180830381865afa1580156110b4573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061083c919061378a565b5f73__$94a2c899be079b00d952d0d84fffaa5c34$__633889a4c86001600160601b0384166015610c05565b5f8060019054906101000a90046001600160a01b03166001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015611155573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111799190613417565b60405163327e18a160e11b81526001600160a01b0385811660048301526001600160401b038516602483015291909116906364fc3142906044015b602060405180830381865afa1580156111cf573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061083c9190613441565b5f5460ff16156112165760405163ae9eff1b60e01b815260040160405180910390fd5b5f80546001600160a01b038084166101009081026001600160a81b0319909316929092176001179283905560408051631a99b41b60e31b8152905192909304169163d4cda0d89160048083019260209291908290030181865afa15801561127f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112a39190613417565b600180546001600160a01b0319166001600160a01b039290921691909117905550565b5f806112d183611d1a565b8051604051630a4d29dd60e31b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af415801561132d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113519190613441565b1561135e57505f92915050565b6101c081015160405163790a38ad60e01b815264ffffffffff909116600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063790a38ad90602401602060405180830381865af41580156113b9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113dd9190613441565b156113ea57505f92915050565b610200810151604051638d38cd4b60e01b815264ffffffffff909116600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__90638d38cd4b90602401602060405180830381865af4158015611445573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114699190613441565b1561147657505f92915050565b61016081015161ffff161561148d57505f92915050565b6114a081610180015182608001516122c2565b156114ae5750600192915050565b61153173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af41580156114f8573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061151c91906137a5565b826101e0015164ffffffffff90811691161090565b1561153e57505f92915050565b50600192915050565b600154604051637d56159160e11b815261ffff831660048201526001600160601b03841660248201525f916001600160a01b0316906309648a9d9073__$9e81531fe4994e01e99541f86b55500b4b$__9063faac2b229060440161103c565b5f73__$94a2c899be079b00d952d0d84fffaa5c34$__633889a4c86001600160601b038416600c610c05565b5f73__$94a2c899be079b00d952d0d84fffaa5c34$__633889a4c86001600160601b038416601c610c05565b5f5460ff16156116215760405163ae9eff1b60e01b815260040160405180910390fd5b61162a336111f3565b565b604080518082019091525f8152606060208201526001546040516355ee627560e01b81526001600160c01b0319841660048201525f916001600160a01b0316906354f6127f9073__$32e9ecefef68cb354d118e0496fdd3f4bc$__906355ee627590602401602060405180830381865af41580156116ac573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116d09190613301565b6040518263ffffffff1660e01b81526004016116ee91815260200190565b5f60405180830381865afa158015611708573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261172f91908101906131e0565b805190915015610843578080602001905181019061083c91906137c0565b600154604051638eb9000d60e01b81526001600160601b03831660048201525f916001600160a01b031690638eb9000d906024016106e1565b6001545f906001600160a01b03166309648a9d6117a2846110d8565b6040518263ffffffff1660e01b81526004016117c091815260200190565b602060405180830381865afa1580156117db573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610720919061378a565b6001545f9081906001600160a01b03166354f6127f61181d85610f13565b6040518263ffffffff1660e01b815260040161183b91815260200190565b5f60405180830381865afa158015611855573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261187c91908101906131e0565b805190915015610843575f8180602001905181019061189b9190613848565b60600151949350505050565b604080516080810182525f808252602082018190528183018190526060820152600154915163296586d360e21b81526004810184905290916001600160a01b03169063a5961b4c90602401608060405180830381865afa15801561190d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610720919061312a565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820181905260a082015260c0810191909152600154604051637d56159160e11b815261ffff841660048201526001600160601b03851660248201525f916001600160a01b0316906354f6127f9073__$9e81531fe4994e01e99541f86b55500b4b$__9063faac2b2290604401602060405180830381865af41580156119dd573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a019190613301565b6040518263ffffffff1660e01b8152600401611a1f91815260200190565b5f60405180830381865afa158015611a39573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611a6091908101906131e0565b805190915015610db75780806020019051810190610daf9190613920565b5f805f611a8a846108c5565b60a081015160405163790a38ad60e01b815264ffffffffff909116600482015290915073__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063790a38ad90602401602060405180830381865af4158015611ae7573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b0b9190613441565b15611b885773__$bf7bc340cbb9229ef1de2c568356e67902$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015611b57573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b7b9190613301565b60645b9250925050915091565b611c0a8160a0015173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af4158015611bd7573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611bfb91906137a5565b64ffffffffff90811691161090565b15611c815773__$bf7bc340cbb9229ef1de2c568356e67902$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015611c56573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c7a9190613301565b606e611b7e565b806060015163ffffffff16816080015163ffffffff1610611d0e5773__$bf7bc340cbb9229ef1de2c568356e67902$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015611ce3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d079190613301565b6078611b7e565b6040810151600a611b7e565b60408051610220810182525f8082526020820181905291810182905260608082018390526080820183905260a0820183905260c0820183905260e0820183905261010082018190526101208201526101408101829052610160810182905261018081018290526101a081018290526101c081018290526101e081018290526102008101919091526001545f906001600160a01b03166354f6127f611dbd856110d8565b6040518263ffffffff1660e01b8152600401611ddb91815260200190565b5f60405180830381865afa158015611df5573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611e1c91908101906131e0565b805190915015610843578080602001905181019061083c9190613a09565b5f8060019054906101000a90046001600160a01b03166001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015611e8b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611eaf9190613417565b60405163cd55e51b60e01b81526001600160a01b0385811660048301526001600160401b0385166024830152919091169063cd55e51b906044016111b4565b611f46604051806101200160405280606081526020015f81526020015f81526020015f81526020015f63ffffffff1681526020015f63ffffffff1681526020015f151581526020015f15158152602001606081525090565b6001546040516355ee627560e01b81526001600160c01b0319841660048201525f916001600160a01b0316906354f6127f9073__$1919c6d2c69d787ccb2653a371d7e5737d$__906355ee627590602401602060405180830381865af4158015611fb2573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611fd69190613301565b6040518263ffffffff1660e01b8152600401611ff491815260200190565b5f60405180830381865afa15801561200e573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261203591908101906131e0565b805190915015610843578080602001905181019061083c9190613baf565b5f73__$94a2c899be079b00d952d0d84fffaa5c34$__633889a4c86001600160601b038416600f610c05565b6040805160c08101825260608082525f602083018190529282018390528082018390526080820183905260a08201526001549091906001600160a01b03166354f6127f6120cb85610f13565b6040518263ffffffff1660e01b81526004016120e991815260200190565b5f60405180830381865afa158015612103573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261212a91908101906131e0565b805190915015610843578080602001905181019061083c9190613848565b5f73__$94a2c899be079b00d952d0d84fffaa5c34$__633889a4c86001600160601b038416601e610c05565b60408051610100810182525f808252606060208301819052928201819052828201839052608082019290925260a0810182905260c0810182905260e0810191909152600154604051630f37f38f60e41b81526001600160401b03841660048201525f916001600160a01b0316906354f6127f9073__$b4c16f233b92c2c4124fb22a521f86c95b$__9063f37f38f090602401602060405180830381865af4158015612221573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122459190613301565b6040518263ffffffff1660e01b815260040161226391815260200190565b5f60405180830381865afa15801561227d573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526122a491908101906131e0565b805190915015610843578080602001905181019061083c9190613ca8565b60405163c4cade9d60e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063c4cade9d90604401602060405180830381865af41580156111cf573d5f803e3d5ffd5b6040518061012001604052805f6001600160601b031681526020015f6001600160601b0316815260200161236760405180604001604052805f81526020015f81525090565b815260200161238760405180604001604052805f81526020015f81525090565b81526020016123a760405180604001604052805f81526020015f81525090565b81526020016123c760405180604001604052805f81526020015f81525090565b81526020016123e760405180604001604052805f81526020015f81525090565b815260200161240760405180604001604052805f81526020015f81525090565b815260200161242760405180604001604052805f81526020015f81525090565b905290565b6040518060c001604052805f6001600160601b0316815260200161246160405180604001604052805f81526020015f81525090565b81526060602082018190525f6040830181905290820181905260809091015290565b60408051610160810182525f8082526020808301829052828401829052606083018290526080830182905260a0830182905260c0830182905260e083018290528351808501909452818452830152906101008201906123e7565b6001600160601b03811681146124f1575f80fd5b50565b5f60208284031215612504575f80fd5b813561083c816124dd565b5f6020828403121561251f575f80fd5b5035919050565b81516001600160601b03168152602080830151610200830191612553908401826001600160601b03169052565b506040830151612570604084018280518252602090810151910152565b50606083015180516080840152602081015160a0840152506080830151805160c0840152602081015160e08401525060a0830151805161010084015260208101516101208401525060c0830151805161014084015260208101516101608401525060e0830151805161018084015260208101516101a08401525061010083015180516101c084015260208101516101e0840152610db7565b5f8060408385031215612619575f80fd5b8235915060208301355f81900b8114612630575f80fd5b809150509250929050565b6001600160c01b0319811681146124f1575f80fd5b5f60208284031215612660575f80fd5b813561083c8161263b565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201525f602083015160e060408401526126c861010084018261266b565b90506040840151606084015263ffffffff606085015116608084015260808401516126fb60a085018263ffffffff169052565b5060a084015164ffffffffff811660c08501525060c0840151838203601f190160e085015261272a828261266b565b95945050505050565b6001600160a01b03811681146124f1575f80fd5b5f60208284031215612757575f80fd5b813561083c81612733565b602081526001600160401b0360c01b82511660208201526020820151151560408201525f60408301516080606084015261279f60a084018261266b565b905063ffffffff60608501511660808401528091505092915050565b5f80604083850312156127cc575f80fd5b82356127d7816124dd565b9150602083013562ffffff81168114612630575f80fd5b6020815261ffff82511660208201526001600160601b0360208301511660408201525f60408301516080606084015261282a60a084018261266b565b905064ffffffffff60608501511660808401528091505092915050565b634e487b7160e01b5f52604160045260245ffd5b604051608081016001600160401b038111828210171561287d5761287d612847565b60405290565b604080519081016001600160401b038111828210171561287d5761287d612847565b60405161012081016001600160401b038111828210171561287d5761287d612847565b60405160e081016001600160401b038111828210171561287d5761287d612847565b60405160c081016001600160401b038111828210171561287d5761287d612847565b60405161016081016001600160401b038111828210171561287d5761287d612847565b60405161022081016001600160401b038111828210171561287d5761287d612847565b60405161010081016001600160401b038111828210171561287d5761287d612847565b604051601f8201601f191681016001600160401b038111828210171561299d5761299d612847565b604052919050565b5f6001600160401b038211156129bd576129bd612847565b50601f01601f191660200190565b5f80604083850312156129dc575f80fd5b82356129e7816124dd565b915060208301356001600160401b03811115612a01575f80fd5b8301601f81018513612a11575f80fd5b8035612a24612a1f826129a5565b612975565b818152866020838501011115612a38575f80fd5b816020840160208301375f602083830101528093505050509250929050565b602081526001600160601b0382511660208201525f6020830151612a88604084018280518252602090810151910152565b50604083015160e06080840152612aa361010084018261266b565b905064ffffffffff60608501511660a084015264ffffffffff60808501511660c084015264ffffffffff60a08501511660e08401528091505092915050565b81516001600160601b031681526101c081016020830151612b0e60208401826001600160401b03169052565b506040830151612b2960408401826001600160601b03169052565b506060830151612b3d606084018215159052565b506080830151612b51608084018215159052565b5060a0830151612b6560a084018215159052565b5060c083015160c083015260e083015160e0830152610100830151612b9861010084018280518252602090810151910152565b506101208301518051610140840152602081015161016084015250610140830151805161018084015260208101516101a0840152610db7565b6001600160401b03811681146124f1575f80fd5b5f8060408385031215612bf6575f80fd5b8235612c0181612733565b9150602083013561263081612bd1565b61ffff811681146124f1575f80fd5b5f8060408385031215612c31575f80fd5b8235612c3c816124dd565b9150602083013561263081612c11565b602081526001600160601b0382511660208201525f6020830151604080840152612c79606084018261266b565b949350505050565b602081526001600160601b0382511660208201526001600160601b0360208301511660408201525f6040830151612cbd606084018260ff169052565b50606083015160ff8116608084015250608083015160e060a0840152612ce761010084018261266b565b905060a0840151601f198483030160c0850152612d04828261266b565b91505060c0840151612d1f60e085018264ffffffffff169052565b509392505050565b60208152612d416020820183516001600160601b03169052565b5f6020830151612d5c60408401826001600160601b03169052565b5060408301516001600160c01b0319811660608401525060608301516001600160c01b0319811660808401525060808301516001600160601b03811660a08401525060a08301516001600160601b03811660c08401525060c08301516001600160601b03811660e08401525060e083015164ffffffffff811661010084015250610100830151610220610120840152612df961024084018261266b565b9050610120840151601f1984830301610140850152612e18828261266b565b915050610140840151612e3261016085018261ffff169052565b5061016084015161ffff8116610180850152506101808401516001600160601b0381166101a0850152506101a08401516001600160601b0381166101c0850152506101c084015164ffffffffff81166101e0850152506101e084015164ffffffffff81166102008501525061020084015164ffffffffff8116610220850152612d1f565b602081525f82516101206020840152612ed361014084018261266b565b90506020840151604084015260408401516060840152606084015160808401526080840151612f0a60a085018263ffffffff169052565b5060a084015163ffffffff811660c08501525060c084015180151560e08501525060e084015180151561010085015250610100840151838203601f190161012085015261272a828261266b565b602081525f825160c06020840152612f7260e084018261266b565b90506001600160601b03602085015116604084015260018060a01b03604085015116606084015260018060a01b0360608501511660808401526080840151612fc560a08501826001600160a01b03169052565b5060a0840151838203601f190160c085015261272a828261266b565b5f60208284031215612ff1575f80fd5b813561083c81612bd1565b602081526130166020820183516001600160601b03169052565b5f6020830151610100604084015261303261012084018261266b565b9050604084015161304e60608501826001600160601b03169052565b506060840151838203601f1901608085015261306a828261266b565b9150506080840151601f198483030160a0850152613088828261266b565b91505060a08401516130a360c085018264ffffffffff169052565b5060c084015164ffffffffff811660e08501525060e0840151801515610100850152612d1f565b80516130d5816124dd565b919050565b5f602082840312156130ea575f80fd5b815161083c816124dd565b60ff811681146124f1575f80fd5b80516130d5816130f5565b63ffffffff811681146124f1575f80fd5b80516130d58161310e565b5f608082840312801561313b575f80fd5b5061314461285b565b825161314f816130f5565b8152602083015161315f816130f5565b602082015260408301516131728161310e565b604082015260608301516131858161310e565b60608201529392505050565b5f82601f8301126131a0575f80fd5b8151602083015f6131b3612a1f846129a5565b90508281528583830111156131c6575f80fd5b8282602083015e5f92810160200192909252509392505050565b5f602082840312156131f0575f80fd5b81516001600160401b03811115613205575f80fd5b612c7984828501613191565b5f60408284031215613221575f80fd5b613229612883565b825181526020928301519281019290925250919050565b5f610200828403128015613252575f80fd5b5061325b6128a5565b613264836130ca565b8152613272602084016130ca565b60208201526132848460408501613211565b60408201526132968460808501613211565b60608201526132a88460c08501613211565b60808201526132bb846101008501613211565b60a08201526132ce846101408501613211565b60c08201526132e1846101808501613211565b60e08201526132f4846101c08501613211565b6101008201529392505050565b5f60208284031215613311575f80fd5b5051919050565b64ffffffffff811681146124f1575f80fd5b80516130d581613318565b5f60208284031215613345575f80fd5b81516001600160401b0381111561335a575f80fd5b820160e0818503121561336b575f80fd5b6133736128c8565b61337c826130ca565b815260208201516001600160401b03811115613396575f80fd5b6133a286828501613191565b602083015250604082810151908201526133be6060830161311f565b60608201526133cf6080830161311f565b60808201526133e060a0830161332a565b60a082015260c08201516001600160401b038111156133fd575f80fd5b61340986828501613191565b60c083015250949350505050565b5f60208284031215613427575f80fd5b815161083c81612733565b805180151581146130d5575f80fd5b5f60208284031215613451575f80fd5b61083c82613432565b80516130d58161263b565b5f60208284031215613475575f80fd5b81516001600160401b0381111561348a575f80fd5b82016080818503121561349b575f80fd5b6134a361285b565b81516134ae8161263b565b81526134bc60208301613432565b602082015260408201516001600160401b038111156134d9575f80fd5b6134e586828501613191565b604083015250606082015191506134fb8261310e565b60608101919091529392505050565b80516130d581612c11565b5f60208284031215613525575f80fd5b81516001600160401b0381111561353a575f80fd5b82016080818503121561354b575f80fd5b61355361285b565b815161355e81612c11565b8152602082015161356e816124dd565b602082015260408201516001600160401b0381111561358b575f80fd5b61359786828501613191565b604083015250606082015191506134fb82613318565b6001600160601b0383168152604060208201525f612c79604083018461266b565b5f602082840312156135de575f80fd5b815161083c8161263b565b5f602082840312156135f9575f80fd5b81516001600160401b0381111561360e575f80fd5b820160e0818503121561361f575f80fd5b6136276128ea565b8151613632816124dd565b81526136418560208401613211565b602082015260608201516001600160401b0381111561365e575f80fd5b61366a86828501613191565b604083015250608082015161367e81613318565b606082015261368f60a0830161332a565b60808201526136a060c0830161332a565b60a0820152949350505050565b80516130d581612bd1565b5f6101c08284031280156136ca575f80fd5b506136d361290c565b6136dc836130ca565b81526136ea602084016136ad565b60208201526136fb604084016130ca565b604082015261370c60608401613432565b606082015261371d60808401613432565b608082015261372e60a08401613432565b60a082015260c0838101519082015260e08084015190820152613755846101008501613211565b610100820152613769846101408501613211565b61012082015261377d846101808501613211565b6101408201529392505050565b5f6020828403121561379a575f80fd5b815161083c816130f5565b5f602082840312156137b5575f80fd5b815161083c81613318565b5f602082840312156137d0575f80fd5b81516001600160401b038111156137e5575f80fd5b8201604081850312156137f6575f80fd5b6137fe612883565b8151613809816124dd565b815260208201516001600160401b03811115613823575f80fd5b61382f86828501613191565b602083015250949350505050565b80516130d581612733565b5f60208284031215613858575f80fd5b81516001600160401b0381111561386d575f80fd5b820160c0818503121561387e575f80fd5b6138866128ea565b81516001600160401b0381111561389b575f80fd5b6138a786828501613191565b8252506138b6602083016130ca565b60208201526138c76040830161383d565b60408201526138d86060830161383d565b60608201526138e96080830161383d565b608082015260a08201516001600160401b03811115613906575f80fd5b61391286828501613191565b60a083015250949350505050565b5f60208284031215613930575f80fd5b81516001600160401b03811115613945575f80fd5b820160e08185031215613956575f80fd5b61395e6128c8565b613967826130ca565b8152613975602083016130ca565b602082015261398660408301613103565b604082015261399760608301613103565b606082015260808201516001600160401b038111156139b4575f80fd5b6139c086828501613191565b60808301525060a08201516001600160401b038111156139de575f80fd5b6139ea86828501613191565b60a0830152506139fc60c0830161332a565b60c0820152949350505050565b5f60208284031215613a19575f80fd5b81516001600160401b03811115613a2e575f80fd5b82016102208185031215613a40575f80fd5b613a4861292f565b613a51826130ca565b8152613a5f602083016130ca565b6020820152613a706040830161345a565b6040820152613a816060830161345a565b6060820152613a92608083016130ca565b6080820152613aa360a083016130ca565b60a0820152613ab460c083016130ca565b60c0820152613ac560e0830161332a565b60e08201526101008201516001600160401b03811115613ae3575f80fd5b613aef86828501613191565b610100830152506101208201516001600160401b03811115613b0f575f80fd5b613b1b86828501613191565b61012083015250613b2f610140830161350a565b610140820152613b42610160830161350a565b610160820152613b5561018083016130ca565b610180820152613b686101a083016130ca565b6101a0820152613b7b6101c0830161332a565b6101c0820152613b8e6101e0830161332a565b6101e0820152613ba1610200830161332a565b610200820152949350505050565b5f60208284031215613bbf575f80fd5b81516001600160401b03811115613bd4575f80fd5b82016101208185031215613be6575f80fd5b613bee6128a5565b81516001600160401b03811115613c03575f80fd5b613c0f86828501613191565b825250602082810151908201526040808301519082015260608083015190820152613c3c6080830161311f565b6080820152613c4d60a0830161311f565b60a0820152613c5e60c08301613432565b60c0820152613c6f60e08301613432565b60e08201526101008201516001600160401b03811115613c8d575f80fd5b613c9986828501613191565b61010083015250949350505050565b5f60208284031215613cb8575f80fd5b81516001600160401b03811115613ccd575f80fd5b82016101008185031215613cdf575f80fd5b613ce7612952565b613cf0826130ca565b815260208201516001600160401b03811115613d0a575f80fd5b613d1686828501613191565b602083015250613d28604083016130ca565b604082015260608201516001600160401b03811115613d45575f80fd5b613d5186828501613191565b60608301525060808201516001600160401b03811115613d6f575f80fd5b613d7b86828501613191565b608083015250613d8d60a0830161332a565b60a0820152613d9e60c0830161332a565b60c0820152613daf60e08301613432565b60e082015294935050505056fea2646970667358221220aa47cd137105c55022334209690161f5ea43790db3eabe904155e48b51450dff64736f6c634300081a0033",
         | 
| 1422 | 
            +
              "linkReferences": {
         | 
| 1423 | 
            +
                "contracts/type/Amount.sol": {
         | 
| 1424 | 
            +
                  "AmountLib": [
         | 
| 1425 | 
            +
                    {
         | 
| 1426 | 
            +
                      "length": 20,
         | 
| 1427 | 
            +
                      "start": 8975
         | 
| 1428 | 
            +
                    }
         | 
| 1429 | 
            +
                  ]
         | 
| 1430 | 
            +
                },
         | 
| 1431 | 
            +
                "contracts/type/ClaimId.sol": {
         | 
| 1432 | 
            +
                  "ClaimIdLib": [
         | 
| 1433 | 
            +
                    {
         | 
| 1434 | 
            +
                      "length": 20,
         | 
| 1435 | 
            +
                      "start": 5545
         | 
| 1436 | 
            +
                    },
         | 
| 1437 | 
            +
                    {
         | 
| 1438 | 
            +
                      "length": 20,
         | 
| 1439 | 
            +
                      "start": 6602
         | 
| 1440 | 
            +
                    }
         | 
| 1441 | 
            +
                  ]
         | 
| 1442 | 
            +
                },
         | 
| 1443 | 
            +
                "contracts/type/DistributorType.sol": {
         | 
| 1444 | 
            +
                  "DistributorTypeLib": [
         | 
| 1445 | 
            +
                    {
         | 
| 1446 | 
            +
                      "length": 20,
         | 
| 1447 | 
            +
                      "start": 8095
         | 
| 1448 | 
            +
                    }
         | 
| 1449 | 
            +
                  ]
         | 
| 1450 | 
            +
                },
         | 
| 1451 | 
            +
                "contracts/type/NftId.sol": {
         | 
| 1452 | 
            +
                  "NftIdLib": [
         | 
| 1453 | 
            +
                    {
         | 
| 1454 | 
            +
                      "length": 20,
         | 
| 1455 | 
            +
                      "start": 3077
         | 
| 1456 | 
            +
                    },
         | 
| 1457 | 
            +
                    {
         | 
| 1458 | 
            +
                      "length": 20,
         | 
| 1459 | 
            +
                      "start": 3899
         | 
| 1460 | 
            +
                    },
         | 
| 1461 | 
            +
                    {
         | 
| 1462 | 
            +
                      "length": 20,
         | 
| 1463 | 
            +
                      "start": 4352
         | 
| 1464 | 
            +
                    },
         | 
| 1465 | 
            +
                    {
         | 
| 1466 | 
            +
                      "length": 20,
         | 
| 1467 | 
            +
                      "start": 4890
         | 
| 1468 | 
            +
                    },
         | 
| 1469 | 
            +
                    {
         | 
| 1470 | 
            +
                      "length": 20,
         | 
| 1471 | 
            +
                      "start": 5582
         | 
| 1472 | 
            +
                    },
         | 
| 1473 | 
            +
                    {
         | 
| 1474 | 
            +
                      "length": 20,
         | 
| 1475 | 
            +
                      "start": 5626
         | 
| 1476 | 
            +
                    },
         | 
| 1477 | 
            +
                    {
         | 
| 1478 | 
            +
                      "length": 20,
         | 
| 1479 | 
            +
                      "start": 8315
         | 
| 1480 | 
            +
                    },
         | 
| 1481 | 
            +
                    {
         | 
| 1482 | 
            +
                      "length": 20,
         | 
| 1483 | 
            +
                      "start": 8560
         | 
| 1484 | 
            +
                    }
         | 
| 1485 | 
            +
                  ]
         | 
| 1486 | 
            +
                },
         | 
| 1487 | 
            +
                "contracts/type/PayoutId.sol": {
         | 
| 1488 | 
            +
                  "PayoutIdLib": [
         | 
| 1489 | 
            +
                    {
         | 
| 1490 | 
            +
                      "length": 20,
         | 
| 1491 | 
            +
                      "start": 3323
         | 
| 1492 | 
            +
                    },
         | 
| 1493 | 
            +
                    {
         | 
| 1494 | 
            +
                      "length": 20,
         | 
| 1495 | 
            +
                      "start": 4163
         | 
| 1496 | 
            +
                    }
         | 
| 1497 | 
            +
                  ]
         | 
| 1498 | 
            +
                },
         | 
| 1499 | 
            +
                "contracts/type/Referral.sol": {
         | 
| 1500 | 
            +
                  "ReferralLib": [
         | 
| 1501 | 
            +
                    {
         | 
| 1502 | 
            +
                      "length": 20,
         | 
| 1503 | 
            +
                      "start": 2389
         | 
| 1504 | 
            +
                    },
         | 
| 1505 | 
            +
                    {
         | 
| 1506 | 
            +
                      "length": 20,
         | 
| 1507 | 
            +
                      "start": 3572
         | 
| 1508 | 
            +
                    }
         | 
| 1509 | 
            +
                  ]
         | 
| 1510 | 
            +
                },
         | 
| 1511 | 
            +
                "contracts/type/RequestId.sol": {
         | 
| 1512 | 
            +
                  "RequestIdLib": [
         | 
| 1513 | 
            +
                    {
         | 
| 1514 | 
            +
                      "length": 20,
         | 
| 1515 | 
            +
                      "start": 8718
         | 
| 1516 | 
            +
                    }
         | 
| 1517 | 
            +
                  ]
         | 
| 1518 | 
            +
                },
         | 
| 1519 | 
            +
                "contracts/type/RiskId.sol": {
         | 
| 1520 | 
            +
                  "RiskIdLib": [
         | 
| 1521 | 
            +
                    {
         | 
| 1522 | 
            +
                      "length": 20,
         | 
| 1523 | 
            +
                      "start": 5785
         | 
| 1524 | 
            +
                    }
         | 
| 1525 | 
            +
                  ]
         | 
| 1526 | 
            +
                },
         | 
| 1527 | 
            +
                "contracts/type/Timestamp.sol": {
         | 
| 1528 | 
            +
                  "TimestampLib": [
         | 
| 1529 | 
            +
                    {
         | 
| 1530 | 
            +
                      "length": 20,
         | 
| 1531 | 
            +
                      "start": 5030
         | 
| 1532 | 
            +
                    },
         | 
| 1533 | 
            +
                    {
         | 
| 1534 | 
            +
                      "length": 20,
         | 
| 1535 | 
            +
                      "start": 5170
         | 
| 1536 | 
            +
                    },
         | 
| 1537 | 
            +
                    {
         | 
| 1538 | 
            +
                      "length": 20,
         | 
| 1539 | 
            +
                      "start": 5336
         | 
| 1540 | 
            +
                    },
         | 
| 1541 | 
            +
                    {
         | 
| 1542 | 
            +
                      "length": 20,
         | 
| 1543 | 
            +
                      "start": 6868
         | 
| 1544 | 
            +
                    },
         | 
| 1545 | 
            +
                    {
         | 
| 1546 | 
            +
                      "length": 20,
         | 
| 1547 | 
            +
                      "start": 7095
         | 
| 1548 | 
            +
                    }
         | 
| 1549 | 
            +
                  ]
         | 
| 1550 | 
            +
                },
         | 
| 1551 | 
            +
                "contracts/type/UFixed.sol": {
         | 
| 1552 | 
            +
                  "UFixedLib": [
         | 
| 1553 | 
            +
                    {
         | 
| 1554 | 
            +
                      "length": 20,
         | 
| 1555 | 
            +
                      "start": 2190
         | 
| 1556 | 
            +
                    },
         | 
| 1557 | 
            +
                    {
         | 
| 1558 | 
            +
                      "length": 20,
         | 
| 1559 | 
            +
                      "start": 3701
         | 
| 1560 | 
            +
                    },
         | 
| 1561 | 
            +
                    {
         | 
| 1562 | 
            +
                      "length": 20,
         | 
| 1563 | 
            +
                      "start": 6967
         | 
| 1564 | 
            +
                    },
         | 
| 1565 | 
            +
                    {
         | 
| 1566 | 
            +
                      "length": 20,
         | 
| 1567 | 
            +
                      "start": 7222
         | 
| 1568 | 
            +
                    },
         | 
| 1569 | 
            +
                    {
         | 
| 1570 | 
            +
                      "length": 20,
         | 
| 1571 | 
            +
                      "start": 7363
         | 
| 1572 | 
            +
                    }
         | 
| 1573 | 
            +
                  ]
         | 
| 1574 | 
            +
                }
         | 
| 1575 | 
            +
              },
         | 
| 1576 | 
            +
              "deployedLinkReferences": {
         | 
| 1577 | 
            +
                "contracts/type/Amount.sol": {
         | 
| 1578 | 
            +
                  "AmountLib": [
         | 
| 1579 | 
            +
                    {
         | 
| 1580 | 
            +
                      "length": 20,
         | 
| 1581 | 
            +
                      "start": 8938
         | 
| 1582 | 
            +
                    }
         | 
| 1583 | 
            +
                  ]
         | 
| 1584 | 
            +
                },
         | 
| 1585 | 
            +
                "contracts/type/ClaimId.sol": {
         | 
| 1586 | 
            +
                  "ClaimIdLib": [
         | 
| 1587 | 
            +
                    {
         | 
| 1588 | 
            +
                      "length": 20,
         | 
| 1589 | 
            +
                      "start": 5508
         | 
| 1590 | 
            +
                    },
         | 
| 1591 | 
            +
                    {
         | 
| 1592 | 
            +
                      "length": 20,
         | 
| 1593 | 
            +
                      "start": 6565
         | 
| 1594 | 
            +
                    }
         | 
| 1595 | 
            +
                  ]
         | 
| 1596 | 
            +
                },
         | 
| 1597 | 
            +
                "contracts/type/DistributorType.sol": {
         | 
| 1598 | 
            +
                  "DistributorTypeLib": [
         | 
| 1599 | 
            +
                    {
         | 
| 1600 | 
            +
                      "length": 20,
         | 
| 1601 | 
            +
                      "start": 8058
         | 
| 1602 | 
            +
                    }
         | 
| 1603 | 
            +
                  ]
         | 
| 1604 | 
            +
                },
         | 
| 1605 | 
            +
                "contracts/type/NftId.sol": {
         | 
| 1606 | 
            +
                  "NftIdLib": [
         | 
| 1607 | 
            +
                    {
         | 
| 1608 | 
            +
                      "length": 20,
         | 
| 1609 | 
            +
                      "start": 3040
         | 
| 1610 | 
            +
                    },
         | 
| 1611 | 
            +
                    {
         | 
| 1612 | 
            +
                      "length": 20,
         | 
| 1613 | 
            +
                      "start": 3862
         | 
| 1614 | 
            +
                    },
         | 
| 1615 | 
            +
                    {
         | 
| 1616 | 
            +
                      "length": 20,
         | 
| 1617 | 
            +
                      "start": 4315
         | 
| 1618 | 
            +
                    },
         | 
| 1619 | 
            +
                    {
         | 
| 1620 | 
            +
                      "length": 20,
         | 
| 1621 | 
            +
                      "start": 4853
         | 
| 1622 | 
            +
                    },
         | 
| 1623 | 
            +
                    {
         | 
| 1624 | 
            +
                      "length": 20,
         | 
| 1625 | 
            +
                      "start": 5545
         | 
| 1626 | 
            +
                    },
         | 
| 1627 | 
            +
                    {
         | 
| 1628 | 
            +
                      "length": 20,
         | 
| 1629 | 
            +
                      "start": 5589
         | 
| 1630 | 
            +
                    },
         | 
| 1631 | 
            +
                    {
         | 
| 1632 | 
            +
                      "length": 20,
         | 
| 1633 | 
            +
                      "start": 8278
         | 
| 1634 | 
            +
                    },
         | 
| 1635 | 
            +
                    {
         | 
| 1636 | 
            +
                      "length": 20,
         | 
| 1637 | 
            +
                      "start": 8523
         | 
| 1638 | 
            +
                    }
         | 
| 1639 | 
            +
                  ]
         | 
| 1640 | 
            +
                },
         | 
| 1641 | 
            +
                "contracts/type/PayoutId.sol": {
         | 
| 1642 | 
            +
                  "PayoutIdLib": [
         | 
| 1643 | 
            +
                    {
         | 
| 1644 | 
            +
                      "length": 20,
         | 
| 1645 | 
            +
                      "start": 3286
         | 
| 1646 | 
            +
                    },
         | 
| 1647 | 
            +
                    {
         | 
| 1648 | 
            +
                      "length": 20,
         | 
| 1649 | 
            +
                      "start": 4126
         | 
| 1650 | 
            +
                    }
         | 
| 1651 | 
            +
                  ]
         | 
| 1652 | 
            +
                },
         | 
| 1653 | 
            +
                "contracts/type/Referral.sol": {
         | 
| 1654 | 
            +
                  "ReferralLib": [
         | 
| 1655 | 
            +
                    {
         | 
| 1656 | 
            +
                      "length": 20,
         | 
| 1657 | 
            +
                      "start": 2352
         | 
| 1658 | 
            +
                    },
         | 
| 1659 | 
            +
                    {
         | 
| 1660 | 
            +
                      "length": 20,
         | 
| 1661 | 
            +
                      "start": 3535
         | 
| 1662 | 
            +
                    }
         | 
| 1663 | 
            +
                  ]
         | 
| 1664 | 
            +
                },
         | 
| 1665 | 
            +
                "contracts/type/RequestId.sol": {
         | 
| 1666 | 
            +
                  "RequestIdLib": [
         | 
| 1667 | 
            +
                    {
         | 
| 1668 | 
            +
                      "length": 20,
         | 
| 1669 | 
            +
                      "start": 8681
         | 
| 1670 | 
            +
                    }
         | 
| 1671 | 
            +
                  ]
         | 
| 1672 | 
            +
                },
         | 
| 1673 | 
            +
                "contracts/type/RiskId.sol": {
         | 
| 1674 | 
            +
                  "RiskIdLib": [
         | 
| 1675 | 
            +
                    {
         | 
| 1676 | 
            +
                      "length": 20,
         | 
| 1677 | 
            +
                      "start": 5748
         | 
| 1678 | 
            +
                    }
         | 
| 1679 | 
            +
                  ]
         | 
| 1680 | 
            +
                },
         | 
| 1681 | 
            +
                "contracts/type/Timestamp.sol": {
         | 
| 1682 | 
            +
                  "TimestampLib": [
         | 
| 1683 | 
            +
                    {
         | 
| 1684 | 
            +
                      "length": 20,
         | 
| 1685 | 
            +
                      "start": 4993
         | 
| 1686 | 
            +
                    },
         | 
| 1687 | 
            +
                    {
         | 
| 1688 | 
            +
                      "length": 20,
         | 
| 1689 | 
            +
                      "start": 5133
         | 
| 1690 | 
            +
                    },
         | 
| 1691 | 
            +
                    {
         | 
| 1692 | 
            +
                      "length": 20,
         | 
| 1693 | 
            +
                      "start": 5299
         | 
| 1694 | 
            +
                    },
         | 
| 1695 | 
            +
                    {
         | 
| 1696 | 
            +
                      "length": 20,
         | 
| 1697 | 
            +
                      "start": 6831
         | 
| 1698 | 
            +
                    },
         | 
| 1699 | 
            +
                    {
         | 
| 1700 | 
            +
                      "length": 20,
         | 
| 1701 | 
            +
                      "start": 7058
         | 
| 1702 | 
            +
                    }
         | 
| 1703 | 
            +
                  ]
         | 
| 1704 | 
            +
                },
         | 
| 1705 | 
            +
                "contracts/type/UFixed.sol": {
         | 
| 1706 | 
            +
                  "UFixedLib": [
         | 
| 1707 | 
            +
                    {
         | 
| 1708 | 
            +
                      "length": 20,
         | 
| 1709 | 
            +
                      "start": 2153
         | 
| 1710 | 
            +
                    },
         | 
| 1711 | 
            +
                    {
         | 
| 1712 | 
            +
                      "length": 20,
         | 
| 1713 | 
            +
                      "start": 3664
         | 
| 1714 | 
            +
                    },
         | 
| 1715 | 
            +
                    {
         | 
| 1716 | 
            +
                      "length": 20,
         | 
| 1717 | 
            +
                      "start": 6930
         | 
| 1718 | 
            +
                    },
         | 
| 1719 | 
            +
                    {
         | 
| 1720 | 
            +
                      "length": 20,
         | 
| 1721 | 
            +
                      "start": 7185
         | 
| 1722 | 
            +
                    },
         | 
| 1723 | 
            +
                    {
         | 
| 1724 | 
            +
                      "length": 20,
         | 
| 1725 | 
            +
                      "start": 7326
         | 
| 1726 | 
            +
                    }
         | 
| 1727 | 
            +
                  ]
         | 
| 1728 | 
            +
                }
         | 
| 1729 | 
            +
              }
         | 
| 1730 | 
            +
            }
         |