@etherisc/gif-next 0.0.2-e875d61-189 → 0.0.2-e8b06c8-540
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 +267 -40
 - package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
 - package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +1248 -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 +129 -0
 - package/artifacts/contracts/authorization/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
 - package/artifacts/contracts/authorization/InstanceAdmin.sol/InstanceAdmin.json +1385 -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 +171 -0
 - package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
 - package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +1505 -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 +1191 -0
 - package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
 - package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1394 -0
 - package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +826 -0
 - package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
 - package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +900 -0
 - package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
 - package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +843 -0
 - package/artifacts/contracts/instance/BundleManager.sol/BundleManager.dbg.json +4 -0
 - package/artifacts/contracts/instance/BundleManager.sol/BundleManager.json +703 -0
 - package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
 - package/artifacts/contracts/instance/IInstance.sol/IInstance.json +240 -1457
 - package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +4 -0
 - package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +752 -0
 - package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
 - package/artifacts/contracts/instance/Instance.sol/Instance.json +386 -1697
 - package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
 - package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +708 -0
 - package/artifacts/contracts/instance/InstanceAdminNew.sol/InstanceAdminNew.dbg.json +4 -0
 - package/artifacts/contracts/instance/InstanceAdminNew.sol/InstanceAdminNew.json +1616 -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/InstanceAuthorizationsLib.sol/InstanceAuthorizationsLib.dbg.json +4 -0
 - package/artifacts/contracts/instance/InstanceAuthorizationsLib.sol/InstanceAuthorizationsLib.json +228 -0
 - package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +4 -0
 - package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +1735 -0
 - package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +4 -0
 - package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +1155 -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 +3592 -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/ObjectManager.sol/ObjectManager.dbg.json +4 -0
 - package/artifacts/contracts/instance/base/ObjectManager.sol/ObjectManager.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 +1155 -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 +772 -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 +1063 -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 +1477 -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 +1134 -0
 - package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +754 -0
 - package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
 - package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +703 -0
 - package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
 - package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +959 -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 +1269 -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 +1299 -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 +720 -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 +966 -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 +1183 -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 +1012 -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 +1257 -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 +678 -77
 - package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +4 -0
 - package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +1123 -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 +865 -107
 - package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
 - package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +1741 -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/ReleaseManager.sol/ReleaseManager.dbg.json +4 -0
 - package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.json +1237 -0
 - package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
 - package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +195 -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/AccessManagerCustom.sol/AccessManagerCustom.dbg.json +4 -0
 - package/artifacts/contracts/shared/AccessManagerCustom.sol/AccessManagerCustom.json +1193 -0
 - package/artifacts/contracts/shared/AccessManagerExtended.sol/AccessManagerExtended.dbg.json +4 -0
 - package/artifacts/contracts/shared/AccessManagerExtended.sol/AccessManagerExtended.json +1747 -0
 - package/artifacts/contracts/shared/AccessManagerExtendedInitializeable.sol/AccessManagerExtendedInitializeable.dbg.json +4 -0
 - package/artifacts/contracts/shared/AccessManagerExtendedInitializeable.sol/AccessManagerExtendedInitializeable.json +1760 -0
 - package/artifacts/contracts/shared/AccessManagerExtendedWithDisable.sol/AccessManagerExtendedWithDisable.dbg.json +4 -0
 - package/artifacts/contracts/shared/AccessManagerExtendedWithDisable.sol/AccessManagerExtendedWithDisable.json +1838 -0
 - package/artifacts/contracts/shared/AccessManagerExtendedWithDisableInitializeable.sol/AccessManagerExtendedWithDisableInitializeable.dbg.json +4 -0
 - package/artifacts/contracts/shared/AccessManagerExtendedWithDisableInitializeable.sol/AccessManagerExtendedWithDisableInitializeable.json +1856 -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 +1487 -0
 - package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +784 -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/ERC165.sol/ERC165.dbg.json +1 -1
 - package/artifacts/contracts/shared/ERC165.sol/ERC165.json +41 -3
 - package/artifacts/contracts/shared/IAccessManagerExtended.sol/IAccessManagerExtended.dbg.json +4 -0
 - package/artifacts/contracts/shared/IAccessManagerExtended.sol/IAccessManagerExtended.json +1562 -0
 - package/artifacts/contracts/shared/IAccessManagerExtendedWithDisable.sol/IAccessManagerExtendedWithDisable.dbg.json +4 -0
 - package/artifacts/contracts/shared/IAccessManagerExtendedWithDisable.sol/IAccessManagerExtendedWithDisable.json +1600 -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 +880 -0
 - package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
 - package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +718 -0
 - package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
 - package/artifacts/contracts/{instance/base → shared}/IKeyValueStore.sol/IKeyValueStore.json +77 -169
 - package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
 - package/artifacts/contracts/{instance/base → shared}/ILifecycle.sol/ILifecycle.json +1 -1
 - 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} +154 -152
 - package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +1 -1
 - package/artifacts/contracts/shared/IVersionable.sol/IVersionable.json +16 -125
 - 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/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
 - package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +996 -0
 - package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
 - package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +571 -0
 - package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
 - package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.json +194 -0
 - package/artifacts/contracts/shared/NftIdSetManager.sol/NftIdSetManager.dbg.json +4 -0
 - package/artifacts/contracts/shared/NftIdSetManager.sol/NftIdSetManager.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/ProxyManager.sol/ProxyManager.dbg.json +4 -0
 - package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +617 -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/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
 - package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +129 -0
 - package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +1 -1
 - package/artifacts/contracts/shared/Versionable.sol/Versionable.json +29 -115
 - 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 +460 -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/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 +2261 -0
 - package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
 - package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +571 -0
 - package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
 - package/artifacts/contracts/{types → type}/AddressSet.sol/LibAddressSet.json +3 -3
 - package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
 - package/artifacts/contracts/type/Amount.sol/AmountLib.json +345 -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 +312 -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/{types/ChainId.sol/ChainIdLib.json → type/UFixed.sol/MathLib.json} +4 -4
 - package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
 - package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +498 -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 +49 -0
 - package/contracts/authorization/AccessAdmin.sol +622 -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 +35 -0
 - package/contracts/authorization/InstanceAdmin.sol +108 -0
 - package/contracts/authorization/ModuleAuthorization.sol +203 -0
 - package/contracts/authorization/ServiceAuthorization.sol +86 -0
 - package/contracts/distribution/BasicDistribution.sol +149 -0
 - package/contracts/distribution/BasicDistributionAuthorization.sol +43 -0
 - package/contracts/distribution/Distribution.sol +283 -0
 - package/contracts/distribution/DistributionService.sol +303 -0
 - package/contracts/distribution/DistributionServiceManager.sol +42 -0
 - package/contracts/distribution/IDistributionComponent.sol +78 -0
 - package/contracts/distribution/IDistributionService.sol +85 -0
 - package/contracts/instance/BundleManager.sol +126 -0
 - package/contracts/instance/IInstance.sol +79 -43
 - package/contracts/instance/IInstanceService.sol +91 -0
 - package/contracts/instance/Instance.sol +278 -56
 - package/contracts/instance/InstanceAdmin.sol +334 -0
 - package/contracts/instance/InstanceAdminNew.sol +261 -0
 - package/contracts/instance/InstanceAuthorizationV3.sol +213 -0
 - package/contracts/instance/InstanceAuthorizationsLib.sol +422 -0
 - package/contracts/instance/InstanceReader.sol +410 -0
 - package/contracts/instance/InstanceService.sol +516 -0
 - package/contracts/instance/InstanceServiceManager.sol +44 -0
 - package/contracts/instance/InstanceStore.sol +273 -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/ObjectManager.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 +52 -0
 - package/contracts/instance/module/IDistribution.sol +42 -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 +32 -0
 - package/contracts/oracle/IOracleService.sol +65 -0
 - package/contracts/oracle/Oracle.sol +157 -0
 - package/contracts/oracle/OracleService.sol +278 -0
 - package/contracts/oracle/OracleServiceManager.sol +42 -0
 - package/contracts/pool/BasicPool.sol +164 -0
 - package/contracts/pool/BasicPoolAuthorization.sol +49 -0
 - package/contracts/pool/BundleService.sol +296 -0
 - package/contracts/pool/BundleServiceManager.sol +42 -0
 - package/contracts/pool/IBundleService.sol +106 -0
 - package/contracts/pool/IPoolComponent.sol +52 -0
 - package/contracts/pool/IPoolService.sol +150 -0
 - package/contracts/pool/Pool.sol +311 -0
 - package/contracts/pool/PoolService.sol +452 -0
 - package/contracts/pool/PoolServiceManager.sol +42 -0
 - package/contracts/product/ApplicationService.sol +254 -0
 - package/contracts/product/ApplicationServiceManager.sol +38 -0
 - package/contracts/product/BasicProduct.sol +82 -0
 - package/contracts/product/BasicProductAuthorization.sol +40 -0
 - package/contracts/product/ClaimService.sol +442 -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 +78 -0
 - package/contracts/product/IPricingService.sol +39 -0
 - package/contracts/product/IProductComponent.sol +39 -0
 - package/contracts/product/IProductService.sol +33 -0
 - package/contracts/product/PolicyService.sol +475 -0
 - package/contracts/product/PolicyServiceManager.sol +42 -0
 - package/contracts/product/PricingService.sol +300 -0
 - package/contracts/product/PricingServiceManager.sol +42 -0
 - package/contracts/product/Product.sol +392 -0
 - package/contracts/product/ProductService.sol +124 -0
 - package/contracts/product/ProductServiceManager.sol +42 -0
 - package/contracts/registry/ChainNft.sol +95 -37
 - package/contracts/registry/IRegistry.sol +95 -28
 - package/contracts/registry/IRegistryService.sol +69 -0
 - package/contracts/registry/ITransferInterceptor.sol +7 -0
 - package/contracts/registry/Registry.sol +482 -281
 - package/contracts/registry/RegistryAdmin.sol +363 -0
 - package/contracts/registry/RegistryService.sol +266 -0
 - package/contracts/registry/RegistryServiceManager.sol +53 -0
 - package/contracts/registry/ReleaseManager.sol +530 -0
 - package/contracts/registry/ServiceAuthorizationV3.sol +202 -0
 - package/contracts/registry/TokenRegistry.sol +315 -0
 - package/contracts/shared/AccessManagerCustom.sol +741 -0
 - package/contracts/shared/AccessManagerExtended.sol +481 -0
 - package/contracts/shared/AccessManagerExtendedInitializeable.sol +13 -0
 - package/contracts/shared/AccessManagerExtendedWithDisable.sol +137 -0
 - package/contracts/shared/AccessManagerExtendedWithDisableInitializeable.sol +14 -0
 - package/contracts/shared/Component.sol +281 -0
 - package/contracts/shared/ComponentService.sol +626 -0
 - package/contracts/shared/ComponentServiceManager.sol +35 -0
 - package/contracts/shared/ComponentVerifyingService.sol +117 -0
 - package/contracts/shared/ERC165.sol +15 -9
 - package/contracts/shared/IAccessManagerExtended.sol +74 -0
 - package/contracts/shared/IAccessManagerExtendedWithDisable.sol +18 -0
 - package/contracts/shared/IComponent.sol +70 -0
 - package/contracts/shared/IComponentService.sol +102 -0
 - package/contracts/shared/IInstanceLinkedComponent.sol +50 -0
 - package/contracts/shared/IKeyValueStore.sol +53 -0
 - package/contracts/{instance/base → shared}/ILifecycle.sol +4 -4
 - 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/IVersionable.sol +38 -37
 - package/contracts/shared/InitializableCustom.sol +177 -0
 - package/contracts/shared/InstanceLinkedComponent.sol +152 -0
 - package/contracts/shared/KeyValueStore.sol +127 -0
 - package/contracts/{instance/base → shared}/Lifecycle.sol +47 -9
 - package/contracts/shared/NftIdSetManager.sol +65 -0
 - package/contracts/shared/NftOwnable.sol +107 -0
 - package/contracts/shared/PolicyHolder.sol +102 -0
 - package/contracts/shared/ProxyManager.sol +199 -0
 - package/contracts/shared/Registerable.sol +54 -65
 - package/contracts/shared/RegistryLinked.sol +43 -0
 - package/contracts/shared/Service.sol +83 -0
 - package/contracts/shared/TokenHandler.sol +58 -0
 - package/contracts/shared/UpgradableProxyWithAdmin.sol +16 -0
 - package/contracts/shared/Versionable.sol +38 -68
 - package/contracts/staking/IStaking.sol +168 -0
 - package/contracts/staking/IStakingService.sol +153 -0
 - package/contracts/staking/StakeManagerLib.sol +231 -0
 - package/contracts/staking/Staking.sol +513 -0
 - package/contracts/staking/StakingManager.sol +54 -0
 - package/contracts/staking/StakingReader.sol +187 -0
 - package/contracts/staking/StakingService.sol +411 -0
 - package/contracts/staking/StakingServiceManager.sol +44 -0
 - package/contracts/staking/StakingStore.sol +613 -0
 - package/contracts/staking/TargetManagerLib.sol +207 -0
 - package/contracts/{types → type}/AddressSet.sol +1 -1
 - package/contracts/type/Amount.sol +128 -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 +275 -0
 - package/contracts/type/PayoutId.sol +82 -0
 - package/contracts/type/Referral.sol +89 -0
 - package/contracts/type/RequestId.sol +75 -0
 - package/contracts/type/RiskId.sol +43 -0
 - package/contracts/type/RoleId.sol +202 -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 +332 -0
 - package/contracts/{types → type}/Version.sol +15 -2
 - 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 -455
 - package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
 - package/artifacts/contracts/components/Product.sol/Product.json +0 -348
 - 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/ISM.json +0 -124
 - package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.dbg.json +0 -4
 - package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.json +0 -74
 - package/artifacts/contracts/experiment/statemachine/SM.sol/SM.dbg.json +0 -4
 - package/artifacts/contracts/experiment/statemachine/SM.sol/SM.json +0 -124
 - package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.dbg.json +0 -4
 - package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.json +0 -207
 - package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.dbg.json +0 -4
 - package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.json +0 -10
 - package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.dbg.json +0 -4
 - package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.json +0 -10
 - package/artifacts/contracts/instance/IInstanceLinked.sol/IInstanceLinked.dbg.json +0 -4
 - package/artifacts/contracts/instance/IInstanceLinked.sol/IInstanceLinked.json +0 -24
 - package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.dbg.json +0 -4
 - package/artifacts/contracts/instance/base/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 -81
 - 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 -710
 - 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 -265
 - 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 -265
 - 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 -136
 - 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 -136
 - 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 -273
 - package/artifacts/contracts/instance/module/policy/PolicyModule.sol/PolicyModule.dbg.json +0 -4
 - package/artifacts/contracts/instance/module/policy/PolicyModule.sol/PolicyModule.json +0 -273
 - 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 -144
 - package/artifacts/contracts/instance/module/pool/PoolModule.sol/PoolModule.dbg.json +0 -4
 - package/artifacts/contracts/instance/module/pool/PoolModule.sol/PoolModule.json +0 -144
 - 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 -531
 - 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 -531
 - 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/IOwnable.sol/IOwnable.dbg.json +0 -4
 - package/artifacts/contracts/shared/IOwnable.sol/IOwnable.json +0 -24
 - 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 -455
 - package/artifacts/contracts/test/TestProduct.sol/TestProduct.dbg.json +0 -4
 - package/artifacts/contracts/test/TestProduct.sol/TestProduct.json +0 -436
 - 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/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/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 -94
 - 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 -191
 - package/contracts/components/Product.sol +0 -134
 - 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 -19
 - package/contracts/instance/base/IKeyValueStore.sol +0 -50
 - package/contracts/instance/base/IService.sol +0 -15
 - package/contracts/instance/base/InstanceBase.sol +0 -84
 - package/contracts/instance/base/KeyValueStore.sol +0 -161
 - package/contracts/instance/base/ModuleBase.sol +0 -46
 - 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 -135
 - package/contracts/instance/module/bundle/IBundle.sol +0 -51
 - package/contracts/instance/module/compensation/CompensationModule.sol +0 -17
 - package/contracts/instance/module/compensation/ICompensation.sol +0 -10
 - package/contracts/instance/module/component/ComponentModule.sol +0 -81
 - package/contracts/instance/module/component/IComponent.sol +0 -29
 - package/contracts/instance/module/policy/IPolicy.sol +0 -59
 - package/contracts/instance/module/policy/PolicyModule.sol +0 -89
 - package/contracts/instance/module/pool/IPoolModule.sol +0 -40
 - package/contracts/instance/module/pool/PoolModule.sol +0 -90
 - package/contracts/instance/module/risk/IRisk.sol +0 -10
 - package/contracts/instance/module/risk/RiskModule.sol +0 -17
 - package/contracts/instance/module/treasury/ITreasury.sol +0 -96
 - package/contracts/instance/module/treasury/TokenHandler.sol +0 -48
 - package/contracts/instance/module/treasury/TreasuryModule.sol +0 -171
 - package/contracts/instance/service/ComponentOwnerService.sol +0 -155
 - 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 -129
 - package/contracts/instance/service/ProductService.sol +0 -366
 - package/contracts/registry/IChainNft.sol +0 -21
 - package/contracts/registry/IRegistryLinked.sol +0 -8
 - package/contracts/shared/IOwnable.sol +0 -6
 - package/contracts/test/TestFee.sol +0 -25
 - package/contracts/test/TestPool.sol +0 -24
 - package/contracts/test/TestProduct.sol +0 -51
 - 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 -123
 - package/contracts/types/RoleId.sol +0 -38
 - package/contracts/types/UFixed.sol +0 -209
 
| 
         @@ -0,0 +1,3592 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            {
         
     | 
| 
      
 2 
     | 
    
         
            +
              "_format": "hh-sol-artifact-1",
         
     | 
| 
      
 3 
     | 
    
         
            +
              "contractName": "InstanceStore",
         
     | 
| 
      
 4 
     | 
    
         
            +
              "sourceName": "contracts/instance/InstanceStore.sol",
         
     | 
| 
      
 5 
     | 
    
         
            +
              "abi": [
         
     | 
| 
      
 6 
     | 
    
         
            +
                {
         
     | 
| 
      
 7 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 8 
     | 
    
         
            +
                    {
         
     | 
| 
      
 9 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 10 
     | 
    
         
            +
                      "name": "authority",
         
     | 
| 
      
 11 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 12 
     | 
    
         
            +
                    }
         
     | 
| 
      
 13 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 14 
     | 
    
         
            +
                  "name": "AccessManagedInvalidAuthority",
         
     | 
| 
      
 15 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 16 
     | 
    
         
            +
                },
         
     | 
| 
      
 17 
     | 
    
         
            +
                {
         
     | 
| 
      
 18 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 19 
     | 
    
         
            +
                    {
         
     | 
| 
      
 20 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 21 
     | 
    
         
            +
                      "name": "caller",
         
     | 
| 
      
 22 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 23 
     | 
    
         
            +
                    },
         
     | 
| 
      
 24 
     | 
    
         
            +
                    {
         
     | 
| 
      
 25 
     | 
    
         
            +
                      "internalType": "uint32",
         
     | 
| 
      
 26 
     | 
    
         
            +
                      "name": "delay",
         
     | 
| 
      
 27 
     | 
    
         
            +
                      "type": "uint32"
         
     | 
| 
      
 28 
     | 
    
         
            +
                    }
         
     | 
| 
      
 29 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 30 
     | 
    
         
            +
                  "name": "AccessManagedRequiredDelay",
         
     | 
| 
      
 31 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 32 
     | 
    
         
            +
                },
         
     | 
| 
      
 33 
     | 
    
         
            +
                {
         
     | 
| 
      
 34 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 35 
     | 
    
         
            +
                    {
         
     | 
| 
      
 36 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 37 
     | 
    
         
            +
                      "name": "caller",
         
     | 
| 
      
 38 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 39 
     | 
    
         
            +
                    }
         
     | 
| 
      
 40 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 41 
     | 
    
         
            +
                  "name": "AccessManagedUnauthorized",
         
     | 
| 
      
 42 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 43 
     | 
    
         
            +
                },
         
     | 
| 
      
 44 
     | 
    
         
            +
                {
         
     | 
| 
      
 45 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 46 
     | 
    
         
            +
                    {
         
     | 
| 
      
 47 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 48 
     | 
    
         
            +
                      "name": "targetNftId",
         
     | 
| 
      
 49 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 50 
     | 
    
         
            +
                    }
         
     | 
| 
      
 51 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 52 
     | 
    
         
            +
                  "name": "ErrorBalanceStoreTargetAlreadyRegistered",
         
     | 
| 
      
 53 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 54 
     | 
    
         
            +
                },
         
     | 
| 
      
 55 
     | 
    
         
            +
                {
         
     | 
| 
      
 56 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 57 
     | 
    
         
            +
                    {
         
     | 
| 
      
 58 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 59 
     | 
    
         
            +
                      "name": "targetNftId",
         
     | 
| 
      
 60 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 61 
     | 
    
         
            +
                    }
         
     | 
| 
      
 62 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 63 
     | 
    
         
            +
                  "name": "ErrorBalanceStoreTargetNotRegistered",
         
     | 
| 
      
 64 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 65 
     | 
    
         
            +
                },
         
     | 
| 
      
 66 
     | 
    
         
            +
                {
         
     | 
| 
      
 67 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 68 
     | 
    
         
            +
                    {
         
     | 
| 
      
 69 
     | 
    
         
            +
                      "internalType": "ObjectType",
         
     | 
| 
      
 70 
     | 
    
         
            +
                      "name": "objectType",
         
     | 
| 
      
 71 
     | 
    
         
            +
                      "type": "uint8"
         
     | 
| 
      
 72 
     | 
    
         
            +
                    },
         
     | 
| 
      
 73 
     | 
    
         
            +
                    {
         
     | 
| 
      
 74 
     | 
    
         
            +
                      "internalType": "StateId",
         
     | 
| 
      
 75 
     | 
    
         
            +
                      "name": "fromStateId",
         
     | 
| 
      
 76 
     | 
    
         
            +
                      "type": "uint8"
         
     | 
| 
      
 77 
     | 
    
         
            +
                    },
         
     | 
| 
      
 78 
     | 
    
         
            +
                    {
         
     | 
| 
      
 79 
     | 
    
         
            +
                      "internalType": "StateId",
         
     | 
| 
      
 80 
     | 
    
         
            +
                      "name": "toStateId",
         
     | 
| 
      
 81 
     | 
    
         
            +
                      "type": "uint8"
         
     | 
| 
      
 82 
     | 
    
         
            +
                    }
         
     | 
| 
      
 83 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 84 
     | 
    
         
            +
                  "name": "ErrorInvalidStateTransition",
         
     | 
| 
      
 85 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 86 
     | 
    
         
            +
                },
         
     | 
| 
      
 87 
     | 
    
         
            +
                {
         
     | 
| 
      
 88 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 89 
     | 
    
         
            +
                    {
         
     | 
| 
      
 90 
     | 
    
         
            +
                      "internalType": "Key32",
         
     | 
| 
      
 91 
     | 
    
         
            +
                      "name": "key",
         
     | 
| 
      
 92 
     | 
    
         
            +
                      "type": "bytes32"
         
     | 
| 
      
 93 
     | 
    
         
            +
                    },
         
     | 
| 
      
 94 
     | 
    
         
            +
                    {
         
     | 
| 
      
 95 
     | 
    
         
            +
                      "internalType": "ObjectType",
         
     | 
| 
      
 96 
     | 
    
         
            +
                      "name": "objectType",
         
     | 
| 
      
 97 
     | 
    
         
            +
                      "type": "uint8"
         
     | 
| 
      
 98 
     | 
    
         
            +
                    }
         
     | 
| 
      
 99 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 100 
     | 
    
         
            +
                  "name": "ErrorKeyValueStoreAlreadyCreated",
         
     | 
| 
      
 101 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 102 
     | 
    
         
            +
                },
         
     | 
| 
      
 103 
     | 
    
         
            +
                {
         
     | 
| 
      
 104 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 105 
     | 
    
         
            +
                    {
         
     | 
| 
      
 106 
     | 
    
         
            +
                      "internalType": "Key32",
         
     | 
| 
      
 107 
     | 
    
         
            +
                      "name": "key",
         
     | 
| 
      
 108 
     | 
    
         
            +
                      "type": "bytes32"
         
     | 
| 
      
 109 
     | 
    
         
            +
                    }
         
     | 
| 
      
 110 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 111 
     | 
    
         
            +
                  "name": "ErrorKeyValueStoreNotExisting",
         
     | 
| 
      
 112 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 113 
     | 
    
         
            +
                },
         
     | 
| 
      
 114 
     | 
    
         
            +
                {
         
     | 
| 
      
 115 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 116 
     | 
    
         
            +
                    {
         
     | 
| 
      
 117 
     | 
    
         
            +
                      "internalType": "Key32",
         
     | 
| 
      
 118 
     | 
    
         
            +
                      "name": "key",
         
     | 
| 
      
 119 
     | 
    
         
            +
                      "type": "bytes32"
         
     | 
| 
      
 120 
     | 
    
         
            +
                    }
         
     | 
| 
      
 121 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 122 
     | 
    
         
            +
                  "name": "ErrorKeyValueStoreStateZero",
         
     | 
| 
      
 123 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 124 
     | 
    
         
            +
                },
         
     | 
| 
      
 125 
     | 
    
         
            +
                {
         
     | 
| 
      
 126 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 127 
     | 
    
         
            +
                    {
         
     | 
| 
      
 128 
     | 
    
         
            +
                      "internalType": "ObjectType",
         
     | 
| 
      
 129 
     | 
    
         
            +
                      "name": "objectType",
         
     | 
| 
      
 130 
     | 
    
         
            +
                      "type": "uint8"
         
     | 
| 
      
 131 
     | 
    
         
            +
                    }
         
     | 
| 
      
 132 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 133 
     | 
    
         
            +
                  "name": "ErrorKeyValueStoreTypeUndefined",
         
     | 
| 
      
 134 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 135 
     | 
    
         
            +
                },
         
     | 
| 
      
 136 
     | 
    
         
            +
                {
         
     | 
| 
      
 137 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 138 
     | 
    
         
            +
                    {
         
     | 
| 
      
 139 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 140 
     | 
    
         
            +
                      "name": "nftId",
         
     | 
| 
      
 141 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 142 
     | 
    
         
            +
                    },
         
     | 
| 
      
 143 
     | 
    
         
            +
                    {
         
     | 
| 
      
 144 
     | 
    
         
            +
                      "internalType": "ObjectType",
         
     | 
| 
      
 145 
     | 
    
         
            +
                      "name": "objectType",
         
     | 
| 
      
 146 
     | 
    
         
            +
                      "type": "uint8"
         
     | 
| 
      
 147 
     | 
    
         
            +
                    }
         
     | 
| 
      
 148 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 149 
     | 
    
         
            +
                  "name": "ErrorNoLifecycle",
         
     | 
| 
      
 150 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 151 
     | 
    
         
            +
                },
         
     | 
| 
      
 152 
     | 
    
         
            +
                {
         
     | 
| 
      
 153 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 154 
     | 
    
         
            +
                  "name": "InvalidInitialization",
         
     | 
| 
      
 155 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 156 
     | 
    
         
            +
                },
         
     | 
| 
      
 157 
     | 
    
         
            +
                {
         
     | 
| 
      
 158 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 159 
     | 
    
         
            +
                  "name": "NotInitializing",
         
     | 
| 
      
 160 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 161 
     | 
    
         
            +
                },
         
     | 
| 
      
 162 
     | 
    
         
            +
                {
         
     | 
| 
      
 163 
     | 
    
         
            +
                  "anonymous": false,
         
     | 
| 
      
 164 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 165 
     | 
    
         
            +
                    {
         
     | 
| 
      
 166 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 167 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 168 
     | 
    
         
            +
                      "name": "authority",
         
     | 
| 
      
 169 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 170 
     | 
    
         
            +
                    }
         
     | 
| 
      
 171 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 172 
     | 
    
         
            +
                  "name": "AuthorityUpdated",
         
     | 
| 
      
 173 
     | 
    
         
            +
                  "type": "event"
         
     | 
| 
      
 174 
     | 
    
         
            +
                },
         
     | 
| 
      
 175 
     | 
    
         
            +
                {
         
     | 
| 
      
 176 
     | 
    
         
            +
                  "anonymous": false,
         
     | 
| 
      
 177 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 178 
     | 
    
         
            +
                    {
         
     | 
| 
      
 179 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 180 
     | 
    
         
            +
                      "internalType": "uint64",
         
     | 
| 
      
 181 
     | 
    
         
            +
                      "name": "version",
         
     | 
| 
      
 182 
     | 
    
         
            +
                      "type": "uint64"
         
     | 
| 
      
 183 
     | 
    
         
            +
                    }
         
     | 
| 
      
 184 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 185 
     | 
    
         
            +
                  "name": "Initialized",
         
     | 
| 
      
 186 
     | 
    
         
            +
                  "type": "event"
         
     | 
| 
      
 187 
     | 
    
         
            +
                },
         
     | 
| 
      
 188 
     | 
    
         
            +
                {
         
     | 
| 
      
 189 
     | 
    
         
            +
                  "anonymous": false,
         
     | 
| 
      
 190 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 191 
     | 
    
         
            +
                    {
         
     | 
| 
      
 192 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 193 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 194 
     | 
    
         
            +
                      "name": "targetNftId",
         
     | 
| 
      
 195 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 196 
     | 
    
         
            +
                    },
         
     | 
| 
      
 197 
     | 
    
         
            +
                    {
         
     | 
| 
      
 198 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 199 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 200 
     | 
    
         
            +
                      "name": "addedAmount",
         
     | 
| 
      
 201 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 202 
     | 
    
         
            +
                    },
         
     | 
| 
      
 203 
     | 
    
         
            +
                    {
         
     | 
| 
      
 204 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 205 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 206 
     | 
    
         
            +
                      "name": "newBalance",
         
     | 
| 
      
 207 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 208 
     | 
    
         
            +
                    },
         
     | 
| 
      
 209 
     | 
    
         
            +
                    {
         
     | 
| 
      
 210 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 211 
     | 
    
         
            +
                      "internalType": "Blocknumber",
         
     | 
| 
      
 212 
     | 
    
         
            +
                      "name": "lastUpdatedIn",
         
     | 
| 
      
 213 
     | 
    
         
            +
                      "type": "uint32"
         
     | 
| 
      
 214 
     | 
    
         
            +
                    }
         
     | 
| 
      
 215 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 216 
     | 
    
         
            +
                  "name": "LogBalanceStoreBalanceDecreased",
         
     | 
| 
      
 217 
     | 
    
         
            +
                  "type": "event"
         
     | 
| 
      
 218 
     | 
    
         
            +
                },
         
     | 
| 
      
 219 
     | 
    
         
            +
                {
         
     | 
| 
      
 220 
     | 
    
         
            +
                  "anonymous": false,
         
     | 
| 
      
 221 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 222 
     | 
    
         
            +
                    {
         
     | 
| 
      
 223 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 224 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 225 
     | 
    
         
            +
                      "name": "targetNftId",
         
     | 
| 
      
 226 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 227 
     | 
    
         
            +
                    },
         
     | 
| 
      
 228 
     | 
    
         
            +
                    {
         
     | 
| 
      
 229 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 230 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 231 
     | 
    
         
            +
                      "name": "addedAmount",
         
     | 
| 
      
 232 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 233 
     | 
    
         
            +
                    },
         
     | 
| 
      
 234 
     | 
    
         
            +
                    {
         
     | 
| 
      
 235 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 236 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 237 
     | 
    
         
            +
                      "name": "newBalance",
         
     | 
| 
      
 238 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 239 
     | 
    
         
            +
                    },
         
     | 
| 
      
 240 
     | 
    
         
            +
                    {
         
     | 
| 
      
 241 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 242 
     | 
    
         
            +
                      "internalType": "Blocknumber",
         
     | 
| 
      
 243 
     | 
    
         
            +
                      "name": "lastUpdatedIn",
         
     | 
| 
      
 244 
     | 
    
         
            +
                      "type": "uint32"
         
     | 
| 
      
 245 
     | 
    
         
            +
                    }
         
     | 
| 
      
 246 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 247 
     | 
    
         
            +
                  "name": "LogBalanceStoreBalanceIncreased",
         
     | 
| 
      
 248 
     | 
    
         
            +
                  "type": "event"
         
     | 
| 
      
 249 
     | 
    
         
            +
                },
         
     | 
| 
      
 250 
     | 
    
         
            +
                {
         
     | 
| 
      
 251 
     | 
    
         
            +
                  "anonymous": false,
         
     | 
| 
      
 252 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 253 
     | 
    
         
            +
                    {
         
     | 
| 
      
 254 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 255 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 256 
     | 
    
         
            +
                      "name": "targetNftId",
         
     | 
| 
      
 257 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 258 
     | 
    
         
            +
                    },
         
     | 
| 
      
 259 
     | 
    
         
            +
                    {
         
     | 
| 
      
 260 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 261 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 262 
     | 
    
         
            +
                      "name": "addedAmount",
         
     | 
| 
      
 263 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 264 
     | 
    
         
            +
                    },
         
     | 
| 
      
 265 
     | 
    
         
            +
                    {
         
     | 
| 
      
 266 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 267 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 268 
     | 
    
         
            +
                      "name": "newBalance",
         
     | 
| 
      
 269 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 270 
     | 
    
         
            +
                    },
         
     | 
| 
      
 271 
     | 
    
         
            +
                    {
         
     | 
| 
      
 272 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 273 
     | 
    
         
            +
                      "internalType": "Blocknumber",
         
     | 
| 
      
 274 
     | 
    
         
            +
                      "name": "lastUpdatedIn",
         
     | 
| 
      
 275 
     | 
    
         
            +
                      "type": "uint32"
         
     | 
| 
      
 276 
     | 
    
         
            +
                    }
         
     | 
| 
      
 277 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 278 
     | 
    
         
            +
                  "name": "LogBalanceStoreFeesDecreased",
         
     | 
| 
      
 279 
     | 
    
         
            +
                  "type": "event"
         
     | 
| 
      
 280 
     | 
    
         
            +
                },
         
     | 
| 
      
 281 
     | 
    
         
            +
                {
         
     | 
| 
      
 282 
     | 
    
         
            +
                  "anonymous": false,
         
     | 
| 
      
 283 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 284 
     | 
    
         
            +
                    {
         
     | 
| 
      
 285 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 286 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 287 
     | 
    
         
            +
                      "name": "targetNftId",
         
     | 
| 
      
 288 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 289 
     | 
    
         
            +
                    },
         
     | 
| 
      
 290 
     | 
    
         
            +
                    {
         
     | 
| 
      
 291 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 292 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 293 
     | 
    
         
            +
                      "name": "addedAmount",
         
     | 
| 
      
 294 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 295 
     | 
    
         
            +
                    },
         
     | 
| 
      
 296 
     | 
    
         
            +
                    {
         
     | 
| 
      
 297 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 298 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 299 
     | 
    
         
            +
                      "name": "newBalance",
         
     | 
| 
      
 300 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 301 
     | 
    
         
            +
                    },
         
     | 
| 
      
 302 
     | 
    
         
            +
                    {
         
     | 
| 
      
 303 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 304 
     | 
    
         
            +
                      "internalType": "Blocknumber",
         
     | 
| 
      
 305 
     | 
    
         
            +
                      "name": "lastUpdatedIn",
         
     | 
| 
      
 306 
     | 
    
         
            +
                      "type": "uint32"
         
     | 
| 
      
 307 
     | 
    
         
            +
                    }
         
     | 
| 
      
 308 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 309 
     | 
    
         
            +
                  "name": "LogBalanceStoreFeesIncreased",
         
     | 
| 
      
 310 
     | 
    
         
            +
                  "type": "event"
         
     | 
| 
      
 311 
     | 
    
         
            +
                },
         
     | 
| 
      
 312 
     | 
    
         
            +
                {
         
     | 
| 
      
 313 
     | 
    
         
            +
                  "anonymous": false,
         
     | 
| 
      
 314 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 315 
     | 
    
         
            +
                    {
         
     | 
| 
      
 316 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 317 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 318 
     | 
    
         
            +
                      "name": "targetNftId",
         
     | 
| 
      
 319 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 320 
     | 
    
         
            +
                    },
         
     | 
| 
      
 321 
     | 
    
         
            +
                    {
         
     | 
| 
      
 322 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 323 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 324 
     | 
    
         
            +
                      "name": "addedAmount",
         
     | 
| 
      
 325 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 326 
     | 
    
         
            +
                    },
         
     | 
| 
      
 327 
     | 
    
         
            +
                    {
         
     | 
| 
      
 328 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 329 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 330 
     | 
    
         
            +
                      "name": "newBalance",
         
     | 
| 
      
 331 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 332 
     | 
    
         
            +
                    },
         
     | 
| 
      
 333 
     | 
    
         
            +
                    {
         
     | 
| 
      
 334 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 335 
     | 
    
         
            +
                      "internalType": "Blocknumber",
         
     | 
| 
      
 336 
     | 
    
         
            +
                      "name": "lastUpdatedIn",
         
     | 
| 
      
 337 
     | 
    
         
            +
                      "type": "uint32"
         
     | 
| 
      
 338 
     | 
    
         
            +
                    }
         
     | 
| 
      
 339 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 340 
     | 
    
         
            +
                  "name": "LogBalanceStoreLockedDecreased",
         
     | 
| 
      
 341 
     | 
    
         
            +
                  "type": "event"
         
     | 
| 
      
 342 
     | 
    
         
            +
                },
         
     | 
| 
      
 343 
     | 
    
         
            +
                {
         
     | 
| 
      
 344 
     | 
    
         
            +
                  "anonymous": false,
         
     | 
| 
      
 345 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 346 
     | 
    
         
            +
                    {
         
     | 
| 
      
 347 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 348 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 349 
     | 
    
         
            +
                      "name": "targetNftId",
         
     | 
| 
      
 350 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 351 
     | 
    
         
            +
                    },
         
     | 
| 
      
 352 
     | 
    
         
            +
                    {
         
     | 
| 
      
 353 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 354 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 355 
     | 
    
         
            +
                      "name": "addedAmount",
         
     | 
| 
      
 356 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 357 
     | 
    
         
            +
                    },
         
     | 
| 
      
 358 
     | 
    
         
            +
                    {
         
     | 
| 
      
 359 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 360 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 361 
     | 
    
         
            +
                      "name": "newBalance",
         
     | 
| 
      
 362 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 363 
     | 
    
         
            +
                    },
         
     | 
| 
      
 364 
     | 
    
         
            +
                    {
         
     | 
| 
      
 365 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 366 
     | 
    
         
            +
                      "internalType": "Blocknumber",
         
     | 
| 
      
 367 
     | 
    
         
            +
                      "name": "lastUpdatedIn",
         
     | 
| 
      
 368 
     | 
    
         
            +
                      "type": "uint32"
         
     | 
| 
      
 369 
     | 
    
         
            +
                    }
         
     | 
| 
      
 370 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 371 
     | 
    
         
            +
                  "name": "LogBalanceStoreLockedIncreased",
         
     | 
| 
      
 372 
     | 
    
         
            +
                  "type": "event"
         
     | 
| 
      
 373 
     | 
    
         
            +
                },
         
     | 
| 
      
 374 
     | 
    
         
            +
                {
         
     | 
| 
      
 375 
     | 
    
         
            +
                  "anonymous": false,
         
     | 
| 
      
 376 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 377 
     | 
    
         
            +
                    {
         
     | 
| 
      
 378 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 379 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 380 
     | 
    
         
            +
                      "name": "targetNftId",
         
     | 
| 
      
 381 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 382 
     | 
    
         
            +
                    }
         
     | 
| 
      
 383 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 384 
     | 
    
         
            +
                  "name": "LogBalanceStoreTargetRegistered",
         
     | 
| 
      
 385 
     | 
    
         
            +
                  "type": "event"
         
     | 
| 
      
 386 
     | 
    
         
            +
                },
         
     | 
| 
      
 387 
     | 
    
         
            +
                {
         
     | 
| 
      
 388 
     | 
    
         
            +
                  "anonymous": false,
         
     | 
| 
      
 389 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 390 
     | 
    
         
            +
                    {
         
     | 
| 
      
 391 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 392 
     | 
    
         
            +
                      "internalType": "ObjectType",
         
     | 
| 
      
 393 
     | 
    
         
            +
                      "name": "objectType",
         
     | 
| 
      
 394 
     | 
    
         
            +
                      "type": "uint8"
         
     | 
| 
      
 395 
     | 
    
         
            +
                    },
         
     | 
| 
      
 396 
     | 
    
         
            +
                    {
         
     | 
| 
      
 397 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 398 
     | 
    
         
            +
                      "internalType": "KeyId",
         
     | 
| 
      
 399 
     | 
    
         
            +
                      "name": "keyId",
         
     | 
| 
      
 400 
     | 
    
         
            +
                      "type": "bytes31"
         
     | 
| 
      
 401 
     | 
    
         
            +
                    },
         
     | 
| 
      
 402 
     | 
    
         
            +
                    {
         
     | 
| 
      
 403 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 404 
     | 
    
         
            +
                      "internalType": "StateId",
         
     | 
| 
      
 405 
     | 
    
         
            +
                      "name": "state",
         
     | 
| 
      
 406 
     | 
    
         
            +
                      "type": "uint8"
         
     | 
| 
      
 407 
     | 
    
         
            +
                    },
         
     | 
| 
      
 408 
     | 
    
         
            +
                    {
         
     | 
| 
      
 409 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 410 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 411 
     | 
    
         
            +
                      "name": "createdBy",
         
     | 
| 
      
 412 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 413 
     | 
    
         
            +
                    },
         
     | 
| 
      
 414 
     | 
    
         
            +
                    {
         
     | 
| 
      
 415 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 416 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 417 
     | 
    
         
            +
                      "name": "txOrigin",
         
     | 
| 
      
 418 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 419 
     | 
    
         
            +
                    }
         
     | 
| 
      
 420 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 421 
     | 
    
         
            +
                  "name": "LogInfoCreated",
         
     | 
| 
      
 422 
     | 
    
         
            +
                  "type": "event"
         
     | 
| 
      
 423 
     | 
    
         
            +
                },
         
     | 
| 
      
 424 
     | 
    
         
            +
                {
         
     | 
| 
      
 425 
     | 
    
         
            +
                  "anonymous": false,
         
     | 
| 
      
 426 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 427 
     | 
    
         
            +
                    {
         
     | 
| 
      
 428 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 429 
     | 
    
         
            +
                      "internalType": "ObjectType",
         
     | 
| 
      
 430 
     | 
    
         
            +
                      "name": "objectType",
         
     | 
| 
      
 431 
     | 
    
         
            +
                      "type": "uint8"
         
     | 
| 
      
 432 
     | 
    
         
            +
                    },
         
     | 
| 
      
 433 
     | 
    
         
            +
                    {
         
     | 
| 
      
 434 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 435 
     | 
    
         
            +
                      "internalType": "KeyId",
         
     | 
| 
      
 436 
     | 
    
         
            +
                      "name": "keyId",
         
     | 
| 
      
 437 
     | 
    
         
            +
                      "type": "bytes31"
         
     | 
| 
      
 438 
     | 
    
         
            +
                    },
         
     | 
| 
      
 439 
     | 
    
         
            +
                    {
         
     | 
| 
      
 440 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 441 
     | 
    
         
            +
                      "internalType": "StateId",
         
     | 
| 
      
 442 
     | 
    
         
            +
                      "name": "state",
         
     | 
| 
      
 443 
     | 
    
         
            +
                      "type": "uint8"
         
     | 
| 
      
 444 
     | 
    
         
            +
                    },
         
     | 
| 
      
 445 
     | 
    
         
            +
                    {
         
     | 
| 
      
 446 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 447 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 448 
     | 
    
         
            +
                      "name": "updatedBy",
         
     | 
| 
      
 449 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 450 
     | 
    
         
            +
                    },
         
     | 
| 
      
 451 
     | 
    
         
            +
                    {
         
     | 
| 
      
 452 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 453 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 454 
     | 
    
         
            +
                      "name": "txOrigin",
         
     | 
| 
      
 455 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 456 
     | 
    
         
            +
                    },
         
     | 
| 
      
 457 
     | 
    
         
            +
                    {
         
     | 
| 
      
 458 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 459 
     | 
    
         
            +
                      "internalType": "Blocknumber",
         
     | 
| 
      
 460 
     | 
    
         
            +
                      "name": "lastUpdatedIn",
         
     | 
| 
      
 461 
     | 
    
         
            +
                      "type": "uint32"
         
     | 
| 
      
 462 
     | 
    
         
            +
                    }
         
     | 
| 
      
 463 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 464 
     | 
    
         
            +
                  "name": "LogInfoUpdated",
         
     | 
| 
      
 465 
     | 
    
         
            +
                  "type": "event"
         
     | 
| 
      
 466 
     | 
    
         
            +
                },
         
     | 
| 
      
 467 
     | 
    
         
            +
                {
         
     | 
| 
      
 468 
     | 
    
         
            +
                  "anonymous": false,
         
     | 
| 
      
 469 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 470 
     | 
    
         
            +
                    {
         
     | 
| 
      
 471 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 472 
     | 
    
         
            +
                      "internalType": "ObjectType",
         
     | 
| 
      
 473 
     | 
    
         
            +
                      "name": "objectType",
         
     | 
| 
      
 474 
     | 
    
         
            +
                      "type": "uint8"
         
     | 
| 
      
 475 
     | 
    
         
            +
                    },
         
     | 
| 
      
 476 
     | 
    
         
            +
                    {
         
     | 
| 
      
 477 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 478 
     | 
    
         
            +
                      "internalType": "KeyId",
         
     | 
| 
      
 479 
     | 
    
         
            +
                      "name": "keyId",
         
     | 
| 
      
 480 
     | 
    
         
            +
                      "type": "bytes31"
         
     | 
| 
      
 481 
     | 
    
         
            +
                    },
         
     | 
| 
      
 482 
     | 
    
         
            +
                    {
         
     | 
| 
      
 483 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 484 
     | 
    
         
            +
                      "internalType": "StateId",
         
     | 
| 
      
 485 
     | 
    
         
            +
                      "name": "stateOld",
         
     | 
| 
      
 486 
     | 
    
         
            +
                      "type": "uint8"
         
     | 
| 
      
 487 
     | 
    
         
            +
                    },
         
     | 
| 
      
 488 
     | 
    
         
            +
                    {
         
     | 
| 
      
 489 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 490 
     | 
    
         
            +
                      "internalType": "StateId",
         
     | 
| 
      
 491 
     | 
    
         
            +
                      "name": "stateNew",
         
     | 
| 
      
 492 
     | 
    
         
            +
                      "type": "uint8"
         
     | 
| 
      
 493 
     | 
    
         
            +
                    },
         
     | 
| 
      
 494 
     | 
    
         
            +
                    {
         
     | 
| 
      
 495 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 496 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 497 
     | 
    
         
            +
                      "name": "updatedBy",
         
     | 
| 
      
 498 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 499 
     | 
    
         
            +
                    },
         
     | 
| 
      
 500 
     | 
    
         
            +
                    {
         
     | 
| 
      
 501 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 502 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 503 
     | 
    
         
            +
                      "name": "txOrigin",
         
     | 
| 
      
 504 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 505 
     | 
    
         
            +
                    },
         
     | 
| 
      
 506 
     | 
    
         
            +
                    {
         
     | 
| 
      
 507 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 508 
     | 
    
         
            +
                      "internalType": "Blocknumber",
         
     | 
| 
      
 509 
     | 
    
         
            +
                      "name": "lastUpdatedIn",
         
     | 
| 
      
 510 
     | 
    
         
            +
                      "type": "uint32"
         
     | 
| 
      
 511 
     | 
    
         
            +
                    }
         
     | 
| 
      
 512 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 513 
     | 
    
         
            +
                  "name": "LogStateUpdated",
         
     | 
| 
      
 514 
     | 
    
         
            +
                  "type": "event"
         
     | 
| 
      
 515 
     | 
    
         
            +
                },
         
     | 
| 
      
 516 
     | 
    
         
            +
                {
         
     | 
| 
      
 517 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 518 
     | 
    
         
            +
                  "name": "authority",
         
     | 
| 
      
 519 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 520 
     | 
    
         
            +
                    {
         
     | 
| 
      
 521 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 522 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 523 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 524 
     | 
    
         
            +
                    }
         
     | 
| 
      
 525 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 526 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 527 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 528 
     | 
    
         
            +
                },
         
     | 
| 
      
 529 
     | 
    
         
            +
                {
         
     | 
| 
      
 530 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 531 
     | 
    
         
            +
                    {
         
     | 
| 
      
 532 
     | 
    
         
            +
                      "internalType": "ObjectType",
         
     | 
| 
      
 533 
     | 
    
         
            +
                      "name": "objectType",
         
     | 
| 
      
 534 
     | 
    
         
            +
                      "type": "uint8"
         
     | 
| 
      
 535 
     | 
    
         
            +
                    },
         
     | 
| 
      
 536 
     | 
    
         
            +
                    {
         
     | 
| 
      
 537 
     | 
    
         
            +
                      "internalType": "StateId",
         
     | 
| 
      
 538 
     | 
    
         
            +
                      "name": "fromId",
         
     | 
| 
      
 539 
     | 
    
         
            +
                      "type": "uint8"
         
     | 
| 
      
 540 
     | 
    
         
            +
                    },
         
     | 
| 
      
 541 
     | 
    
         
            +
                    {
         
     | 
| 
      
 542 
     | 
    
         
            +
                      "internalType": "StateId",
         
     | 
| 
      
 543 
     | 
    
         
            +
                      "name": "toId",
         
     | 
| 
      
 544 
     | 
    
         
            +
                      "type": "uint8"
         
     | 
| 
      
 545 
     | 
    
         
            +
                    }
         
     | 
| 
      
 546 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 547 
     | 
    
         
            +
                  "name": "checkTransition",
         
     | 
| 
      
 548 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 549 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 550 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 551 
     | 
    
         
            +
                },
         
     | 
| 
      
 552 
     | 
    
         
            +
                {
         
     | 
| 
      
 553 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 554 
     | 
    
         
            +
                    {
         
     | 
| 
      
 555 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 556 
     | 
    
         
            +
                      "name": "applicationNftId",
         
     | 
| 
      
 557 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 558 
     | 
    
         
            +
                    },
         
     | 
| 
      
 559 
     | 
    
         
            +
                    {
         
     | 
| 
      
 560 
     | 
    
         
            +
                      "components": [
         
     | 
| 
      
 561 
     | 
    
         
            +
                        {
         
     | 
| 
      
 562 
     | 
    
         
            +
                          "internalType": "NftId",
         
     | 
| 
      
 563 
     | 
    
         
            +
                          "name": "productNftId",
         
     | 
| 
      
 564 
     | 
    
         
            +
                          "type": "uint96"
         
     | 
| 
      
 565 
     | 
    
         
            +
                        },
         
     | 
| 
      
 566 
     | 
    
         
            +
                        {
         
     | 
| 
      
 567 
     | 
    
         
            +
                          "internalType": "NftId",
         
     | 
| 
      
 568 
     | 
    
         
            +
                          "name": "bundleNftId",
         
     | 
| 
      
 569 
     | 
    
         
            +
                          "type": "uint96"
         
     | 
| 
      
 570 
     | 
    
         
            +
                        },
         
     | 
| 
      
 571 
     | 
    
         
            +
                        {
         
     | 
| 
      
 572 
     | 
    
         
            +
                          "internalType": "ReferralId",
         
     | 
| 
      
 573 
     | 
    
         
            +
                          "name": "referralId",
         
     | 
| 
      
 574 
     | 
    
         
            +
                          "type": "bytes8"
         
     | 
| 
      
 575 
     | 
    
         
            +
                        },
         
     | 
| 
      
 576 
     | 
    
         
            +
                        {
         
     | 
| 
      
 577 
     | 
    
         
            +
                          "internalType": "RiskId",
         
     | 
| 
      
 578 
     | 
    
         
            +
                          "name": "riskId",
         
     | 
| 
      
 579 
     | 
    
         
            +
                          "type": "bytes8"
         
     | 
| 
      
 580 
     | 
    
         
            +
                        },
         
     | 
| 
      
 581 
     | 
    
         
            +
                        {
         
     | 
| 
      
 582 
     | 
    
         
            +
                          "internalType": "Amount",
         
     | 
| 
      
 583 
     | 
    
         
            +
                          "name": "sumInsuredAmount",
         
     | 
| 
      
 584 
     | 
    
         
            +
                          "type": "uint96"
         
     | 
| 
      
 585 
     | 
    
         
            +
                        },
         
     | 
| 
      
 586 
     | 
    
         
            +
                        {
         
     | 
| 
      
 587 
     | 
    
         
            +
                          "internalType": "Amount",
         
     | 
| 
      
 588 
     | 
    
         
            +
                          "name": "premiumAmount",
         
     | 
| 
      
 589 
     | 
    
         
            +
                          "type": "uint96"
         
     | 
| 
      
 590 
     | 
    
         
            +
                        },
         
     | 
| 
      
 591 
     | 
    
         
            +
                        {
         
     | 
| 
      
 592 
     | 
    
         
            +
                          "internalType": "Amount",
         
     | 
| 
      
 593 
     | 
    
         
            +
                          "name": "premiumPaidAmount",
         
     | 
| 
      
 594 
     | 
    
         
            +
                          "type": "uint96"
         
     | 
| 
      
 595 
     | 
    
         
            +
                        },
         
     | 
| 
      
 596 
     | 
    
         
            +
                        {
         
     | 
| 
      
 597 
     | 
    
         
            +
                          "internalType": "Seconds",
         
     | 
| 
      
 598 
     | 
    
         
            +
                          "name": "lifetime",
         
     | 
| 
      
 599 
     | 
    
         
            +
                          "type": "uint40"
         
     | 
| 
      
 600 
     | 
    
         
            +
                        },
         
     | 
| 
      
 601 
     | 
    
         
            +
                        {
         
     | 
| 
      
 602 
     | 
    
         
            +
                          "internalType": "bytes",
         
     | 
| 
      
 603 
     | 
    
         
            +
                          "name": "applicationData",
         
     | 
| 
      
 604 
     | 
    
         
            +
                          "type": "bytes"
         
     | 
| 
      
 605 
     | 
    
         
            +
                        },
         
     | 
| 
      
 606 
     | 
    
         
            +
                        {
         
     | 
| 
      
 607 
     | 
    
         
            +
                          "internalType": "bytes",
         
     | 
| 
      
 608 
     | 
    
         
            +
                          "name": "processData",
         
     | 
| 
      
 609 
     | 
    
         
            +
                          "type": "bytes"
         
     | 
| 
      
 610 
     | 
    
         
            +
                        },
         
     | 
| 
      
 611 
     | 
    
         
            +
                        {
         
     | 
| 
      
 612 
     | 
    
         
            +
                          "internalType": "uint16",
         
     | 
| 
      
 613 
     | 
    
         
            +
                          "name": "claimsCount",
         
     | 
| 
      
 614 
     | 
    
         
            +
                          "type": "uint16"
         
     | 
| 
      
 615 
     | 
    
         
            +
                        },
         
     | 
| 
      
 616 
     | 
    
         
            +
                        {
         
     | 
| 
      
 617 
     | 
    
         
            +
                          "internalType": "uint16",
         
     | 
| 
      
 618 
     | 
    
         
            +
                          "name": "openClaimsCount",
         
     | 
| 
      
 619 
     | 
    
         
            +
                          "type": "uint16"
         
     | 
| 
      
 620 
     | 
    
         
            +
                        },
         
     | 
| 
      
 621 
     | 
    
         
            +
                        {
         
     | 
| 
      
 622 
     | 
    
         
            +
                          "internalType": "Amount",
         
     | 
| 
      
 623 
     | 
    
         
            +
                          "name": "claimAmount",
         
     | 
| 
      
 624 
     | 
    
         
            +
                          "type": "uint96"
         
     | 
| 
      
 625 
     | 
    
         
            +
                        },
         
     | 
| 
      
 626 
     | 
    
         
            +
                        {
         
     | 
| 
      
 627 
     | 
    
         
            +
                          "internalType": "Amount",
         
     | 
| 
      
 628 
     | 
    
         
            +
                          "name": "payoutAmount",
         
     | 
| 
      
 629 
     | 
    
         
            +
                          "type": "uint96"
         
     | 
| 
      
 630 
     | 
    
         
            +
                        },
         
     | 
| 
      
 631 
     | 
    
         
            +
                        {
         
     | 
| 
      
 632 
     | 
    
         
            +
                          "internalType": "Timestamp",
         
     | 
| 
      
 633 
     | 
    
         
            +
                          "name": "activatedAt",
         
     | 
| 
      
 634 
     | 
    
         
            +
                          "type": "uint40"
         
     | 
| 
      
 635 
     | 
    
         
            +
                        },
         
     | 
| 
      
 636 
     | 
    
         
            +
                        {
         
     | 
| 
      
 637 
     | 
    
         
            +
                          "internalType": "Timestamp",
         
     | 
| 
      
 638 
     | 
    
         
            +
                          "name": "expiredAt",
         
     | 
| 
      
 639 
     | 
    
         
            +
                          "type": "uint40"
         
     | 
| 
      
 640 
     | 
    
         
            +
                        },
         
     | 
| 
      
 641 
     | 
    
         
            +
                        {
         
     | 
| 
      
 642 
     | 
    
         
            +
                          "internalType": "Timestamp",
         
     | 
| 
      
 643 
     | 
    
         
            +
                          "name": "closedAt",
         
     | 
| 
      
 644 
     | 
    
         
            +
                          "type": "uint40"
         
     | 
| 
      
 645 
     | 
    
         
            +
                        }
         
     | 
| 
      
 646 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 647 
     | 
    
         
            +
                      "internalType": "struct IPolicy.PolicyInfo",
         
     | 
| 
      
 648 
     | 
    
         
            +
                      "name": "policy",
         
     | 
| 
      
 649 
     | 
    
         
            +
                      "type": "tuple"
         
     | 
| 
      
 650 
     | 
    
         
            +
                    }
         
     | 
| 
      
 651 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 652 
     | 
    
         
            +
                  "name": "createApplication",
         
     | 
| 
      
 653 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 654 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 655 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 656 
     | 
    
         
            +
                },
         
     | 
| 
      
 657 
     | 
    
         
            +
                {
         
     | 
| 
      
 658 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 659 
     | 
    
         
            +
                    {
         
     | 
| 
      
 660 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 661 
     | 
    
         
            +
                      "name": "bundleNftId",
         
     | 
| 
      
 662 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 663 
     | 
    
         
            +
                    },
         
     | 
| 
      
 664 
     | 
    
         
            +
                    {
         
     | 
| 
      
 665 
     | 
    
         
            +
                      "components": [
         
     | 
| 
      
 666 
     | 
    
         
            +
                        {
         
     | 
| 
      
 667 
     | 
    
         
            +
                          "internalType": "NftId",
         
     | 
| 
      
 668 
     | 
    
         
            +
                          "name": "poolNftId",
         
     | 
| 
      
 669 
     | 
    
         
            +
                          "type": "uint96"
         
     | 
| 
      
 670 
     | 
    
         
            +
                        },
         
     | 
| 
      
 671 
     | 
    
         
            +
                        {
         
     | 
| 
      
 672 
     | 
    
         
            +
                          "components": [
         
     | 
| 
      
 673 
     | 
    
         
            +
                            {
         
     | 
| 
      
 674 
     | 
    
         
            +
                              "internalType": "UFixed",
         
     | 
| 
      
 675 
     | 
    
         
            +
                              "name": "fractionalFee",
         
     | 
| 
      
 676 
     | 
    
         
            +
                              "type": "uint256"
         
     | 
| 
      
 677 
     | 
    
         
            +
                            },
         
     | 
| 
      
 678 
     | 
    
         
            +
                            {
         
     | 
| 
      
 679 
     | 
    
         
            +
                              "internalType": "uint256",
         
     | 
| 
      
 680 
     | 
    
         
            +
                              "name": "fixedFee",
         
     | 
| 
      
 681 
     | 
    
         
            +
                              "type": "uint256"
         
     | 
| 
      
 682 
     | 
    
         
            +
                            }
         
     | 
| 
      
 683 
     | 
    
         
            +
                          ],
         
     | 
| 
      
 684 
     | 
    
         
            +
                          "internalType": "struct Fee",
         
     | 
| 
      
 685 
     | 
    
         
            +
                          "name": "fee",
         
     | 
| 
      
 686 
     | 
    
         
            +
                          "type": "tuple"
         
     | 
| 
      
 687 
     | 
    
         
            +
                        },
         
     | 
| 
      
 688 
     | 
    
         
            +
                        {
         
     | 
| 
      
 689 
     | 
    
         
            +
                          "internalType": "bytes",
         
     | 
| 
      
 690 
     | 
    
         
            +
                          "name": "filter",
         
     | 
| 
      
 691 
     | 
    
         
            +
                          "type": "bytes"
         
     | 
| 
      
 692 
     | 
    
         
            +
                        },
         
     | 
| 
      
 693 
     | 
    
         
            +
                        {
         
     | 
| 
      
 694 
     | 
    
         
            +
                          "internalType": "Seconds",
         
     | 
| 
      
 695 
     | 
    
         
            +
                          "name": "lifetime",
         
     | 
| 
      
 696 
     | 
    
         
            +
                          "type": "uint40"
         
     | 
| 
      
 697 
     | 
    
         
            +
                        },
         
     | 
| 
      
 698 
     | 
    
         
            +
                        {
         
     | 
| 
      
 699 
     | 
    
         
            +
                          "internalType": "Timestamp",
         
     | 
| 
      
 700 
     | 
    
         
            +
                          "name": "expiredAt",
         
     | 
| 
      
 701 
     | 
    
         
            +
                          "type": "uint40"
         
     | 
| 
      
 702 
     | 
    
         
            +
                        },
         
     | 
| 
      
 703 
     | 
    
         
            +
                        {
         
     | 
| 
      
 704 
     | 
    
         
            +
                          "internalType": "Timestamp",
         
     | 
| 
      
 705 
     | 
    
         
            +
                          "name": "closedAt",
         
     | 
| 
      
 706 
     | 
    
         
            +
                          "type": "uint40"
         
     | 
| 
      
 707 
     | 
    
         
            +
                        }
         
     | 
| 
      
 708 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 709 
     | 
    
         
            +
                      "internalType": "struct IBundle.BundleInfo",
         
     | 
| 
      
 710 
     | 
    
         
            +
                      "name": "bundle",
         
     | 
| 
      
 711 
     | 
    
         
            +
                      "type": "tuple"
         
     | 
| 
      
 712 
     | 
    
         
            +
                    }
         
     | 
| 
      
 713 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 714 
     | 
    
         
            +
                  "name": "createBundle",
         
     | 
| 
      
 715 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 716 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 717 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 718 
     | 
    
         
            +
                },
         
     | 
| 
      
 719 
     | 
    
         
            +
                {
         
     | 
| 
      
 720 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 721 
     | 
    
         
            +
                    {
         
     | 
| 
      
 722 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 723 
     | 
    
         
            +
                      "name": "policyNftId",
         
     | 
| 
      
 724 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 725 
     | 
    
         
            +
                    },
         
     | 
| 
      
 726 
     | 
    
         
            +
                    {
         
     | 
| 
      
 727 
     | 
    
         
            +
                      "internalType": "ClaimId",
         
     | 
| 
      
 728 
     | 
    
         
            +
                      "name": "claimId",
         
     | 
| 
      
 729 
     | 
    
         
            +
                      "type": "uint16"
         
     | 
| 
      
 730 
     | 
    
         
            +
                    },
         
     | 
| 
      
 731 
     | 
    
         
            +
                    {
         
     | 
| 
      
 732 
     | 
    
         
            +
                      "components": [
         
     | 
| 
      
 733 
     | 
    
         
            +
                        {
         
     | 
| 
      
 734 
     | 
    
         
            +
                          "internalType": "Amount",
         
     | 
| 
      
 735 
     | 
    
         
            +
                          "name": "claimAmount",
         
     | 
| 
      
 736 
     | 
    
         
            +
                          "type": "uint96"
         
     | 
| 
      
 737 
     | 
    
         
            +
                        },
         
     | 
| 
      
 738 
     | 
    
         
            +
                        {
         
     | 
| 
      
 739 
     | 
    
         
            +
                          "internalType": "Amount",
         
     | 
| 
      
 740 
     | 
    
         
            +
                          "name": "paidAmount",
         
     | 
| 
      
 741 
     | 
    
         
            +
                          "type": "uint96"
         
     | 
| 
      
 742 
     | 
    
         
            +
                        },
         
     | 
| 
      
 743 
     | 
    
         
            +
                        {
         
     | 
| 
      
 744 
     | 
    
         
            +
                          "internalType": "uint8",
         
     | 
| 
      
 745 
     | 
    
         
            +
                          "name": "payoutsCount",
         
     | 
| 
      
 746 
     | 
    
         
            +
                          "type": "uint8"
         
     | 
| 
      
 747 
     | 
    
         
            +
                        },
         
     | 
| 
      
 748 
     | 
    
         
            +
                        {
         
     | 
| 
      
 749 
     | 
    
         
            +
                          "internalType": "uint8",
         
     | 
| 
      
 750 
     | 
    
         
            +
                          "name": "openPayoutsCount",
         
     | 
| 
      
 751 
     | 
    
         
            +
                          "type": "uint8"
         
     | 
| 
      
 752 
     | 
    
         
            +
                        },
         
     | 
| 
      
 753 
     | 
    
         
            +
                        {
         
     | 
| 
      
 754 
     | 
    
         
            +
                          "internalType": "bytes",
         
     | 
| 
      
 755 
     | 
    
         
            +
                          "name": "submissionData",
         
     | 
| 
      
 756 
     | 
    
         
            +
                          "type": "bytes"
         
     | 
| 
      
 757 
     | 
    
         
            +
                        },
         
     | 
| 
      
 758 
     | 
    
         
            +
                        {
         
     | 
| 
      
 759 
     | 
    
         
            +
                          "internalType": "bytes",
         
     | 
| 
      
 760 
     | 
    
         
            +
                          "name": "processData",
         
     | 
| 
      
 761 
     | 
    
         
            +
                          "type": "bytes"
         
     | 
| 
      
 762 
     | 
    
         
            +
                        },
         
     | 
| 
      
 763 
     | 
    
         
            +
                        {
         
     | 
| 
      
 764 
     | 
    
         
            +
                          "internalType": "Timestamp",
         
     | 
| 
      
 765 
     | 
    
         
            +
                          "name": "closedAt",
         
     | 
| 
      
 766 
     | 
    
         
            +
                          "type": "uint40"
         
     | 
| 
      
 767 
     | 
    
         
            +
                        }
         
     | 
| 
      
 768 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 769 
     | 
    
         
            +
                      "internalType": "struct IPolicy.ClaimInfo",
         
     | 
| 
      
 770 
     | 
    
         
            +
                      "name": "claim",
         
     | 
| 
      
 771 
     | 
    
         
            +
                      "type": "tuple"
         
     | 
| 
      
 772 
     | 
    
         
            +
                    }
         
     | 
| 
      
 773 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 774 
     | 
    
         
            +
                  "name": "createClaim",
         
     | 
| 
      
 775 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 776 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 777 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 778 
     | 
    
         
            +
                },
         
     | 
| 
      
 779 
     | 
    
         
            +
                {
         
     | 
| 
      
 780 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 781 
     | 
    
         
            +
                    {
         
     | 
| 
      
 782 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 783 
     | 
    
         
            +
                      "name": "componentNftId",
         
     | 
| 
      
 784 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 785 
     | 
    
         
            +
                    },
         
     | 
| 
      
 786 
     | 
    
         
            +
                    {
         
     | 
| 
      
 787 
     | 
    
         
            +
                      "components": [
         
     | 
| 
      
 788 
     | 
    
         
            +
                        {
         
     | 
| 
      
 789 
     | 
    
         
            +
                          "internalType": "string",
         
     | 
| 
      
 790 
     | 
    
         
            +
                          "name": "name",
         
     | 
| 
      
 791 
     | 
    
         
            +
                          "type": "string"
         
     | 
| 
      
 792 
     | 
    
         
            +
                        },
         
     | 
| 
      
 793 
     | 
    
         
            +
                        {
         
     | 
| 
      
 794 
     | 
    
         
            +
                          "internalType": "NftId",
         
     | 
| 
      
 795 
     | 
    
         
            +
                          "name": "productNftId",
         
     | 
| 
      
 796 
     | 
    
         
            +
                          "type": "uint96"
         
     | 
| 
      
 797 
     | 
    
         
            +
                        },
         
     | 
| 
      
 798 
     | 
    
         
            +
                        {
         
     | 
| 
      
 799 
     | 
    
         
            +
                          "internalType": "contract IERC20Metadata",
         
     | 
| 
      
 800 
     | 
    
         
            +
                          "name": "token",
         
     | 
| 
      
 801 
     | 
    
         
            +
                          "type": "address"
         
     | 
| 
      
 802 
     | 
    
         
            +
                        },
         
     | 
| 
      
 803 
     | 
    
         
            +
                        {
         
     | 
| 
      
 804 
     | 
    
         
            +
                          "internalType": "contract TokenHandler",
         
     | 
| 
      
 805 
     | 
    
         
            +
                          "name": "tokenHandler",
         
     | 
| 
      
 806 
     | 
    
         
            +
                          "type": "address"
         
     | 
| 
      
 807 
     | 
    
         
            +
                        },
         
     | 
| 
      
 808 
     | 
    
         
            +
                        {
         
     | 
| 
      
 809 
     | 
    
         
            +
                          "internalType": "address",
         
     | 
| 
      
 810 
     | 
    
         
            +
                          "name": "wallet",
         
     | 
| 
      
 811 
     | 
    
         
            +
                          "type": "address"
         
     | 
| 
      
 812 
     | 
    
         
            +
                        },
         
     | 
| 
      
 813 
     | 
    
         
            +
                        {
         
     | 
| 
      
 814 
     | 
    
         
            +
                          "internalType": "bytes",
         
     | 
| 
      
 815 
     | 
    
         
            +
                          "name": "data",
         
     | 
| 
      
 816 
     | 
    
         
            +
                          "type": "bytes"
         
     | 
| 
      
 817 
     | 
    
         
            +
                        }
         
     | 
| 
      
 818 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 819 
     | 
    
         
            +
                      "internalType": "struct IComponents.ComponentInfo",
         
     | 
| 
      
 820 
     | 
    
         
            +
                      "name": "componentInfo",
         
     | 
| 
      
 821 
     | 
    
         
            +
                      "type": "tuple"
         
     | 
| 
      
 822 
     | 
    
         
            +
                    }
         
     | 
| 
      
 823 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 824 
     | 
    
         
            +
                  "name": "createComponent",
         
     | 
| 
      
 825 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 826 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 827 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 828 
     | 
    
         
            +
                },
         
     | 
| 
      
 829 
     | 
    
         
            +
                {
         
     | 
| 
      
 830 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 831 
     | 
    
         
            +
                    {
         
     | 
| 
      
 832 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 833 
     | 
    
         
            +
                      "name": "distributorNftId",
         
     | 
| 
      
 834 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 835 
     | 
    
         
            +
                    },
         
     | 
| 
      
 836 
     | 
    
         
            +
                    {
         
     | 
| 
      
 837 
     | 
    
         
            +
                      "components": [
         
     | 
| 
      
 838 
     | 
    
         
            +
                        {
         
     | 
| 
      
 839 
     | 
    
         
            +
                          "internalType": "DistributorType",
         
     | 
| 
      
 840 
     | 
    
         
            +
                          "name": "distributorType",
         
     | 
| 
      
 841 
     | 
    
         
            +
                          "type": "bytes8"
         
     | 
| 
      
 842 
     | 
    
         
            +
                        },
         
     | 
| 
      
 843 
     | 
    
         
            +
                        {
         
     | 
| 
      
 844 
     | 
    
         
            +
                          "internalType": "bool",
         
     | 
| 
      
 845 
     | 
    
         
            +
                          "name": "active",
         
     | 
| 
      
 846 
     | 
    
         
            +
                          "type": "bool"
         
     | 
| 
      
 847 
     | 
    
         
            +
                        },
         
     | 
| 
      
 848 
     | 
    
         
            +
                        {
         
     | 
| 
      
 849 
     | 
    
         
            +
                          "internalType": "bytes",
         
     | 
| 
      
 850 
     | 
    
         
            +
                          "name": "data",
         
     | 
| 
      
 851 
     | 
    
         
            +
                          "type": "bytes"
         
     | 
| 
      
 852 
     | 
    
         
            +
                        },
         
     | 
| 
      
 853 
     | 
    
         
            +
                        {
         
     | 
| 
      
 854 
     | 
    
         
            +
                          "internalType": "Amount",
         
     | 
| 
      
 855 
     | 
    
         
            +
                          "name": "commissionAmount",
         
     | 
| 
      
 856 
     | 
    
         
            +
                          "type": "uint96"
         
     | 
| 
      
 857 
     | 
    
         
            +
                        },
         
     | 
| 
      
 858 
     | 
    
         
            +
                        {
         
     | 
| 
      
 859 
     | 
    
         
            +
                          "internalType": "uint32",
         
     | 
| 
      
 860 
     | 
    
         
            +
                          "name": "numPoliciesSold",
         
     | 
| 
      
 861 
     | 
    
         
            +
                          "type": "uint32"
         
     | 
| 
      
 862 
     | 
    
         
            +
                        }
         
     | 
| 
      
 863 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 864 
     | 
    
         
            +
                      "internalType": "struct IDistribution.DistributorInfo",
         
     | 
| 
      
 865 
     | 
    
         
            +
                      "name": "info",
         
     | 
| 
      
 866 
     | 
    
         
            +
                      "type": "tuple"
         
     | 
| 
      
 867 
     | 
    
         
            +
                    }
         
     | 
| 
      
 868 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 869 
     | 
    
         
            +
                  "name": "createDistributor",
         
     | 
| 
      
 870 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 871 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 872 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 873 
     | 
    
         
            +
                },
         
     | 
| 
      
 874 
     | 
    
         
            +
                {
         
     | 
| 
      
 875 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 876 
     | 
    
         
            +
                    {
         
     | 
| 
      
 877 
     | 
    
         
            +
                      "internalType": "DistributorType",
         
     | 
| 
      
 878 
     | 
    
         
            +
                      "name": "distributorType",
         
     | 
| 
      
 879 
     | 
    
         
            +
                      "type": "bytes8"
         
     | 
| 
      
 880 
     | 
    
         
            +
                    },
         
     | 
| 
      
 881 
     | 
    
         
            +
                    {
         
     | 
| 
      
 882 
     | 
    
         
            +
                      "components": [
         
     | 
| 
      
 883 
     | 
    
         
            +
                        {
         
     | 
| 
      
 884 
     | 
    
         
            +
                          "internalType": "string",
         
     | 
| 
      
 885 
     | 
    
         
            +
                          "name": "name",
         
     | 
| 
      
 886 
     | 
    
         
            +
                          "type": "string"
         
     | 
| 
      
 887 
     | 
    
         
            +
                        },
         
     | 
| 
      
 888 
     | 
    
         
            +
                        {
         
     | 
| 
      
 889 
     | 
    
         
            +
                          "internalType": "UFixed",
         
     | 
| 
      
 890 
     | 
    
         
            +
                          "name": "minDiscountPercentage",
         
     | 
| 
      
 891 
     | 
    
         
            +
                          "type": "uint256"
         
     | 
| 
      
 892 
     | 
    
         
            +
                        },
         
     | 
| 
      
 893 
     | 
    
         
            +
                        {
         
     | 
| 
      
 894 
     | 
    
         
            +
                          "internalType": "UFixed",
         
     | 
| 
      
 895 
     | 
    
         
            +
                          "name": "maxDiscountPercentage",
         
     | 
| 
      
 896 
     | 
    
         
            +
                          "type": "uint256"
         
     | 
| 
      
 897 
     | 
    
         
            +
                        },
         
     | 
| 
      
 898 
     | 
    
         
            +
                        {
         
     | 
| 
      
 899 
     | 
    
         
            +
                          "internalType": "UFixed",
         
     | 
| 
      
 900 
     | 
    
         
            +
                          "name": "commissionPercentage",
         
     | 
| 
      
 901 
     | 
    
         
            +
                          "type": "uint256"
         
     | 
| 
      
 902 
     | 
    
         
            +
                        },
         
     | 
| 
      
 903 
     | 
    
         
            +
                        {
         
     | 
| 
      
 904 
     | 
    
         
            +
                          "internalType": "uint32",
         
     | 
| 
      
 905 
     | 
    
         
            +
                          "name": "maxReferralCount",
         
     | 
| 
      
 906 
     | 
    
         
            +
                          "type": "uint32"
         
     | 
| 
      
 907 
     | 
    
         
            +
                        },
         
     | 
| 
      
 908 
     | 
    
         
            +
                        {
         
     | 
| 
      
 909 
     | 
    
         
            +
                          "internalType": "uint32",
         
     | 
| 
      
 910 
     | 
    
         
            +
                          "name": "maxReferralLifetime",
         
     | 
| 
      
 911 
     | 
    
         
            +
                          "type": "uint32"
         
     | 
| 
      
 912 
     | 
    
         
            +
                        },
         
     | 
| 
      
 913 
     | 
    
         
            +
                        {
         
     | 
| 
      
 914 
     | 
    
         
            +
                          "internalType": "bool",
         
     | 
| 
      
 915 
     | 
    
         
            +
                          "name": "allowSelfReferrals",
         
     | 
| 
      
 916 
     | 
    
         
            +
                          "type": "bool"
         
     | 
| 
      
 917 
     | 
    
         
            +
                        },
         
     | 
| 
      
 918 
     | 
    
         
            +
                        {
         
     | 
| 
      
 919 
     | 
    
         
            +
                          "internalType": "bool",
         
     | 
| 
      
 920 
     | 
    
         
            +
                          "name": "allowRenewals",
         
     | 
| 
      
 921 
     | 
    
         
            +
                          "type": "bool"
         
     | 
| 
      
 922 
     | 
    
         
            +
                        },
         
     | 
| 
      
 923 
     | 
    
         
            +
                        {
         
     | 
| 
      
 924 
     | 
    
         
            +
                          "internalType": "bytes",
         
     | 
| 
      
 925 
     | 
    
         
            +
                          "name": "data",
         
     | 
| 
      
 926 
     | 
    
         
            +
                          "type": "bytes"
         
     | 
| 
      
 927 
     | 
    
         
            +
                        }
         
     | 
| 
      
 928 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 929 
     | 
    
         
            +
                      "internalType": "struct IDistribution.DistributorTypeInfo",
         
     | 
| 
      
 930 
     | 
    
         
            +
                      "name": "info",
         
     | 
| 
      
 931 
     | 
    
         
            +
                      "type": "tuple"
         
     | 
| 
      
 932 
     | 
    
         
            +
                    }
         
     | 
| 
      
 933 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 934 
     | 
    
         
            +
                  "name": "createDistributorType",
         
     | 
| 
      
 935 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 936 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 937 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 938 
     | 
    
         
            +
                },
         
     | 
| 
      
 939 
     | 
    
         
            +
                {
         
     | 
| 
      
 940 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 941 
     | 
    
         
            +
                    {
         
     | 
| 
      
 942 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 943 
     | 
    
         
            +
                      "name": "policyNftId",
         
     | 
| 
      
 944 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 945 
     | 
    
         
            +
                    },
         
     | 
| 
      
 946 
     | 
    
         
            +
                    {
         
     | 
| 
      
 947 
     | 
    
         
            +
                      "internalType": "PayoutId",
         
     | 
| 
      
 948 
     | 
    
         
            +
                      "name": "payoutId",
         
     | 
| 
      
 949 
     | 
    
         
            +
                      "type": "uint24"
         
     | 
| 
      
 950 
     | 
    
         
            +
                    },
         
     | 
| 
      
 951 
     | 
    
         
            +
                    {
         
     | 
| 
      
 952 
     | 
    
         
            +
                      "components": [
         
     | 
| 
      
 953 
     | 
    
         
            +
                        {
         
     | 
| 
      
 954 
     | 
    
         
            +
                          "internalType": "ClaimId",
         
     | 
| 
      
 955 
     | 
    
         
            +
                          "name": "claimId",
         
     | 
| 
      
 956 
     | 
    
         
            +
                          "type": "uint16"
         
     | 
| 
      
 957 
     | 
    
         
            +
                        },
         
     | 
| 
      
 958 
     | 
    
         
            +
                        {
         
     | 
| 
      
 959 
     | 
    
         
            +
                          "internalType": "Amount",
         
     | 
| 
      
 960 
     | 
    
         
            +
                          "name": "amount",
         
     | 
| 
      
 961 
     | 
    
         
            +
                          "type": "uint96"
         
     | 
| 
      
 962 
     | 
    
         
            +
                        },
         
     | 
| 
      
 963 
     | 
    
         
            +
                        {
         
     | 
| 
      
 964 
     | 
    
         
            +
                          "internalType": "bytes",
         
     | 
| 
      
 965 
     | 
    
         
            +
                          "name": "data",
         
     | 
| 
      
 966 
     | 
    
         
            +
                          "type": "bytes"
         
     | 
| 
      
 967 
     | 
    
         
            +
                        },
         
     | 
| 
      
 968 
     | 
    
         
            +
                        {
         
     | 
| 
      
 969 
     | 
    
         
            +
                          "internalType": "Timestamp",
         
     | 
| 
      
 970 
     | 
    
         
            +
                          "name": "paidAt",
         
     | 
| 
      
 971 
     | 
    
         
            +
                          "type": "uint40"
         
     | 
| 
      
 972 
     | 
    
         
            +
                        }
         
     | 
| 
      
 973 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 974 
     | 
    
         
            +
                      "internalType": "struct IPolicy.PayoutInfo",
         
     | 
| 
      
 975 
     | 
    
         
            +
                      "name": "payout",
         
     | 
| 
      
 976 
     | 
    
         
            +
                      "type": "tuple"
         
     | 
| 
      
 977 
     | 
    
         
            +
                    }
         
     | 
| 
      
 978 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 979 
     | 
    
         
            +
                  "name": "createPayout",
         
     | 
| 
      
 980 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 981 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 982 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 983 
     | 
    
         
            +
                },
         
     | 
| 
      
 984 
     | 
    
         
            +
                {
         
     | 
| 
      
 985 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 986 
     | 
    
         
            +
                    {
         
     | 
| 
      
 987 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 988 
     | 
    
         
            +
                      "name": "poolNftId",
         
     | 
| 
      
 989 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 990 
     | 
    
         
            +
                    },
         
     | 
| 
      
 991 
     | 
    
         
            +
                    {
         
     | 
| 
      
 992 
     | 
    
         
            +
                      "components": [
         
     | 
| 
      
 993 
     | 
    
         
            +
                        {
         
     | 
| 
      
 994 
     | 
    
         
            +
                          "internalType": "NftId",
         
     | 
| 
      
 995 
     | 
    
         
            +
                          "name": "productNftId",
         
     | 
| 
      
 996 
     | 
    
         
            +
                          "type": "uint96"
         
     | 
| 
      
 997 
     | 
    
         
            +
                        },
         
     | 
| 
      
 998 
     | 
    
         
            +
                        {
         
     | 
| 
      
 999 
     | 
    
         
            +
                          "internalType": "RoleId",
         
     | 
| 
      
 1000 
     | 
    
         
            +
                          "name": "bundleOwnerRole",
         
     | 
| 
      
 1001 
     | 
    
         
            +
                          "type": "uint64"
         
     | 
| 
      
 1002 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1003 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1004 
     | 
    
         
            +
                          "internalType": "Amount",
         
     | 
| 
      
 1005 
     | 
    
         
            +
                          "name": "maxCapitalAmount",
         
     | 
| 
      
 1006 
     | 
    
         
            +
                          "type": "uint96"
         
     | 
| 
      
 1007 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1008 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1009 
     | 
    
         
            +
                          "internalType": "bool",
         
     | 
| 
      
 1010 
     | 
    
         
            +
                          "name": "isInterceptingBundleTransfers",
         
     | 
| 
      
 1011 
     | 
    
         
            +
                          "type": "bool"
         
     | 
| 
      
 1012 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1013 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1014 
     | 
    
         
            +
                          "internalType": "bool",
         
     | 
| 
      
 1015 
     | 
    
         
            +
                          "name": "isExternallyManaged",
         
     | 
| 
      
 1016 
     | 
    
         
            +
                          "type": "bool"
         
     | 
| 
      
 1017 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1018 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1019 
     | 
    
         
            +
                          "internalType": "bool",
         
     | 
| 
      
 1020 
     | 
    
         
            +
                          "name": "isVerifyingApplications",
         
     | 
| 
      
 1021 
     | 
    
         
            +
                          "type": "bool"
         
     | 
| 
      
 1022 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1023 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1024 
     | 
    
         
            +
                          "internalType": "UFixed",
         
     | 
| 
      
 1025 
     | 
    
         
            +
                          "name": "collateralizationLevel",
         
     | 
| 
      
 1026 
     | 
    
         
            +
                          "type": "uint256"
         
     | 
| 
      
 1027 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1028 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1029 
     | 
    
         
            +
                          "internalType": "UFixed",
         
     | 
| 
      
 1030 
     | 
    
         
            +
                          "name": "retentionLevel",
         
     | 
| 
      
 1031 
     | 
    
         
            +
                          "type": "uint256"
         
     | 
| 
      
 1032 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1033 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1034 
     | 
    
         
            +
                          "components": [
         
     | 
| 
      
 1035 
     | 
    
         
            +
                            {
         
     | 
| 
      
 1036 
     | 
    
         
            +
                              "internalType": "UFixed",
         
     | 
| 
      
 1037 
     | 
    
         
            +
                              "name": "fractionalFee",
         
     | 
| 
      
 1038 
     | 
    
         
            +
                              "type": "uint256"
         
     | 
| 
      
 1039 
     | 
    
         
            +
                            },
         
     | 
| 
      
 1040 
     | 
    
         
            +
                            {
         
     | 
| 
      
 1041 
     | 
    
         
            +
                              "internalType": "uint256",
         
     | 
| 
      
 1042 
     | 
    
         
            +
                              "name": "fixedFee",
         
     | 
| 
      
 1043 
     | 
    
         
            +
                              "type": "uint256"
         
     | 
| 
      
 1044 
     | 
    
         
            +
                            }
         
     | 
| 
      
 1045 
     | 
    
         
            +
                          ],
         
     | 
| 
      
 1046 
     | 
    
         
            +
                          "internalType": "struct Fee",
         
     | 
| 
      
 1047 
     | 
    
         
            +
                          "name": "poolFee",
         
     | 
| 
      
 1048 
     | 
    
         
            +
                          "type": "tuple"
         
     | 
| 
      
 1049 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1050 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1051 
     | 
    
         
            +
                          "components": [
         
     | 
| 
      
 1052 
     | 
    
         
            +
                            {
         
     | 
| 
      
 1053 
     | 
    
         
            +
                              "internalType": "UFixed",
         
     | 
| 
      
 1054 
     | 
    
         
            +
                              "name": "fractionalFee",
         
     | 
| 
      
 1055 
     | 
    
         
            +
                              "type": "uint256"
         
     | 
| 
      
 1056 
     | 
    
         
            +
                            },
         
     | 
| 
      
 1057 
     | 
    
         
            +
                            {
         
     | 
| 
      
 1058 
     | 
    
         
            +
                              "internalType": "uint256",
         
     | 
| 
      
 1059 
     | 
    
         
            +
                              "name": "fixedFee",
         
     | 
| 
      
 1060 
     | 
    
         
            +
                              "type": "uint256"
         
     | 
| 
      
 1061 
     | 
    
         
            +
                            }
         
     | 
| 
      
 1062 
     | 
    
         
            +
                          ],
         
     | 
| 
      
 1063 
     | 
    
         
            +
                          "internalType": "struct Fee",
         
     | 
| 
      
 1064 
     | 
    
         
            +
                          "name": "stakingFee",
         
     | 
| 
      
 1065 
     | 
    
         
            +
                          "type": "tuple"
         
     | 
| 
      
 1066 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1067 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1068 
     | 
    
         
            +
                          "components": [
         
     | 
| 
      
 1069 
     | 
    
         
            +
                            {
         
     | 
| 
      
 1070 
     | 
    
         
            +
                              "internalType": "UFixed",
         
     | 
| 
      
 1071 
     | 
    
         
            +
                              "name": "fractionalFee",
         
     | 
| 
      
 1072 
     | 
    
         
            +
                              "type": "uint256"
         
     | 
| 
      
 1073 
     | 
    
         
            +
                            },
         
     | 
| 
      
 1074 
     | 
    
         
            +
                            {
         
     | 
| 
      
 1075 
     | 
    
         
            +
                              "internalType": "uint256",
         
     | 
| 
      
 1076 
     | 
    
         
            +
                              "name": "fixedFee",
         
     | 
| 
      
 1077 
     | 
    
         
            +
                              "type": "uint256"
         
     | 
| 
      
 1078 
     | 
    
         
            +
                            }
         
     | 
| 
      
 1079 
     | 
    
         
            +
                          ],
         
     | 
| 
      
 1080 
     | 
    
         
            +
                          "internalType": "struct Fee",
         
     | 
| 
      
 1081 
     | 
    
         
            +
                          "name": "performanceFee",
         
     | 
| 
      
 1082 
     | 
    
         
            +
                          "type": "tuple"
         
     | 
| 
      
 1083 
     | 
    
         
            +
                        }
         
     | 
| 
      
 1084 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 1085 
     | 
    
         
            +
                      "internalType": "struct IComponents.PoolInfo",
         
     | 
| 
      
 1086 
     | 
    
         
            +
                      "name": "info",
         
     | 
| 
      
 1087 
     | 
    
         
            +
                      "type": "tuple"
         
     | 
| 
      
 1088 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1089 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1090 
     | 
    
         
            +
                  "name": "createPool",
         
     | 
| 
      
 1091 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 1092 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 1093 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1094 
     | 
    
         
            +
                },
         
     | 
| 
      
 1095 
     | 
    
         
            +
                {
         
     | 
| 
      
 1096 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 1097 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1098 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 1099 
     | 
    
         
            +
                      "name": "productNftId",
         
     | 
| 
      
 1100 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1101 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1102 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1103 
     | 
    
         
            +
                      "components": [
         
     | 
| 
      
 1104 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1105 
     | 
    
         
            +
                          "internalType": "NftId",
         
     | 
| 
      
 1106 
     | 
    
         
            +
                          "name": "distributionNftId",
         
     | 
| 
      
 1107 
     | 
    
         
            +
                          "type": "uint96"
         
     | 
| 
      
 1108 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1109 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1110 
     | 
    
         
            +
                          "internalType": "NftId",
         
     | 
| 
      
 1111 
     | 
    
         
            +
                          "name": "poolNftId",
         
     | 
| 
      
 1112 
     | 
    
         
            +
                          "type": "uint96"
         
     | 
| 
      
 1113 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1114 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1115 
     | 
    
         
            +
                          "components": [
         
     | 
| 
      
 1116 
     | 
    
         
            +
                            {
         
     | 
| 
      
 1117 
     | 
    
         
            +
                              "internalType": "UFixed",
         
     | 
| 
      
 1118 
     | 
    
         
            +
                              "name": "fractionalFee",
         
     | 
| 
      
 1119 
     | 
    
         
            +
                              "type": "uint256"
         
     | 
| 
      
 1120 
     | 
    
         
            +
                            },
         
     | 
| 
      
 1121 
     | 
    
         
            +
                            {
         
     | 
| 
      
 1122 
     | 
    
         
            +
                              "internalType": "uint256",
         
     | 
| 
      
 1123 
     | 
    
         
            +
                              "name": "fixedFee",
         
     | 
| 
      
 1124 
     | 
    
         
            +
                              "type": "uint256"
         
     | 
| 
      
 1125 
     | 
    
         
            +
                            }
         
     | 
| 
      
 1126 
     | 
    
         
            +
                          ],
         
     | 
| 
      
 1127 
     | 
    
         
            +
                          "internalType": "struct Fee",
         
     | 
| 
      
 1128 
     | 
    
         
            +
                          "name": "productFee",
         
     | 
| 
      
 1129 
     | 
    
         
            +
                          "type": "tuple"
         
     | 
| 
      
 1130 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1131 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1132 
     | 
    
         
            +
                          "components": [
         
     | 
| 
      
 1133 
     | 
    
         
            +
                            {
         
     | 
| 
      
 1134 
     | 
    
         
            +
                              "internalType": "UFixed",
         
     | 
| 
      
 1135 
     | 
    
         
            +
                              "name": "fractionalFee",
         
     | 
| 
      
 1136 
     | 
    
         
            +
                              "type": "uint256"
         
     | 
| 
      
 1137 
     | 
    
         
            +
                            },
         
     | 
| 
      
 1138 
     | 
    
         
            +
                            {
         
     | 
| 
      
 1139 
     | 
    
         
            +
                              "internalType": "uint256",
         
     | 
| 
      
 1140 
     | 
    
         
            +
                              "name": "fixedFee",
         
     | 
| 
      
 1141 
     | 
    
         
            +
                              "type": "uint256"
         
     | 
| 
      
 1142 
     | 
    
         
            +
                            }
         
     | 
| 
      
 1143 
     | 
    
         
            +
                          ],
         
     | 
| 
      
 1144 
     | 
    
         
            +
                          "internalType": "struct Fee",
         
     | 
| 
      
 1145 
     | 
    
         
            +
                          "name": "processingFee",
         
     | 
| 
      
 1146 
     | 
    
         
            +
                          "type": "tuple"
         
     | 
| 
      
 1147 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1148 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1149 
     | 
    
         
            +
                          "components": [
         
     | 
| 
      
 1150 
     | 
    
         
            +
                            {
         
     | 
| 
      
 1151 
     | 
    
         
            +
                              "internalType": "UFixed",
         
     | 
| 
      
 1152 
     | 
    
         
            +
                              "name": "fractionalFee",
         
     | 
| 
      
 1153 
     | 
    
         
            +
                              "type": "uint256"
         
     | 
| 
      
 1154 
     | 
    
         
            +
                            },
         
     | 
| 
      
 1155 
     | 
    
         
            +
                            {
         
     | 
| 
      
 1156 
     | 
    
         
            +
                              "internalType": "uint256",
         
     | 
| 
      
 1157 
     | 
    
         
            +
                              "name": "fixedFee",
         
     | 
| 
      
 1158 
     | 
    
         
            +
                              "type": "uint256"
         
     | 
| 
      
 1159 
     | 
    
         
            +
                            }
         
     | 
| 
      
 1160 
     | 
    
         
            +
                          ],
         
     | 
| 
      
 1161 
     | 
    
         
            +
                          "internalType": "struct Fee",
         
     | 
| 
      
 1162 
     | 
    
         
            +
                          "name": "distributionFee",
         
     | 
| 
      
 1163 
     | 
    
         
            +
                          "type": "tuple"
         
     | 
| 
      
 1164 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1165 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1166 
     | 
    
         
            +
                          "components": [
         
     | 
| 
      
 1167 
     | 
    
         
            +
                            {
         
     | 
| 
      
 1168 
     | 
    
         
            +
                              "internalType": "UFixed",
         
     | 
| 
      
 1169 
     | 
    
         
            +
                              "name": "fractionalFee",
         
     | 
| 
      
 1170 
     | 
    
         
            +
                              "type": "uint256"
         
     | 
| 
      
 1171 
     | 
    
         
            +
                            },
         
     | 
| 
      
 1172 
     | 
    
         
            +
                            {
         
     | 
| 
      
 1173 
     | 
    
         
            +
                              "internalType": "uint256",
         
     | 
| 
      
 1174 
     | 
    
         
            +
                              "name": "fixedFee",
         
     | 
| 
      
 1175 
     | 
    
         
            +
                              "type": "uint256"
         
     | 
| 
      
 1176 
     | 
    
         
            +
                            }
         
     | 
| 
      
 1177 
     | 
    
         
            +
                          ],
         
     | 
| 
      
 1178 
     | 
    
         
            +
                          "internalType": "struct Fee",
         
     | 
| 
      
 1179 
     | 
    
         
            +
                          "name": "minDistributionOwnerFee",
         
     | 
| 
      
 1180 
     | 
    
         
            +
                          "type": "tuple"
         
     | 
| 
      
 1181 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1182 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1183 
     | 
    
         
            +
                          "components": [
         
     | 
| 
      
 1184 
     | 
    
         
            +
                            {
         
     | 
| 
      
 1185 
     | 
    
         
            +
                              "internalType": "UFixed",
         
     | 
| 
      
 1186 
     | 
    
         
            +
                              "name": "fractionalFee",
         
     | 
| 
      
 1187 
     | 
    
         
            +
                              "type": "uint256"
         
     | 
| 
      
 1188 
     | 
    
         
            +
                            },
         
     | 
| 
      
 1189 
     | 
    
         
            +
                            {
         
     | 
| 
      
 1190 
     | 
    
         
            +
                              "internalType": "uint256",
         
     | 
| 
      
 1191 
     | 
    
         
            +
                              "name": "fixedFee",
         
     | 
| 
      
 1192 
     | 
    
         
            +
                              "type": "uint256"
         
     | 
| 
      
 1193 
     | 
    
         
            +
                            }
         
     | 
| 
      
 1194 
     | 
    
         
            +
                          ],
         
     | 
| 
      
 1195 
     | 
    
         
            +
                          "internalType": "struct Fee",
         
     | 
| 
      
 1196 
     | 
    
         
            +
                          "name": "poolFee",
         
     | 
| 
      
 1197 
     | 
    
         
            +
                          "type": "tuple"
         
     | 
| 
      
 1198 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1199 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1200 
     | 
    
         
            +
                          "components": [
         
     | 
| 
      
 1201 
     | 
    
         
            +
                            {
         
     | 
| 
      
 1202 
     | 
    
         
            +
                              "internalType": "UFixed",
         
     | 
| 
      
 1203 
     | 
    
         
            +
                              "name": "fractionalFee",
         
     | 
| 
      
 1204 
     | 
    
         
            +
                              "type": "uint256"
         
     | 
| 
      
 1205 
     | 
    
         
            +
                            },
         
     | 
| 
      
 1206 
     | 
    
         
            +
                            {
         
     | 
| 
      
 1207 
     | 
    
         
            +
                              "internalType": "uint256",
         
     | 
| 
      
 1208 
     | 
    
         
            +
                              "name": "fixedFee",
         
     | 
| 
      
 1209 
     | 
    
         
            +
                              "type": "uint256"
         
     | 
| 
      
 1210 
     | 
    
         
            +
                            }
         
     | 
| 
      
 1211 
     | 
    
         
            +
                          ],
         
     | 
| 
      
 1212 
     | 
    
         
            +
                          "internalType": "struct Fee",
         
     | 
| 
      
 1213 
     | 
    
         
            +
                          "name": "stakingFee",
         
     | 
| 
      
 1214 
     | 
    
         
            +
                          "type": "tuple"
         
     | 
| 
      
 1215 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1216 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1217 
     | 
    
         
            +
                          "components": [
         
     | 
| 
      
 1218 
     | 
    
         
            +
                            {
         
     | 
| 
      
 1219 
     | 
    
         
            +
                              "internalType": "UFixed",
         
     | 
| 
      
 1220 
     | 
    
         
            +
                              "name": "fractionalFee",
         
     | 
| 
      
 1221 
     | 
    
         
            +
                              "type": "uint256"
         
     | 
| 
      
 1222 
     | 
    
         
            +
                            },
         
     | 
| 
      
 1223 
     | 
    
         
            +
                            {
         
     | 
| 
      
 1224 
     | 
    
         
            +
                              "internalType": "uint256",
         
     | 
| 
      
 1225 
     | 
    
         
            +
                              "name": "fixedFee",
         
     | 
| 
      
 1226 
     | 
    
         
            +
                              "type": "uint256"
         
     | 
| 
      
 1227 
     | 
    
         
            +
                            }
         
     | 
| 
      
 1228 
     | 
    
         
            +
                          ],
         
     | 
| 
      
 1229 
     | 
    
         
            +
                          "internalType": "struct Fee",
         
     | 
| 
      
 1230 
     | 
    
         
            +
                          "name": "performanceFee",
         
     | 
| 
      
 1231 
     | 
    
         
            +
                          "type": "tuple"
         
     | 
| 
      
 1232 
     | 
    
         
            +
                        }
         
     | 
| 
      
 1233 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 1234 
     | 
    
         
            +
                      "internalType": "struct IComponents.ProductInfo",
         
     | 
| 
      
 1235 
     | 
    
         
            +
                      "name": "info",
         
     | 
| 
      
 1236 
     | 
    
         
            +
                      "type": "tuple"
         
     | 
| 
      
 1237 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1238 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1239 
     | 
    
         
            +
                  "name": "createProduct",
         
     | 
| 
      
 1240 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 1241 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 1242 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1243 
     | 
    
         
            +
                },
         
     | 
| 
      
 1244 
     | 
    
         
            +
                {
         
     | 
| 
      
 1245 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 1246 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1247 
     | 
    
         
            +
                      "internalType": "ReferralId",
         
     | 
| 
      
 1248 
     | 
    
         
            +
                      "name": "referralId",
         
     | 
| 
      
 1249 
     | 
    
         
            +
                      "type": "bytes8"
         
     | 
| 
      
 1250 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1251 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1252 
     | 
    
         
            +
                      "components": [
         
     | 
| 
      
 1253 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1254 
     | 
    
         
            +
                          "internalType": "NftId",
         
     | 
| 
      
 1255 
     | 
    
         
            +
                          "name": "distributorNftId",
         
     | 
| 
      
 1256 
     | 
    
         
            +
                          "type": "uint96"
         
     | 
| 
      
 1257 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1258 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1259 
     | 
    
         
            +
                          "internalType": "string",
         
     | 
| 
      
 1260 
     | 
    
         
            +
                          "name": "referralCode",
         
     | 
| 
      
 1261 
     | 
    
         
            +
                          "type": "string"
         
     | 
| 
      
 1262 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1263 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1264 
     | 
    
         
            +
                          "internalType": "UFixed",
         
     | 
| 
      
 1265 
     | 
    
         
            +
                          "name": "discountPercentage",
         
     | 
| 
      
 1266 
     | 
    
         
            +
                          "type": "uint256"
         
     | 
| 
      
 1267 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1268 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1269 
     | 
    
         
            +
                          "internalType": "uint32",
         
     | 
| 
      
 1270 
     | 
    
         
            +
                          "name": "maxReferrals",
         
     | 
| 
      
 1271 
     | 
    
         
            +
                          "type": "uint32"
         
     | 
| 
      
 1272 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1273 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1274 
     | 
    
         
            +
                          "internalType": "uint32",
         
     | 
| 
      
 1275 
     | 
    
         
            +
                          "name": "usedReferrals",
         
     | 
| 
      
 1276 
     | 
    
         
            +
                          "type": "uint32"
         
     | 
| 
      
 1277 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1278 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1279 
     | 
    
         
            +
                          "internalType": "Timestamp",
         
     | 
| 
      
 1280 
     | 
    
         
            +
                          "name": "expiryAt",
         
     | 
| 
      
 1281 
     | 
    
         
            +
                          "type": "uint40"
         
     | 
| 
      
 1282 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1283 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1284 
     | 
    
         
            +
                          "internalType": "bytes",
         
     | 
| 
      
 1285 
     | 
    
         
            +
                          "name": "data",
         
     | 
| 
      
 1286 
     | 
    
         
            +
                          "type": "bytes"
         
     | 
| 
      
 1287 
     | 
    
         
            +
                        }
         
     | 
| 
      
 1288 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 1289 
     | 
    
         
            +
                      "internalType": "struct IDistribution.ReferralInfo",
         
     | 
| 
      
 1290 
     | 
    
         
            +
                      "name": "referralInfo",
         
     | 
| 
      
 1291 
     | 
    
         
            +
                      "type": "tuple"
         
     | 
| 
      
 1292 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1293 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1294 
     | 
    
         
            +
                  "name": "createReferral",
         
     | 
| 
      
 1295 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 1296 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 1297 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1298 
     | 
    
         
            +
                },
         
     | 
| 
      
 1299 
     | 
    
         
            +
                {
         
     | 
| 
      
 1300 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 1301 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1302 
     | 
    
         
            +
                      "components": [
         
     | 
| 
      
 1303 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1304 
     | 
    
         
            +
                          "internalType": "NftId",
         
     | 
| 
      
 1305 
     | 
    
         
            +
                          "name": "requesterNftId",
         
     | 
| 
      
 1306 
     | 
    
         
            +
                          "type": "uint96"
         
     | 
| 
      
 1307 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1308 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1309 
     | 
    
         
            +
                          "internalType": "string",
         
     | 
| 
      
 1310 
     | 
    
         
            +
                          "name": "callbackMethodName",
         
     | 
| 
      
 1311 
     | 
    
         
            +
                          "type": "string"
         
     | 
| 
      
 1312 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1313 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1314 
     | 
    
         
            +
                          "internalType": "NftId",
         
     | 
| 
      
 1315 
     | 
    
         
            +
                          "name": "oracleNftId",
         
     | 
| 
      
 1316 
     | 
    
         
            +
                          "type": "uint96"
         
     | 
| 
      
 1317 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1318 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1319 
     | 
    
         
            +
                          "internalType": "bytes",
         
     | 
| 
      
 1320 
     | 
    
         
            +
                          "name": "requestData",
         
     | 
| 
      
 1321 
     | 
    
         
            +
                          "type": "bytes"
         
     | 
| 
      
 1322 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1323 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1324 
     | 
    
         
            +
                          "internalType": "bytes",
         
     | 
| 
      
 1325 
     | 
    
         
            +
                          "name": "responseData",
         
     | 
| 
      
 1326 
     | 
    
         
            +
                          "type": "bytes"
         
     | 
| 
      
 1327 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1328 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1329 
     | 
    
         
            +
                          "internalType": "Timestamp",
         
     | 
| 
      
 1330 
     | 
    
         
            +
                          "name": "respondedAt",
         
     | 
| 
      
 1331 
     | 
    
         
            +
                          "type": "uint40"
         
     | 
| 
      
 1332 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1333 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1334 
     | 
    
         
            +
                          "internalType": "Timestamp",
         
     | 
| 
      
 1335 
     | 
    
         
            +
                          "name": "expiredAt",
         
     | 
| 
      
 1336 
     | 
    
         
            +
                          "type": "uint40"
         
     | 
| 
      
 1337 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1338 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1339 
     | 
    
         
            +
                          "internalType": "bool",
         
     | 
| 
      
 1340 
     | 
    
         
            +
                          "name": "isCancelled",
         
     | 
| 
      
 1341 
     | 
    
         
            +
                          "type": "bool"
         
     | 
| 
      
 1342 
     | 
    
         
            +
                        }
         
     | 
| 
      
 1343 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 1344 
     | 
    
         
            +
                      "internalType": "struct IOracle.RequestInfo",
         
     | 
| 
      
 1345 
     | 
    
         
            +
                      "name": "request",
         
     | 
| 
      
 1346 
     | 
    
         
            +
                      "type": "tuple"
         
     | 
| 
      
 1347 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1348 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1349 
     | 
    
         
            +
                  "name": "createRequest",
         
     | 
| 
      
 1350 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 1351 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1352 
     | 
    
         
            +
                      "internalType": "RequestId",
         
     | 
| 
      
 1353 
     | 
    
         
            +
                      "name": "requestId",
         
     | 
| 
      
 1354 
     | 
    
         
            +
                      "type": "uint64"
         
     | 
| 
      
 1355 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1356 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1357 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 1358 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1359 
     | 
    
         
            +
                },
         
     | 
| 
      
 1360 
     | 
    
         
            +
                {
         
     | 
| 
      
 1361 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 1362 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1363 
     | 
    
         
            +
                      "internalType": "RiskId",
         
     | 
| 
      
 1364 
     | 
    
         
            +
                      "name": "riskId",
         
     | 
| 
      
 1365 
     | 
    
         
            +
                      "type": "bytes8"
         
     | 
| 
      
 1366 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1367 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1368 
     | 
    
         
            +
                      "components": [
         
     | 
| 
      
 1369 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1370 
     | 
    
         
            +
                          "internalType": "NftId",
         
     | 
| 
      
 1371 
     | 
    
         
            +
                          "name": "productNftId",
         
     | 
| 
      
 1372 
     | 
    
         
            +
                          "type": "uint96"
         
     | 
| 
      
 1373 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1374 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1375 
     | 
    
         
            +
                          "internalType": "bytes",
         
     | 
| 
      
 1376 
     | 
    
         
            +
                          "name": "data",
         
     | 
| 
      
 1377 
     | 
    
         
            +
                          "type": "bytes"
         
     | 
| 
      
 1378 
     | 
    
         
            +
                        }
         
     | 
| 
      
 1379 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 1380 
     | 
    
         
            +
                      "internalType": "struct IRisk.RiskInfo",
         
     | 
| 
      
 1381 
     | 
    
         
            +
                      "name": "risk",
         
     | 
| 
      
 1382 
     | 
    
         
            +
                      "type": "tuple"
         
     | 
| 
      
 1383 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1384 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1385 
     | 
    
         
            +
                  "name": "createRisk",
         
     | 
| 
      
 1386 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 1387 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 1388 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1389 
     | 
    
         
            +
                },
         
     | 
| 
      
 1390 
     | 
    
         
            +
                {
         
     | 
| 
      
 1391 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 1392 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1393 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 1394 
     | 
    
         
            +
                      "name": "targetNftId",
         
     | 
| 
      
 1395 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1396 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1397 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1398 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 1399 
     | 
    
         
            +
                      "name": "amount",
         
     | 
| 
      
 1400 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1401 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1402 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1403 
     | 
    
         
            +
                  "name": "decreaseBalance",
         
     | 
| 
      
 1404 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 1405 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1406 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 1407 
     | 
    
         
            +
                      "name": "newBalance",
         
     | 
| 
      
 1408 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1409 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1410 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1411 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 1412 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1413 
     | 
    
         
            +
                },
         
     | 
| 
      
 1414 
     | 
    
         
            +
                {
         
     | 
| 
      
 1415 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 1416 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1417 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 1418 
     | 
    
         
            +
                      "name": "targetNftId",
         
     | 
| 
      
 1419 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1420 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1421 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1422 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 1423 
     | 
    
         
            +
                      "name": "amount",
         
     | 
| 
      
 1424 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1425 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1426 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1427 
     | 
    
         
            +
                  "name": "decreaseFees",
         
     | 
| 
      
 1428 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 1429 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1430 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 1431 
     | 
    
         
            +
                      "name": "newFeeBalance",
         
     | 
| 
      
 1432 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1433 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1434 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1435 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 1436 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1437 
     | 
    
         
            +
                },
         
     | 
| 
      
 1438 
     | 
    
         
            +
                {
         
     | 
| 
      
 1439 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 1440 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1441 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 1442 
     | 
    
         
            +
                      "name": "targetNftId",
         
     | 
| 
      
 1443 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1444 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1445 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1446 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 1447 
     | 
    
         
            +
                      "name": "amount",
         
     | 
| 
      
 1448 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1449 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1450 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1451 
     | 
    
         
            +
                  "name": "decreaseLocked",
         
     | 
| 
      
 1452 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 1453 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1454 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 1455 
     | 
    
         
            +
                      "name": "newBalance",
         
     | 
| 
      
 1456 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1457 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1458 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1459 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 1460 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1461 
     | 
    
         
            +
                },
         
     | 
| 
      
 1462 
     | 
    
         
            +
                {
         
     | 
| 
      
 1463 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 1464 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1465 
     | 
    
         
            +
                      "internalType": "Key32",
         
     | 
| 
      
 1466 
     | 
    
         
            +
                      "name": "key32",
         
     | 
| 
      
 1467 
     | 
    
         
            +
                      "type": "bytes32"
         
     | 
| 
      
 1468 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1469 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1470 
     | 
    
         
            +
                  "name": "exists",
         
     | 
| 
      
 1471 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 1472 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1473 
     | 
    
         
            +
                      "internalType": "bool",
         
     | 
| 
      
 1474 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 1475 
     | 
    
         
            +
                      "type": "bool"
         
     | 
| 
      
 1476 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1477 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1478 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 1479 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1480 
     | 
    
         
            +
                },
         
     | 
| 
      
 1481 
     | 
    
         
            +
                {
         
     | 
| 
      
 1482 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 1483 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1484 
     | 
    
         
            +
                      "internalType": "Key32",
         
     | 
| 
      
 1485 
     | 
    
         
            +
                      "name": "key32",
         
     | 
| 
      
 1486 
     | 
    
         
            +
                      "type": "bytes32"
         
     | 
| 
      
 1487 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1488 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1489 
     | 
    
         
            +
                  "name": "get",
         
     | 
| 
      
 1490 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 1491 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1492 
     | 
    
         
            +
                      "components": [
         
     | 
| 
      
 1493 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1494 
     | 
    
         
            +
                          "components": [
         
     | 
| 
      
 1495 
     | 
    
         
            +
                            {
         
     | 
| 
      
 1496 
     | 
    
         
            +
                              "internalType": "ObjectType",
         
     | 
| 
      
 1497 
     | 
    
         
            +
                              "name": "objectType",
         
     | 
| 
      
 1498 
     | 
    
         
            +
                              "type": "uint8"
         
     | 
| 
      
 1499 
     | 
    
         
            +
                            },
         
     | 
| 
      
 1500 
     | 
    
         
            +
                            {
         
     | 
| 
      
 1501 
     | 
    
         
            +
                              "internalType": "StateId",
         
     | 
| 
      
 1502 
     | 
    
         
            +
                              "name": "state",
         
     | 
| 
      
 1503 
     | 
    
         
            +
                              "type": "uint8"
         
     | 
| 
      
 1504 
     | 
    
         
            +
                            },
         
     | 
| 
      
 1505 
     | 
    
         
            +
                            {
         
     | 
| 
      
 1506 
     | 
    
         
            +
                              "internalType": "Blocknumber",
         
     | 
| 
      
 1507 
     | 
    
         
            +
                              "name": "updatedIn",
         
     | 
| 
      
 1508 
     | 
    
         
            +
                              "type": "uint32"
         
     | 
| 
      
 1509 
     | 
    
         
            +
                            },
         
     | 
| 
      
 1510 
     | 
    
         
            +
                            {
         
     | 
| 
      
 1511 
     | 
    
         
            +
                              "internalType": "Blocknumber",
         
     | 
| 
      
 1512 
     | 
    
         
            +
                              "name": "createdIn",
         
     | 
| 
      
 1513 
     | 
    
         
            +
                              "type": "uint32"
         
     | 
| 
      
 1514 
     | 
    
         
            +
                            }
         
     | 
| 
      
 1515 
     | 
    
         
            +
                          ],
         
     | 
| 
      
 1516 
     | 
    
         
            +
                          "internalType": "struct IKeyValueStore.Metadata",
         
     | 
| 
      
 1517 
     | 
    
         
            +
                          "name": "metadata",
         
     | 
| 
      
 1518 
     | 
    
         
            +
                          "type": "tuple"
         
     | 
| 
      
 1519 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1520 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1521 
     | 
    
         
            +
                          "internalType": "bytes",
         
     | 
| 
      
 1522 
     | 
    
         
            +
                          "name": "data",
         
     | 
| 
      
 1523 
     | 
    
         
            +
                          "type": "bytes"
         
     | 
| 
      
 1524 
     | 
    
         
            +
                        }
         
     | 
| 
      
 1525 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 1526 
     | 
    
         
            +
                      "internalType": "struct IKeyValueStore.Value",
         
     | 
| 
      
 1527 
     | 
    
         
            +
                      "name": "value",
         
     | 
| 
      
 1528 
     | 
    
         
            +
                      "type": "tuple"
         
     | 
| 
      
 1529 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1530 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1531 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 1532 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1533 
     | 
    
         
            +
                },
         
     | 
| 
      
 1534 
     | 
    
         
            +
                {
         
     | 
| 
      
 1535 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 1536 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1537 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 1538 
     | 
    
         
            +
                      "name": "targetNftId",
         
     | 
| 
      
 1539 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1540 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1541 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1542 
     | 
    
         
            +
                  "name": "getAmounts",
         
     | 
| 
      
 1543 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 1544 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1545 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 1546 
     | 
    
         
            +
                      "name": "balanceAmount",
         
     | 
| 
      
 1547 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1548 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1549 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1550 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 1551 
     | 
    
         
            +
                      "name": "lockedAmount",
         
     | 
| 
      
 1552 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1553 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1554 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1555 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 1556 
     | 
    
         
            +
                      "name": "feeAmount",
         
     | 
| 
      
 1557 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1558 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1559 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1560 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 1561 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1562 
     | 
    
         
            +
                },
         
     | 
| 
      
 1563 
     | 
    
         
            +
                {
         
     | 
| 
      
 1564 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 1565 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1566 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 1567 
     | 
    
         
            +
                      "name": "targetNftId",
         
     | 
| 
      
 1568 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1569 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1570 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1571 
     | 
    
         
            +
                  "name": "getBalanceAmount",
         
     | 
| 
      
 1572 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 1573 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1574 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 1575 
     | 
    
         
            +
                      "name": "balanceAmount",
         
     | 
| 
      
 1576 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1577 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1578 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1579 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 1580 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1581 
     | 
    
         
            +
                },
         
     | 
| 
      
 1582 
     | 
    
         
            +
                {
         
     | 
| 
      
 1583 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 1584 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1585 
     | 
    
         
            +
                      "internalType": "Key32",
         
     | 
| 
      
 1586 
     | 
    
         
            +
                      "name": "key32",
         
     | 
| 
      
 1587 
     | 
    
         
            +
                      "type": "bytes32"
         
     | 
| 
      
 1588 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1589 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1590 
     | 
    
         
            +
                  "name": "getData",
         
     | 
| 
      
 1591 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 1592 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1593 
     | 
    
         
            +
                      "internalType": "bytes",
         
     | 
| 
      
 1594 
     | 
    
         
            +
                      "name": "data",
         
     | 
| 
      
 1595 
     | 
    
         
            +
                      "type": "bytes"
         
     | 
| 
      
 1596 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1597 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1598 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 1599 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1600 
     | 
    
         
            +
                },
         
     | 
| 
      
 1601 
     | 
    
         
            +
                {
         
     | 
| 
      
 1602 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 1603 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1604 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 1605 
     | 
    
         
            +
                      "name": "targetNftId",
         
     | 
| 
      
 1606 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1607 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1608 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1609 
     | 
    
         
            +
                  "name": "getFeeAmount",
         
     | 
| 
      
 1610 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 1611 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1612 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 1613 
     | 
    
         
            +
                      "name": "feeAmount",
         
     | 
| 
      
 1614 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1615 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1616 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1617 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 1618 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1619 
     | 
    
         
            +
                },
         
     | 
| 
      
 1620 
     | 
    
         
            +
                {
         
     | 
| 
      
 1621 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 1622 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1623 
     | 
    
         
            +
                      "internalType": "ObjectType",
         
     | 
| 
      
 1624 
     | 
    
         
            +
                      "name": "objectType",
         
     | 
| 
      
 1625 
     | 
    
         
            +
                      "type": "uint8"
         
     | 
| 
      
 1626 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1627 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1628 
     | 
    
         
            +
                  "name": "getInitialState",
         
     | 
| 
      
 1629 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 1630 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1631 
     | 
    
         
            +
                      "internalType": "StateId",
         
     | 
| 
      
 1632 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 1633 
     | 
    
         
            +
                      "type": "uint8"
         
     | 
| 
      
 1634 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1635 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1636 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 1637 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1638 
     | 
    
         
            +
                },
         
     | 
| 
      
 1639 
     | 
    
         
            +
                {
         
     | 
| 
      
 1640 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 1641 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1642 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 1643 
     | 
    
         
            +
                      "name": "targetNftId",
         
     | 
| 
      
 1644 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1645 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1646 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1647 
     | 
    
         
            +
                  "name": "getLockedAmount",
         
     | 
| 
      
 1648 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 1649 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1650 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 1651 
     | 
    
         
            +
                      "name": "lockedAmount",
         
     | 
| 
      
 1652 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1653 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1654 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1655 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 1656 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1657 
     | 
    
         
            +
                },
         
     | 
| 
      
 1658 
     | 
    
         
            +
                {
         
     | 
| 
      
 1659 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 1660 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1661 
     | 
    
         
            +
                      "internalType": "Key32",
         
     | 
| 
      
 1662 
     | 
    
         
            +
                      "name": "key32",
         
     | 
| 
      
 1663 
     | 
    
         
            +
                      "type": "bytes32"
         
     | 
| 
      
 1664 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1665 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1666 
     | 
    
         
            +
                  "name": "getMetadata",
         
     | 
| 
      
 1667 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 1668 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1669 
     | 
    
         
            +
                      "components": [
         
     | 
| 
      
 1670 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1671 
     | 
    
         
            +
                          "internalType": "ObjectType",
         
     | 
| 
      
 1672 
     | 
    
         
            +
                          "name": "objectType",
         
     | 
| 
      
 1673 
     | 
    
         
            +
                          "type": "uint8"
         
     | 
| 
      
 1674 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1675 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1676 
     | 
    
         
            +
                          "internalType": "StateId",
         
     | 
| 
      
 1677 
     | 
    
         
            +
                          "name": "state",
         
     | 
| 
      
 1678 
     | 
    
         
            +
                          "type": "uint8"
         
     | 
| 
      
 1679 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1680 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1681 
     | 
    
         
            +
                          "internalType": "Blocknumber",
         
     | 
| 
      
 1682 
     | 
    
         
            +
                          "name": "updatedIn",
         
     | 
| 
      
 1683 
     | 
    
         
            +
                          "type": "uint32"
         
     | 
| 
      
 1684 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1685 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1686 
     | 
    
         
            +
                          "internalType": "Blocknumber",
         
     | 
| 
      
 1687 
     | 
    
         
            +
                          "name": "createdIn",
         
     | 
| 
      
 1688 
     | 
    
         
            +
                          "type": "uint32"
         
     | 
| 
      
 1689 
     | 
    
         
            +
                        }
         
     | 
| 
      
 1690 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 1691 
     | 
    
         
            +
                      "internalType": "struct IKeyValueStore.Metadata",
         
     | 
| 
      
 1692 
     | 
    
         
            +
                      "name": "metadata",
         
     | 
| 
      
 1693 
     | 
    
         
            +
                      "type": "tuple"
         
     | 
| 
      
 1694 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1695 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1696 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 1697 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1698 
     | 
    
         
            +
                },
         
     | 
| 
      
 1699 
     | 
    
         
            +
                {
         
     | 
| 
      
 1700 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 1701 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1702 
     | 
    
         
            +
                      "internalType": "Key32",
         
     | 
| 
      
 1703 
     | 
    
         
            +
                      "name": "key32",
         
     | 
| 
      
 1704 
     | 
    
         
            +
                      "type": "bytes32"
         
     | 
| 
      
 1705 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1706 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1707 
     | 
    
         
            +
                  "name": "getState",
         
     | 
| 
      
 1708 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 1709 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1710 
     | 
    
         
            +
                      "internalType": "StateId",
         
     | 
| 
      
 1711 
     | 
    
         
            +
                      "name": "state",
         
     | 
| 
      
 1712 
     | 
    
         
            +
                      "type": "uint8"
         
     | 
| 
      
 1713 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1714 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1715 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 1716 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1717 
     | 
    
         
            +
                },
         
     | 
| 
      
 1718 
     | 
    
         
            +
                {
         
     | 
| 
      
 1719 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 1720 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1721 
     | 
    
         
            +
                      "internalType": "ObjectType",
         
     | 
| 
      
 1722 
     | 
    
         
            +
                      "name": "objectType",
         
     | 
| 
      
 1723 
     | 
    
         
            +
                      "type": "uint8"
         
     | 
| 
      
 1724 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1725 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1726 
     | 
    
         
            +
                  "name": "hasLifecycle",
         
     | 
| 
      
 1727 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 1728 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1729 
     | 
    
         
            +
                      "internalType": "bool",
         
     | 
| 
      
 1730 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 1731 
     | 
    
         
            +
                      "type": "bool"
         
     | 
| 
      
 1732 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1733 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1734 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 1735 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1736 
     | 
    
         
            +
                },
         
     | 
| 
      
 1737 
     | 
    
         
            +
                {
         
     | 
| 
      
 1738 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 1739 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1740 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 1741 
     | 
    
         
            +
                      "name": "targetNftId",
         
     | 
| 
      
 1742 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1743 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1744 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1745 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 1746 
     | 
    
         
            +
                      "name": "amount",
         
     | 
| 
      
 1747 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1748 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1749 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1750 
     | 
    
         
            +
                  "name": "increaseBalance",
         
     | 
| 
      
 1751 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 1752 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1753 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 1754 
     | 
    
         
            +
                      "name": "newBalance",
         
     | 
| 
      
 1755 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1756 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1757 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1758 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 1759 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1760 
     | 
    
         
            +
                },
         
     | 
| 
      
 1761 
     | 
    
         
            +
                {
         
     | 
| 
      
 1762 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 1763 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1764 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 1765 
     | 
    
         
            +
                      "name": "targetNftId",
         
     | 
| 
      
 1766 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1767 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1768 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1769 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 1770 
     | 
    
         
            +
                      "name": "amount",
         
     | 
| 
      
 1771 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1772 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1773 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1774 
     | 
    
         
            +
                  "name": "increaseFees",
         
     | 
| 
      
 1775 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 1776 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1777 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 1778 
     | 
    
         
            +
                      "name": "newFeeBalance",
         
     | 
| 
      
 1779 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1780 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1781 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1782 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 1783 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1784 
     | 
    
         
            +
                },
         
     | 
| 
      
 1785 
     | 
    
         
            +
                {
         
     | 
| 
      
 1786 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 1787 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1788 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 1789 
     | 
    
         
            +
                      "name": "targetNftId",
         
     | 
| 
      
 1790 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1791 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1792 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1793 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 1794 
     | 
    
         
            +
                      "name": "amount",
         
     | 
| 
      
 1795 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1796 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1797 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1798 
     | 
    
         
            +
                  "name": "increaseLocked",
         
     | 
| 
      
 1799 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 1800 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1801 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 1802 
     | 
    
         
            +
                      "name": "newBalance",
         
     | 
| 
      
 1803 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1804 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1805 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1806 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 1807 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1808 
     | 
    
         
            +
                },
         
     | 
| 
      
 1809 
     | 
    
         
            +
                {
         
     | 
| 
      
 1810 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 1811 
     | 
    
         
            +
                  "name": "initialize",
         
     | 
| 
      
 1812 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 1813 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 1814 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1815 
     | 
    
         
            +
                },
         
     | 
| 
      
 1816 
     | 
    
         
            +
                {
         
     | 
| 
      
 1817 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 1818 
     | 
    
         
            +
                  "name": "initializeLifecycle",
         
     | 
| 
      
 1819 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 1820 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 1821 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1822 
     | 
    
         
            +
                },
         
     | 
| 
      
 1823 
     | 
    
         
            +
                {
         
     | 
| 
      
 1824 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 1825 
     | 
    
         
            +
                  "name": "isConsumingScheduledOp",
         
     | 
| 
      
 1826 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 1827 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1828 
     | 
    
         
            +
                      "internalType": "bytes4",
         
     | 
| 
      
 1829 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 1830 
     | 
    
         
            +
                      "type": "bytes4"
         
     | 
| 
      
 1831 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1832 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1833 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 1834 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1835 
     | 
    
         
            +
                },
         
     | 
| 
      
 1836 
     | 
    
         
            +
                {
         
     | 
| 
      
 1837 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 1838 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1839 
     | 
    
         
            +
                      "internalType": "ObjectType",
         
     | 
| 
      
 1840 
     | 
    
         
            +
                      "name": "objectType",
         
     | 
| 
      
 1841 
     | 
    
         
            +
                      "type": "uint8"
         
     | 
| 
      
 1842 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1843 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1844 
     | 
    
         
            +
                      "internalType": "StateId",
         
     | 
| 
      
 1845 
     | 
    
         
            +
                      "name": "fromId",
         
     | 
| 
      
 1846 
     | 
    
         
            +
                      "type": "uint8"
         
     | 
| 
      
 1847 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1848 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1849 
     | 
    
         
            +
                      "internalType": "StateId",
         
     | 
| 
      
 1850 
     | 
    
         
            +
                      "name": "toId",
         
     | 
| 
      
 1851 
     | 
    
         
            +
                      "type": "uint8"
         
     | 
| 
      
 1852 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1853 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1854 
     | 
    
         
            +
                  "name": "isValidTransition",
         
     | 
| 
      
 1855 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 1856 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1857 
     | 
    
         
            +
                      "internalType": "bool",
         
     | 
| 
      
 1858 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 1859 
     | 
    
         
            +
                      "type": "bool"
         
     | 
| 
      
 1860 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1861 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1862 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 1863 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1864 
     | 
    
         
            +
                },
         
     | 
| 
      
 1865 
     | 
    
         
            +
                {
         
     | 
| 
      
 1866 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 1867 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1868 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 1869 
     | 
    
         
            +
                      "name": "newAuthority",
         
     | 
| 
      
 1870 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 1871 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1872 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1873 
     | 
    
         
            +
                  "name": "setAuthority",
         
     | 
| 
      
 1874 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 1875 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 1876 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1877 
     | 
    
         
            +
                },
         
     | 
| 
      
 1878 
     | 
    
         
            +
                {
         
     | 
| 
      
 1879 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 1880 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1881 
     | 
    
         
            +
                      "internalType": "ObjectType",
         
     | 
| 
      
 1882 
     | 
    
         
            +
                      "name": "objectType",
         
     | 
| 
      
 1883 
     | 
    
         
            +
                      "type": "uint8"
         
     | 
| 
      
 1884 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1885 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1886 
     | 
    
         
            +
                      "internalType": "KeyId",
         
     | 
| 
      
 1887 
     | 
    
         
            +
                      "name": "id",
         
     | 
| 
      
 1888 
     | 
    
         
            +
                      "type": "bytes31"
         
     | 
| 
      
 1889 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1890 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1891 
     | 
    
         
            +
                  "name": "toKey32",
         
     | 
| 
      
 1892 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 1893 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1894 
     | 
    
         
            +
                      "internalType": "Key32",
         
     | 
| 
      
 1895 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 1896 
     | 
    
         
            +
                      "type": "bytes32"
         
     | 
| 
      
 1897 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1898 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1899 
     | 
    
         
            +
                  "stateMutability": "pure",
         
     | 
| 
      
 1900 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1901 
     | 
    
         
            +
                },
         
     | 
| 
      
 1902 
     | 
    
         
            +
                {
         
     | 
| 
      
 1903 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 1904 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1905 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 1906 
     | 
    
         
            +
                      "name": "applicationNftId",
         
     | 
| 
      
 1907 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1908 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1909 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1910 
     | 
    
         
            +
                      "components": [
         
     | 
| 
      
 1911 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1912 
     | 
    
         
            +
                          "internalType": "NftId",
         
     | 
| 
      
 1913 
     | 
    
         
            +
                          "name": "productNftId",
         
     | 
| 
      
 1914 
     | 
    
         
            +
                          "type": "uint96"
         
     | 
| 
      
 1915 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1916 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1917 
     | 
    
         
            +
                          "internalType": "NftId",
         
     | 
| 
      
 1918 
     | 
    
         
            +
                          "name": "bundleNftId",
         
     | 
| 
      
 1919 
     | 
    
         
            +
                          "type": "uint96"
         
     | 
| 
      
 1920 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1921 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1922 
     | 
    
         
            +
                          "internalType": "ReferralId",
         
     | 
| 
      
 1923 
     | 
    
         
            +
                          "name": "referralId",
         
     | 
| 
      
 1924 
     | 
    
         
            +
                          "type": "bytes8"
         
     | 
| 
      
 1925 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1926 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1927 
     | 
    
         
            +
                          "internalType": "RiskId",
         
     | 
| 
      
 1928 
     | 
    
         
            +
                          "name": "riskId",
         
     | 
| 
      
 1929 
     | 
    
         
            +
                          "type": "bytes8"
         
     | 
| 
      
 1930 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1931 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1932 
     | 
    
         
            +
                          "internalType": "Amount",
         
     | 
| 
      
 1933 
     | 
    
         
            +
                          "name": "sumInsuredAmount",
         
     | 
| 
      
 1934 
     | 
    
         
            +
                          "type": "uint96"
         
     | 
| 
      
 1935 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1936 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1937 
     | 
    
         
            +
                          "internalType": "Amount",
         
     | 
| 
      
 1938 
     | 
    
         
            +
                          "name": "premiumAmount",
         
     | 
| 
      
 1939 
     | 
    
         
            +
                          "type": "uint96"
         
     | 
| 
      
 1940 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1941 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1942 
     | 
    
         
            +
                          "internalType": "Amount",
         
     | 
| 
      
 1943 
     | 
    
         
            +
                          "name": "premiumPaidAmount",
         
     | 
| 
      
 1944 
     | 
    
         
            +
                          "type": "uint96"
         
     | 
| 
      
 1945 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1946 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1947 
     | 
    
         
            +
                          "internalType": "Seconds",
         
     | 
| 
      
 1948 
     | 
    
         
            +
                          "name": "lifetime",
         
     | 
| 
      
 1949 
     | 
    
         
            +
                          "type": "uint40"
         
     | 
| 
      
 1950 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1951 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1952 
     | 
    
         
            +
                          "internalType": "bytes",
         
     | 
| 
      
 1953 
     | 
    
         
            +
                          "name": "applicationData",
         
     | 
| 
      
 1954 
     | 
    
         
            +
                          "type": "bytes"
         
     | 
| 
      
 1955 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1956 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1957 
     | 
    
         
            +
                          "internalType": "bytes",
         
     | 
| 
      
 1958 
     | 
    
         
            +
                          "name": "processData",
         
     | 
| 
      
 1959 
     | 
    
         
            +
                          "type": "bytes"
         
     | 
| 
      
 1960 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1961 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1962 
     | 
    
         
            +
                          "internalType": "uint16",
         
     | 
| 
      
 1963 
     | 
    
         
            +
                          "name": "claimsCount",
         
     | 
| 
      
 1964 
     | 
    
         
            +
                          "type": "uint16"
         
     | 
| 
      
 1965 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1966 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1967 
     | 
    
         
            +
                          "internalType": "uint16",
         
     | 
| 
      
 1968 
     | 
    
         
            +
                          "name": "openClaimsCount",
         
     | 
| 
      
 1969 
     | 
    
         
            +
                          "type": "uint16"
         
     | 
| 
      
 1970 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1971 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1972 
     | 
    
         
            +
                          "internalType": "Amount",
         
     | 
| 
      
 1973 
     | 
    
         
            +
                          "name": "claimAmount",
         
     | 
| 
      
 1974 
     | 
    
         
            +
                          "type": "uint96"
         
     | 
| 
      
 1975 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1976 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1977 
     | 
    
         
            +
                          "internalType": "Amount",
         
     | 
| 
      
 1978 
     | 
    
         
            +
                          "name": "payoutAmount",
         
     | 
| 
      
 1979 
     | 
    
         
            +
                          "type": "uint96"
         
     | 
| 
      
 1980 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1981 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1982 
     | 
    
         
            +
                          "internalType": "Timestamp",
         
     | 
| 
      
 1983 
     | 
    
         
            +
                          "name": "activatedAt",
         
     | 
| 
      
 1984 
     | 
    
         
            +
                          "type": "uint40"
         
     | 
| 
      
 1985 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1986 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1987 
     | 
    
         
            +
                          "internalType": "Timestamp",
         
     | 
| 
      
 1988 
     | 
    
         
            +
                          "name": "expiredAt",
         
     | 
| 
      
 1989 
     | 
    
         
            +
                          "type": "uint40"
         
     | 
| 
      
 1990 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1991 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1992 
     | 
    
         
            +
                          "internalType": "Timestamp",
         
     | 
| 
      
 1993 
     | 
    
         
            +
                          "name": "closedAt",
         
     | 
| 
      
 1994 
     | 
    
         
            +
                          "type": "uint40"
         
     | 
| 
      
 1995 
     | 
    
         
            +
                        }
         
     | 
| 
      
 1996 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 1997 
     | 
    
         
            +
                      "internalType": "struct IPolicy.PolicyInfo",
         
     | 
| 
      
 1998 
     | 
    
         
            +
                      "name": "policy",
         
     | 
| 
      
 1999 
     | 
    
         
            +
                      "type": "tuple"
         
     | 
| 
      
 2000 
     | 
    
         
            +
                    },
         
     | 
| 
      
 2001 
     | 
    
         
            +
                    {
         
     | 
| 
      
 2002 
     | 
    
         
            +
                      "internalType": "StateId",
         
     | 
| 
      
 2003 
     | 
    
         
            +
                      "name": "newState",
         
     | 
| 
      
 2004 
     | 
    
         
            +
                      "type": "uint8"
         
     | 
| 
      
 2005 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2006 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 2007 
     | 
    
         
            +
                  "name": "updateApplication",
         
     | 
| 
      
 2008 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 2009 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 2010 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 2011 
     | 
    
         
            +
                },
         
     | 
| 
      
 2012 
     | 
    
         
            +
                {
         
     | 
| 
      
 2013 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 2014 
     | 
    
         
            +
                    {
         
     | 
| 
      
 2015 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 2016 
     | 
    
         
            +
                      "name": "applicationNftId",
         
     | 
| 
      
 2017 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 2018 
     | 
    
         
            +
                    },
         
     | 
| 
      
 2019 
     | 
    
         
            +
                    {
         
     | 
| 
      
 2020 
     | 
    
         
            +
                      "internalType": "StateId",
         
     | 
| 
      
 2021 
     | 
    
         
            +
                      "name": "newState",
         
     | 
| 
      
 2022 
     | 
    
         
            +
                      "type": "uint8"
         
     | 
| 
      
 2023 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2024 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 2025 
     | 
    
         
            +
                  "name": "updateApplicationState",
         
     | 
| 
      
 2026 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 2027 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 2028 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 2029 
     | 
    
         
            +
                },
         
     | 
| 
      
 2030 
     | 
    
         
            +
                {
         
     | 
| 
      
 2031 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 2032 
     | 
    
         
            +
                    {
         
     | 
| 
      
 2033 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 2034 
     | 
    
         
            +
                      "name": "bundleNftId",
         
     | 
| 
      
 2035 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 2036 
     | 
    
         
            +
                    },
         
     | 
| 
      
 2037 
     | 
    
         
            +
                    {
         
     | 
| 
      
 2038 
     | 
    
         
            +
                      "components": [
         
     | 
| 
      
 2039 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2040 
     | 
    
         
            +
                          "internalType": "NftId",
         
     | 
| 
      
 2041 
     | 
    
         
            +
                          "name": "poolNftId",
         
     | 
| 
      
 2042 
     | 
    
         
            +
                          "type": "uint96"
         
     | 
| 
      
 2043 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2044 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2045 
     | 
    
         
            +
                          "components": [
         
     | 
| 
      
 2046 
     | 
    
         
            +
                            {
         
     | 
| 
      
 2047 
     | 
    
         
            +
                              "internalType": "UFixed",
         
     | 
| 
      
 2048 
     | 
    
         
            +
                              "name": "fractionalFee",
         
     | 
| 
      
 2049 
     | 
    
         
            +
                              "type": "uint256"
         
     | 
| 
      
 2050 
     | 
    
         
            +
                            },
         
     | 
| 
      
 2051 
     | 
    
         
            +
                            {
         
     | 
| 
      
 2052 
     | 
    
         
            +
                              "internalType": "uint256",
         
     | 
| 
      
 2053 
     | 
    
         
            +
                              "name": "fixedFee",
         
     | 
| 
      
 2054 
     | 
    
         
            +
                              "type": "uint256"
         
     | 
| 
      
 2055 
     | 
    
         
            +
                            }
         
     | 
| 
      
 2056 
     | 
    
         
            +
                          ],
         
     | 
| 
      
 2057 
     | 
    
         
            +
                          "internalType": "struct Fee",
         
     | 
| 
      
 2058 
     | 
    
         
            +
                          "name": "fee",
         
     | 
| 
      
 2059 
     | 
    
         
            +
                          "type": "tuple"
         
     | 
| 
      
 2060 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2061 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2062 
     | 
    
         
            +
                          "internalType": "bytes",
         
     | 
| 
      
 2063 
     | 
    
         
            +
                          "name": "filter",
         
     | 
| 
      
 2064 
     | 
    
         
            +
                          "type": "bytes"
         
     | 
| 
      
 2065 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2066 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2067 
     | 
    
         
            +
                          "internalType": "Seconds",
         
     | 
| 
      
 2068 
     | 
    
         
            +
                          "name": "lifetime",
         
     | 
| 
      
 2069 
     | 
    
         
            +
                          "type": "uint40"
         
     | 
| 
      
 2070 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2071 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2072 
     | 
    
         
            +
                          "internalType": "Timestamp",
         
     | 
| 
      
 2073 
     | 
    
         
            +
                          "name": "expiredAt",
         
     | 
| 
      
 2074 
     | 
    
         
            +
                          "type": "uint40"
         
     | 
| 
      
 2075 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2076 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2077 
     | 
    
         
            +
                          "internalType": "Timestamp",
         
     | 
| 
      
 2078 
     | 
    
         
            +
                          "name": "closedAt",
         
     | 
| 
      
 2079 
     | 
    
         
            +
                          "type": "uint40"
         
     | 
| 
      
 2080 
     | 
    
         
            +
                        }
         
     | 
| 
      
 2081 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 2082 
     | 
    
         
            +
                      "internalType": "struct IBundle.BundleInfo",
         
     | 
| 
      
 2083 
     | 
    
         
            +
                      "name": "bundle",
         
     | 
| 
      
 2084 
     | 
    
         
            +
                      "type": "tuple"
         
     | 
| 
      
 2085 
     | 
    
         
            +
                    },
         
     | 
| 
      
 2086 
     | 
    
         
            +
                    {
         
     | 
| 
      
 2087 
     | 
    
         
            +
                      "internalType": "StateId",
         
     | 
| 
      
 2088 
     | 
    
         
            +
                      "name": "newState",
         
     | 
| 
      
 2089 
     | 
    
         
            +
                      "type": "uint8"
         
     | 
| 
      
 2090 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2091 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 2092 
     | 
    
         
            +
                  "name": "updateBundle",
         
     | 
| 
      
 2093 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 2094 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 2095 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 2096 
     | 
    
         
            +
                },
         
     | 
| 
      
 2097 
     | 
    
         
            +
                {
         
     | 
| 
      
 2098 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 2099 
     | 
    
         
            +
                    {
         
     | 
| 
      
 2100 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 2101 
     | 
    
         
            +
                      "name": "bundleNftId",
         
     | 
| 
      
 2102 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 2103 
     | 
    
         
            +
                    },
         
     | 
| 
      
 2104 
     | 
    
         
            +
                    {
         
     | 
| 
      
 2105 
     | 
    
         
            +
                      "internalType": "StateId",
         
     | 
| 
      
 2106 
     | 
    
         
            +
                      "name": "newState",
         
     | 
| 
      
 2107 
     | 
    
         
            +
                      "type": "uint8"
         
     | 
| 
      
 2108 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2109 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 2110 
     | 
    
         
            +
                  "name": "updateBundleState",
         
     | 
| 
      
 2111 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 2112 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 2113 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 2114 
     | 
    
         
            +
                },
         
     | 
| 
      
 2115 
     | 
    
         
            +
                {
         
     | 
| 
      
 2116 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 2117 
     | 
    
         
            +
                    {
         
     | 
| 
      
 2118 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 2119 
     | 
    
         
            +
                      "name": "policyNftId",
         
     | 
| 
      
 2120 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 2121 
     | 
    
         
            +
                    },
         
     | 
| 
      
 2122 
     | 
    
         
            +
                    {
         
     | 
| 
      
 2123 
     | 
    
         
            +
                      "internalType": "ClaimId",
         
     | 
| 
      
 2124 
     | 
    
         
            +
                      "name": "claimId",
         
     | 
| 
      
 2125 
     | 
    
         
            +
                      "type": "uint16"
         
     | 
| 
      
 2126 
     | 
    
         
            +
                    },
         
     | 
| 
      
 2127 
     | 
    
         
            +
                    {
         
     | 
| 
      
 2128 
     | 
    
         
            +
                      "components": [
         
     | 
| 
      
 2129 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2130 
     | 
    
         
            +
                          "internalType": "Amount",
         
     | 
| 
      
 2131 
     | 
    
         
            +
                          "name": "claimAmount",
         
     | 
| 
      
 2132 
     | 
    
         
            +
                          "type": "uint96"
         
     | 
| 
      
 2133 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2134 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2135 
     | 
    
         
            +
                          "internalType": "Amount",
         
     | 
| 
      
 2136 
     | 
    
         
            +
                          "name": "paidAmount",
         
     | 
| 
      
 2137 
     | 
    
         
            +
                          "type": "uint96"
         
     | 
| 
      
 2138 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2139 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2140 
     | 
    
         
            +
                          "internalType": "uint8",
         
     | 
| 
      
 2141 
     | 
    
         
            +
                          "name": "payoutsCount",
         
     | 
| 
      
 2142 
     | 
    
         
            +
                          "type": "uint8"
         
     | 
| 
      
 2143 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2144 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2145 
     | 
    
         
            +
                          "internalType": "uint8",
         
     | 
| 
      
 2146 
     | 
    
         
            +
                          "name": "openPayoutsCount",
         
     | 
| 
      
 2147 
     | 
    
         
            +
                          "type": "uint8"
         
     | 
| 
      
 2148 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2149 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2150 
     | 
    
         
            +
                          "internalType": "bytes",
         
     | 
| 
      
 2151 
     | 
    
         
            +
                          "name": "submissionData",
         
     | 
| 
      
 2152 
     | 
    
         
            +
                          "type": "bytes"
         
     | 
| 
      
 2153 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2154 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2155 
     | 
    
         
            +
                          "internalType": "bytes",
         
     | 
| 
      
 2156 
     | 
    
         
            +
                          "name": "processData",
         
     | 
| 
      
 2157 
     | 
    
         
            +
                          "type": "bytes"
         
     | 
| 
      
 2158 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2159 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2160 
     | 
    
         
            +
                          "internalType": "Timestamp",
         
     | 
| 
      
 2161 
     | 
    
         
            +
                          "name": "closedAt",
         
     | 
| 
      
 2162 
     | 
    
         
            +
                          "type": "uint40"
         
     | 
| 
      
 2163 
     | 
    
         
            +
                        }
         
     | 
| 
      
 2164 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 2165 
     | 
    
         
            +
                      "internalType": "struct IPolicy.ClaimInfo",
         
     | 
| 
      
 2166 
     | 
    
         
            +
                      "name": "claim",
         
     | 
| 
      
 2167 
     | 
    
         
            +
                      "type": "tuple"
         
     | 
| 
      
 2168 
     | 
    
         
            +
                    },
         
     | 
| 
      
 2169 
     | 
    
         
            +
                    {
         
     | 
| 
      
 2170 
     | 
    
         
            +
                      "internalType": "StateId",
         
     | 
| 
      
 2171 
     | 
    
         
            +
                      "name": "newState",
         
     | 
| 
      
 2172 
     | 
    
         
            +
                      "type": "uint8"
         
     | 
| 
      
 2173 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2174 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 2175 
     | 
    
         
            +
                  "name": "updateClaim",
         
     | 
| 
      
 2176 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 2177 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 2178 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 2179 
     | 
    
         
            +
                },
         
     | 
| 
      
 2180 
     | 
    
         
            +
                {
         
     | 
| 
      
 2181 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 2182 
     | 
    
         
            +
                    {
         
     | 
| 
      
 2183 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 2184 
     | 
    
         
            +
                      "name": "policyNftId",
         
     | 
| 
      
 2185 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 2186 
     | 
    
         
            +
                    },
         
     | 
| 
      
 2187 
     | 
    
         
            +
                    {
         
     | 
| 
      
 2188 
     | 
    
         
            +
                      "internalType": "ClaimId",
         
     | 
| 
      
 2189 
     | 
    
         
            +
                      "name": "claimId",
         
     | 
| 
      
 2190 
     | 
    
         
            +
                      "type": "uint16"
         
     | 
| 
      
 2191 
     | 
    
         
            +
                    },
         
     | 
| 
      
 2192 
     | 
    
         
            +
                    {
         
     | 
| 
      
 2193 
     | 
    
         
            +
                      "internalType": "StateId",
         
     | 
| 
      
 2194 
     | 
    
         
            +
                      "name": "newState",
         
     | 
| 
      
 2195 
     | 
    
         
            +
                      "type": "uint8"
         
     | 
| 
      
 2196 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2197 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 2198 
     | 
    
         
            +
                  "name": "updateClaimState",
         
     | 
| 
      
 2199 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 2200 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 2201 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 2202 
     | 
    
         
            +
                },
         
     | 
| 
      
 2203 
     | 
    
         
            +
                {
         
     | 
| 
      
 2204 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 2205 
     | 
    
         
            +
                    {
         
     | 
| 
      
 2206 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 2207 
     | 
    
         
            +
                      "name": "componentNftId",
         
     | 
| 
      
 2208 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 2209 
     | 
    
         
            +
                    },
         
     | 
| 
      
 2210 
     | 
    
         
            +
                    {
         
     | 
| 
      
 2211 
     | 
    
         
            +
                      "components": [
         
     | 
| 
      
 2212 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2213 
     | 
    
         
            +
                          "internalType": "string",
         
     | 
| 
      
 2214 
     | 
    
         
            +
                          "name": "name",
         
     | 
| 
      
 2215 
     | 
    
         
            +
                          "type": "string"
         
     | 
| 
      
 2216 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2217 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2218 
     | 
    
         
            +
                          "internalType": "NftId",
         
     | 
| 
      
 2219 
     | 
    
         
            +
                          "name": "productNftId",
         
     | 
| 
      
 2220 
     | 
    
         
            +
                          "type": "uint96"
         
     | 
| 
      
 2221 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2222 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2223 
     | 
    
         
            +
                          "internalType": "contract IERC20Metadata",
         
     | 
| 
      
 2224 
     | 
    
         
            +
                          "name": "token",
         
     | 
| 
      
 2225 
     | 
    
         
            +
                          "type": "address"
         
     | 
| 
      
 2226 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2227 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2228 
     | 
    
         
            +
                          "internalType": "contract TokenHandler",
         
     | 
| 
      
 2229 
     | 
    
         
            +
                          "name": "tokenHandler",
         
     | 
| 
      
 2230 
     | 
    
         
            +
                          "type": "address"
         
     | 
| 
      
 2231 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2232 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2233 
     | 
    
         
            +
                          "internalType": "address",
         
     | 
| 
      
 2234 
     | 
    
         
            +
                          "name": "wallet",
         
     | 
| 
      
 2235 
     | 
    
         
            +
                          "type": "address"
         
     | 
| 
      
 2236 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2237 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2238 
     | 
    
         
            +
                          "internalType": "bytes",
         
     | 
| 
      
 2239 
     | 
    
         
            +
                          "name": "data",
         
     | 
| 
      
 2240 
     | 
    
         
            +
                          "type": "bytes"
         
     | 
| 
      
 2241 
     | 
    
         
            +
                        }
         
     | 
| 
      
 2242 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 2243 
     | 
    
         
            +
                      "internalType": "struct IComponents.ComponentInfo",
         
     | 
| 
      
 2244 
     | 
    
         
            +
                      "name": "componentInfo",
         
     | 
| 
      
 2245 
     | 
    
         
            +
                      "type": "tuple"
         
     | 
| 
      
 2246 
     | 
    
         
            +
                    },
         
     | 
| 
      
 2247 
     | 
    
         
            +
                    {
         
     | 
| 
      
 2248 
     | 
    
         
            +
                      "internalType": "StateId",
         
     | 
| 
      
 2249 
     | 
    
         
            +
                      "name": "newState",
         
     | 
| 
      
 2250 
     | 
    
         
            +
                      "type": "uint8"
         
     | 
| 
      
 2251 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2252 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 2253 
     | 
    
         
            +
                  "name": "updateComponent",
         
     | 
| 
      
 2254 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 2255 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 2256 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 2257 
     | 
    
         
            +
                },
         
     | 
| 
      
 2258 
     | 
    
         
            +
                {
         
     | 
| 
      
 2259 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 2260 
     | 
    
         
            +
                    {
         
     | 
| 
      
 2261 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 2262 
     | 
    
         
            +
                      "name": "distributorNftId",
         
     | 
| 
      
 2263 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 2264 
     | 
    
         
            +
                    },
         
     | 
| 
      
 2265 
     | 
    
         
            +
                    {
         
     | 
| 
      
 2266 
     | 
    
         
            +
                      "components": [
         
     | 
| 
      
 2267 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2268 
     | 
    
         
            +
                          "internalType": "DistributorType",
         
     | 
| 
      
 2269 
     | 
    
         
            +
                          "name": "distributorType",
         
     | 
| 
      
 2270 
     | 
    
         
            +
                          "type": "bytes8"
         
     | 
| 
      
 2271 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2272 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2273 
     | 
    
         
            +
                          "internalType": "bool",
         
     | 
| 
      
 2274 
     | 
    
         
            +
                          "name": "active",
         
     | 
| 
      
 2275 
     | 
    
         
            +
                          "type": "bool"
         
     | 
| 
      
 2276 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2277 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2278 
     | 
    
         
            +
                          "internalType": "bytes",
         
     | 
| 
      
 2279 
     | 
    
         
            +
                          "name": "data",
         
     | 
| 
      
 2280 
     | 
    
         
            +
                          "type": "bytes"
         
     | 
| 
      
 2281 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2282 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2283 
     | 
    
         
            +
                          "internalType": "Amount",
         
     | 
| 
      
 2284 
     | 
    
         
            +
                          "name": "commissionAmount",
         
     | 
| 
      
 2285 
     | 
    
         
            +
                          "type": "uint96"
         
     | 
| 
      
 2286 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2287 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2288 
     | 
    
         
            +
                          "internalType": "uint32",
         
     | 
| 
      
 2289 
     | 
    
         
            +
                          "name": "numPoliciesSold",
         
     | 
| 
      
 2290 
     | 
    
         
            +
                          "type": "uint32"
         
     | 
| 
      
 2291 
     | 
    
         
            +
                        }
         
     | 
| 
      
 2292 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 2293 
     | 
    
         
            +
                      "internalType": "struct IDistribution.DistributorInfo",
         
     | 
| 
      
 2294 
     | 
    
         
            +
                      "name": "info",
         
     | 
| 
      
 2295 
     | 
    
         
            +
                      "type": "tuple"
         
     | 
| 
      
 2296 
     | 
    
         
            +
                    },
         
     | 
| 
      
 2297 
     | 
    
         
            +
                    {
         
     | 
| 
      
 2298 
     | 
    
         
            +
                      "internalType": "StateId",
         
     | 
| 
      
 2299 
     | 
    
         
            +
                      "name": "newState",
         
     | 
| 
      
 2300 
     | 
    
         
            +
                      "type": "uint8"
         
     | 
| 
      
 2301 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2302 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 2303 
     | 
    
         
            +
                  "name": "updateDistributor",
         
     | 
| 
      
 2304 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 2305 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 2306 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 2307 
     | 
    
         
            +
                },
         
     | 
| 
      
 2308 
     | 
    
         
            +
                {
         
     | 
| 
      
 2309 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 2310 
     | 
    
         
            +
                    {
         
     | 
| 
      
 2311 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 2312 
     | 
    
         
            +
                      "name": "distributorNftId",
         
     | 
| 
      
 2313 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 2314 
     | 
    
         
            +
                    },
         
     | 
| 
      
 2315 
     | 
    
         
            +
                    {
         
     | 
| 
      
 2316 
     | 
    
         
            +
                      "internalType": "StateId",
         
     | 
| 
      
 2317 
     | 
    
         
            +
                      "name": "newState",
         
     | 
| 
      
 2318 
     | 
    
         
            +
                      "type": "uint8"
         
     | 
| 
      
 2319 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2320 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 2321 
     | 
    
         
            +
                  "name": "updateDistributorState",
         
     | 
| 
      
 2322 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 2323 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 2324 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 2325 
     | 
    
         
            +
                },
         
     | 
| 
      
 2326 
     | 
    
         
            +
                {
         
     | 
| 
      
 2327 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 2328 
     | 
    
         
            +
                    {
         
     | 
| 
      
 2329 
     | 
    
         
            +
                      "internalType": "DistributorType",
         
     | 
| 
      
 2330 
     | 
    
         
            +
                      "name": "distributorType",
         
     | 
| 
      
 2331 
     | 
    
         
            +
                      "type": "bytes8"
         
     | 
| 
      
 2332 
     | 
    
         
            +
                    },
         
     | 
| 
      
 2333 
     | 
    
         
            +
                    {
         
     | 
| 
      
 2334 
     | 
    
         
            +
                      "components": [
         
     | 
| 
      
 2335 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2336 
     | 
    
         
            +
                          "internalType": "string",
         
     | 
| 
      
 2337 
     | 
    
         
            +
                          "name": "name",
         
     | 
| 
      
 2338 
     | 
    
         
            +
                          "type": "string"
         
     | 
| 
      
 2339 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2340 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2341 
     | 
    
         
            +
                          "internalType": "UFixed",
         
     | 
| 
      
 2342 
     | 
    
         
            +
                          "name": "minDiscountPercentage",
         
     | 
| 
      
 2343 
     | 
    
         
            +
                          "type": "uint256"
         
     | 
| 
      
 2344 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2345 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2346 
     | 
    
         
            +
                          "internalType": "UFixed",
         
     | 
| 
      
 2347 
     | 
    
         
            +
                          "name": "maxDiscountPercentage",
         
     | 
| 
      
 2348 
     | 
    
         
            +
                          "type": "uint256"
         
     | 
| 
      
 2349 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2350 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2351 
     | 
    
         
            +
                          "internalType": "UFixed",
         
     | 
| 
      
 2352 
     | 
    
         
            +
                          "name": "commissionPercentage",
         
     | 
| 
      
 2353 
     | 
    
         
            +
                          "type": "uint256"
         
     | 
| 
      
 2354 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2355 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2356 
     | 
    
         
            +
                          "internalType": "uint32",
         
     | 
| 
      
 2357 
     | 
    
         
            +
                          "name": "maxReferralCount",
         
     | 
| 
      
 2358 
     | 
    
         
            +
                          "type": "uint32"
         
     | 
| 
      
 2359 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2360 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2361 
     | 
    
         
            +
                          "internalType": "uint32",
         
     | 
| 
      
 2362 
     | 
    
         
            +
                          "name": "maxReferralLifetime",
         
     | 
| 
      
 2363 
     | 
    
         
            +
                          "type": "uint32"
         
     | 
| 
      
 2364 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2365 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2366 
     | 
    
         
            +
                          "internalType": "bool",
         
     | 
| 
      
 2367 
     | 
    
         
            +
                          "name": "allowSelfReferrals",
         
     | 
| 
      
 2368 
     | 
    
         
            +
                          "type": "bool"
         
     | 
| 
      
 2369 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2370 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2371 
     | 
    
         
            +
                          "internalType": "bool",
         
     | 
| 
      
 2372 
     | 
    
         
            +
                          "name": "allowRenewals",
         
     | 
| 
      
 2373 
     | 
    
         
            +
                          "type": "bool"
         
     | 
| 
      
 2374 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2375 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2376 
     | 
    
         
            +
                          "internalType": "bytes",
         
     | 
| 
      
 2377 
     | 
    
         
            +
                          "name": "data",
         
     | 
| 
      
 2378 
     | 
    
         
            +
                          "type": "bytes"
         
     | 
| 
      
 2379 
     | 
    
         
            +
                        }
         
     | 
| 
      
 2380 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 2381 
     | 
    
         
            +
                      "internalType": "struct IDistribution.DistributorTypeInfo",
         
     | 
| 
      
 2382 
     | 
    
         
            +
                      "name": "info",
         
     | 
| 
      
 2383 
     | 
    
         
            +
                      "type": "tuple"
         
     | 
| 
      
 2384 
     | 
    
         
            +
                    },
         
     | 
| 
      
 2385 
     | 
    
         
            +
                    {
         
     | 
| 
      
 2386 
     | 
    
         
            +
                      "internalType": "StateId",
         
     | 
| 
      
 2387 
     | 
    
         
            +
                      "name": "newState",
         
     | 
| 
      
 2388 
     | 
    
         
            +
                      "type": "uint8"
         
     | 
| 
      
 2389 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2390 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 2391 
     | 
    
         
            +
                  "name": "updateDistributorType",
         
     | 
| 
      
 2392 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 2393 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 2394 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 2395 
     | 
    
         
            +
                },
         
     | 
| 
      
 2396 
     | 
    
         
            +
                {
         
     | 
| 
      
 2397 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 2398 
     | 
    
         
            +
                    {
         
     | 
| 
      
 2399 
     | 
    
         
            +
                      "internalType": "DistributorType",
         
     | 
| 
      
 2400 
     | 
    
         
            +
                      "name": "distributorType",
         
     | 
| 
      
 2401 
     | 
    
         
            +
                      "type": "bytes8"
         
     | 
| 
      
 2402 
     | 
    
         
            +
                    },
         
     | 
| 
      
 2403 
     | 
    
         
            +
                    {
         
     | 
| 
      
 2404 
     | 
    
         
            +
                      "internalType": "StateId",
         
     | 
| 
      
 2405 
     | 
    
         
            +
                      "name": "newState",
         
     | 
| 
      
 2406 
     | 
    
         
            +
                      "type": "uint8"
         
     | 
| 
      
 2407 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2408 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 2409 
     | 
    
         
            +
                  "name": "updateDistributorTypeState",
         
     | 
| 
      
 2410 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 2411 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 2412 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 2413 
     | 
    
         
            +
                },
         
     | 
| 
      
 2414 
     | 
    
         
            +
                {
         
     | 
| 
      
 2415 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 2416 
     | 
    
         
            +
                    {
         
     | 
| 
      
 2417 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 2418 
     | 
    
         
            +
                      "name": "policyNftId",
         
     | 
| 
      
 2419 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 2420 
     | 
    
         
            +
                    },
         
     | 
| 
      
 2421 
     | 
    
         
            +
                    {
         
     | 
| 
      
 2422 
     | 
    
         
            +
                      "internalType": "PayoutId",
         
     | 
| 
      
 2423 
     | 
    
         
            +
                      "name": "payoutId",
         
     | 
| 
      
 2424 
     | 
    
         
            +
                      "type": "uint24"
         
     | 
| 
      
 2425 
     | 
    
         
            +
                    },
         
     | 
| 
      
 2426 
     | 
    
         
            +
                    {
         
     | 
| 
      
 2427 
     | 
    
         
            +
                      "components": [
         
     | 
| 
      
 2428 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2429 
     | 
    
         
            +
                          "internalType": "ClaimId",
         
     | 
| 
      
 2430 
     | 
    
         
            +
                          "name": "claimId",
         
     | 
| 
      
 2431 
     | 
    
         
            +
                          "type": "uint16"
         
     | 
| 
      
 2432 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2433 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2434 
     | 
    
         
            +
                          "internalType": "Amount",
         
     | 
| 
      
 2435 
     | 
    
         
            +
                          "name": "amount",
         
     | 
| 
      
 2436 
     | 
    
         
            +
                          "type": "uint96"
         
     | 
| 
      
 2437 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2438 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2439 
     | 
    
         
            +
                          "internalType": "bytes",
         
     | 
| 
      
 2440 
     | 
    
         
            +
                          "name": "data",
         
     | 
| 
      
 2441 
     | 
    
         
            +
                          "type": "bytes"
         
     | 
| 
      
 2442 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2443 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2444 
     | 
    
         
            +
                          "internalType": "Timestamp",
         
     | 
| 
      
 2445 
     | 
    
         
            +
                          "name": "paidAt",
         
     | 
| 
      
 2446 
     | 
    
         
            +
                          "type": "uint40"
         
     | 
| 
      
 2447 
     | 
    
         
            +
                        }
         
     | 
| 
      
 2448 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 2449 
     | 
    
         
            +
                      "internalType": "struct IPolicy.PayoutInfo",
         
     | 
| 
      
 2450 
     | 
    
         
            +
                      "name": "payout",
         
     | 
| 
      
 2451 
     | 
    
         
            +
                      "type": "tuple"
         
     | 
| 
      
 2452 
     | 
    
         
            +
                    },
         
     | 
| 
      
 2453 
     | 
    
         
            +
                    {
         
     | 
| 
      
 2454 
     | 
    
         
            +
                      "internalType": "StateId",
         
     | 
| 
      
 2455 
     | 
    
         
            +
                      "name": "newState",
         
     | 
| 
      
 2456 
     | 
    
         
            +
                      "type": "uint8"
         
     | 
| 
      
 2457 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2458 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 2459 
     | 
    
         
            +
                  "name": "updatePayout",
         
     | 
| 
      
 2460 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 2461 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 2462 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 2463 
     | 
    
         
            +
                },
         
     | 
| 
      
 2464 
     | 
    
         
            +
                {
         
     | 
| 
      
 2465 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 2466 
     | 
    
         
            +
                    {
         
     | 
| 
      
 2467 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 2468 
     | 
    
         
            +
                      "name": "policyNftId",
         
     | 
| 
      
 2469 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 2470 
     | 
    
         
            +
                    },
         
     | 
| 
      
 2471 
     | 
    
         
            +
                    {
         
     | 
| 
      
 2472 
     | 
    
         
            +
                      "internalType": "PayoutId",
         
     | 
| 
      
 2473 
     | 
    
         
            +
                      "name": "payoutId",
         
     | 
| 
      
 2474 
     | 
    
         
            +
                      "type": "uint24"
         
     | 
| 
      
 2475 
     | 
    
         
            +
                    },
         
     | 
| 
      
 2476 
     | 
    
         
            +
                    {
         
     | 
| 
      
 2477 
     | 
    
         
            +
                      "internalType": "StateId",
         
     | 
| 
      
 2478 
     | 
    
         
            +
                      "name": "newState",
         
     | 
| 
      
 2479 
     | 
    
         
            +
                      "type": "uint8"
         
     | 
| 
      
 2480 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2481 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 2482 
     | 
    
         
            +
                  "name": "updatePayoutState",
         
     | 
| 
      
 2483 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 2484 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 2485 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 2486 
     | 
    
         
            +
                },
         
     | 
| 
      
 2487 
     | 
    
         
            +
                {
         
     | 
| 
      
 2488 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 2489 
     | 
    
         
            +
                    {
         
     | 
| 
      
 2490 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 2491 
     | 
    
         
            +
                      "name": "policyNftId",
         
     | 
| 
      
 2492 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 2493 
     | 
    
         
            +
                    },
         
     | 
| 
      
 2494 
     | 
    
         
            +
                    {
         
     | 
| 
      
 2495 
     | 
    
         
            +
                      "components": [
         
     | 
| 
      
 2496 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2497 
     | 
    
         
            +
                          "internalType": "NftId",
         
     | 
| 
      
 2498 
     | 
    
         
            +
                          "name": "productNftId",
         
     | 
| 
      
 2499 
     | 
    
         
            +
                          "type": "uint96"
         
     | 
| 
      
 2500 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2501 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2502 
     | 
    
         
            +
                          "internalType": "NftId",
         
     | 
| 
      
 2503 
     | 
    
         
            +
                          "name": "bundleNftId",
         
     | 
| 
      
 2504 
     | 
    
         
            +
                          "type": "uint96"
         
     | 
| 
      
 2505 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2506 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2507 
     | 
    
         
            +
                          "internalType": "ReferralId",
         
     | 
| 
      
 2508 
     | 
    
         
            +
                          "name": "referralId",
         
     | 
| 
      
 2509 
     | 
    
         
            +
                          "type": "bytes8"
         
     | 
| 
      
 2510 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2511 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2512 
     | 
    
         
            +
                          "internalType": "RiskId",
         
     | 
| 
      
 2513 
     | 
    
         
            +
                          "name": "riskId",
         
     | 
| 
      
 2514 
     | 
    
         
            +
                          "type": "bytes8"
         
     | 
| 
      
 2515 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2516 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2517 
     | 
    
         
            +
                          "internalType": "Amount",
         
     | 
| 
      
 2518 
     | 
    
         
            +
                          "name": "sumInsuredAmount",
         
     | 
| 
      
 2519 
     | 
    
         
            +
                          "type": "uint96"
         
     | 
| 
      
 2520 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2521 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2522 
     | 
    
         
            +
                          "internalType": "Amount",
         
     | 
| 
      
 2523 
     | 
    
         
            +
                          "name": "premiumAmount",
         
     | 
| 
      
 2524 
     | 
    
         
            +
                          "type": "uint96"
         
     | 
| 
      
 2525 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2526 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2527 
     | 
    
         
            +
                          "internalType": "Amount",
         
     | 
| 
      
 2528 
     | 
    
         
            +
                          "name": "premiumPaidAmount",
         
     | 
| 
      
 2529 
     | 
    
         
            +
                          "type": "uint96"
         
     | 
| 
      
 2530 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2531 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2532 
     | 
    
         
            +
                          "internalType": "Seconds",
         
     | 
| 
      
 2533 
     | 
    
         
            +
                          "name": "lifetime",
         
     | 
| 
      
 2534 
     | 
    
         
            +
                          "type": "uint40"
         
     | 
| 
      
 2535 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2536 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2537 
     | 
    
         
            +
                          "internalType": "bytes",
         
     | 
| 
      
 2538 
     | 
    
         
            +
                          "name": "applicationData",
         
     | 
| 
      
 2539 
     | 
    
         
            +
                          "type": "bytes"
         
     | 
| 
      
 2540 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2541 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2542 
     | 
    
         
            +
                          "internalType": "bytes",
         
     | 
| 
      
 2543 
     | 
    
         
            +
                          "name": "processData",
         
     | 
| 
      
 2544 
     | 
    
         
            +
                          "type": "bytes"
         
     | 
| 
      
 2545 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2546 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2547 
     | 
    
         
            +
                          "internalType": "uint16",
         
     | 
| 
      
 2548 
     | 
    
         
            +
                          "name": "claimsCount",
         
     | 
| 
      
 2549 
     | 
    
         
            +
                          "type": "uint16"
         
     | 
| 
      
 2550 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2551 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2552 
     | 
    
         
            +
                          "internalType": "uint16",
         
     | 
| 
      
 2553 
     | 
    
         
            +
                          "name": "openClaimsCount",
         
     | 
| 
      
 2554 
     | 
    
         
            +
                          "type": "uint16"
         
     | 
| 
      
 2555 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2556 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2557 
     | 
    
         
            +
                          "internalType": "Amount",
         
     | 
| 
      
 2558 
     | 
    
         
            +
                          "name": "claimAmount",
         
     | 
| 
      
 2559 
     | 
    
         
            +
                          "type": "uint96"
         
     | 
| 
      
 2560 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2561 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2562 
     | 
    
         
            +
                          "internalType": "Amount",
         
     | 
| 
      
 2563 
     | 
    
         
            +
                          "name": "payoutAmount",
         
     | 
| 
      
 2564 
     | 
    
         
            +
                          "type": "uint96"
         
     | 
| 
      
 2565 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2566 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2567 
     | 
    
         
            +
                          "internalType": "Timestamp",
         
     | 
| 
      
 2568 
     | 
    
         
            +
                          "name": "activatedAt",
         
     | 
| 
      
 2569 
     | 
    
         
            +
                          "type": "uint40"
         
     | 
| 
      
 2570 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2571 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2572 
     | 
    
         
            +
                          "internalType": "Timestamp",
         
     | 
| 
      
 2573 
     | 
    
         
            +
                          "name": "expiredAt",
         
     | 
| 
      
 2574 
     | 
    
         
            +
                          "type": "uint40"
         
     | 
| 
      
 2575 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2576 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2577 
     | 
    
         
            +
                          "internalType": "Timestamp",
         
     | 
| 
      
 2578 
     | 
    
         
            +
                          "name": "closedAt",
         
     | 
| 
      
 2579 
     | 
    
         
            +
                          "type": "uint40"
         
     | 
| 
      
 2580 
     | 
    
         
            +
                        }
         
     | 
| 
      
 2581 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 2582 
     | 
    
         
            +
                      "internalType": "struct IPolicy.PolicyInfo",
         
     | 
| 
      
 2583 
     | 
    
         
            +
                      "name": "policy",
         
     | 
| 
      
 2584 
     | 
    
         
            +
                      "type": "tuple"
         
     | 
| 
      
 2585 
     | 
    
         
            +
                    },
         
     | 
| 
      
 2586 
     | 
    
         
            +
                    {
         
     | 
| 
      
 2587 
     | 
    
         
            +
                      "internalType": "StateId",
         
     | 
| 
      
 2588 
     | 
    
         
            +
                      "name": "newState",
         
     | 
| 
      
 2589 
     | 
    
         
            +
                      "type": "uint8"
         
     | 
| 
      
 2590 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2591 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 2592 
     | 
    
         
            +
                  "name": "updatePolicy",
         
     | 
| 
      
 2593 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 2594 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 2595 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 2596 
     | 
    
         
            +
                },
         
     | 
| 
      
 2597 
     | 
    
         
            +
                {
         
     | 
| 
      
 2598 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 2599 
     | 
    
         
            +
                    {
         
     | 
| 
      
 2600 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 2601 
     | 
    
         
            +
                      "name": "policyNftId",
         
     | 
| 
      
 2602 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 2603 
     | 
    
         
            +
                    },
         
     | 
| 
      
 2604 
     | 
    
         
            +
                    {
         
     | 
| 
      
 2605 
     | 
    
         
            +
                      "components": [
         
     | 
| 
      
 2606 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2607 
     | 
    
         
            +
                          "internalType": "NftId",
         
     | 
| 
      
 2608 
     | 
    
         
            +
                          "name": "productNftId",
         
     | 
| 
      
 2609 
     | 
    
         
            +
                          "type": "uint96"
         
     | 
| 
      
 2610 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2611 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2612 
     | 
    
         
            +
                          "internalType": "NftId",
         
     | 
| 
      
 2613 
     | 
    
         
            +
                          "name": "bundleNftId",
         
     | 
| 
      
 2614 
     | 
    
         
            +
                          "type": "uint96"
         
     | 
| 
      
 2615 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2616 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2617 
     | 
    
         
            +
                          "internalType": "ReferralId",
         
     | 
| 
      
 2618 
     | 
    
         
            +
                          "name": "referralId",
         
     | 
| 
      
 2619 
     | 
    
         
            +
                          "type": "bytes8"
         
     | 
| 
      
 2620 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2621 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2622 
     | 
    
         
            +
                          "internalType": "RiskId",
         
     | 
| 
      
 2623 
     | 
    
         
            +
                          "name": "riskId",
         
     | 
| 
      
 2624 
     | 
    
         
            +
                          "type": "bytes8"
         
     | 
| 
      
 2625 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2626 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2627 
     | 
    
         
            +
                          "internalType": "Amount",
         
     | 
| 
      
 2628 
     | 
    
         
            +
                          "name": "sumInsuredAmount",
         
     | 
| 
      
 2629 
     | 
    
         
            +
                          "type": "uint96"
         
     | 
| 
      
 2630 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2631 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2632 
     | 
    
         
            +
                          "internalType": "Amount",
         
     | 
| 
      
 2633 
     | 
    
         
            +
                          "name": "premiumAmount",
         
     | 
| 
      
 2634 
     | 
    
         
            +
                          "type": "uint96"
         
     | 
| 
      
 2635 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2636 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2637 
     | 
    
         
            +
                          "internalType": "Amount",
         
     | 
| 
      
 2638 
     | 
    
         
            +
                          "name": "premiumPaidAmount",
         
     | 
| 
      
 2639 
     | 
    
         
            +
                          "type": "uint96"
         
     | 
| 
      
 2640 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2641 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2642 
     | 
    
         
            +
                          "internalType": "Seconds",
         
     | 
| 
      
 2643 
     | 
    
         
            +
                          "name": "lifetime",
         
     | 
| 
      
 2644 
     | 
    
         
            +
                          "type": "uint40"
         
     | 
| 
      
 2645 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2646 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2647 
     | 
    
         
            +
                          "internalType": "bytes",
         
     | 
| 
      
 2648 
     | 
    
         
            +
                          "name": "applicationData",
         
     | 
| 
      
 2649 
     | 
    
         
            +
                          "type": "bytes"
         
     | 
| 
      
 2650 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2651 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2652 
     | 
    
         
            +
                          "internalType": "bytes",
         
     | 
| 
      
 2653 
     | 
    
         
            +
                          "name": "processData",
         
     | 
| 
      
 2654 
     | 
    
         
            +
                          "type": "bytes"
         
     | 
| 
      
 2655 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2656 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2657 
     | 
    
         
            +
                          "internalType": "uint16",
         
     | 
| 
      
 2658 
     | 
    
         
            +
                          "name": "claimsCount",
         
     | 
| 
      
 2659 
     | 
    
         
            +
                          "type": "uint16"
         
     | 
| 
      
 2660 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2661 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2662 
     | 
    
         
            +
                          "internalType": "uint16",
         
     | 
| 
      
 2663 
     | 
    
         
            +
                          "name": "openClaimsCount",
         
     | 
| 
      
 2664 
     | 
    
         
            +
                          "type": "uint16"
         
     | 
| 
      
 2665 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2666 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2667 
     | 
    
         
            +
                          "internalType": "Amount",
         
     | 
| 
      
 2668 
     | 
    
         
            +
                          "name": "claimAmount",
         
     | 
| 
      
 2669 
     | 
    
         
            +
                          "type": "uint96"
         
     | 
| 
      
 2670 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2671 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2672 
     | 
    
         
            +
                          "internalType": "Amount",
         
     | 
| 
      
 2673 
     | 
    
         
            +
                          "name": "payoutAmount",
         
     | 
| 
      
 2674 
     | 
    
         
            +
                          "type": "uint96"
         
     | 
| 
      
 2675 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2676 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2677 
     | 
    
         
            +
                          "internalType": "Timestamp",
         
     | 
| 
      
 2678 
     | 
    
         
            +
                          "name": "activatedAt",
         
     | 
| 
      
 2679 
     | 
    
         
            +
                          "type": "uint40"
         
     | 
| 
      
 2680 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2681 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2682 
     | 
    
         
            +
                          "internalType": "Timestamp",
         
     | 
| 
      
 2683 
     | 
    
         
            +
                          "name": "expiredAt",
         
     | 
| 
      
 2684 
     | 
    
         
            +
                          "type": "uint40"
         
     | 
| 
      
 2685 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2686 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2687 
     | 
    
         
            +
                          "internalType": "Timestamp",
         
     | 
| 
      
 2688 
     | 
    
         
            +
                          "name": "closedAt",
         
     | 
| 
      
 2689 
     | 
    
         
            +
                          "type": "uint40"
         
     | 
| 
      
 2690 
     | 
    
         
            +
                        }
         
     | 
| 
      
 2691 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 2692 
     | 
    
         
            +
                      "internalType": "struct IPolicy.PolicyInfo",
         
     | 
| 
      
 2693 
     | 
    
         
            +
                      "name": "policy",
         
     | 
| 
      
 2694 
     | 
    
         
            +
                      "type": "tuple"
         
     | 
| 
      
 2695 
     | 
    
         
            +
                    },
         
     | 
| 
      
 2696 
     | 
    
         
            +
                    {
         
     | 
| 
      
 2697 
     | 
    
         
            +
                      "internalType": "StateId",
         
     | 
| 
      
 2698 
     | 
    
         
            +
                      "name": "newState",
         
     | 
| 
      
 2699 
     | 
    
         
            +
                      "type": "uint8"
         
     | 
| 
      
 2700 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2701 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 2702 
     | 
    
         
            +
                  "name": "updatePolicyClaims",
         
     | 
| 
      
 2703 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 2704 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 2705 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 2706 
     | 
    
         
            +
                },
         
     | 
| 
      
 2707 
     | 
    
         
            +
                {
         
     | 
| 
      
 2708 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 2709 
     | 
    
         
            +
                    {
         
     | 
| 
      
 2710 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 2711 
     | 
    
         
            +
                      "name": "policyNftId",
         
     | 
| 
      
 2712 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 2713 
     | 
    
         
            +
                    },
         
     | 
| 
      
 2714 
     | 
    
         
            +
                    {
         
     | 
| 
      
 2715 
     | 
    
         
            +
                      "internalType": "StateId",
         
     | 
| 
      
 2716 
     | 
    
         
            +
                      "name": "newState",
         
     | 
| 
      
 2717 
     | 
    
         
            +
                      "type": "uint8"
         
     | 
| 
      
 2718 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2719 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 2720 
     | 
    
         
            +
                  "name": "updatePolicyState",
         
     | 
| 
      
 2721 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 2722 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 2723 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 2724 
     | 
    
         
            +
                },
         
     | 
| 
      
 2725 
     | 
    
         
            +
                {
         
     | 
| 
      
 2726 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 2727 
     | 
    
         
            +
                    {
         
     | 
| 
      
 2728 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 2729 
     | 
    
         
            +
                      "name": "poolNftId",
         
     | 
| 
      
 2730 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 2731 
     | 
    
         
            +
                    },
         
     | 
| 
      
 2732 
     | 
    
         
            +
                    {
         
     | 
| 
      
 2733 
     | 
    
         
            +
                      "components": [
         
     | 
| 
      
 2734 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2735 
     | 
    
         
            +
                          "internalType": "NftId",
         
     | 
| 
      
 2736 
     | 
    
         
            +
                          "name": "productNftId",
         
     | 
| 
      
 2737 
     | 
    
         
            +
                          "type": "uint96"
         
     | 
| 
      
 2738 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2739 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2740 
     | 
    
         
            +
                          "internalType": "RoleId",
         
     | 
| 
      
 2741 
     | 
    
         
            +
                          "name": "bundleOwnerRole",
         
     | 
| 
      
 2742 
     | 
    
         
            +
                          "type": "uint64"
         
     | 
| 
      
 2743 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2744 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2745 
     | 
    
         
            +
                          "internalType": "Amount",
         
     | 
| 
      
 2746 
     | 
    
         
            +
                          "name": "maxCapitalAmount",
         
     | 
| 
      
 2747 
     | 
    
         
            +
                          "type": "uint96"
         
     | 
| 
      
 2748 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2749 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2750 
     | 
    
         
            +
                          "internalType": "bool",
         
     | 
| 
      
 2751 
     | 
    
         
            +
                          "name": "isInterceptingBundleTransfers",
         
     | 
| 
      
 2752 
     | 
    
         
            +
                          "type": "bool"
         
     | 
| 
      
 2753 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2754 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2755 
     | 
    
         
            +
                          "internalType": "bool",
         
     | 
| 
      
 2756 
     | 
    
         
            +
                          "name": "isExternallyManaged",
         
     | 
| 
      
 2757 
     | 
    
         
            +
                          "type": "bool"
         
     | 
| 
      
 2758 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2759 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2760 
     | 
    
         
            +
                          "internalType": "bool",
         
     | 
| 
      
 2761 
     | 
    
         
            +
                          "name": "isVerifyingApplications",
         
     | 
| 
      
 2762 
     | 
    
         
            +
                          "type": "bool"
         
     | 
| 
      
 2763 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2764 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2765 
     | 
    
         
            +
                          "internalType": "UFixed",
         
     | 
| 
      
 2766 
     | 
    
         
            +
                          "name": "collateralizationLevel",
         
     | 
| 
      
 2767 
     | 
    
         
            +
                          "type": "uint256"
         
     | 
| 
      
 2768 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2769 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2770 
     | 
    
         
            +
                          "internalType": "UFixed",
         
     | 
| 
      
 2771 
     | 
    
         
            +
                          "name": "retentionLevel",
         
     | 
| 
      
 2772 
     | 
    
         
            +
                          "type": "uint256"
         
     | 
| 
      
 2773 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2774 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2775 
     | 
    
         
            +
                          "components": [
         
     | 
| 
      
 2776 
     | 
    
         
            +
                            {
         
     | 
| 
      
 2777 
     | 
    
         
            +
                              "internalType": "UFixed",
         
     | 
| 
      
 2778 
     | 
    
         
            +
                              "name": "fractionalFee",
         
     | 
| 
      
 2779 
     | 
    
         
            +
                              "type": "uint256"
         
     | 
| 
      
 2780 
     | 
    
         
            +
                            },
         
     | 
| 
      
 2781 
     | 
    
         
            +
                            {
         
     | 
| 
      
 2782 
     | 
    
         
            +
                              "internalType": "uint256",
         
     | 
| 
      
 2783 
     | 
    
         
            +
                              "name": "fixedFee",
         
     | 
| 
      
 2784 
     | 
    
         
            +
                              "type": "uint256"
         
     | 
| 
      
 2785 
     | 
    
         
            +
                            }
         
     | 
| 
      
 2786 
     | 
    
         
            +
                          ],
         
     | 
| 
      
 2787 
     | 
    
         
            +
                          "internalType": "struct Fee",
         
     | 
| 
      
 2788 
     | 
    
         
            +
                          "name": "poolFee",
         
     | 
| 
      
 2789 
     | 
    
         
            +
                          "type": "tuple"
         
     | 
| 
      
 2790 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2791 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2792 
     | 
    
         
            +
                          "components": [
         
     | 
| 
      
 2793 
     | 
    
         
            +
                            {
         
     | 
| 
      
 2794 
     | 
    
         
            +
                              "internalType": "UFixed",
         
     | 
| 
      
 2795 
     | 
    
         
            +
                              "name": "fractionalFee",
         
     | 
| 
      
 2796 
     | 
    
         
            +
                              "type": "uint256"
         
     | 
| 
      
 2797 
     | 
    
         
            +
                            },
         
     | 
| 
      
 2798 
     | 
    
         
            +
                            {
         
     | 
| 
      
 2799 
     | 
    
         
            +
                              "internalType": "uint256",
         
     | 
| 
      
 2800 
     | 
    
         
            +
                              "name": "fixedFee",
         
     | 
| 
      
 2801 
     | 
    
         
            +
                              "type": "uint256"
         
     | 
| 
      
 2802 
     | 
    
         
            +
                            }
         
     | 
| 
      
 2803 
     | 
    
         
            +
                          ],
         
     | 
| 
      
 2804 
     | 
    
         
            +
                          "internalType": "struct Fee",
         
     | 
| 
      
 2805 
     | 
    
         
            +
                          "name": "stakingFee",
         
     | 
| 
      
 2806 
     | 
    
         
            +
                          "type": "tuple"
         
     | 
| 
      
 2807 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2808 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2809 
     | 
    
         
            +
                          "components": [
         
     | 
| 
      
 2810 
     | 
    
         
            +
                            {
         
     | 
| 
      
 2811 
     | 
    
         
            +
                              "internalType": "UFixed",
         
     | 
| 
      
 2812 
     | 
    
         
            +
                              "name": "fractionalFee",
         
     | 
| 
      
 2813 
     | 
    
         
            +
                              "type": "uint256"
         
     | 
| 
      
 2814 
     | 
    
         
            +
                            },
         
     | 
| 
      
 2815 
     | 
    
         
            +
                            {
         
     | 
| 
      
 2816 
     | 
    
         
            +
                              "internalType": "uint256",
         
     | 
| 
      
 2817 
     | 
    
         
            +
                              "name": "fixedFee",
         
     | 
| 
      
 2818 
     | 
    
         
            +
                              "type": "uint256"
         
     | 
| 
      
 2819 
     | 
    
         
            +
                            }
         
     | 
| 
      
 2820 
     | 
    
         
            +
                          ],
         
     | 
| 
      
 2821 
     | 
    
         
            +
                          "internalType": "struct Fee",
         
     | 
| 
      
 2822 
     | 
    
         
            +
                          "name": "performanceFee",
         
     | 
| 
      
 2823 
     | 
    
         
            +
                          "type": "tuple"
         
     | 
| 
      
 2824 
     | 
    
         
            +
                        }
         
     | 
| 
      
 2825 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 2826 
     | 
    
         
            +
                      "internalType": "struct IComponents.PoolInfo",
         
     | 
| 
      
 2827 
     | 
    
         
            +
                      "name": "info",
         
     | 
| 
      
 2828 
     | 
    
         
            +
                      "type": "tuple"
         
     | 
| 
      
 2829 
     | 
    
         
            +
                    },
         
     | 
| 
      
 2830 
     | 
    
         
            +
                    {
         
     | 
| 
      
 2831 
     | 
    
         
            +
                      "internalType": "StateId",
         
     | 
| 
      
 2832 
     | 
    
         
            +
                      "name": "newState",
         
     | 
| 
      
 2833 
     | 
    
         
            +
                      "type": "uint8"
         
     | 
| 
      
 2834 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2835 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 2836 
     | 
    
         
            +
                  "name": "updatePool",
         
     | 
| 
      
 2837 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 2838 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 2839 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 2840 
     | 
    
         
            +
                },
         
     | 
| 
      
 2841 
     | 
    
         
            +
                {
         
     | 
| 
      
 2842 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 2843 
     | 
    
         
            +
                    {
         
     | 
| 
      
 2844 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 2845 
     | 
    
         
            +
                      "name": "productNftId",
         
     | 
| 
      
 2846 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 2847 
     | 
    
         
            +
                    },
         
     | 
| 
      
 2848 
     | 
    
         
            +
                    {
         
     | 
| 
      
 2849 
     | 
    
         
            +
                      "components": [
         
     | 
| 
      
 2850 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2851 
     | 
    
         
            +
                          "internalType": "NftId",
         
     | 
| 
      
 2852 
     | 
    
         
            +
                          "name": "distributionNftId",
         
     | 
| 
      
 2853 
     | 
    
         
            +
                          "type": "uint96"
         
     | 
| 
      
 2854 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2855 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2856 
     | 
    
         
            +
                          "internalType": "NftId",
         
     | 
| 
      
 2857 
     | 
    
         
            +
                          "name": "poolNftId",
         
     | 
| 
      
 2858 
     | 
    
         
            +
                          "type": "uint96"
         
     | 
| 
      
 2859 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2860 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2861 
     | 
    
         
            +
                          "components": [
         
     | 
| 
      
 2862 
     | 
    
         
            +
                            {
         
     | 
| 
      
 2863 
     | 
    
         
            +
                              "internalType": "UFixed",
         
     | 
| 
      
 2864 
     | 
    
         
            +
                              "name": "fractionalFee",
         
     | 
| 
      
 2865 
     | 
    
         
            +
                              "type": "uint256"
         
     | 
| 
      
 2866 
     | 
    
         
            +
                            },
         
     | 
| 
      
 2867 
     | 
    
         
            +
                            {
         
     | 
| 
      
 2868 
     | 
    
         
            +
                              "internalType": "uint256",
         
     | 
| 
      
 2869 
     | 
    
         
            +
                              "name": "fixedFee",
         
     | 
| 
      
 2870 
     | 
    
         
            +
                              "type": "uint256"
         
     | 
| 
      
 2871 
     | 
    
         
            +
                            }
         
     | 
| 
      
 2872 
     | 
    
         
            +
                          ],
         
     | 
| 
      
 2873 
     | 
    
         
            +
                          "internalType": "struct Fee",
         
     | 
| 
      
 2874 
     | 
    
         
            +
                          "name": "productFee",
         
     | 
| 
      
 2875 
     | 
    
         
            +
                          "type": "tuple"
         
     | 
| 
      
 2876 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2877 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2878 
     | 
    
         
            +
                          "components": [
         
     | 
| 
      
 2879 
     | 
    
         
            +
                            {
         
     | 
| 
      
 2880 
     | 
    
         
            +
                              "internalType": "UFixed",
         
     | 
| 
      
 2881 
     | 
    
         
            +
                              "name": "fractionalFee",
         
     | 
| 
      
 2882 
     | 
    
         
            +
                              "type": "uint256"
         
     | 
| 
      
 2883 
     | 
    
         
            +
                            },
         
     | 
| 
      
 2884 
     | 
    
         
            +
                            {
         
     | 
| 
      
 2885 
     | 
    
         
            +
                              "internalType": "uint256",
         
     | 
| 
      
 2886 
     | 
    
         
            +
                              "name": "fixedFee",
         
     | 
| 
      
 2887 
     | 
    
         
            +
                              "type": "uint256"
         
     | 
| 
      
 2888 
     | 
    
         
            +
                            }
         
     | 
| 
      
 2889 
     | 
    
         
            +
                          ],
         
     | 
| 
      
 2890 
     | 
    
         
            +
                          "internalType": "struct Fee",
         
     | 
| 
      
 2891 
     | 
    
         
            +
                          "name": "processingFee",
         
     | 
| 
      
 2892 
     | 
    
         
            +
                          "type": "tuple"
         
     | 
| 
      
 2893 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2894 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2895 
     | 
    
         
            +
                          "components": [
         
     | 
| 
      
 2896 
     | 
    
         
            +
                            {
         
     | 
| 
      
 2897 
     | 
    
         
            +
                              "internalType": "UFixed",
         
     | 
| 
      
 2898 
     | 
    
         
            +
                              "name": "fractionalFee",
         
     | 
| 
      
 2899 
     | 
    
         
            +
                              "type": "uint256"
         
     | 
| 
      
 2900 
     | 
    
         
            +
                            },
         
     | 
| 
      
 2901 
     | 
    
         
            +
                            {
         
     | 
| 
      
 2902 
     | 
    
         
            +
                              "internalType": "uint256",
         
     | 
| 
      
 2903 
     | 
    
         
            +
                              "name": "fixedFee",
         
     | 
| 
      
 2904 
     | 
    
         
            +
                              "type": "uint256"
         
     | 
| 
      
 2905 
     | 
    
         
            +
                            }
         
     | 
| 
      
 2906 
     | 
    
         
            +
                          ],
         
     | 
| 
      
 2907 
     | 
    
         
            +
                          "internalType": "struct Fee",
         
     | 
| 
      
 2908 
     | 
    
         
            +
                          "name": "distributionFee",
         
     | 
| 
      
 2909 
     | 
    
         
            +
                          "type": "tuple"
         
     | 
| 
      
 2910 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2911 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2912 
     | 
    
         
            +
                          "components": [
         
     | 
| 
      
 2913 
     | 
    
         
            +
                            {
         
     | 
| 
      
 2914 
     | 
    
         
            +
                              "internalType": "UFixed",
         
     | 
| 
      
 2915 
     | 
    
         
            +
                              "name": "fractionalFee",
         
     | 
| 
      
 2916 
     | 
    
         
            +
                              "type": "uint256"
         
     | 
| 
      
 2917 
     | 
    
         
            +
                            },
         
     | 
| 
      
 2918 
     | 
    
         
            +
                            {
         
     | 
| 
      
 2919 
     | 
    
         
            +
                              "internalType": "uint256",
         
     | 
| 
      
 2920 
     | 
    
         
            +
                              "name": "fixedFee",
         
     | 
| 
      
 2921 
     | 
    
         
            +
                              "type": "uint256"
         
     | 
| 
      
 2922 
     | 
    
         
            +
                            }
         
     | 
| 
      
 2923 
     | 
    
         
            +
                          ],
         
     | 
| 
      
 2924 
     | 
    
         
            +
                          "internalType": "struct Fee",
         
     | 
| 
      
 2925 
     | 
    
         
            +
                          "name": "minDistributionOwnerFee",
         
     | 
| 
      
 2926 
     | 
    
         
            +
                          "type": "tuple"
         
     | 
| 
      
 2927 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2928 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2929 
     | 
    
         
            +
                          "components": [
         
     | 
| 
      
 2930 
     | 
    
         
            +
                            {
         
     | 
| 
      
 2931 
     | 
    
         
            +
                              "internalType": "UFixed",
         
     | 
| 
      
 2932 
     | 
    
         
            +
                              "name": "fractionalFee",
         
     | 
| 
      
 2933 
     | 
    
         
            +
                              "type": "uint256"
         
     | 
| 
      
 2934 
     | 
    
         
            +
                            },
         
     | 
| 
      
 2935 
     | 
    
         
            +
                            {
         
     | 
| 
      
 2936 
     | 
    
         
            +
                              "internalType": "uint256",
         
     | 
| 
      
 2937 
     | 
    
         
            +
                              "name": "fixedFee",
         
     | 
| 
      
 2938 
     | 
    
         
            +
                              "type": "uint256"
         
     | 
| 
      
 2939 
     | 
    
         
            +
                            }
         
     | 
| 
      
 2940 
     | 
    
         
            +
                          ],
         
     | 
| 
      
 2941 
     | 
    
         
            +
                          "internalType": "struct Fee",
         
     | 
| 
      
 2942 
     | 
    
         
            +
                          "name": "poolFee",
         
     | 
| 
      
 2943 
     | 
    
         
            +
                          "type": "tuple"
         
     | 
| 
      
 2944 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2945 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2946 
     | 
    
         
            +
                          "components": [
         
     | 
| 
      
 2947 
     | 
    
         
            +
                            {
         
     | 
| 
      
 2948 
     | 
    
         
            +
                              "internalType": "UFixed",
         
     | 
| 
      
 2949 
     | 
    
         
            +
                              "name": "fractionalFee",
         
     | 
| 
      
 2950 
     | 
    
         
            +
                              "type": "uint256"
         
     | 
| 
      
 2951 
     | 
    
         
            +
                            },
         
     | 
| 
      
 2952 
     | 
    
         
            +
                            {
         
     | 
| 
      
 2953 
     | 
    
         
            +
                              "internalType": "uint256",
         
     | 
| 
      
 2954 
     | 
    
         
            +
                              "name": "fixedFee",
         
     | 
| 
      
 2955 
     | 
    
         
            +
                              "type": "uint256"
         
     | 
| 
      
 2956 
     | 
    
         
            +
                            }
         
     | 
| 
      
 2957 
     | 
    
         
            +
                          ],
         
     | 
| 
      
 2958 
     | 
    
         
            +
                          "internalType": "struct Fee",
         
     | 
| 
      
 2959 
     | 
    
         
            +
                          "name": "stakingFee",
         
     | 
| 
      
 2960 
     | 
    
         
            +
                          "type": "tuple"
         
     | 
| 
      
 2961 
     | 
    
         
            +
                        },
         
     | 
| 
      
 2962 
     | 
    
         
            +
                        {
         
     | 
| 
      
 2963 
     | 
    
         
            +
                          "components": [
         
     | 
| 
      
 2964 
     | 
    
         
            +
                            {
         
     | 
| 
      
 2965 
     | 
    
         
            +
                              "internalType": "UFixed",
         
     | 
| 
      
 2966 
     | 
    
         
            +
                              "name": "fractionalFee",
         
     | 
| 
      
 2967 
     | 
    
         
            +
                              "type": "uint256"
         
     | 
| 
      
 2968 
     | 
    
         
            +
                            },
         
     | 
| 
      
 2969 
     | 
    
         
            +
                            {
         
     | 
| 
      
 2970 
     | 
    
         
            +
                              "internalType": "uint256",
         
     | 
| 
      
 2971 
     | 
    
         
            +
                              "name": "fixedFee",
         
     | 
| 
      
 2972 
     | 
    
         
            +
                              "type": "uint256"
         
     | 
| 
      
 2973 
     | 
    
         
            +
                            }
         
     | 
| 
      
 2974 
     | 
    
         
            +
                          ],
         
     | 
| 
      
 2975 
     | 
    
         
            +
                          "internalType": "struct Fee",
         
     | 
| 
      
 2976 
     | 
    
         
            +
                          "name": "performanceFee",
         
     | 
| 
      
 2977 
     | 
    
         
            +
                          "type": "tuple"
         
     | 
| 
      
 2978 
     | 
    
         
            +
                        }
         
     | 
| 
      
 2979 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 2980 
     | 
    
         
            +
                      "internalType": "struct IComponents.ProductInfo",
         
     | 
| 
      
 2981 
     | 
    
         
            +
                      "name": "info",
         
     | 
| 
      
 2982 
     | 
    
         
            +
                      "type": "tuple"
         
     | 
| 
      
 2983 
     | 
    
         
            +
                    },
         
     | 
| 
      
 2984 
     | 
    
         
            +
                    {
         
     | 
| 
      
 2985 
     | 
    
         
            +
                      "internalType": "StateId",
         
     | 
| 
      
 2986 
     | 
    
         
            +
                      "name": "newState",
         
     | 
| 
      
 2987 
     | 
    
         
            +
                      "type": "uint8"
         
     | 
| 
      
 2988 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2989 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 2990 
     | 
    
         
            +
                  "name": "updateProduct",
         
     | 
| 
      
 2991 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 2992 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 2993 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 2994 
     | 
    
         
            +
                },
         
     | 
| 
      
 2995 
     | 
    
         
            +
                {
         
     | 
| 
      
 2996 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 2997 
     | 
    
         
            +
                    {
         
     | 
| 
      
 2998 
     | 
    
         
            +
                      "internalType": "ReferralId",
         
     | 
| 
      
 2999 
     | 
    
         
            +
                      "name": "referralId",
         
     | 
| 
      
 3000 
     | 
    
         
            +
                      "type": "bytes8"
         
     | 
| 
      
 3001 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3002 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3003 
     | 
    
         
            +
                      "components": [
         
     | 
| 
      
 3004 
     | 
    
         
            +
                        {
         
     | 
| 
      
 3005 
     | 
    
         
            +
                          "internalType": "NftId",
         
     | 
| 
      
 3006 
     | 
    
         
            +
                          "name": "distributorNftId",
         
     | 
| 
      
 3007 
     | 
    
         
            +
                          "type": "uint96"
         
     | 
| 
      
 3008 
     | 
    
         
            +
                        },
         
     | 
| 
      
 3009 
     | 
    
         
            +
                        {
         
     | 
| 
      
 3010 
     | 
    
         
            +
                          "internalType": "string",
         
     | 
| 
      
 3011 
     | 
    
         
            +
                          "name": "referralCode",
         
     | 
| 
      
 3012 
     | 
    
         
            +
                          "type": "string"
         
     | 
| 
      
 3013 
     | 
    
         
            +
                        },
         
     | 
| 
      
 3014 
     | 
    
         
            +
                        {
         
     | 
| 
      
 3015 
     | 
    
         
            +
                          "internalType": "UFixed",
         
     | 
| 
      
 3016 
     | 
    
         
            +
                          "name": "discountPercentage",
         
     | 
| 
      
 3017 
     | 
    
         
            +
                          "type": "uint256"
         
     | 
| 
      
 3018 
     | 
    
         
            +
                        },
         
     | 
| 
      
 3019 
     | 
    
         
            +
                        {
         
     | 
| 
      
 3020 
     | 
    
         
            +
                          "internalType": "uint32",
         
     | 
| 
      
 3021 
     | 
    
         
            +
                          "name": "maxReferrals",
         
     | 
| 
      
 3022 
     | 
    
         
            +
                          "type": "uint32"
         
     | 
| 
      
 3023 
     | 
    
         
            +
                        },
         
     | 
| 
      
 3024 
     | 
    
         
            +
                        {
         
     | 
| 
      
 3025 
     | 
    
         
            +
                          "internalType": "uint32",
         
     | 
| 
      
 3026 
     | 
    
         
            +
                          "name": "usedReferrals",
         
     | 
| 
      
 3027 
     | 
    
         
            +
                          "type": "uint32"
         
     | 
| 
      
 3028 
     | 
    
         
            +
                        },
         
     | 
| 
      
 3029 
     | 
    
         
            +
                        {
         
     | 
| 
      
 3030 
     | 
    
         
            +
                          "internalType": "Timestamp",
         
     | 
| 
      
 3031 
     | 
    
         
            +
                          "name": "expiryAt",
         
     | 
| 
      
 3032 
     | 
    
         
            +
                          "type": "uint40"
         
     | 
| 
      
 3033 
     | 
    
         
            +
                        },
         
     | 
| 
      
 3034 
     | 
    
         
            +
                        {
         
     | 
| 
      
 3035 
     | 
    
         
            +
                          "internalType": "bytes",
         
     | 
| 
      
 3036 
     | 
    
         
            +
                          "name": "data",
         
     | 
| 
      
 3037 
     | 
    
         
            +
                          "type": "bytes"
         
     | 
| 
      
 3038 
     | 
    
         
            +
                        }
         
     | 
| 
      
 3039 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 3040 
     | 
    
         
            +
                      "internalType": "struct IDistribution.ReferralInfo",
         
     | 
| 
      
 3041 
     | 
    
         
            +
                      "name": "referralInfo",
         
     | 
| 
      
 3042 
     | 
    
         
            +
                      "type": "tuple"
         
     | 
| 
      
 3043 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3044 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3045 
     | 
    
         
            +
                      "internalType": "StateId",
         
     | 
| 
      
 3046 
     | 
    
         
            +
                      "name": "newState",
         
     | 
| 
      
 3047 
     | 
    
         
            +
                      "type": "uint8"
         
     | 
| 
      
 3048 
     | 
    
         
            +
                    }
         
     | 
| 
      
 3049 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 3050 
     | 
    
         
            +
                  "name": "updateReferral",
         
     | 
| 
      
 3051 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 3052 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 3053 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 3054 
     | 
    
         
            +
                },
         
     | 
| 
      
 3055 
     | 
    
         
            +
                {
         
     | 
| 
      
 3056 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 3057 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3058 
     | 
    
         
            +
                      "internalType": "ReferralId",
         
     | 
| 
      
 3059 
     | 
    
         
            +
                      "name": "referralId",
         
     | 
| 
      
 3060 
     | 
    
         
            +
                      "type": "bytes8"
         
     | 
| 
      
 3061 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3062 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3063 
     | 
    
         
            +
                      "internalType": "StateId",
         
     | 
| 
      
 3064 
     | 
    
         
            +
                      "name": "newState",
         
     | 
| 
      
 3065 
     | 
    
         
            +
                      "type": "uint8"
         
     | 
| 
      
 3066 
     | 
    
         
            +
                    }
         
     | 
| 
      
 3067 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 3068 
     | 
    
         
            +
                  "name": "updateReferralState",
         
     | 
| 
      
 3069 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 3070 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 3071 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 3072 
     | 
    
         
            +
                },
         
     | 
| 
      
 3073 
     | 
    
         
            +
                {
         
     | 
| 
      
 3074 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 3075 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3076 
     | 
    
         
            +
                      "internalType": "RequestId",
         
     | 
| 
      
 3077 
     | 
    
         
            +
                      "name": "requestId",
         
     | 
| 
      
 3078 
     | 
    
         
            +
                      "type": "uint64"
         
     | 
| 
      
 3079 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3080 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3081 
     | 
    
         
            +
                      "components": [
         
     | 
| 
      
 3082 
     | 
    
         
            +
                        {
         
     | 
| 
      
 3083 
     | 
    
         
            +
                          "internalType": "NftId",
         
     | 
| 
      
 3084 
     | 
    
         
            +
                          "name": "requesterNftId",
         
     | 
| 
      
 3085 
     | 
    
         
            +
                          "type": "uint96"
         
     | 
| 
      
 3086 
     | 
    
         
            +
                        },
         
     | 
| 
      
 3087 
     | 
    
         
            +
                        {
         
     | 
| 
      
 3088 
     | 
    
         
            +
                          "internalType": "string",
         
     | 
| 
      
 3089 
     | 
    
         
            +
                          "name": "callbackMethodName",
         
     | 
| 
      
 3090 
     | 
    
         
            +
                          "type": "string"
         
     | 
| 
      
 3091 
     | 
    
         
            +
                        },
         
     | 
| 
      
 3092 
     | 
    
         
            +
                        {
         
     | 
| 
      
 3093 
     | 
    
         
            +
                          "internalType": "NftId",
         
     | 
| 
      
 3094 
     | 
    
         
            +
                          "name": "oracleNftId",
         
     | 
| 
      
 3095 
     | 
    
         
            +
                          "type": "uint96"
         
     | 
| 
      
 3096 
     | 
    
         
            +
                        },
         
     | 
| 
      
 3097 
     | 
    
         
            +
                        {
         
     | 
| 
      
 3098 
     | 
    
         
            +
                          "internalType": "bytes",
         
     | 
| 
      
 3099 
     | 
    
         
            +
                          "name": "requestData",
         
     | 
| 
      
 3100 
     | 
    
         
            +
                          "type": "bytes"
         
     | 
| 
      
 3101 
     | 
    
         
            +
                        },
         
     | 
| 
      
 3102 
     | 
    
         
            +
                        {
         
     | 
| 
      
 3103 
     | 
    
         
            +
                          "internalType": "bytes",
         
     | 
| 
      
 3104 
     | 
    
         
            +
                          "name": "responseData",
         
     | 
| 
      
 3105 
     | 
    
         
            +
                          "type": "bytes"
         
     | 
| 
      
 3106 
     | 
    
         
            +
                        },
         
     | 
| 
      
 3107 
     | 
    
         
            +
                        {
         
     | 
| 
      
 3108 
     | 
    
         
            +
                          "internalType": "Timestamp",
         
     | 
| 
      
 3109 
     | 
    
         
            +
                          "name": "respondedAt",
         
     | 
| 
      
 3110 
     | 
    
         
            +
                          "type": "uint40"
         
     | 
| 
      
 3111 
     | 
    
         
            +
                        },
         
     | 
| 
      
 3112 
     | 
    
         
            +
                        {
         
     | 
| 
      
 3113 
     | 
    
         
            +
                          "internalType": "Timestamp",
         
     | 
| 
      
 3114 
     | 
    
         
            +
                          "name": "expiredAt",
         
     | 
| 
      
 3115 
     | 
    
         
            +
                          "type": "uint40"
         
     | 
| 
      
 3116 
     | 
    
         
            +
                        },
         
     | 
| 
      
 3117 
     | 
    
         
            +
                        {
         
     | 
| 
      
 3118 
     | 
    
         
            +
                          "internalType": "bool",
         
     | 
| 
      
 3119 
     | 
    
         
            +
                          "name": "isCancelled",
         
     | 
| 
      
 3120 
     | 
    
         
            +
                          "type": "bool"
         
     | 
| 
      
 3121 
     | 
    
         
            +
                        }
         
     | 
| 
      
 3122 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 3123 
     | 
    
         
            +
                      "internalType": "struct IOracle.RequestInfo",
         
     | 
| 
      
 3124 
     | 
    
         
            +
                      "name": "request",
         
     | 
| 
      
 3125 
     | 
    
         
            +
                      "type": "tuple"
         
     | 
| 
      
 3126 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3127 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3128 
     | 
    
         
            +
                      "internalType": "StateId",
         
     | 
| 
      
 3129 
     | 
    
         
            +
                      "name": "newState",
         
     | 
| 
      
 3130 
     | 
    
         
            +
                      "type": "uint8"
         
     | 
| 
      
 3131 
     | 
    
         
            +
                    }
         
     | 
| 
      
 3132 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 3133 
     | 
    
         
            +
                  "name": "updateRequest",
         
     | 
| 
      
 3134 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 3135 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 3136 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 3137 
     | 
    
         
            +
                },
         
     | 
| 
      
 3138 
     | 
    
         
            +
                {
         
     | 
| 
      
 3139 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 3140 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3141 
     | 
    
         
            +
                      "internalType": "RequestId",
         
     | 
| 
      
 3142 
     | 
    
         
            +
                      "name": "requestId",
         
     | 
| 
      
 3143 
     | 
    
         
            +
                      "type": "uint64"
         
     | 
| 
      
 3144 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3145 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3146 
     | 
    
         
            +
                      "internalType": "StateId",
         
     | 
| 
      
 3147 
     | 
    
         
            +
                      "name": "newState",
         
     | 
| 
      
 3148 
     | 
    
         
            +
                      "type": "uint8"
         
     | 
| 
      
 3149 
     | 
    
         
            +
                    }
         
     | 
| 
      
 3150 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 3151 
     | 
    
         
            +
                  "name": "updateRequestState",
         
     | 
| 
      
 3152 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 3153 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 3154 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 3155 
     | 
    
         
            +
                },
         
     | 
| 
      
 3156 
     | 
    
         
            +
                {
         
     | 
| 
      
 3157 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 3158 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3159 
     | 
    
         
            +
                      "internalType": "RiskId",
         
     | 
| 
      
 3160 
     | 
    
         
            +
                      "name": "riskId",
         
     | 
| 
      
 3161 
     | 
    
         
            +
                      "type": "bytes8"
         
     | 
| 
      
 3162 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3163 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3164 
     | 
    
         
            +
                      "components": [
         
     | 
| 
      
 3165 
     | 
    
         
            +
                        {
         
     | 
| 
      
 3166 
     | 
    
         
            +
                          "internalType": "NftId",
         
     | 
| 
      
 3167 
     | 
    
         
            +
                          "name": "productNftId",
         
     | 
| 
      
 3168 
     | 
    
         
            +
                          "type": "uint96"
         
     | 
| 
      
 3169 
     | 
    
         
            +
                        },
         
     | 
| 
      
 3170 
     | 
    
         
            +
                        {
         
     | 
| 
      
 3171 
     | 
    
         
            +
                          "internalType": "bytes",
         
     | 
| 
      
 3172 
     | 
    
         
            +
                          "name": "data",
         
     | 
| 
      
 3173 
     | 
    
         
            +
                          "type": "bytes"
         
     | 
| 
      
 3174 
     | 
    
         
            +
                        }
         
     | 
| 
      
 3175 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 3176 
     | 
    
         
            +
                      "internalType": "struct IRisk.RiskInfo",
         
     | 
| 
      
 3177 
     | 
    
         
            +
                      "name": "risk",
         
     | 
| 
      
 3178 
     | 
    
         
            +
                      "type": "tuple"
         
     | 
| 
      
 3179 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3180 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3181 
     | 
    
         
            +
                      "internalType": "StateId",
         
     | 
| 
      
 3182 
     | 
    
         
            +
                      "name": "newState",
         
     | 
| 
      
 3183 
     | 
    
         
            +
                      "type": "uint8"
         
     | 
| 
      
 3184 
     | 
    
         
            +
                    }
         
     | 
| 
      
 3185 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 3186 
     | 
    
         
            +
                  "name": "updateRisk",
         
     | 
| 
      
 3187 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 3188 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 3189 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 3190 
     | 
    
         
            +
                },
         
     | 
| 
      
 3191 
     | 
    
         
            +
                {
         
     | 
| 
      
 3192 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 3193 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3194 
     | 
    
         
            +
                      "internalType": "RiskId",
         
     | 
| 
      
 3195 
     | 
    
         
            +
                      "name": "riskId",
         
     | 
| 
      
 3196 
     | 
    
         
            +
                      "type": "bytes8"
         
     | 
| 
      
 3197 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3198 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3199 
     | 
    
         
            +
                      "internalType": "StateId",
         
     | 
| 
      
 3200 
     | 
    
         
            +
                      "name": "newState",
         
     | 
| 
      
 3201 
     | 
    
         
            +
                      "type": "uint8"
         
     | 
| 
      
 3202 
     | 
    
         
            +
                    }
         
     | 
| 
      
 3203 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 3204 
     | 
    
         
            +
                  "name": "updateRiskState",
         
     | 
| 
      
 3205 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 3206 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 3207 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 3208 
     | 
    
         
            +
                }
         
     | 
| 
      
 3209 
     | 
    
         
            +
              ],
         
     | 
| 
      
 3210 
     | 
    
         
            +
              "bytecode": "0x608060405234801561001057600080fd5b506157d480620000216000396000f3fe608060405234801561001057600080fd5b50600436106103af5760003560e01c80637a9e5e4b116101f4578063a76ee0181161011a578063bf7e214f116100ad578063f48016ce1161007c578063f48016ce146109b8578063f5884fc5146107b0578063fae5df9b146109d9578063fe1f18d6146109ec57600080fd5b8063bf7e214f14610934578063ca0e7f0814610954578063e80c61ed14610967578063e9e96c701461097a57600080fd5b8063b4d7efe2116100e9578063b4d7efe2146108e8578063b5b3d9f9146108fb578063b6d7cd621461090e578063bf1db3f91461092157600080fd5b8063a76ee0181461089c578063a8989675146108af578063af902500146108c2578063b0628dc3146108d557600080fd5b80638fb3603711610192578063a284222911610161578063a2842229146107d6578063a46eb8dc146107e9578063a5961b4c146107fc578063a6a67b1f1461088957600080fd5b80638fb360371461078f578063985aeba7146107b05780639f8151e5146107c3578063a1fc1004146107b057600080fd5b80638129fc1c116101ce5780638129fc1c1461072857806381c2b282146107305780638eaa6ac0146107435780638eb9000d1461076357600080fd5b80637a9e5e4b146106ef5780637cca1124146107025780637cef48421461071557600080fd5b80633870a770116102d957806353ebe129116102775780635eede174116102465780635eede1741461064457806361105e0e146106b6578063763bb754146106c957806378929823146106dc57600080fd5b806353ebe129146105fe57806354f6127f146106115780635a8416b0146106315780635d4345cc146104c357600080fd5b8063468bce06116102b3578063468bce06146105bd5780634846003a146105c557806351dd844b146105d8578063533086d4146105eb57600080fd5b80633870a7701461057457806338a699a41461058757806340529b0f146105aa57600080fd5b80630fad0eb111610351578063275c059511610320578063275c0595146105285780632a8ea7ac1461053b5780632f61088a1461054e57806330a130ba1461056157600080fd5b80630fad0eb1146104c35780631e40b363146104d6578063228e42ec146104e9578063248a77dd1461051557600080fd5b806309648a9d1161038d57806309648a9d1461043d5780630cfc3ba3146104775780630d3581811461048a5780630f6c29ef146104b057600080fd5b80630232ca49146103b457806303c099ac146103fd5780630632b17d14610412575b600080fd5b6103e06103c23660046135ef565b6001600160601b039081166000908152600260205260409020541690565b6040516001600160601b0390911681526020015b60405180910390f35b61041061040b366004613899565b6109ff565b005b610425610420366004613a1c565b610a45565b6040516001600160401b0390911681526020016103f4565b61046561044b366004613a58565b600090815260076020526040902054610100900460ff1690565b60405160ff90911681526020016103f4565b610410610485366004613b4f565b610b05565b610465610498366004613bb0565b60ff9081166000908152600560205260409020541690565b6104106104be366004613c83565b610b2c565b6104106104d1366004613cf5565b610b59565b6104106104e4366004613e22565b610b76565b6103e06104f73660046135ef565b6001600160601b039081166000908152602081905260409020541690565b6103e0610523366004613e69565b610b9e565b610410610536366004613eb7565b610bbc565b610410610549366004614078565b610c56565b61041061055c366004614121565b610c8b565b61041061056f366004614239565b610d2b565b61041061058236600461427e565b610dcb565b61059a610595366004613a58565b610de1565b60405190151581526020016103f4565b6104106105b8366004613cf5565b610e6c565b610410610e83565b6104106105d33660046142bc565b610ebd565b6104106105e63660046143d6565b610eee565b6103e06105f9366004613e69565b610f16565b6103e061060c366004613e69565b610f2b565b61062461061f366004613a58565b610f40565b6040516103f4919061446d565b61041061063f366004614480565b610fe5565b61068c6106523660046135ef565b6001600160601b03908116600090815260208181526040808320546001835281842054600290935292205491831693908316929190911690565b604080516001600160601b03948516815292841660208401529216918101919091526060016103f4565b6104106106c4366004614583565b611085565b6104106106d7366004614691565b611125565b6104106106ea3660046146d2565b61114d565b6104106106fd366004614709565b611175565b610410610710366004614726565b6111fd565b61041061072336600461476b565b611225565b6104106112b4565b61041061073e366004614789565b611436565b610756610751366004613a58565b61145d565b6040516103f491906147de565b6103e06107713660046135ef565b6001600160601b039081166000908152600160205260409020541690565b610797611582565b6040516001600160e01b031990911681526020016103f4565b6104106107be36600461483d565b6115bb565b6103e06107d1366004613e69565b6115e3565b6104106107e436600461476b565b6115f8565b6104106107f7366004614884565b611646565b61087c61080a366004613a58565b604080516080808201835260008083526020808401829052838501829052606093840182905294815260078552839020835191820184525460ff80821683526101008204169482019490945263ffffffff620100008504811693820193909352600160301b9093049091169082015290565b6040516103f491906148c9565b6104106108973660046149c1565b611677565b6104106108aa3660046149ef565b61169f565b6104106108bd366004614a36565b61173f565b6104106108d036600461476b565b611830565b6103e06108e3366004613e69565b61187e565b6104106108f6366004614a66565b611893565b610410610909366004614a84565b6118e0565b61041061091c366004614ac5565b611908565b61059a61092f366004613bb0565b61191e565b61093c61196b565b6040516001600160a01b0390911681526020016103f4565b610410610962366004614af5565b611987565b6103e0610975366004613e69565b611a27565b61059a610988366004614a36565b60ff9283166000908152600660209081526040808320948616835293815283822092851682529190915220541690565b6109cb6109c6366004614b4a565b611a3c565b6040519081526020016103f4565b6104106109e7366004614b78565b611ac0565b6104106109fa366004613cf5565b611ae7565b610a0c335b600036611afe565b610a40610a1a84600b611c04565b83604051602001610a2b9190614bd0565b60405160208183030381529060405283611c50565b505050565b6000610a5033610a04565b610a58611dcc565b604051630f37f38f60e41b81526001600160401b0382166004820152909150610b009073__$b4c16f233b92c2c4124fb22a521f86c95b$__9063f37f38f090602401602060405180830381865af4158015610ab7573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610adb9190614c53565b83604051602001610aec9190614c6c565b604051602081830303815290604052611e5f565b919050565b610b0e33610a04565b610a40610b1b848461221c565b82604051602001610aec9190614d41565b610b3533610a04565b610b53610b428585612269565b83604051602001610a2b9190614de1565b50505050565b610b6233610a04565b610a40610b70836015611c04565b826122b7565b610b7f33610a04565b610a40610b8d84601c611c04565b83604051602001610a2b9190614e3b565b6000610ba933610a04565b610bb383836125bc565b90505b92915050565b610bc533610a04565b604051630f37f38f60e41b81526001600160401b0384166004820152610a409073__$b4c16f233b92c2c4124fb22a521f86c95b$__9063f37f38f090602401602060405180830381865af4158015610c21573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c459190614c53565b83604051602001610a2b9190614c6c565b610c5f33610a04565b610c68826126b8565b610c87610c76836015611c04565b82604051602001610aec9190614ea8565b5050565b610c9433610a04565b6040516355ee627560e01b8152610c879073__$32e9ecefef68cb354d118e0496fdd3f4bc$__906355ee627590610cd9906001600160c01b0319871690600401615058565b602060405180830381865af4158015610cf6573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d1a9190614c53565b82604051602001610aec919061506d565b610d3433610a04565b6040516355ee627560e01b8152610c879073__$1919c6d2c69d787ccb2653a371d7e5737d$__906355ee627590610d79906001600160c01b0319871690600401615058565b602060405180830381865af4158015610d96573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610dba9190614c53565b82604051602001610aec919061509b565b610dd433610a04565b610b53610b708484612269565b60008181526007602052604080822054905163b2466acf60e01b815261010090910460ff16600482015273__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf906024015b602060405180830381865af4158015610e48573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610bb6919061514b565b610e7533610a04565b610a40610b7083601c611c04565b610e8b612768565b610e936127b1565b610e9b6128d4565b610ea36129c8565b610eab612aff565b610eb3612c2b565b610ebb612ce7565b565b610ec633610a04565b610ecf826126b8565b610c87610edd83600b611c04565b82604051602001610aec9190614bd0565b610ef733610a04565b610a40610f0584601e611c04565b83604051602001610a2b9190615168565b6000610f2133610a04565b610bb38383612deb565b6000610f3633610a04565b610bb38383612ecf565b6000818152600760205260409020600101805460609190610f60906151ee565b80601f0160208091040260200160405190810160405280929190818152602001828054610f8c906151ee565b8015610fd95780601f10610fae57610100808354040283529160200191610fd9565b820191906000526020600020905b815481529060010190602001808311610fbc57829003601f168201915b50505050509050919050565b610fee33610a04565b6040516355ee627560e01b8152610a409073__$1919c6d2c69d787ccb2653a371d7e5737d$__906355ee627590611033906001600160c01b0319881690600401615058565b602060405180830381865af4158015611050573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906110749190614c53565b83604051602001610a2b919061509b565b61108e33610a04565b6040516355ee627560e01b8152610a409073__$05887d5853069c88bcd4c0a2107db45f29$__906355ee6275906110d3906001600160c01b0319881690600401615058565b602060405180830381865af41580156110f0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111149190614c53565b83604051602001610a2b9190615228565b61112e33610a04565b610a4061113c84600f611c04565b83604051602001610a2b91906152ba565b61115633610a04565b610c8761116483600f611c04565b82604051602001610aec91906152ba565b3361117e61196b565b6001600160a01b0316816001600160a01b0316146111be5760405162d1953b60e31b81526001600160a01b03821660048201526024015b60405180910390fd5b816001600160a01b03163b6000036111f4576040516361798f2f60e11b81526001600160a01b03831660048201526024016111b5565b610c8782612fb3565b61120633610a04565b610c8761121483601c611c04565b82604051602001610aec9190614e3b565b61122e33610a04565b6040516355ee627560e01b8152610a409073__$32e9ecefef68cb354d118e0496fdd3f4bc$__906355ee627590611273906001600160c01b0319871690600401615058565b602060405180830381865af4158015611290573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b709190614c53565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff1615906001600160401b03166000811580156112f95750825b90506000826001600160401b031660011480156113155750303b155b905081158015611323575080155b156113415760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561136b57845460ff60401b1916600160401b1785555b60003390506000816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156113b0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906113d491906153ad565b90506113df81613014565b6113e7610e83565b5050831561142f57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b5050505050565b61143f33610a04565b610a4061144c8484612269565b82604051602001610aec9190614de1565b6040805160c081018252600091810182815260608083018490526080830184905260a083019390935281526020810191909152600082815260076020908152604091829020825160c081018452815460ff808216958301958652610100820416606083015263ffffffff62010000820481166080840152600160301b9091041660a082015292835260018101805491928401916114f9906151ee565b80601f0160208091040260200160405190810160405280929190818152602001828054611525906151ee565b80156115725780601f1061154757610100808354040283529160200191611572565b820191906000526020600020905b81548152906001019060200180831161155557829003601f168201915b5050505050815250509050919050565b60008051602061577f833981519152805460009190600160a01b900460ff166115ac5760006115b5565b638fb3603760e01b5b91505090565b6115c433610a04565b610a406115d2846015611c04565b83604051602001610a2b9190614ea8565b60006115ee33610a04565b610bb38383613028565b61160133610a04565b6040516355ee627560e01b8152610a409073__$1919c6d2c69d787ccb2653a371d7e5737d$__906355ee627590611273906001600160c01b0319871690600401615058565b61164f33610a04565b611658826126b8565b610c8761166683601e611c04565b82604051602001610aec9190615168565b61168033610a04565b610c8761168e83600c611c04565b82604051602001610aec91906153ca565b6116a833610a04565b6040516355ee627560e01b8152610a409073__$32e9ecefef68cb354d118e0496fdd3f4bc$__906355ee6275906116ed906001600160c01b0319881690600401615058565b602060405180830381865af415801561170a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061172e9190614c53565b83604051602001610a2b919061506d565b60ff8381166000908152600560205260409081902054905163037c8cb160e51b81529116600482015273__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af41580156117a4573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906117c8919061514b565b156117d257505050565b60ff808416600090815260066020908152604080832086851684528252808320858516845290915290205416610a4057604051636bb20ea760e01b815260ff80851660048301528084166024830152821660448201526064016111b5565b61183933610a04565b6040516355ee627560e01b8152610a409073__$05887d5853069c88bcd4c0a2107db45f29$__906355ee627590611273906001600160c01b0319871690600401615058565b600061188933610a04565b610bb3838361310a565b61189c33610a04565b604051630f37f38f60e41b81526001600160401b0383166004820152610a409073__$b4c16f233b92c2c4124fb22a521f86c95b$__9063f37f38f090602401611273565b6118e933610a04565b610a406118f784600c611c04565b83604051602001610a2b91906153ca565b61191133610a04565b610b53610b70848461221c565b60ff81811660009081526005602052604080822054905163b2466acf60e01b8152921660048301529073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf90602401610e2b565b60008051602061577f833981519152546001600160a01b031690565b61199033610a04565b6040516355ee627560e01b8152610c879073__$05887d5853069c88bcd4c0a2107db45f29$__906355ee6275906119d5906001600160c01b0319871690600401615058565b602060405180830381865af41580156119f2573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611a169190614c53565b82604051602001610aec9190615228565b6000611a3233610a04565b610bb383836131ec565b604051637a400b6760e11b815260ff8316600482015260ff198216602482015260009073__$4b9aaffa8d044614668dad578b824b8eee$__9063f48016ce906044015b602060405180830381865af4158015611a9c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610bb39190614c53565b611ac933610a04565b610b53611ad6858561221c565b83604051602001610a2b9190614d41565b611af033610a04565b610a40610b7083601e611c04565b60008051602061577f833981519152600080611b39611b1b61196b565b8730611b2b600460008a8c6154ad565b611b34916154d7565b6132d0565b9150915081611bfc5763ffffffff811615611bd957825460ff60a01b1916600160a01b178355611b6761196b565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b8152600401611b9693929190615507565b600060405180830381600087803b158015611bb057600080fd5b505af1158015611bc4573d6000803e3d6000fd5b5050845460ff60a01b1916855550611bfc9050565b60405162d1953b60e31b81526001600160a01b03871660048201526024016111b5565b505050505050565b604051630711349960e31b81526001600160601b038316600482015260ff8216602482015260009073__$94a2c899be079b00d952d0d84fffaa5c34$__90633889a4c890604401611a7f565b6000611c5c84836122b7565b6000858152600760205260409020909150600101611c7a848261558d565b50604051634b00e98f60e11b8152600481018590527f7bd0ab7f1746bd20a814d6705a46876c84f1aa2d35c80d8c173e268bd6d4b26c9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af4158015611ced573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611d11919061564c565b604051630713cfad60e31b81526004810187905273__$4b9aaffa8d044614668dad578b824b8eee$__9063389e7d6890602401602060405180830381865af4158015611d61573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611d859190615669565b6040805160ff938416815260ff199290921660208301529185168183015233606082015232608082015263ffffffff841660a082015290519081900360c00190a150505050565b6008805460009182611ddd83615686565b9091555050600854604051633aac82ef60e11b8152600481019190915273__$b4c16f233b92c2c4124fb22a521f86c95b$__9063755905de90602401602060405180830381865af4158015611e36573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611e5a91906156ad565b905090565b604051634b00e98f60e11b81526004810183905260009073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af4158015611eb2573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ed6919061564c565b60405163037c8cb160e51b815260ff8216600482015290915073__$0d958e68cba84670b8f4a3f2f2686b1c6b$__90636f91962090602401602060405180830381865af4158015611f2b573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611f4f919061514b565b15611f72576040516307014a8d60e51b815260ff821660048201526024016111b5565b600083815260076020526040908190208054915163b2466acf60e01b815261010090920460ff1660048301529073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf90602401602060405180830381865af4158015611fdb573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611fff919061514b565b1561202957604051633f92eac960e21b81526004810185905260ff831660248201526044016111b5565b60006120336133dc565b905060006120408461191e565b61204b576004612061565b60ff808516600090815260056020526040902054165b835460ff86811661ffff1990921691909117610100918316919091021769ffffffffffffffff000019166201000063ffffffff851690810269ffffffff000000000000191691909117600160301b9190910217845560008781526007602052604090209091506001016120d4868261558d565b50604051634b00e98f60e11b8152600481018790527ffcb75eb7b317145f986c763e1a3eab5f9b4dbaf7955504f70f986d799c3ab39d9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af4158015612147573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061216b919061564c565b604051630713cfad60e31b81526004810189905273__$4b9aaffa8d044614668dad578b824b8eee$__9063389e7d6890602401602060405180830381865af41580156121bb573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906121df9190615669565b6040805160ff938416815260ff199290921660208301529184168183015233606082015232608082015290519081900360a00190a1505050505050565b604051637d56159160e11b815261ffff821660048201526001600160601b038316602482015260009073__$9e81531fe4994e01e99541f86b55500b4b$__9063faac2b2290604401611a7f565b604051635927341160e01b815262ffffff821660048201526001600160601b038316602482015260009073__$0f9396e6447a4be57af83e53f51d234633$__90635927341190604401611a7f565b60405163037c8cb160e51b815260ff8216600482015260009073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af415801561230c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612330919061514b565b156123515760405163093b89e160e11b8152600481018490526024016111b5565b50600082815260076020526040908190208054915163037c8cb160e51b8152610100830460ff16600482018190526201000090930463ffffffff16929073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af41580156123ca573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906123ee919061514b565b1561240f5760405163566ebf7960e01b8152600481018690526024016111b5565b60ff8085161461258e5781546124299060ff16828661173f565b815461ff00191661010060ff861602178255604051634b00e98f60e11b8152600481018690527fe41a93c15e024a0b2371127599959a8e543dd6a8d820238e906c93a3004248fa9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af41580156124ad573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906124d1919061564c565b604051630713cfad60e31b81526004810188905273__$4b9aaffa8d044614668dad578b824b8eee$__9063389e7d6890602401602060405180830381865af4158015612521573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906125459190615669565b6040805160ff938416815260ff1990921660208301528285169082015290861660608201523360808201523260a082015263ffffffff851660c082015260e00160405180910390a15b6125966133dc565b825463ffffffff91909116620100000265ffffffff000019909116179091555092915050565b6001600160601b038216600090815260036020526040812054839060ff1661260257604051631e94ffd760e11b81526001600160601b03821660048201526024016111b5565b6001600160601b0380851660009081526001602052604090205461262791168461344b565b6001600160601b03858116600090815260016020908152604080832080546001600160601b03191694861694909417909355600490528190205490519193507fb08c267f0a5e1593171021f433a0805c3818d5b57ea45f0609ddb7163dc228a7916126a09187918791879163ffffffff909116906156ca565b60405180910390a16126b1846134d3565b5092915050565b6001600160601b03811660009081526003602052604090205460ff16156126fd576040516314d5804160e01b81526001600160601b03821660048201526024016111b5565b6001600160601b0381166000908152600360205260409020805460ff19166001179055612729816134d3565b6040516001600160601b03821681527f1c26f28e2d8f145150c4243339c6b20813ea2bbc4e6f19ea2c9905060c0411a99060200160405180910390a150565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff16610ebb57604051631afcd79f60e31b815260040160405180910390fd5b7f3fb1f8b5b572f385df2ff517fa4200d6781fd017f742a2f073e874e0dca7758b8054600460ff19918216179091557fa38294a430c9d56119aa0494393af7baee29b36db8610955904203b2dc0d4b0e8054821660019081179091557faabd79db0796e2d89bfe8696a82fbf6d2311a758e061bcc90c8bf3de6ba08b4e80548316821790557f1c034d70532bb968580b3cead82cdee06245a7d4ea4fc0a0598c9d941549db3e80549092168117909155601e600090815260066020527fb6ba906ff52451a7a924e2eaeb8aea3ebee7350a8703e5e417edb25358c7dcc190606e5b60ff1660ff16815260200190815260200160002060006128b060c890565b60ff1681526020810191909152604001600020805460ff1916911515919091179055565b7f40f28f99a40bc9f6beea1013afdbc3cdcc689eb76b82c4de06c0acf1e1932ed58054600460ff1991821681179092557fd0d45eb00d049ccc46c339c71e63d90eea012e3db7256c4ce5a37e3ef4bde5ea80548216600190811790915560009283527f6f1fcfd2b22fe622991f7a4235fe1cefd5d6165948a5d5e8668ebd75e7881f246020527fe5510651289c67d4e8f0e7519899867b473e44abf356dbdbad5a29ca137bfc528054909216811790915590600690600b5b60ff1660ff16815260200190815260200160002060006129aa606e90565b60ff1660ff16815260200190815260200160002060006128b060d290565b7fdcae836ed36bf3d20474cfcca00229d5b3b00239a2a956d8ca4bf29e25a7143c8054600a60ff19918216179091557f2904e68c7a2b9b93d33af7507f4a643c6b0086d6fe2b31ff5a5fbc03699e4b8b8054821660019081179091557fbe12cc7efb7411c44beea05fe4d45203c4db5cef133202c25bd3ce7a44514dce80548316821790557f4f55fb356af25cbc2dd445c53c373fb68509850aba36a91b82fdeaae21b0fb4880548316821790557f8fc126f8eb253a1b51796c6e2b7888b31d478c4b83044f9573d937595c30830080548316821790557fb7d86cc33cf49cee7ee3c69728b50600d31f279520c03623c582359cac1cf203805490921681179091556015600090815260066020527feda6feebfb4ffb7de2d0dc45a13b92dc953c2ed6ee96fa7fe8179e7c4266747f906004612892565b7fb8657d180a4d2444fb942e94a4266075e5a1b59d96d88e88cf308d6927f00ff2805460ff199081166032179091557fb8d4b36fa3f605ad94cd0cac80f13c92af675fa832d6df8dc3ba620fe2bae5aa8054821660019081179091557f9f5a5f335709add57c36a55369203f75fab90769f90dc5c1d6b4f51e64f7931e80548316821790557fac51428db552575d93acd1b0206748187cdf03c3d4880b224b6b843f82e3ad6d80548316821790557f1759eeb783be12e6871ee15567296c25cea65699ad38e9965540ba6254a9037f8054603c93168317905560009182527f84f72166cd6dc886f96a4867c4575af2a636c629c04227c9418bfffa7a09a9ed602052907fd29801b20059b93ddfd5c6b35ed7b939364988e76b05e24456e4e78c8a3e96449060dc6128b0565b7f5cc25df4297f13907c2e8c8bb7612ac7d899f1e24c7e8664c22a89192ac286a78054600460ff1991821681179092557f210997b37b2d43faf47705b743346fb1b15ea96e448556607a491761f91e01d780548216600190811790915560009283527f62b939e4fd6f81e35ee2bfd6159b5f0fdc60eba32ce925e23fbacd5164be4c476020527f994510576db8bc5180614979b295aff86a861cb3965845612b5e9a9ef49f653e8054909216811790915590600690601861298c565b7fce1f324a8a5d5daa4a6b2281780ab321637fd4089413dd89c573bbf705027cb98054600460ff1991821681179092557f17765961060f66318b8d1c9d16f37975e1f7d99f2e57f6ba8e618a045d1691568054821660019081179091557f7b2fffb8b571683ba7f6b314c4f61b812b39faac6c91c75f6cef800f300291fc80548316821790557ff2ece9920c5eb8e61fb6da50740b25ea927174d5d412d76ec051f6da7c89ae4c8054909216811790915560009182527f2d88733daa8d83575c1c435b1a4140007e667f8dfbe2e5678ffec947a513e5cd602052907fbeddbe65619271258b6647d557767a93c417716f295dde3ab0ac84ff252b32949060486128b0565b6001600160601b038216600090815260036020526040812054839060ff16612e3157604051631e94ffd760e11b81526001600160601b03821660048201526024016111b5565b6001600160601b03808516600090815260026020526040902054612e56911684613573565b6001600160601b03858116600090815260026020908152604080832080546001600160601b03191694861694909417909355600490528190205490519193507f72d83b31d9d848984842915e1bf55e0b10f5c5c208ea2e893df958de0472fc62916126a09187918791879163ffffffff909116906156ca565b6001600160601b038216600090815260036020526040812054839060ff16612f1557604051631e94ffd760e11b81526001600160601b03821660048201526024016111b5565b6001600160601b03808516600090815260016020526040902054612f3a911684613573565b6001600160601b03858116600090815260016020908152604080832080546001600160601b03191694861694909417909355600490528190205490519193507fb254741d2e56b5fc092dabf9d2224554522d8bc0c08a1ffdce59fe0acae2bfc9916126a09187918791879163ffffffff909116906156ca565b60008051602061577f83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b61301c612768565b613025816135be565b50565b6001600160601b038216600090815260036020526040812054839060ff1661306e57604051631e94ffd760e11b81526001600160601b03821660048201526024016111b5565b6001600160601b0380851660009081526020819052604090205461309391168461344b565b6001600160601b0385811660009081526020818152604080832080546001600160601b03191694861694909417909355600490528190205490519193507f5b04742c456b2820460f06a699b464350ad00ad419b30c9bb74699e0d1e64b66916126a09187918791879163ffffffff909116906156ca565b6001600160601b038216600090815260036020526040812054839060ff1661315057604051631e94ffd760e11b81526001600160601b03821660048201526024016111b5565b6001600160601b03808516600090815260208190526040902054613175911684613573565b6001600160601b0385811660009081526020818152604080832080546001600160601b03191694861694909417909355600490528190205490519193507f4068631e6ddfc25f1831c04cd7b41e313620779732e776b6e8e62273fccd6e6d916126a09187918791879163ffffffff909116906156ca565b6001600160601b038216600090815260036020526040812054839060ff1661323257604051631e94ffd760e11b81526001600160601b03821660048201526024016111b5565b6001600160601b0380851660009081526002602052604090205461325791168461344b565b6001600160601b03858116600090815260026020908152604080832080546001600160601b03191694861694909417909355600490528190205490519193507fee2ce932811dedb09eb973e9da29180e86fe3bab034360124e0fd962f795daad916126a09187918791879163ffffffff909116906156ca565b6040516001600160a01b03848116602483015283811660448301526001600160e01b03198316606483015260009182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b1790525161333f91906156f9565b600060405180830381855afa9150503d806000811461337a576040519150601f19603f3d011682016040523d82523d6000602084013e61337f565b606091505b509150915081156133d15760408151106133b157808060200190518101906133a79190615715565b90945092506133d1565b60208151106133d157808060200190518101906133ce919061514b565b93505b505094509492505050565b600073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af4158015613427573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611e5a9190615744565b60405163274acb3560e01b81526001600160601b0380841660048301528216602482015260009073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb35906044015b602060405180830381865af41580156134af573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610bb39190615761565b73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af415801561351c573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906135409190615744565b6001600160601b03919091166000908152600460205260409020805463ffffffff191663ffffffff909216919091179055565b6040516363cf551160e11b81526001600160601b0380841660048301528216602482015260009073__$3bac17678db7ae928afa209f2f44deec9c$__9063c79eaa2290604401613492565b6135c6612768565b61302581612fb3565b6001600160601b038116811461302557600080fd5b8035610b00816135cf565b60006020828403121561360157600080fd5b813561360c816135cf565b9392505050565b634e487b7160e01b600052604160045260246000fd5b60405160c081016001600160401b038111828210171561364b5761364b613613565b60405290565b60405161010081016001600160401b038111828210171561364b5761364b613613565b60405160e081016001600160401b038111828210171561364b5761364b613613565b60405161022081016001600160401b038111828210171561364b5761364b613613565b604080519081016001600160401b038111828210171561364b5761364b613613565b60405161012081016001600160401b038111828210171561364b5761364b613613565b60405161016081016001600160401b038111828210171561364b5761364b613613565b600082601f83011261373257600080fd5b81356001600160401b038082111561374c5761374c613613565b604051601f8301601f19908116603f0116810190828211818310171561377457613774613613565b8160405283815286602085880101111561378d57600080fd5b836020870160208301376000602085830101528094505050505092915050565b6001600160a01b038116811461302557600080fd5b8035610b00816137ad565b600060c082840312156137df57600080fd5b6137e7613629565b905081356001600160401b038082111561380057600080fd5b61380c85838601613721565b835261381a602085016135e4565b602084015261382b604085016137c2565b604084015261383c606085016137c2565b606084015261384d608085016137c2565b608084015260a084013591508082111561386657600080fd5b5061387384828501613721565b60a08301525092915050565b60ff8116811461302557600080fd5b8035610b008161387f565b6000806000606084860312156138ae57600080fd5b83356138b9816135cf565b925060208401356001600160401b038111156138d457600080fd5b6138e0868287016137cd565b92505060408401356138f18161387f565b809150509250925092565b64ffffffffff8116811461302557600080fd5b8035610b00816138fc565b801515811461302557600080fd5b8035610b008161391a565b6000610100828403121561394657600080fd5b61394e613651565b9050613959826135e4565b815260208201356001600160401b038082111561397557600080fd5b61398185838601613721565b6020840152613992604085016135e4565b604084015260608401359150808211156139ab57600080fd5b6139b785838601613721565b606084015260808401359150808211156139d057600080fd5b506139dd84828501613721565b6080830152506139ef60a0830161390f565b60a0820152613a0060c0830161390f565b60c0820152613a1160e08301613928565b60e082015292915050565b600060208284031215613a2e57600080fd5b81356001600160401b03811115613a4457600080fd5b613a5084828501613933565b949350505050565b600060208284031215613a6a57600080fd5b5035919050565b61ffff8116811461302557600080fd5b8035610b0081613a71565b600060e08284031215613a9e57600080fd5b613aa6613674565b9050613ab1826135e4565b8152613abf602083016135e4565b6020820152613ad06040830161388e565b6040820152613ae16060830161388e565b606082015260808201356001600160401b0380821115613b0057600080fd5b613b0c85838601613721565b608084015260a0840135915080821115613b2557600080fd5b50613b3284828501613721565b60a083015250613b4460c0830161390f565b60c082015292915050565b600080600060608486031215613b6457600080fd5b8335613b6f816135cf565b92506020840135613b7f81613a71565b915060408401356001600160401b03811115613b9a57600080fd5b613ba686828701613a8c565b9150509250925092565b600060208284031215613bc257600080fd5b813561360c8161387f565b803562ffffff81168114610b0057600080fd5b600060808284031215613bf257600080fd5b604051608081016001600160401b038282108183111715613c1557613c15613613565b8160405282935084359150613c2982613a71565b908252602084013590613c3b826135cf565b8160208401526040850135915080821115613c5557600080fd5b50613c6285828601613721565b6040830152506060830135613c76816138fc565b6060919091015292915050565b60008060008060808587031215613c9957600080fd5b8435613ca4816135cf565b9350613cb260208601613bcd565b925060408501356001600160401b03811115613ccd57600080fd5b613cd987828801613be0565b9250506060850135613cea8161387f565b939692955090935050565b60008060408385031215613d0857600080fd5b8235613d13816135cf565b91506020830135613d238161387f565b809150509250929050565b6001600160c01b03198116811461302557600080fd5b8035610b0081613d2e565b63ffffffff8116811461302557600080fd5b8035610b0081613d4f565b600060a08284031215613d7e57600080fd5b60405160a081016001600160401b038282108183111715613da157613da1613613565b8160405282935084359150613db582613d2e565b908252602084013590613dc78261391a565b8160208401526040850135915080821115613de157600080fd5b50613dee85828601613721565b6040830152506060830135613e02816135cf565b60608201526080830135613e1581613d4f565b6080919091015292915050565b600080600060608486031215613e3757600080fd5b8335613e42816135cf565b925060208401356001600160401b03811115613e5d57600080fd5b6138e086828701613d6c565b60008060408385031215613e7c57600080fd5b8235613e87816135cf565b91506020830135613d23816135cf565b6001600160401b038116811461302557600080fd5b8035610b0081613e97565b600080600060608486031215613ecc57600080fd5b8335613ed781613e97565b925060208401356001600160401b03811115613ef257600080fd5b6138e086828701613933565b60006102208284031215613f1157600080fd5b613f19613696565b9050613f24826135e4565b8152613f32602083016135e4565b6020820152613f4360408301613d44565b6040820152613f5460608301613d44565b6060820152613f65608083016135e4565b6080820152613f7660a083016135e4565b60a0820152613f8760c083016135e4565b60c0820152613f9860e0830161390f565b60e0820152610100808301356001600160401b0380821115613fb957600080fd5b613fc586838701613721565b83850152610120925082850135915080821115613fe157600080fd5b50613fee85828601613721565b828401525050610140614002818401613a81565b90820152610160614014838201613a81565b908201526101806140268382016135e4565b908201526101a06140388382016135e4565b908201526101c061404a83820161390f565b908201526101e061405c83820161390f565b9082015261020061406e83820161390f565b9082015292915050565b6000806040838503121561408b57600080fd5b8235614096816135cf565b915060208301356001600160401b038111156140b157600080fd5b6140bd85828601613efe565b9150509250929050565b6000604082840312156140d957600080fd5b6140e16136b9565b905081356140ee816135cf565b815260208201356001600160401b0381111561410957600080fd5b61411584828501613721565b60208301525092915050565b6000806040838503121561413457600080fd5b823561413f81613d2e565b915060208301356001600160401b0381111561415a57600080fd5b6140bd858286016140c7565b6000610120828403121561417957600080fd5b6141816136db565b905081356001600160401b038082111561419a57600080fd5b6141a685838601613721565b83526020840135602084015260408401356040840152606084013560608401526141d260808501613d61565b60808401526141e360a08501613d61565b60a08401526141f460c08501613928565b60c084015261420560e08501613928565b60e08401526101009150818401358181111561422057600080fd5b61422c86828701613721565b8385015250505092915050565b6000806040838503121561424c57600080fd5b823561425781613d2e565b915060208301356001600160401b0381111561427257600080fd5b6140bd85828601614166565b60008060006060848603121561429357600080fd5b833561429e816135cf565b92506142ac60208501613bcd565b915060408401356138f18161387f565b600080604083850312156142cf57600080fd5b82356142da816135cf565b915060208301356001600160401b038111156142f557600080fd5b6140bd858286016137cd565b60006040828403121561431357600080fd5b61431b6136b9565b9050813581526020820135602082015292915050565b600060e0828403121561434357600080fd5b61434b613629565b90508135614358816135cf565b81526143678360208401614301565b602082015260608201356001600160401b0381111561438557600080fd5b61439184828501613721565b60408301525060808201356143a5816138fc565b606082015260a08201356143b8816138fc565b608082015260c08201356143cb816138fc565b60a082015292915050565b6000806000606084860312156143eb57600080fd5b83356143f6816135cf565b925060208401356001600160401b0381111561441157600080fd5b6138e086828701614331565b60005b83811015614438578181015183820152602001614420565b50506000910152565b6000815180845261445981602086016020860161441d565b601f01601f19169290920160200192915050565b602081526000610bb36020830184614441565b60008060006060848603121561449557600080fd5b83356144a081613d2e565b925060208401356001600160401b038111156144bb57600080fd5b6138e086828701614166565b600060e082840312156144d957600080fd5b6144e1613674565b90506144ec826135e4565b815260208201356001600160401b038082111561450857600080fd5b61451485838601613721565b60208401526040840135604084015261452f60608501613d61565b606084015261454060808501613d61565b608084015261455160a0850161390f565b60a084015260c084013591508082111561456a57600080fd5b5061457784828501613721565b60c08301525092915050565b60008060006060848603121561459857600080fd5b83356145a381613d2e565b925060208401356001600160401b038111156145be57600080fd5b6138e0868287016144c7565b60006101c082840312156145dd57600080fd5b6145e56136fe565b90506145f0826135e4565b81526145fe60208301613eac565b602082015261460f604083016135e4565b604082015261462060608301613928565b606082015261463160808301613928565b608082015261464260a08301613928565b60a082015260c082013560c082015260e082013560e082015261010061466a84828501614301565b9082015261014061467d84848301614301565b61012083015261406e846101808501614301565b600080600061020084860312156146a757600080fd5b83356146b2816135cf565b92506146c185602086016145ca565b91506101e08401356138f18161387f565b6000806101e083850312156146e657600080fd5b82356146f1816135cf565b915061470084602085016145ca565b90509250929050565b60006020828403121561471b57600080fd5b813561360c816137ad565b6000806040838503121561473957600080fd5b8235614744816135cf565b915060208301356001600160401b0381111561475f57600080fd5b6140bd85828601613d6c565b6000806040838503121561477e57600080fd5b8235613d1381613d2e565b60008060006060848603121561479e57600080fd5b83356147a9816135cf565b92506147b760208501613bcd565b915060408401356001600160401b038111156147d257600080fd5b613ba686828701613be0565b6020815261482360208201835160ff815116825260ff6020820151166020830152604081015163ffffffff808216604085015280606084015116606085015250505050565b6000602083015160a080840152613a5060c0840182614441565b60008060006060848603121561485257600080fd5b833561485d816135cf565b925060208401356001600160401b0381111561487857600080fd5b6138e086828701613efe565b6000806040838503121561489757600080fd5b82356148a2816135cf565b915060208301356001600160401b038111156148bd57600080fd5b6140bd85828601614331565b60808101610bb6828460ff815116825260ff6020820151166020830152604081015163ffffffff808216604085015280606084015116606085015250505050565b6000610200828403121561491d57600080fd5b6149256136db565b9050614930826135e4565b815261493e602083016135e4565b60208201526149508360408401614301565b60408201526149628360808401614301565b60608201526149748360c08401614301565b608082015261010061498884828501614301565b60a083015261499b846101408501614301565b60c08301526149ae846101808501614301565b60e083015261406e846101c08501614301565b60008061022083850312156149d557600080fd5b82356149e0816135cf565b9150614700846020850161490a565b600080600060608486031215614a0457600080fd5b8335614a0f81613d2e565b925060208401356001600160401b03811115614a2a57600080fd5b6138e0868287016140c7565b600080600060608486031215614a4b57600080fd5b8335614a568161387f565b925060208401356142ac8161387f565b60008060408385031215614a7957600080fd5b8235613d1381613e97565b60008060006102408486031215614a9a57600080fd5b8335614aa5816135cf565b9250614ab4856020860161490a565b91506102208401356138f18161387f565b600080600060608486031215614ada57600080fd5b8335614ae5816135cf565b925060208401356142ac81613a71565b60008060408385031215614b0857600080fd5b8235614b1381613d2e565b915060208301356001600160401b03811115614b2e57600080fd5b6140bd858286016144c7565b60ff198116811461302557600080fd5b60008060408385031215614b5d57600080fd5b8235614b688161387f565b91506020830135613d2381614b3a565b60008060008060808587031215614b8e57600080fd5b8435614b99816135cf565b93506020850135614ba981613a71565b925060408501356001600160401b03811115614bc457600080fd5b613cd987828801613a8c565b602081526000825160c06020840152614bec60e0840182614441565b90506001600160601b036020850151166040840152604084015160018060a01b0380821660608601528060608701511660808601528060808701511660a0860152505060a0840151601f198483030160c0850152614c4a8282614441565b95945050505050565b600060208284031215614c6557600080fd5b5051919050565b60208152614c866020820183516001600160601b03169052565b60006020830151610100806040850152614ca4610120850183614441565b91506040850151614cc060608601826001600160601b03169052565b506060850151601f1980868503016080870152614cdd8483614441565b935060808701519150808685030160a087015250614cfb8382614441565b92505060a0850151614d1660c086018264ffffffffff169052565b5060c085015164ffffffffff811660e08601525060e0850151801515858301525b5090949350505050565b6020815260006001600160601b038084511660208401528060208501511660408401525060ff60408401511660608301526060830151614d86608084018260ff169052565b50608083015160e060a0840152614da1610100840182614441565b905060a0840151601f198483030160c0850152614dbe8282614441565b91505060c0840151614dd960e085018264ffffffffff169052565b509392505050565b6020815261ffff82511660208201526001600160601b0360208301511660408201526000604083015160806060840152614e1e60a0840182614441565b905064ffffffffff60608501511660808401528091505092915050565b602081526001600160401b0360c01b82511660208201526020820151151560408201526000604083015160a06060840152614e7960c0840182614441565b90506001600160601b03606085015116608084015263ffffffff60808501511660a08401528091505092915050565b60208152614ec26020820183516001600160601b03169052565b60006020830151614ede60408401826001600160601b03169052565b5060408301516001600160c01b0319811660608401525060608301516001600160c01b0319811660808401525060808301516001600160601b03811660a08401525060a08301516001600160601b03811660c08401525060c08301516001600160601b03811660e08401525060e0830151610100614f648185018364ffffffffff169052565b808501519150506102206101208181860152614f84610240860184614441565b9250808601519050610140601f198685030181870152614fa48483614441565b935080870151915050610160614fbf8187018361ffff169052565b8601519050610180614fd68682018361ffff169052565b86015190506101a0614ff2868201836001600160601b03169052565b86015190506101c061500e868201836001600160601b03169052565b86015190506101e06150288682018364ffffffffff169052565b86015190506102006150428682018364ffffffffff169052565b86015164ffffffffff8116838701529050614d37565b6001600160c01b031991909116815260200190565b602081526001600160601b03825116602082015260006020830151604080840152613a506060840182614441565b60208152600082516101208060208501526150ba610140850183614441565b915060208501516040850152604085015160608501526060850151608085015260808501516150f160a086018263ffffffff169052565b5060a085015163ffffffff811660c08601525060c085015180151560e08601525060e08501516101006151278187018315159052565b860151858403601f19018387015290506151418382614441565b9695505050505050565b60006020828403121561515d57600080fd5b815161360c8161391a565b602081526001600160601b0382511660208201526000602083015161519a604084018280518252602090810151910152565b50604083015160e060808401526151b5610100840182614441565b9050606084015164ffffffffff80821660a08601528060808701511660c08601528060a08701511660e086015250508091505092915050565b600181811c9082168061520257607f821691505b60208210810361522257634e487b7160e01b600052602260045260246000fd5b50919050565b602081526001600160601b0382511660208201526000602083015160e06040840152615258610100840182614441565b90506040840151606084015263ffffffff6060850151166080840152608084015161528b60a085018263ffffffff169052565b5060a084015164ffffffffff811660c08501525060c0840151838203601f190160e0850152614c4a8282614441565b81516001600160601b031681526101c0810160208301516152e660208401826001600160401b03169052565b50604083015161530160408401826001600160601b03169052565b506060830151615315606084018215159052565b506080830151615329608084018215159052565b5060a083015161533d60a084018215159052565b5060c083015160c083015260e083015160e08301526101008084015161536f8285018280518252602090810151910152565b50506101208301516101406153908185018380518252602090810151910152565b840151805161018085015260208101516101a085015290506126b1565b6000602082840312156153bf57600080fd5b815161360c816137ad565b81516001600160601b031681526020808301516102008301916153f7908401826001600160601b03169052565b506040830151615414604084018280518252602090810151910152565b50606083015180516080840152602081015160a0840152506080830151805160c0840152602081015160e08401525060a08301516101006154618185018380518252602090810151910152565b60c0850151805161014086015260209081015161016086015260e086015180516101808701528101516101a08601529085015180516101c0860152908101516101e085015290506126b1565b600080858511156154bd57600080fd5b838611156154ca57600080fd5b5050820193919092039150565b6001600160e01b031981358181169160048510156154ff5780818660040360031b1b83161692505b505092915050565b6001600160a01b03841681526040602082018190528101829052818360608301376000818301606090810191909152601f909201601f1916010192915050565b601f821115610a4057600081815260208120601f850160051c8101602086101561556e5750805b601f850160051c820191505b81811015611bfc5782815560010161557a565b81516001600160401b038111156155a6576155a6613613565b6155ba816155b484546151ee565b84615547565b602080601f8311600181146155ef57600084156155d75750858301515b600019600386901b1c1916600185901b178555611bfc565b600085815260208120601f198616915b8281101561561e578886015182559484019460019091019084016155ff565b508582101561563c5787850151600019600388901b60f8161c191681555b5050505050600190811b01905550565b60006020828403121561565e57600080fd5b815161360c8161387f565b60006020828403121561567b57600080fd5b815161360c81614b3a565b6000600182016156a657634e487b7160e01b600052601160045260246000fd5b5060010190565b6000602082840312156156bf57600080fd5b815161360c81613e97565b6001600160601b03948516815292841660208401529216604082015263ffffffff909116606082015260800190565b6000825161570b81846020870161441d565b9190910192915050565b6000806040838503121561572857600080fd5b82516157338161391a565b6020840151909250613d2381613d4f565b60006020828403121561575657600080fd5b815161360c81613d4f565b60006020828403121561577357600080fd5b815161360c816135cf56fef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00a26469706673582212200d6fec204c0d95b431bc3045b3ec92fcb923530c4d5e81ba58c007188c6e0ee264736f6c63430008140033",
         
     | 
| 
      
 3211 
     | 
    
         
            +
              "deployedBytecode": "0x608060405234801561001057600080fd5b50600436106103af5760003560e01c80637a9e5e4b116101f4578063a76ee0181161011a578063bf7e214f116100ad578063f48016ce1161007c578063f48016ce146109b8578063f5884fc5146107b0578063fae5df9b146109d9578063fe1f18d6146109ec57600080fd5b8063bf7e214f14610934578063ca0e7f0814610954578063e80c61ed14610967578063e9e96c701461097a57600080fd5b8063b4d7efe2116100e9578063b4d7efe2146108e8578063b5b3d9f9146108fb578063b6d7cd621461090e578063bf1db3f91461092157600080fd5b8063a76ee0181461089c578063a8989675146108af578063af902500146108c2578063b0628dc3146108d557600080fd5b80638fb3603711610192578063a284222911610161578063a2842229146107d6578063a46eb8dc146107e9578063a5961b4c146107fc578063a6a67b1f1461088957600080fd5b80638fb360371461078f578063985aeba7146107b05780639f8151e5146107c3578063a1fc1004146107b057600080fd5b80638129fc1c116101ce5780638129fc1c1461072857806381c2b282146107305780638eaa6ac0146107435780638eb9000d1461076357600080fd5b80637a9e5e4b146106ef5780637cca1124146107025780637cef48421461071557600080fd5b80633870a770116102d957806353ebe129116102775780635eede174116102465780635eede1741461064457806361105e0e146106b6578063763bb754146106c957806378929823146106dc57600080fd5b806353ebe129146105fe57806354f6127f146106115780635a8416b0146106315780635d4345cc146104c357600080fd5b8063468bce06116102b3578063468bce06146105bd5780634846003a146105c557806351dd844b146105d8578063533086d4146105eb57600080fd5b80633870a7701461057457806338a699a41461058757806340529b0f146105aa57600080fd5b80630fad0eb111610351578063275c059511610320578063275c0595146105285780632a8ea7ac1461053b5780632f61088a1461054e57806330a130ba1461056157600080fd5b80630fad0eb1146104c35780631e40b363146104d6578063228e42ec146104e9578063248a77dd1461051557600080fd5b806309648a9d1161038d57806309648a9d1461043d5780630cfc3ba3146104775780630d3581811461048a5780630f6c29ef146104b057600080fd5b80630232ca49146103b457806303c099ac146103fd5780630632b17d14610412575b600080fd5b6103e06103c23660046135ef565b6001600160601b039081166000908152600260205260409020541690565b6040516001600160601b0390911681526020015b60405180910390f35b61041061040b366004613899565b6109ff565b005b610425610420366004613a1c565b610a45565b6040516001600160401b0390911681526020016103f4565b61046561044b366004613a58565b600090815260076020526040902054610100900460ff1690565b60405160ff90911681526020016103f4565b610410610485366004613b4f565b610b05565b610465610498366004613bb0565b60ff9081166000908152600560205260409020541690565b6104106104be366004613c83565b610b2c565b6104106104d1366004613cf5565b610b59565b6104106104e4366004613e22565b610b76565b6103e06104f73660046135ef565b6001600160601b039081166000908152602081905260409020541690565b6103e0610523366004613e69565b610b9e565b610410610536366004613eb7565b610bbc565b610410610549366004614078565b610c56565b61041061055c366004614121565b610c8b565b61041061056f366004614239565b610d2b565b61041061058236600461427e565b610dcb565b61059a610595366004613a58565b610de1565b60405190151581526020016103f4565b6104106105b8366004613cf5565b610e6c565b610410610e83565b6104106105d33660046142bc565b610ebd565b6104106105e63660046143d6565b610eee565b6103e06105f9366004613e69565b610f16565b6103e061060c366004613e69565b610f2b565b61062461061f366004613a58565b610f40565b6040516103f4919061446d565b61041061063f366004614480565b610fe5565b61068c6106523660046135ef565b6001600160601b03908116600090815260208181526040808320546001835281842054600290935292205491831693908316929190911690565b604080516001600160601b03948516815292841660208401529216918101919091526060016103f4565b6104106106c4366004614583565b611085565b6104106106d7366004614691565b611125565b6104106106ea3660046146d2565b61114d565b6104106106fd366004614709565b611175565b610410610710366004614726565b6111fd565b61041061072336600461476b565b611225565b6104106112b4565b61041061073e366004614789565b611436565b610756610751366004613a58565b61145d565b6040516103f491906147de565b6103e06107713660046135ef565b6001600160601b039081166000908152600160205260409020541690565b610797611582565b6040516001600160e01b031990911681526020016103f4565b6104106107be36600461483d565b6115bb565b6103e06107d1366004613e69565b6115e3565b6104106107e436600461476b565b6115f8565b6104106107f7366004614884565b611646565b61087c61080a366004613a58565b604080516080808201835260008083526020808401829052838501829052606093840182905294815260078552839020835191820184525460ff80821683526101008204169482019490945263ffffffff620100008504811693820193909352600160301b9093049091169082015290565b6040516103f491906148c9565b6104106108973660046149c1565b611677565b6104106108aa3660046149ef565b61169f565b6104106108bd366004614a36565b61173f565b6104106108d036600461476b565b611830565b6103e06108e3366004613e69565b61187e565b6104106108f6366004614a66565b611893565b610410610909366004614a84565b6118e0565b61041061091c366004614ac5565b611908565b61059a61092f366004613bb0565b61191e565b61093c61196b565b6040516001600160a01b0390911681526020016103f4565b610410610962366004614af5565b611987565b6103e0610975366004613e69565b611a27565b61059a610988366004614a36565b60ff9283166000908152600660209081526040808320948616835293815283822092851682529190915220541690565b6109cb6109c6366004614b4a565b611a3c565b6040519081526020016103f4565b6104106109e7366004614b78565b611ac0565b6104106109fa366004613cf5565b611ae7565b610a0c335b600036611afe565b610a40610a1a84600b611c04565b83604051602001610a2b9190614bd0565b60405160208183030381529060405283611c50565b505050565b6000610a5033610a04565b610a58611dcc565b604051630f37f38f60e41b81526001600160401b0382166004820152909150610b009073__$b4c16f233b92c2c4124fb22a521f86c95b$__9063f37f38f090602401602060405180830381865af4158015610ab7573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610adb9190614c53565b83604051602001610aec9190614c6c565b604051602081830303815290604052611e5f565b919050565b610b0e33610a04565b610a40610b1b848461221c565b82604051602001610aec9190614d41565b610b3533610a04565b610b53610b428585612269565b83604051602001610a2b9190614de1565b50505050565b610b6233610a04565b610a40610b70836015611c04565b826122b7565b610b7f33610a04565b610a40610b8d84601c611c04565b83604051602001610a2b9190614e3b565b6000610ba933610a04565b610bb383836125bc565b90505b92915050565b610bc533610a04565b604051630f37f38f60e41b81526001600160401b0384166004820152610a409073__$b4c16f233b92c2c4124fb22a521f86c95b$__9063f37f38f090602401602060405180830381865af4158015610c21573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c459190614c53565b83604051602001610a2b9190614c6c565b610c5f33610a04565b610c68826126b8565b610c87610c76836015611c04565b82604051602001610aec9190614ea8565b5050565b610c9433610a04565b6040516355ee627560e01b8152610c879073__$32e9ecefef68cb354d118e0496fdd3f4bc$__906355ee627590610cd9906001600160c01b0319871690600401615058565b602060405180830381865af4158015610cf6573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d1a9190614c53565b82604051602001610aec919061506d565b610d3433610a04565b6040516355ee627560e01b8152610c879073__$1919c6d2c69d787ccb2653a371d7e5737d$__906355ee627590610d79906001600160c01b0319871690600401615058565b602060405180830381865af4158015610d96573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610dba9190614c53565b82604051602001610aec919061509b565b610dd433610a04565b610b53610b708484612269565b60008181526007602052604080822054905163b2466acf60e01b815261010090910460ff16600482015273__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf906024015b602060405180830381865af4158015610e48573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610bb6919061514b565b610e7533610a04565b610a40610b7083601c611c04565b610e8b612768565b610e936127b1565b610e9b6128d4565b610ea36129c8565b610eab612aff565b610eb3612c2b565b610ebb612ce7565b565b610ec633610a04565b610ecf826126b8565b610c87610edd83600b611c04565b82604051602001610aec9190614bd0565b610ef733610a04565b610a40610f0584601e611c04565b83604051602001610a2b9190615168565b6000610f2133610a04565b610bb38383612deb565b6000610f3633610a04565b610bb38383612ecf565b6000818152600760205260409020600101805460609190610f60906151ee565b80601f0160208091040260200160405190810160405280929190818152602001828054610f8c906151ee565b8015610fd95780601f10610fae57610100808354040283529160200191610fd9565b820191906000526020600020905b815481529060010190602001808311610fbc57829003601f168201915b50505050509050919050565b610fee33610a04565b6040516355ee627560e01b8152610a409073__$1919c6d2c69d787ccb2653a371d7e5737d$__906355ee627590611033906001600160c01b0319881690600401615058565b602060405180830381865af4158015611050573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906110749190614c53565b83604051602001610a2b919061509b565b61108e33610a04565b6040516355ee627560e01b8152610a409073__$05887d5853069c88bcd4c0a2107db45f29$__906355ee6275906110d3906001600160c01b0319881690600401615058565b602060405180830381865af41580156110f0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111149190614c53565b83604051602001610a2b9190615228565b61112e33610a04565b610a4061113c84600f611c04565b83604051602001610a2b91906152ba565b61115633610a04565b610c8761116483600f611c04565b82604051602001610aec91906152ba565b3361117e61196b565b6001600160a01b0316816001600160a01b0316146111be5760405162d1953b60e31b81526001600160a01b03821660048201526024015b60405180910390fd5b816001600160a01b03163b6000036111f4576040516361798f2f60e11b81526001600160a01b03831660048201526024016111b5565b610c8782612fb3565b61120633610a04565b610c8761121483601c611c04565b82604051602001610aec9190614e3b565b61122e33610a04565b6040516355ee627560e01b8152610a409073__$32e9ecefef68cb354d118e0496fdd3f4bc$__906355ee627590611273906001600160c01b0319871690600401615058565b602060405180830381865af4158015611290573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b709190614c53565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff1615906001600160401b03166000811580156112f95750825b90506000826001600160401b031660011480156113155750303b155b905081158015611323575080155b156113415760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561136b57845460ff60401b1916600160401b1785555b60003390506000816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156113b0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906113d491906153ad565b90506113df81613014565b6113e7610e83565b5050831561142f57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b5050505050565b61143f33610a04565b610a4061144c8484612269565b82604051602001610aec9190614de1565b6040805160c081018252600091810182815260608083018490526080830184905260a083019390935281526020810191909152600082815260076020908152604091829020825160c081018452815460ff808216958301958652610100820416606083015263ffffffff62010000820481166080840152600160301b9091041660a082015292835260018101805491928401916114f9906151ee565b80601f0160208091040260200160405190810160405280929190818152602001828054611525906151ee565b80156115725780601f1061154757610100808354040283529160200191611572565b820191906000526020600020905b81548152906001019060200180831161155557829003601f168201915b5050505050815250509050919050565b60008051602061577f833981519152805460009190600160a01b900460ff166115ac5760006115b5565b638fb3603760e01b5b91505090565b6115c433610a04565b610a406115d2846015611c04565b83604051602001610a2b9190614ea8565b60006115ee33610a04565b610bb38383613028565b61160133610a04565b6040516355ee627560e01b8152610a409073__$1919c6d2c69d787ccb2653a371d7e5737d$__906355ee627590611273906001600160c01b0319871690600401615058565b61164f33610a04565b611658826126b8565b610c8761166683601e611c04565b82604051602001610aec9190615168565b61168033610a04565b610c8761168e83600c611c04565b82604051602001610aec91906153ca565b6116a833610a04565b6040516355ee627560e01b8152610a409073__$32e9ecefef68cb354d118e0496fdd3f4bc$__906355ee6275906116ed906001600160c01b0319881690600401615058565b602060405180830381865af415801561170a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061172e9190614c53565b83604051602001610a2b919061506d565b60ff8381166000908152600560205260409081902054905163037c8cb160e51b81529116600482015273__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af41580156117a4573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906117c8919061514b565b156117d257505050565b60ff808416600090815260066020908152604080832086851684528252808320858516845290915290205416610a4057604051636bb20ea760e01b815260ff80851660048301528084166024830152821660448201526064016111b5565b61183933610a04565b6040516355ee627560e01b8152610a409073__$05887d5853069c88bcd4c0a2107db45f29$__906355ee627590611273906001600160c01b0319871690600401615058565b600061188933610a04565b610bb3838361310a565b61189c33610a04565b604051630f37f38f60e41b81526001600160401b0383166004820152610a409073__$b4c16f233b92c2c4124fb22a521f86c95b$__9063f37f38f090602401611273565b6118e933610a04565b610a406118f784600c611c04565b83604051602001610a2b91906153ca565b61191133610a04565b610b53610b70848461221c565b60ff81811660009081526005602052604080822054905163b2466acf60e01b8152921660048301529073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf90602401610e2b565b60008051602061577f833981519152546001600160a01b031690565b61199033610a04565b6040516355ee627560e01b8152610c879073__$05887d5853069c88bcd4c0a2107db45f29$__906355ee6275906119d5906001600160c01b0319871690600401615058565b602060405180830381865af41580156119f2573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611a169190614c53565b82604051602001610aec9190615228565b6000611a3233610a04565b610bb383836131ec565b604051637a400b6760e11b815260ff8316600482015260ff198216602482015260009073__$4b9aaffa8d044614668dad578b824b8eee$__9063f48016ce906044015b602060405180830381865af4158015611a9c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610bb39190614c53565b611ac933610a04565b610b53611ad6858561221c565b83604051602001610a2b9190614d41565b611af033610a04565b610a40610b7083601e611c04565b60008051602061577f833981519152600080611b39611b1b61196b565b8730611b2b600460008a8c6154ad565b611b34916154d7565b6132d0565b9150915081611bfc5763ffffffff811615611bd957825460ff60a01b1916600160a01b178355611b6761196b565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b8152600401611b9693929190615507565b600060405180830381600087803b158015611bb057600080fd5b505af1158015611bc4573d6000803e3d6000fd5b5050845460ff60a01b1916855550611bfc9050565b60405162d1953b60e31b81526001600160a01b03871660048201526024016111b5565b505050505050565b604051630711349960e31b81526001600160601b038316600482015260ff8216602482015260009073__$94a2c899be079b00d952d0d84fffaa5c34$__90633889a4c890604401611a7f565b6000611c5c84836122b7565b6000858152600760205260409020909150600101611c7a848261558d565b50604051634b00e98f60e11b8152600481018590527f7bd0ab7f1746bd20a814d6705a46876c84f1aa2d35c80d8c173e268bd6d4b26c9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af4158015611ced573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611d11919061564c565b604051630713cfad60e31b81526004810187905273__$4b9aaffa8d044614668dad578b824b8eee$__9063389e7d6890602401602060405180830381865af4158015611d61573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611d859190615669565b6040805160ff938416815260ff199290921660208301529185168183015233606082015232608082015263ffffffff841660a082015290519081900360c00190a150505050565b6008805460009182611ddd83615686565b9091555050600854604051633aac82ef60e11b8152600481019190915273__$b4c16f233b92c2c4124fb22a521f86c95b$__9063755905de90602401602060405180830381865af4158015611e36573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611e5a91906156ad565b905090565b604051634b00e98f60e11b81526004810183905260009073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af4158015611eb2573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ed6919061564c565b60405163037c8cb160e51b815260ff8216600482015290915073__$0d958e68cba84670b8f4a3f2f2686b1c6b$__90636f91962090602401602060405180830381865af4158015611f2b573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611f4f919061514b565b15611f72576040516307014a8d60e51b815260ff821660048201526024016111b5565b600083815260076020526040908190208054915163b2466acf60e01b815261010090920460ff1660048301529073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf90602401602060405180830381865af4158015611fdb573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611fff919061514b565b1561202957604051633f92eac960e21b81526004810185905260ff831660248201526044016111b5565b60006120336133dc565b905060006120408461191e565b61204b576004612061565b60ff808516600090815260056020526040902054165b835460ff86811661ffff1990921691909117610100918316919091021769ffffffffffffffff000019166201000063ffffffff851690810269ffffffff000000000000191691909117600160301b9190910217845560008781526007602052604090209091506001016120d4868261558d565b50604051634b00e98f60e11b8152600481018790527ffcb75eb7b317145f986c763e1a3eab5f9b4dbaf7955504f70f986d799c3ab39d9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af4158015612147573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061216b919061564c565b604051630713cfad60e31b81526004810189905273__$4b9aaffa8d044614668dad578b824b8eee$__9063389e7d6890602401602060405180830381865af41580156121bb573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906121df9190615669565b6040805160ff938416815260ff199290921660208301529184168183015233606082015232608082015290519081900360a00190a1505050505050565b604051637d56159160e11b815261ffff821660048201526001600160601b038316602482015260009073__$9e81531fe4994e01e99541f86b55500b4b$__9063faac2b2290604401611a7f565b604051635927341160e01b815262ffffff821660048201526001600160601b038316602482015260009073__$0f9396e6447a4be57af83e53f51d234633$__90635927341190604401611a7f565b60405163037c8cb160e51b815260ff8216600482015260009073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af415801561230c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612330919061514b565b156123515760405163093b89e160e11b8152600481018490526024016111b5565b50600082815260076020526040908190208054915163037c8cb160e51b8152610100830460ff16600482018190526201000090930463ffffffff16929073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af41580156123ca573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906123ee919061514b565b1561240f5760405163566ebf7960e01b8152600481018690526024016111b5565b60ff8085161461258e5781546124299060ff16828661173f565b815461ff00191661010060ff861602178255604051634b00e98f60e11b8152600481018690527fe41a93c15e024a0b2371127599959a8e543dd6a8d820238e906c93a3004248fa9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af41580156124ad573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906124d1919061564c565b604051630713cfad60e31b81526004810188905273__$4b9aaffa8d044614668dad578b824b8eee$__9063389e7d6890602401602060405180830381865af4158015612521573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906125459190615669565b6040805160ff938416815260ff1990921660208301528285169082015290861660608201523360808201523260a082015263ffffffff851660c082015260e00160405180910390a15b6125966133dc565b825463ffffffff91909116620100000265ffffffff000019909116179091555092915050565b6001600160601b038216600090815260036020526040812054839060ff1661260257604051631e94ffd760e11b81526001600160601b03821660048201526024016111b5565b6001600160601b0380851660009081526001602052604090205461262791168461344b565b6001600160601b03858116600090815260016020908152604080832080546001600160601b03191694861694909417909355600490528190205490519193507fb08c267f0a5e1593171021f433a0805c3818d5b57ea45f0609ddb7163dc228a7916126a09187918791879163ffffffff909116906156ca565b60405180910390a16126b1846134d3565b5092915050565b6001600160601b03811660009081526003602052604090205460ff16156126fd576040516314d5804160e01b81526001600160601b03821660048201526024016111b5565b6001600160601b0381166000908152600360205260409020805460ff19166001179055612729816134d3565b6040516001600160601b03821681527f1c26f28e2d8f145150c4243339c6b20813ea2bbc4e6f19ea2c9905060c0411a99060200160405180910390a150565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff16610ebb57604051631afcd79f60e31b815260040160405180910390fd5b7f3fb1f8b5b572f385df2ff517fa4200d6781fd017f742a2f073e874e0dca7758b8054600460ff19918216179091557fa38294a430c9d56119aa0494393af7baee29b36db8610955904203b2dc0d4b0e8054821660019081179091557faabd79db0796e2d89bfe8696a82fbf6d2311a758e061bcc90c8bf3de6ba08b4e80548316821790557f1c034d70532bb968580b3cead82cdee06245a7d4ea4fc0a0598c9d941549db3e80549092168117909155601e600090815260066020527fb6ba906ff52451a7a924e2eaeb8aea3ebee7350a8703e5e417edb25358c7dcc190606e5b60ff1660ff16815260200190815260200160002060006128b060c890565b60ff1681526020810191909152604001600020805460ff1916911515919091179055565b7f40f28f99a40bc9f6beea1013afdbc3cdcc689eb76b82c4de06c0acf1e1932ed58054600460ff1991821681179092557fd0d45eb00d049ccc46c339c71e63d90eea012e3db7256c4ce5a37e3ef4bde5ea80548216600190811790915560009283527f6f1fcfd2b22fe622991f7a4235fe1cefd5d6165948a5d5e8668ebd75e7881f246020527fe5510651289c67d4e8f0e7519899867b473e44abf356dbdbad5a29ca137bfc528054909216811790915590600690600b5b60ff1660ff16815260200190815260200160002060006129aa606e90565b60ff1660ff16815260200190815260200160002060006128b060d290565b7fdcae836ed36bf3d20474cfcca00229d5b3b00239a2a956d8ca4bf29e25a7143c8054600a60ff19918216179091557f2904e68c7a2b9b93d33af7507f4a643c6b0086d6fe2b31ff5a5fbc03699e4b8b8054821660019081179091557fbe12cc7efb7411c44beea05fe4d45203c4db5cef133202c25bd3ce7a44514dce80548316821790557f4f55fb356af25cbc2dd445c53c373fb68509850aba36a91b82fdeaae21b0fb4880548316821790557f8fc126f8eb253a1b51796c6e2b7888b31d478c4b83044f9573d937595c30830080548316821790557fb7d86cc33cf49cee7ee3c69728b50600d31f279520c03623c582359cac1cf203805490921681179091556015600090815260066020527feda6feebfb4ffb7de2d0dc45a13b92dc953c2ed6ee96fa7fe8179e7c4266747f906004612892565b7fb8657d180a4d2444fb942e94a4266075e5a1b59d96d88e88cf308d6927f00ff2805460ff199081166032179091557fb8d4b36fa3f605ad94cd0cac80f13c92af675fa832d6df8dc3ba620fe2bae5aa8054821660019081179091557f9f5a5f335709add57c36a55369203f75fab90769f90dc5c1d6b4f51e64f7931e80548316821790557fac51428db552575d93acd1b0206748187cdf03c3d4880b224b6b843f82e3ad6d80548316821790557f1759eeb783be12e6871ee15567296c25cea65699ad38e9965540ba6254a9037f8054603c93168317905560009182527f84f72166cd6dc886f96a4867c4575af2a636c629c04227c9418bfffa7a09a9ed602052907fd29801b20059b93ddfd5c6b35ed7b939364988e76b05e24456e4e78c8a3e96449060dc6128b0565b7f5cc25df4297f13907c2e8c8bb7612ac7d899f1e24c7e8664c22a89192ac286a78054600460ff1991821681179092557f210997b37b2d43faf47705b743346fb1b15ea96e448556607a491761f91e01d780548216600190811790915560009283527f62b939e4fd6f81e35ee2bfd6159b5f0fdc60eba32ce925e23fbacd5164be4c476020527f994510576db8bc5180614979b295aff86a861cb3965845612b5e9a9ef49f653e8054909216811790915590600690601861298c565b7fce1f324a8a5d5daa4a6b2281780ab321637fd4089413dd89c573bbf705027cb98054600460ff1991821681179092557f17765961060f66318b8d1c9d16f37975e1f7d99f2e57f6ba8e618a045d1691568054821660019081179091557f7b2fffb8b571683ba7f6b314c4f61b812b39faac6c91c75f6cef800f300291fc80548316821790557ff2ece9920c5eb8e61fb6da50740b25ea927174d5d412d76ec051f6da7c89ae4c8054909216811790915560009182527f2d88733daa8d83575c1c435b1a4140007e667f8dfbe2e5678ffec947a513e5cd602052907fbeddbe65619271258b6647d557767a93c417716f295dde3ab0ac84ff252b32949060486128b0565b6001600160601b038216600090815260036020526040812054839060ff16612e3157604051631e94ffd760e11b81526001600160601b03821660048201526024016111b5565b6001600160601b03808516600090815260026020526040902054612e56911684613573565b6001600160601b03858116600090815260026020908152604080832080546001600160601b03191694861694909417909355600490528190205490519193507f72d83b31d9d848984842915e1bf55e0b10f5c5c208ea2e893df958de0472fc62916126a09187918791879163ffffffff909116906156ca565b6001600160601b038216600090815260036020526040812054839060ff16612f1557604051631e94ffd760e11b81526001600160601b03821660048201526024016111b5565b6001600160601b03808516600090815260016020526040902054612f3a911684613573565b6001600160601b03858116600090815260016020908152604080832080546001600160601b03191694861694909417909355600490528190205490519193507fb254741d2e56b5fc092dabf9d2224554522d8bc0c08a1ffdce59fe0acae2bfc9916126a09187918791879163ffffffff909116906156ca565b60008051602061577f83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b61301c612768565b613025816135be565b50565b6001600160601b038216600090815260036020526040812054839060ff1661306e57604051631e94ffd760e11b81526001600160601b03821660048201526024016111b5565b6001600160601b0380851660009081526020819052604090205461309391168461344b565b6001600160601b0385811660009081526020818152604080832080546001600160601b03191694861694909417909355600490528190205490519193507f5b04742c456b2820460f06a699b464350ad00ad419b30c9bb74699e0d1e64b66916126a09187918791879163ffffffff909116906156ca565b6001600160601b038216600090815260036020526040812054839060ff1661315057604051631e94ffd760e11b81526001600160601b03821660048201526024016111b5565b6001600160601b03808516600090815260208190526040902054613175911684613573565b6001600160601b0385811660009081526020818152604080832080546001600160601b03191694861694909417909355600490528190205490519193507f4068631e6ddfc25f1831c04cd7b41e313620779732e776b6e8e62273fccd6e6d916126a09187918791879163ffffffff909116906156ca565b6001600160601b038216600090815260036020526040812054839060ff1661323257604051631e94ffd760e11b81526001600160601b03821660048201526024016111b5565b6001600160601b0380851660009081526002602052604090205461325791168461344b565b6001600160601b03858116600090815260026020908152604080832080546001600160601b03191694861694909417909355600490528190205490519193507fee2ce932811dedb09eb973e9da29180e86fe3bab034360124e0fd962f795daad916126a09187918791879163ffffffff909116906156ca565b6040516001600160a01b03848116602483015283811660448301526001600160e01b03198316606483015260009182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b1790525161333f91906156f9565b600060405180830381855afa9150503d806000811461337a576040519150601f19603f3d011682016040523d82523d6000602084013e61337f565b606091505b509150915081156133d15760408151106133b157808060200190518101906133a79190615715565b90945092506133d1565b60208151106133d157808060200190518101906133ce919061514b565b93505b505094509492505050565b600073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af4158015613427573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611e5a9190615744565b60405163274acb3560e01b81526001600160601b0380841660048301528216602482015260009073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb35906044015b602060405180830381865af41580156134af573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610bb39190615761565b73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af415801561351c573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906135409190615744565b6001600160601b03919091166000908152600460205260409020805463ffffffff191663ffffffff909216919091179055565b6040516363cf551160e11b81526001600160601b0380841660048301528216602482015260009073__$3bac17678db7ae928afa209f2f44deec9c$__9063c79eaa2290604401613492565b6135c6612768565b61302581612fb3565b6001600160601b038116811461302557600080fd5b8035610b00816135cf565b60006020828403121561360157600080fd5b813561360c816135cf565b9392505050565b634e487b7160e01b600052604160045260246000fd5b60405160c081016001600160401b038111828210171561364b5761364b613613565b60405290565b60405161010081016001600160401b038111828210171561364b5761364b613613565b60405160e081016001600160401b038111828210171561364b5761364b613613565b60405161022081016001600160401b038111828210171561364b5761364b613613565b604080519081016001600160401b038111828210171561364b5761364b613613565b60405161012081016001600160401b038111828210171561364b5761364b613613565b60405161016081016001600160401b038111828210171561364b5761364b613613565b600082601f83011261373257600080fd5b81356001600160401b038082111561374c5761374c613613565b604051601f8301601f19908116603f0116810190828211818310171561377457613774613613565b8160405283815286602085880101111561378d57600080fd5b836020870160208301376000602085830101528094505050505092915050565b6001600160a01b038116811461302557600080fd5b8035610b00816137ad565b600060c082840312156137df57600080fd5b6137e7613629565b905081356001600160401b038082111561380057600080fd5b61380c85838601613721565b835261381a602085016135e4565b602084015261382b604085016137c2565b604084015261383c606085016137c2565b606084015261384d608085016137c2565b608084015260a084013591508082111561386657600080fd5b5061387384828501613721565b60a08301525092915050565b60ff8116811461302557600080fd5b8035610b008161387f565b6000806000606084860312156138ae57600080fd5b83356138b9816135cf565b925060208401356001600160401b038111156138d457600080fd5b6138e0868287016137cd565b92505060408401356138f18161387f565b809150509250925092565b64ffffffffff8116811461302557600080fd5b8035610b00816138fc565b801515811461302557600080fd5b8035610b008161391a565b6000610100828403121561394657600080fd5b61394e613651565b9050613959826135e4565b815260208201356001600160401b038082111561397557600080fd5b61398185838601613721565b6020840152613992604085016135e4565b604084015260608401359150808211156139ab57600080fd5b6139b785838601613721565b606084015260808401359150808211156139d057600080fd5b506139dd84828501613721565b6080830152506139ef60a0830161390f565b60a0820152613a0060c0830161390f565b60c0820152613a1160e08301613928565b60e082015292915050565b600060208284031215613a2e57600080fd5b81356001600160401b03811115613a4457600080fd5b613a5084828501613933565b949350505050565b600060208284031215613a6a57600080fd5b5035919050565b61ffff8116811461302557600080fd5b8035610b0081613a71565b600060e08284031215613a9e57600080fd5b613aa6613674565b9050613ab1826135e4565b8152613abf602083016135e4565b6020820152613ad06040830161388e565b6040820152613ae16060830161388e565b606082015260808201356001600160401b0380821115613b0057600080fd5b613b0c85838601613721565b608084015260a0840135915080821115613b2557600080fd5b50613b3284828501613721565b60a083015250613b4460c0830161390f565b60c082015292915050565b600080600060608486031215613b6457600080fd5b8335613b6f816135cf565b92506020840135613b7f81613a71565b915060408401356001600160401b03811115613b9a57600080fd5b613ba686828701613a8c565b9150509250925092565b600060208284031215613bc257600080fd5b813561360c8161387f565b803562ffffff81168114610b0057600080fd5b600060808284031215613bf257600080fd5b604051608081016001600160401b038282108183111715613c1557613c15613613565b8160405282935084359150613c2982613a71565b908252602084013590613c3b826135cf565b8160208401526040850135915080821115613c5557600080fd5b50613c6285828601613721565b6040830152506060830135613c76816138fc565b6060919091015292915050565b60008060008060808587031215613c9957600080fd5b8435613ca4816135cf565b9350613cb260208601613bcd565b925060408501356001600160401b03811115613ccd57600080fd5b613cd987828801613be0565b9250506060850135613cea8161387f565b939692955090935050565b60008060408385031215613d0857600080fd5b8235613d13816135cf565b91506020830135613d238161387f565b809150509250929050565b6001600160c01b03198116811461302557600080fd5b8035610b0081613d2e565b63ffffffff8116811461302557600080fd5b8035610b0081613d4f565b600060a08284031215613d7e57600080fd5b60405160a081016001600160401b038282108183111715613da157613da1613613565b8160405282935084359150613db582613d2e565b908252602084013590613dc78261391a565b8160208401526040850135915080821115613de157600080fd5b50613dee85828601613721565b6040830152506060830135613e02816135cf565b60608201526080830135613e1581613d4f565b6080919091015292915050565b600080600060608486031215613e3757600080fd5b8335613e42816135cf565b925060208401356001600160401b03811115613e5d57600080fd5b6138e086828701613d6c565b60008060408385031215613e7c57600080fd5b8235613e87816135cf565b91506020830135613d23816135cf565b6001600160401b038116811461302557600080fd5b8035610b0081613e97565b600080600060608486031215613ecc57600080fd5b8335613ed781613e97565b925060208401356001600160401b03811115613ef257600080fd5b6138e086828701613933565b60006102208284031215613f1157600080fd5b613f19613696565b9050613f24826135e4565b8152613f32602083016135e4565b6020820152613f4360408301613d44565b6040820152613f5460608301613d44565b6060820152613f65608083016135e4565b6080820152613f7660a083016135e4565b60a0820152613f8760c083016135e4565b60c0820152613f9860e0830161390f565b60e0820152610100808301356001600160401b0380821115613fb957600080fd5b613fc586838701613721565b83850152610120925082850135915080821115613fe157600080fd5b50613fee85828601613721565b828401525050610140614002818401613a81565b90820152610160614014838201613a81565b908201526101806140268382016135e4565b908201526101a06140388382016135e4565b908201526101c061404a83820161390f565b908201526101e061405c83820161390f565b9082015261020061406e83820161390f565b9082015292915050565b6000806040838503121561408b57600080fd5b8235614096816135cf565b915060208301356001600160401b038111156140b157600080fd5b6140bd85828601613efe565b9150509250929050565b6000604082840312156140d957600080fd5b6140e16136b9565b905081356140ee816135cf565b815260208201356001600160401b0381111561410957600080fd5b61411584828501613721565b60208301525092915050565b6000806040838503121561413457600080fd5b823561413f81613d2e565b915060208301356001600160401b0381111561415a57600080fd5b6140bd858286016140c7565b6000610120828403121561417957600080fd5b6141816136db565b905081356001600160401b038082111561419a57600080fd5b6141a685838601613721565b83526020840135602084015260408401356040840152606084013560608401526141d260808501613d61565b60808401526141e360a08501613d61565b60a08401526141f460c08501613928565b60c084015261420560e08501613928565b60e08401526101009150818401358181111561422057600080fd5b61422c86828701613721565b8385015250505092915050565b6000806040838503121561424c57600080fd5b823561425781613d2e565b915060208301356001600160401b0381111561427257600080fd5b6140bd85828601614166565b60008060006060848603121561429357600080fd5b833561429e816135cf565b92506142ac60208501613bcd565b915060408401356138f18161387f565b600080604083850312156142cf57600080fd5b82356142da816135cf565b915060208301356001600160401b038111156142f557600080fd5b6140bd858286016137cd565b60006040828403121561431357600080fd5b61431b6136b9565b9050813581526020820135602082015292915050565b600060e0828403121561434357600080fd5b61434b613629565b90508135614358816135cf565b81526143678360208401614301565b602082015260608201356001600160401b0381111561438557600080fd5b61439184828501613721565b60408301525060808201356143a5816138fc565b606082015260a08201356143b8816138fc565b608082015260c08201356143cb816138fc565b60a082015292915050565b6000806000606084860312156143eb57600080fd5b83356143f6816135cf565b925060208401356001600160401b0381111561441157600080fd5b6138e086828701614331565b60005b83811015614438578181015183820152602001614420565b50506000910152565b6000815180845261445981602086016020860161441d565b601f01601f19169290920160200192915050565b602081526000610bb36020830184614441565b60008060006060848603121561449557600080fd5b83356144a081613d2e565b925060208401356001600160401b038111156144bb57600080fd5b6138e086828701614166565b600060e082840312156144d957600080fd5b6144e1613674565b90506144ec826135e4565b815260208201356001600160401b038082111561450857600080fd5b61451485838601613721565b60208401526040840135604084015261452f60608501613d61565b606084015261454060808501613d61565b608084015261455160a0850161390f565b60a084015260c084013591508082111561456a57600080fd5b5061457784828501613721565b60c08301525092915050565b60008060006060848603121561459857600080fd5b83356145a381613d2e565b925060208401356001600160401b038111156145be57600080fd5b6138e0868287016144c7565b60006101c082840312156145dd57600080fd5b6145e56136fe565b90506145f0826135e4565b81526145fe60208301613eac565b602082015261460f604083016135e4565b604082015261462060608301613928565b606082015261463160808301613928565b608082015261464260a08301613928565b60a082015260c082013560c082015260e082013560e082015261010061466a84828501614301565b9082015261014061467d84848301614301565b61012083015261406e846101808501614301565b600080600061020084860312156146a757600080fd5b83356146b2816135cf565b92506146c185602086016145ca565b91506101e08401356138f18161387f565b6000806101e083850312156146e657600080fd5b82356146f1816135cf565b915061470084602085016145ca565b90509250929050565b60006020828403121561471b57600080fd5b813561360c816137ad565b6000806040838503121561473957600080fd5b8235614744816135cf565b915060208301356001600160401b0381111561475f57600080fd5b6140bd85828601613d6c565b6000806040838503121561477e57600080fd5b8235613d1381613d2e565b60008060006060848603121561479e57600080fd5b83356147a9816135cf565b92506147b760208501613bcd565b915060408401356001600160401b038111156147d257600080fd5b613ba686828701613be0565b6020815261482360208201835160ff815116825260ff6020820151166020830152604081015163ffffffff808216604085015280606084015116606085015250505050565b6000602083015160a080840152613a5060c0840182614441565b60008060006060848603121561485257600080fd5b833561485d816135cf565b925060208401356001600160401b0381111561487857600080fd5b6138e086828701613efe565b6000806040838503121561489757600080fd5b82356148a2816135cf565b915060208301356001600160401b038111156148bd57600080fd5b6140bd85828601614331565b60808101610bb6828460ff815116825260ff6020820151166020830152604081015163ffffffff808216604085015280606084015116606085015250505050565b6000610200828403121561491d57600080fd5b6149256136db565b9050614930826135e4565b815261493e602083016135e4565b60208201526149508360408401614301565b60408201526149628360808401614301565b60608201526149748360c08401614301565b608082015261010061498884828501614301565b60a083015261499b846101408501614301565b60c08301526149ae846101808501614301565b60e083015261406e846101c08501614301565b60008061022083850312156149d557600080fd5b82356149e0816135cf565b9150614700846020850161490a565b600080600060608486031215614a0457600080fd5b8335614a0f81613d2e565b925060208401356001600160401b03811115614a2a57600080fd5b6138e0868287016140c7565b600080600060608486031215614a4b57600080fd5b8335614a568161387f565b925060208401356142ac8161387f565b60008060408385031215614a7957600080fd5b8235613d1381613e97565b60008060006102408486031215614a9a57600080fd5b8335614aa5816135cf565b9250614ab4856020860161490a565b91506102208401356138f18161387f565b600080600060608486031215614ada57600080fd5b8335614ae5816135cf565b925060208401356142ac81613a71565b60008060408385031215614b0857600080fd5b8235614b1381613d2e565b915060208301356001600160401b03811115614b2e57600080fd5b6140bd858286016144c7565b60ff198116811461302557600080fd5b60008060408385031215614b5d57600080fd5b8235614b688161387f565b91506020830135613d2381614b3a565b60008060008060808587031215614b8e57600080fd5b8435614b99816135cf565b93506020850135614ba981613a71565b925060408501356001600160401b03811115614bc457600080fd5b613cd987828801613a8c565b602081526000825160c06020840152614bec60e0840182614441565b90506001600160601b036020850151166040840152604084015160018060a01b0380821660608601528060608701511660808601528060808701511660a0860152505060a0840151601f198483030160c0850152614c4a8282614441565b95945050505050565b600060208284031215614c6557600080fd5b5051919050565b60208152614c866020820183516001600160601b03169052565b60006020830151610100806040850152614ca4610120850183614441565b91506040850151614cc060608601826001600160601b03169052565b506060850151601f1980868503016080870152614cdd8483614441565b935060808701519150808685030160a087015250614cfb8382614441565b92505060a0850151614d1660c086018264ffffffffff169052565b5060c085015164ffffffffff811660e08601525060e0850151801515858301525b5090949350505050565b6020815260006001600160601b038084511660208401528060208501511660408401525060ff60408401511660608301526060830151614d86608084018260ff169052565b50608083015160e060a0840152614da1610100840182614441565b905060a0840151601f198483030160c0850152614dbe8282614441565b91505060c0840151614dd960e085018264ffffffffff169052565b509392505050565b6020815261ffff82511660208201526001600160601b0360208301511660408201526000604083015160806060840152614e1e60a0840182614441565b905064ffffffffff60608501511660808401528091505092915050565b602081526001600160401b0360c01b82511660208201526020820151151560408201526000604083015160a06060840152614e7960c0840182614441565b90506001600160601b03606085015116608084015263ffffffff60808501511660a08401528091505092915050565b60208152614ec26020820183516001600160601b03169052565b60006020830151614ede60408401826001600160601b03169052565b5060408301516001600160c01b0319811660608401525060608301516001600160c01b0319811660808401525060808301516001600160601b03811660a08401525060a08301516001600160601b03811660c08401525060c08301516001600160601b03811660e08401525060e0830151610100614f648185018364ffffffffff169052565b808501519150506102206101208181860152614f84610240860184614441565b9250808601519050610140601f198685030181870152614fa48483614441565b935080870151915050610160614fbf8187018361ffff169052565b8601519050610180614fd68682018361ffff169052565b86015190506101a0614ff2868201836001600160601b03169052565b86015190506101c061500e868201836001600160601b03169052565b86015190506101e06150288682018364ffffffffff169052565b86015190506102006150428682018364ffffffffff169052565b86015164ffffffffff8116838701529050614d37565b6001600160c01b031991909116815260200190565b602081526001600160601b03825116602082015260006020830151604080840152613a506060840182614441565b60208152600082516101208060208501526150ba610140850183614441565b915060208501516040850152604085015160608501526060850151608085015260808501516150f160a086018263ffffffff169052565b5060a085015163ffffffff811660c08601525060c085015180151560e08601525060e08501516101006151278187018315159052565b860151858403601f19018387015290506151418382614441565b9695505050505050565b60006020828403121561515d57600080fd5b815161360c8161391a565b602081526001600160601b0382511660208201526000602083015161519a604084018280518252602090810151910152565b50604083015160e060808401526151b5610100840182614441565b9050606084015164ffffffffff80821660a08601528060808701511660c08601528060a08701511660e086015250508091505092915050565b600181811c9082168061520257607f821691505b60208210810361522257634e487b7160e01b600052602260045260246000fd5b50919050565b602081526001600160601b0382511660208201526000602083015160e06040840152615258610100840182614441565b90506040840151606084015263ffffffff6060850151166080840152608084015161528b60a085018263ffffffff169052565b5060a084015164ffffffffff811660c08501525060c0840151838203601f190160e0850152614c4a8282614441565b81516001600160601b031681526101c0810160208301516152e660208401826001600160401b03169052565b50604083015161530160408401826001600160601b03169052565b506060830151615315606084018215159052565b506080830151615329608084018215159052565b5060a083015161533d60a084018215159052565b5060c083015160c083015260e083015160e08301526101008084015161536f8285018280518252602090810151910152565b50506101208301516101406153908185018380518252602090810151910152565b840151805161018085015260208101516101a085015290506126b1565b6000602082840312156153bf57600080fd5b815161360c816137ad565b81516001600160601b031681526020808301516102008301916153f7908401826001600160601b03169052565b506040830151615414604084018280518252602090810151910152565b50606083015180516080840152602081015160a0840152506080830151805160c0840152602081015160e08401525060a08301516101006154618185018380518252602090810151910152565b60c0850151805161014086015260209081015161016086015260e086015180516101808701528101516101a08601529085015180516101c0860152908101516101e085015290506126b1565b600080858511156154bd57600080fd5b838611156154ca57600080fd5b5050820193919092039150565b6001600160e01b031981358181169160048510156154ff5780818660040360031b1b83161692505b505092915050565b6001600160a01b03841681526040602082018190528101829052818360608301376000818301606090810191909152601f909201601f1916010192915050565b601f821115610a4057600081815260208120601f850160051c8101602086101561556e5750805b601f850160051c820191505b81811015611bfc5782815560010161557a565b81516001600160401b038111156155a6576155a6613613565b6155ba816155b484546151ee565b84615547565b602080601f8311600181146155ef57600084156155d75750858301515b600019600386901b1c1916600185901b178555611bfc565b600085815260208120601f198616915b8281101561561e578886015182559484019460019091019084016155ff565b508582101561563c5787850151600019600388901b60f8161c191681555b5050505050600190811b01905550565b60006020828403121561565e57600080fd5b815161360c8161387f565b60006020828403121561567b57600080fd5b815161360c81614b3a565b6000600182016156a657634e487b7160e01b600052601160045260246000fd5b5060010190565b6000602082840312156156bf57600080fd5b815161360c81613e97565b6001600160601b03948516815292841660208401529216604082015263ffffffff909116606082015260800190565b6000825161570b81846020870161441d565b9190910192915050565b6000806040838503121561572857600080fd5b82516157338161391a565b6020840151909250613d2381613d4f565b60006020828403121561575657600080fd5b815161360c81613d4f565b60006020828403121561577357600080fd5b815161360c816135cf56fef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00a26469706673582212200d6fec204c0d95b431bc3045b3ec92fcb923530c4d5e81ba58c007188c6e0ee264736f6c63430008140033",
         
     | 
| 
      
 3212 
     | 
    
         
            +
              "linkReferences": {
         
     | 
| 
      
 3213 
     | 
    
         
            +
                "contracts/type/Amount.sol": {
         
     | 
| 
      
 3214 
     | 
    
         
            +
                  "AmountLib": [
         
     | 
| 
      
 3215 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3216 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 3217 
     | 
    
         
            +
                      "start": 13461
         
     | 
| 
      
 3218 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3219 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3220 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 3221 
     | 
    
         
            +
                      "start": 13757
         
     | 
| 
      
 3222 
     | 
    
         
            +
                    }
         
     | 
| 
      
 3223 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 3224 
     | 
    
         
            +
                },
         
     | 
| 
      
 3225 
     | 
    
         
            +
                "contracts/type/Blocknumber.sol": {
         
     | 
| 
      
 3226 
     | 
    
         
            +
                  "BlocknumberLib": [
         
     | 
| 
      
 3227 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3228 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 3229 
     | 
    
         
            +
                      "start": 13313
         
     | 
| 
      
 3230 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3231 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3232 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 3233 
     | 
    
         
            +
                      "start": 13558
         
     | 
| 
      
 3234 
     | 
    
         
            +
                    }
         
     | 
| 
      
 3235 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 3236 
     | 
    
         
            +
                },
         
     | 
| 
      
 3237 
     | 
    
         
            +
                "contracts/type/ClaimId.sol": {
         
     | 
| 
      
 3238 
     | 
    
         
            +
                  "ClaimIdLib": [
         
     | 
| 
      
 3239 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3240 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 3241 
     | 
    
         
            +
                      "start": 8808
         
     | 
| 
      
 3242 
     | 
    
         
            +
                    }
         
     | 
| 
      
 3243 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 3244 
     | 
    
         
            +
                },
         
     | 
| 
      
 3245 
     | 
    
         
            +
                "contracts/type/DistributorType.sol": {
         
     | 
| 
      
 3246 
     | 
    
         
            +
                  "DistributorTypeLib": [
         
     | 
| 
      
 3247 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3248 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 3249 
     | 
    
         
            +
                      "start": 3432
         
     | 
| 
      
 3250 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3251 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3252 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 3253 
     | 
    
         
            +
                      "start": 4130
         
     | 
| 
      
 3254 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3255 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3256 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 3257 
     | 
    
         
            +
                      "start": 5685
         
     | 
| 
      
 3258 
     | 
    
         
            +
                    }
         
     | 
| 
      
 3259 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 3260 
     | 
    
         
            +
                },
         
     | 
| 
      
 3261 
     | 
    
         
            +
                "contracts/type/Key32.sol": {
         
     | 
| 
      
 3262 
     | 
    
         
            +
                  "Key32Lib": [
         
     | 
| 
      
 3263 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3264 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 3265 
     | 
    
         
            +
                      "start": 6786
         
     | 
| 
      
 3266 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3267 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3268 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 3269 
     | 
    
         
            +
                      "start": 7380
         
     | 
| 
      
 3270 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3271 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3272 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 3273 
     | 
    
         
            +
                      "start": 7496
         
     | 
| 
      
 3274 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3275 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3276 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 3277 
     | 
    
         
            +
                      "start": 7833
         
     | 
| 
      
 3278 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3279 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3280 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 3281 
     | 
    
         
            +
                      "start": 8494
         
     | 
| 
      
 3282 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3283 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3284 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 3285 
     | 
    
         
            +
                      "start": 8610
         
     | 
| 
      
 3286 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3287 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3288 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 3289 
     | 
    
         
            +
                      "start": 9364
         
     | 
| 
      
 3290 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3291 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3292 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 3293 
     | 
    
         
            +
                      "start": 9480
         
     | 
| 
      
 3294 
     | 
    
         
            +
                    }
         
     | 
| 
      
 3295 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 3296 
     | 
    
         
            +
                },
         
     | 
| 
      
 3297 
     | 
    
         
            +
                "contracts/type/NftId.sol": {
         
     | 
| 
      
 3298 
     | 
    
         
            +
                  "NftIdLib": [
         
     | 
| 
      
 3299 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3300 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 3301 
     | 
    
         
            +
                      "start": 7247
         
     | 
| 
      
 3302 
     | 
    
         
            +
                    }
         
     | 
| 
      
 3303 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 3304 
     | 
    
         
            +
                },
         
     | 
| 
      
 3305 
     | 
    
         
            +
                "contracts/type/ObjectType.sol": {
         
     | 
| 
      
 3306 
     | 
    
         
            +
                  "ObjectTypeLib": [
         
     | 
| 
      
 3307 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3308 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 3309 
     | 
    
         
            +
                      "start": 7954
         
     | 
| 
      
 3310 
     | 
    
         
            +
                    }
         
     | 
| 
      
 3311 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 3312 
     | 
    
         
            +
                },
         
     | 
| 
      
 3313 
     | 
    
         
            +
                "contracts/type/PayoutId.sol": {
         
     | 
| 
      
 3314 
     | 
    
         
            +
                  "PayoutIdLib": [
         
     | 
| 
      
 3315 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3316 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 3317 
     | 
    
         
            +
                      "start": 8886
         
     | 
| 
      
 3318 
     | 
    
         
            +
                    }
         
     | 
| 
      
 3319 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 3320 
     | 
    
         
            +
                },
         
     | 
| 
      
 3321 
     | 
    
         
            +
                "contracts/type/Referral.sol": {
         
     | 
| 
      
 3322 
     | 
    
         
            +
                  "ReferralLib": [
         
     | 
| 
      
 3323 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3324 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 3325 
     | 
    
         
            +
                      "start": 4290
         
     | 
| 
      
 3326 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3327 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3328 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 3329 
     | 
    
         
            +
                      "start": 6253
         
     | 
| 
      
 3330 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3331 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3332 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 3333 
     | 
    
         
            +
                      "start": 6596
         
     | 
| 
      
 3334 
     | 
    
         
            +
                    }
         
     | 
| 
      
 3335 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 3336 
     | 
    
         
            +
                },
         
     | 
| 
      
 3337 
     | 
    
         
            +
                "contracts/type/RequestId.sol": {
         
     | 
| 
      
 3338 
     | 
    
         
            +
                  "RequestIdLib": [
         
     | 
| 
      
 3339 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3340 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 3341 
     | 
    
         
            +
                      "start": 2718
         
     | 
| 
      
 3342 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3343 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3344 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 3345 
     | 
    
         
            +
                      "start": 3080
         
     | 
| 
      
 3346 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3347 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3348 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 3349 
     | 
    
         
            +
                      "start": 6367
         
     | 
| 
      
 3350 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3351 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3352 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 3353 
     | 
    
         
            +
                      "start": 7709
         
     | 
| 
      
 3354 
     | 
    
         
            +
                    }
         
     | 
| 
      
 3355 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 3356 
     | 
    
         
            +
                },
         
     | 
| 
      
 3357 
     | 
    
         
            +
                "contracts/type/RiskId.sol": {
         
     | 
| 
      
 3358 
     | 
    
         
            +
                  "RiskIdLib": [
         
     | 
| 
      
 3359 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3360 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 3361 
     | 
    
         
            +
                      "start": 3272
         
     | 
| 
      
 3362 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3363 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3364 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 3365 
     | 
    
         
            +
                      "start": 4706
         
     | 
| 
      
 3366 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3367 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3368 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 3369 
     | 
    
         
            +
                      "start": 5852
         
     | 
| 
      
 3370 
     | 
    
         
            +
                    }
         
     | 
| 
      
 3371 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 3372 
     | 
    
         
            +
                },
         
     | 
| 
      
 3373 
     | 
    
         
            +
                "contracts/type/StateId.sol": {
         
     | 
| 
      
 3374 
     | 
    
         
            +
                  "StateIdLib": [
         
     | 
| 
      
 3375 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3376 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 3377 
     | 
    
         
            +
                      "start": 3630
         
     | 
| 
      
 3378 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3379 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3380 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 3381 
     | 
    
         
            +
                      "start": 6027
         
     | 
| 
      
 3382 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3383 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3384 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 3385 
     | 
    
         
            +
                      "start": 6506
         
     | 
| 
      
 3386 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3387 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3388 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 3389 
     | 
    
         
            +
                      "start": 8130
         
     | 
| 
      
 3390 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3391 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3392 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 3393 
     | 
    
         
            +
                      "start": 8947
         
     | 
| 
      
 3394 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3395 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3396 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 3397 
     | 
    
         
            +
                      "start": 9137
         
     | 
| 
      
 3398 
     | 
    
         
            +
                    }
         
     | 
| 
      
 3399 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 3400 
     | 
    
         
            +
                }
         
     | 
| 
      
 3401 
     | 
    
         
            +
              },
         
     | 
| 
      
 3402 
     | 
    
         
            +
              "deployedLinkReferences": {
         
     | 
| 
      
 3403 
     | 
    
         
            +
                "contracts/type/Amount.sol": {
         
     | 
| 
      
 3404 
     | 
    
         
            +
                  "AmountLib": [
         
     | 
| 
      
 3405 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3406 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 3407 
     | 
    
         
            +
                      "start": 13428
         
     | 
| 
      
 3408 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3409 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3410 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 3411 
     | 
    
         
            +
                      "start": 13724
         
     | 
| 
      
 3412 
     | 
    
         
            +
                    }
         
     | 
| 
      
 3413 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 3414 
     | 
    
         
            +
                },
         
     | 
| 
      
 3415 
     | 
    
         
            +
                "contracts/type/Blocknumber.sol": {
         
     | 
| 
      
 3416 
     | 
    
         
            +
                  "BlocknumberLib": [
         
     | 
| 
      
 3417 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3418 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 3419 
     | 
    
         
            +
                      "start": 13280
         
     | 
| 
      
 3420 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3421 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3422 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 3423 
     | 
    
         
            +
                      "start": 13525
         
     | 
| 
      
 3424 
     | 
    
         
            +
                    }
         
     | 
| 
      
 3425 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 3426 
     | 
    
         
            +
                },
         
     | 
| 
      
 3427 
     | 
    
         
            +
                "contracts/type/ClaimId.sol": {
         
     | 
| 
      
 3428 
     | 
    
         
            +
                  "ClaimIdLib": [
         
     | 
| 
      
 3429 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3430 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 3431 
     | 
    
         
            +
                      "start": 8775
         
     | 
| 
      
 3432 
     | 
    
         
            +
                    }
         
     | 
| 
      
 3433 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 3434 
     | 
    
         
            +
                },
         
     | 
| 
      
 3435 
     | 
    
         
            +
                "contracts/type/DistributorType.sol": {
         
     | 
| 
      
 3436 
     | 
    
         
            +
                  "DistributorTypeLib": [
         
     | 
| 
      
 3437 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3438 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 3439 
     | 
    
         
            +
                      "start": 3399
         
     | 
| 
      
 3440 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3441 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3442 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 3443 
     | 
    
         
            +
                      "start": 4097
         
     | 
| 
      
 3444 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3445 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3446 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 3447 
     | 
    
         
            +
                      "start": 5652
         
     | 
| 
      
 3448 
     | 
    
         
            +
                    }
         
     | 
| 
      
 3449 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 3450 
     | 
    
         
            +
                },
         
     | 
| 
      
 3451 
     | 
    
         
            +
                "contracts/type/Key32.sol": {
         
     | 
| 
      
 3452 
     | 
    
         
            +
                  "Key32Lib": [
         
     | 
| 
      
 3453 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3454 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 3455 
     | 
    
         
            +
                      "start": 6753
         
     | 
| 
      
 3456 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3457 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3458 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 3459 
     | 
    
         
            +
                      "start": 7347
         
     | 
| 
      
 3460 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3461 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3462 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 3463 
     | 
    
         
            +
                      "start": 7463
         
     | 
| 
      
 3464 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3465 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3466 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 3467 
     | 
    
         
            +
                      "start": 7800
         
     | 
| 
      
 3468 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3469 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3470 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 3471 
     | 
    
         
            +
                      "start": 8461
         
     | 
| 
      
 3472 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3473 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3474 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 3475 
     | 
    
         
            +
                      "start": 8577
         
     | 
| 
      
 3476 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3477 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3478 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 3479 
     | 
    
         
            +
                      "start": 9331
         
     | 
| 
      
 3480 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3481 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3482 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 3483 
     | 
    
         
            +
                      "start": 9447
         
     | 
| 
      
 3484 
     | 
    
         
            +
                    }
         
     | 
| 
      
 3485 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 3486 
     | 
    
         
            +
                },
         
     | 
| 
      
 3487 
     | 
    
         
            +
                "contracts/type/NftId.sol": {
         
     | 
| 
      
 3488 
     | 
    
         
            +
                  "NftIdLib": [
         
     | 
| 
      
 3489 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3490 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 3491 
     | 
    
         
            +
                      "start": 7214
         
     | 
| 
      
 3492 
     | 
    
         
            +
                    }
         
     | 
| 
      
 3493 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 3494 
     | 
    
         
            +
                },
         
     | 
| 
      
 3495 
     | 
    
         
            +
                "contracts/type/ObjectType.sol": {
         
     | 
| 
      
 3496 
     | 
    
         
            +
                  "ObjectTypeLib": [
         
     | 
| 
      
 3497 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3498 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 3499 
     | 
    
         
            +
                      "start": 7921
         
     | 
| 
      
 3500 
     | 
    
         
            +
                    }
         
     | 
| 
      
 3501 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 3502 
     | 
    
         
            +
                },
         
     | 
| 
      
 3503 
     | 
    
         
            +
                "contracts/type/PayoutId.sol": {
         
     | 
| 
      
 3504 
     | 
    
         
            +
                  "PayoutIdLib": [
         
     | 
| 
      
 3505 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3506 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 3507 
     | 
    
         
            +
                      "start": 8853
         
     | 
| 
      
 3508 
     | 
    
         
            +
                    }
         
     | 
| 
      
 3509 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 3510 
     | 
    
         
            +
                },
         
     | 
| 
      
 3511 
     | 
    
         
            +
                "contracts/type/Referral.sol": {
         
     | 
| 
      
 3512 
     | 
    
         
            +
                  "ReferralLib": [
         
     | 
| 
      
 3513 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3514 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 3515 
     | 
    
         
            +
                      "start": 4257
         
     | 
| 
      
 3516 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3517 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3518 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 3519 
     | 
    
         
            +
                      "start": 6220
         
     | 
| 
      
 3520 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3521 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3522 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 3523 
     | 
    
         
            +
                      "start": 6563
         
     | 
| 
      
 3524 
     | 
    
         
            +
                    }
         
     | 
| 
      
 3525 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 3526 
     | 
    
         
            +
                },
         
     | 
| 
      
 3527 
     | 
    
         
            +
                "contracts/type/RequestId.sol": {
         
     | 
| 
      
 3528 
     | 
    
         
            +
                  "RequestIdLib": [
         
     | 
| 
      
 3529 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3530 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 3531 
     | 
    
         
            +
                      "start": 2685
         
     | 
| 
      
 3532 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3533 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3534 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 3535 
     | 
    
         
            +
                      "start": 3047
         
     | 
| 
      
 3536 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3537 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3538 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 3539 
     | 
    
         
            +
                      "start": 6334
         
     | 
| 
      
 3540 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3541 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3542 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 3543 
     | 
    
         
            +
                      "start": 7676
         
     | 
| 
      
 3544 
     | 
    
         
            +
                    }
         
     | 
| 
      
 3545 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 3546 
     | 
    
         
            +
                },
         
     | 
| 
      
 3547 
     | 
    
         
            +
                "contracts/type/RiskId.sol": {
         
     | 
| 
      
 3548 
     | 
    
         
            +
                  "RiskIdLib": [
         
     | 
| 
      
 3549 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3550 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 3551 
     | 
    
         
            +
                      "start": 3239
         
     | 
| 
      
 3552 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3553 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3554 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 3555 
     | 
    
         
            +
                      "start": 4673
         
     | 
| 
      
 3556 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3557 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3558 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 3559 
     | 
    
         
            +
                      "start": 5819
         
     | 
| 
      
 3560 
     | 
    
         
            +
                    }
         
     | 
| 
      
 3561 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 3562 
     | 
    
         
            +
                },
         
     | 
| 
      
 3563 
     | 
    
         
            +
                "contracts/type/StateId.sol": {
         
     | 
| 
      
 3564 
     | 
    
         
            +
                  "StateIdLib": [
         
     | 
| 
      
 3565 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3566 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 3567 
     | 
    
         
            +
                      "start": 3597
         
     | 
| 
      
 3568 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3569 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3570 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 3571 
     | 
    
         
            +
                      "start": 5994
         
     | 
| 
      
 3572 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3573 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3574 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 3575 
     | 
    
         
            +
                      "start": 6473
         
     | 
| 
      
 3576 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3577 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3578 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 3579 
     | 
    
         
            +
                      "start": 8097
         
     | 
| 
      
 3580 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3581 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3582 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 3583 
     | 
    
         
            +
                      "start": 8914
         
     | 
| 
      
 3584 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3585 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3586 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 3587 
     | 
    
         
            +
                      "start": 9104
         
     | 
| 
      
 3588 
     | 
    
         
            +
                    }
         
     | 
| 
      
 3589 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 3590 
     | 
    
         
            +
                }
         
     | 
| 
      
 3591 
     | 
    
         
            +
              }
         
     | 
| 
      
 3592 
     | 
    
         
            +
            }
         
     |