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