@etherisc/gif-next 0.0.2-e9a637d-547 → 0.0.2-ea09fbf-195
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 +83 -22
 - package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.dbg.json +4 -0
 - package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.json +1007 -0
 - package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.json +744 -0
 - package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.dbg.json +4 -0
 - package/artifacts/contracts/{instance/service/IPoolService.sol/IPoolService.json → accounting/IAccountingService.sol/IAccountingService.json} +327 -380
 - package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
 - package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +1341 -0
 - package/artifacts/contracts/authorization/AccessAdmin.sol/IAccessManagedChecker.dbg.json +4 -0
 - package/artifacts/contracts/authorization/AccessAdmin.sol/IAccessManagedChecker.json +24 -0
 - package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +4 -0
 - package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +1434 -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 +1092 -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/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 +1322 -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/{components → distribution}/Distribution.sol/Distribution.json +259 -572
 - package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
 - package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1501 -0
 - package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +860 -0
 - package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
 - package/artifacts/contracts/{components → distribution}/IDistributionComponent.sol/IDistributionComponent.json +258 -312
 - package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
 - package/artifacts/contracts/{instance/service → distribution}/IDistributionService.sol/IDistributionService.json +243 -325
 - 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 +1475 -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 +2040 -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 +1479 -0
 - package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.json +470 -0
 - package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
 - package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1195 -0
 - package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
 - package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1655 -0
 - package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.json +502 -0
 - package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +4 -0
 - package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +2408 -0
 - package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.json +470 -0
 - package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +4 -0
 - package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +851 -0
 - package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
 - package/artifacts/contracts/instance/IInstance.sol/IInstance.json +263 -115
 - package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
 - package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +228 -123
 - package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
 - package/artifacts/contracts/instance/Instance.sol/Instance.json +288 -233
 - package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
 - package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +1800 -0
 - package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
 - package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +574 -0
 - package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
 - package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +1610 -560
 - package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
 - package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +262 -445
 - package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
 - package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +156 -157
 - package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +1 -1
 - package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +1780 -739
 - package/artifacts/contracts/instance/RiskSet.sol/RiskSet.dbg.json +4 -0
 - package/artifacts/contracts/instance/RiskSet.sol/RiskSet.json +853 -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/{Cloneable.sol → base/Cloneable.sol}/Cloneable.json +1 -54
 - 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 +192 -0
 - package/artifacts/contracts/instance/base/ObjectSetHelper.sol/ObjectSetHelperLib.dbg.json +4 -0
 - package/artifacts/contracts/instance/base/ObjectSetHelper.sol/ObjectSetHelperLib.json +168 -0
 - package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +1 -1
 - package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +8 -116
 - package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
 - package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +1 -1
 - 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 +959 -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/{components/IProductComponent.sol/IProductComponent.json → oracle/IOracleComponent.sol/IOracleComponent.json} +228 -284
 - package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
 - package/artifacts/contracts/{instance/service/IPolicyService.sol/IPolicyService.json → oracle/IOracleService.sol/IOracleService.json} +302 -175
 - package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
 - package/artifacts/contracts/{components/Component.sol/Component.json → oracle/Oracle.sol/Oracle.json} +262 -229
 - package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
 - package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +997 -0
 - package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +764 -0
 - package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
 - package/artifacts/contracts/{components/Pool.sol/Pool.json → pool/BasicPool.sol/BasicPool.json} +318 -442
 - 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 +1367 -0
 - package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +820 -0
 - package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
 - package/artifacts/contracts/{instance/service → pool}/IBundleService.sol/IBundleService.json +347 -60
 - package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
 - package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +907 -0
 - package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
 - package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1309 -0
 - package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
 - package/artifacts/contracts/{components/IPoolComponent.sol/IPoolComponent.json → pool/Pool.sol/Pool.json} +377 -414
 - package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
 - package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1626 -0
 - package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +792 -0
 - package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
 - package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +813 -0
 - package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +728 -0
 - package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
 - package/artifacts/contracts/{components/Product.sol/Product.json → product/BasicProduct.sol/BasicProduct.json} +451 -457
 - 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 +1538 -0
 - package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +860 -0
 - package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
 - package/artifacts/contracts/{instance/service → product}/IApplicationService.sol/IApplicationService.json +138 -163
 - package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
 - package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +1082 -0
 - package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
 - package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +968 -0
 - package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
 - package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +602 -0
 - package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
 - package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +1018 -0
 - package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
 - package/artifacts/contracts/{instance/service/IProductService.sol/IProductService.json → product/IRiskService.sol/IRiskService.json} +64 -61
 - package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
 - package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1320 -0
 - package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +808 -0
 - package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
 - package/artifacts/contracts/product/PricingService.sol/PricingService.json +930 -0
 - package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +784 -0
 - package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
 - package/artifacts/contracts/product/Product.sol/Product.json +1119 -0
 - package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
 - package/artifacts/contracts/product/RiskService.sol/RiskService.json +637 -0
 - package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +724 -0
 - package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
 - package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +59 -16
 - package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
 - package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +464 -29
 - package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
 - package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +286 -109
 - package/artifacts/contracts/registry/IRelease.sol/IRelease.dbg.json +4 -0
 - package/artifacts/contracts/registry/IRelease.sol/IRelease.json +24 -0
 - package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
 - package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +5 -18
 - package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
 - package/artifacts/contracts/registry/Registry.sol/Registry.json +953 -127
 - package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
 - package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +1861 -0
 - package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
 - package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +360 -249
 - package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
 - package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +164 -99
 - package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.dbg.json +4 -0
 - package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.json +1795 -0
 - 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 +1325 -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 +317 -154
 - package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
 - package/artifacts/contracts/{instance/base/ComponentService.sol/ComponentService.json → shared/Component.sol/Component.json} +280 -180
 - package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
 - package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1597 -0
 - package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +824 -0
 - package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
 - package/artifacts/contracts/{instance/service/IClaimService.sol/IClaimService.json → shared/ComponentVerifyingService.sol/ComponentVerifyingService.json} +142 -132
 - package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +4 -0
 - package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +541 -0
 - package/artifacts/contracts/shared/ContractLib.sol/IInstanceAdminHelper.dbg.json +4 -0
 - package/artifacts/contracts/shared/ContractLib.sol/IInstanceAdminHelper.json +24 -0
 - package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.dbg.json +4 -0
 - package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.json +30 -0
 - package/artifacts/contracts/shared/ContractLib.sol/ITokenRegistryHelper.dbg.json +4 -0
 - package/artifacts/contracts/shared/ContractLib.sol/ITokenRegistryHelper.json +40 -0
 - package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
 - package/artifacts/contracts/{components → shared}/IComponent.sol/IComponent.json +152 -125
 - package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
 - package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +1221 -0
 - package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
 - package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +709 -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 +19 -10
 - package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +1 -1
 - package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +59 -13
 - package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
 - package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +144 -3
 - package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +1 -1
 - package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.json +0 -13
 - package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
 - package/artifacts/contracts/shared/IService.sol/IService.json +69 -5
 - 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 +797 -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 +28 -70
 - package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +1 -1
 - package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +35 -85
 - package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
 - package/artifacts/contracts/shared/Registerable.sol/Registerable.json +126 -100
 - package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +1 -1
 - package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +2 -28
 - package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
 - package/artifacts/contracts/shared/Service.sol/Service.json +66 -109
 - 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 +1447 -0
 - package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
 - package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1067 -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 +1849 -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 +788 -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 +1272 -0
 - package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +732 -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/Key32Set.sol/LibKey32Set.dbg.json +4 -0
 - package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.json +33 -0
 - package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
 - package/artifacts/contracts/type/NftId.sol/NftIdLib.json +228 -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 +199 -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/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 +158 -0
 - package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
 - package/artifacts/contracts/type/Version.sol/VersionPartLib.json +113 -0
 - package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +4 -0
 - package/artifacts/contracts/{shared → upgradeability}/IVersionable.sol/IVersionable.json +1 -1
 - 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/{shared → upgradeability}/Versionable.sol/Versionable.json +1 -1
 - package/contracts/accounting/AccountingService.sol +262 -0
 - package/contracts/accounting/AccountingServiceManager.sol +38 -0
 - package/contracts/accounting/IAccountingService.sol +45 -0
 - package/contracts/authorization/AccessAdmin.sol +659 -0
 - package/contracts/authorization/AccessManagerCloneable.sol +149 -0
 - package/contracts/authorization/Authorization.sol +289 -0
 - package/contracts/authorization/IAccess.sol +49 -0
 - package/contracts/authorization/IAccessAdmin.sol +140 -0
 - package/contracts/authorization/IAuthorization.sol +60 -0
 - package/contracts/authorization/IServiceAuthorization.sol +40 -0
 - package/contracts/authorization/ServiceAuthorization.sol +106 -0
 - package/contracts/distribution/BasicDistribution.sol +139 -0
 - package/contracts/distribution/BasicDistributionAuthorization.sol +47 -0
 - package/contracts/{components → distribution}/Distribution.sol +170 -163
 - package/contracts/distribution/DistributionService.sol +357 -0
 - package/contracts/distribution/DistributionServiceManager.sol +39 -0
 - package/contracts/distribution/IDistributionComponent.sol +52 -0
 - package/contracts/{instance/service → distribution}/IDistributionService.sol +35 -34
 - package/contracts/examples/fire/DamageLevel.sol +59 -0
 - package/contracts/examples/fire/FirePool.sol +90 -0
 - package/contracts/examples/fire/FirePoolAuthorization.sol +35 -0
 - package/contracts/examples/fire/FireProduct.sol +438 -0
 - package/contracts/examples/fire/FireProductAuthorization.sol +45 -0
 - package/contracts/examples/fire/FireUSD.sol +26 -0
 - package/contracts/examples/unpermissioned/SimpleDistribution.sol +57 -0
 - package/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol +28 -0
 - package/contracts/examples/unpermissioned/SimpleOracle.sol +137 -0
 - package/contracts/examples/unpermissioned/SimplePool.sol +107 -0
 - package/contracts/examples/unpermissioned/SimplePoolAuthorization.sol +28 -0
 - package/contracts/examples/unpermissioned/SimpleProduct.sol +370 -0
 - package/contracts/examples/unpermissioned/SimpleProductAuthorization.sol +28 -0
 - package/contracts/instance/BundleSet.sol +130 -0
 - package/contracts/instance/IInstance.sol +43 -37
 - package/contracts/instance/IInstanceService.sol +37 -49
 - package/contracts/instance/Instance.sol +142 -106
 - package/contracts/instance/InstanceAdmin.sol +326 -0
 - package/contracts/instance/InstanceAuthorizationV3.sol +225 -0
 - package/contracts/instance/InstanceReader.sol +363 -60
 - package/contracts/instance/InstanceService.sol +258 -384
 - package/contracts/instance/InstanceServiceManager.sol +14 -29
 - package/contracts/instance/InstanceStore.sol +174 -95
 - package/contracts/instance/RiskSet.sol +118 -0
 - package/contracts/instance/base/BalanceStore.sol +123 -0
 - package/contracts/instance/base/Cloneable.sol +28 -0
 - package/contracts/instance/base/ObjectCounter.sol +20 -0
 - package/contracts/instance/base/ObjectLifecycle.sol +113 -0
 - package/contracts/instance/base/ObjectSet.sol +77 -0
 - package/contracts/instance/base/ObjectSetHelper.sol +30 -0
 - package/contracts/instance/module/IAccess.sol +4 -12
 - package/contracts/instance/module/IBundle.sol +6 -9
 - package/contracts/instance/module/IComponents.sol +28 -18
 - package/contracts/instance/module/IDistribution.sol +6 -6
 - package/contracts/instance/module/IPolicy.sol +48 -35
 - package/contracts/instance/module/IRisk.sol +4 -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 +310 -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 +425 -0
 - package/contracts/pool/BundleServiceManager.sol +39 -0
 - package/contracts/pool/IBundleService.sol +121 -0
 - package/contracts/pool/IPoolComponent.sol +62 -0
 - package/contracts/pool/IPoolService.sol +153 -0
 - package/contracts/pool/Pool.sol +345 -0
 - package/contracts/pool/PoolService.sol +615 -0
 - package/contracts/pool/PoolServiceManager.sol +39 -0
 - package/contracts/product/ApplicationService.sol +259 -0
 - package/contracts/{instance/service → product}/ApplicationServiceManager.sol +12 -9
 - package/contracts/product/BasicProduct.sol +51 -0
 - package/contracts/product/BasicProductAuthorization.sol +41 -0
 - package/contracts/product/ClaimService.sol +708 -0
 - package/contracts/{instance/service → product}/ClaimServiceManager.sol +12 -9
 - package/contracts/{instance/service → product}/IApplicationService.sol +19 -35
 - package/contracts/product/IClaimService.sol +136 -0
 - package/contracts/product/IPolicyService.sol +90 -0
 - package/contracts/product/IPricingService.sol +39 -0
 - package/contracts/product/IProductComponent.sol +62 -0
 - package/contracts/product/IRiskService.sol +33 -0
 - package/contracts/product/PolicyService.sol +736 -0
 - package/contracts/product/PolicyServiceManager.sol +39 -0
 - package/contracts/product/PricingService.sol +304 -0
 - package/contracts/product/PricingServiceManager.sol +39 -0
 - package/contracts/product/Product.sol +463 -0
 - package/contracts/product/RiskService.sol +151 -0
 - package/contracts/product/RiskServiceManager.sol +39 -0
 - package/contracts/registry/ChainNft.sol +79 -40
 - package/contracts/registry/IRegistry.sol +93 -30
 - package/contracts/registry/IRegistryService.sol +34 -40
 - package/contracts/registry/IRelease.sol +26 -0
 - package/contracts/registry/ITransferInterceptor.sol +1 -2
 - package/contracts/registry/Registry.sol +456 -197
 - package/contracts/registry/RegistryAdmin.sol +344 -0
 - package/contracts/registry/RegistryService.sol +89 -130
 - package/contracts/registry/RegistryServiceManager.sol +23 -32
 - package/contracts/registry/ReleaseAdmin.sol +245 -0
 - package/contracts/registry/ReleaseLifecycle.sol +32 -0
 - package/contracts/registry/ReleaseRegistry.sol +511 -0
 - package/contracts/registry/ServiceAuthorizationV3.sol +242 -0
 - package/contracts/registry/TokenRegistry.sol +261 -64
 - package/contracts/shared/Component.sol +226 -0
 - package/contracts/shared/ComponentService.sol +700 -0
 - package/contracts/shared/ComponentServiceManager.sol +38 -0
 - package/contracts/shared/ComponentVerifyingService.sol +128 -0
 - package/contracts/shared/ContractLib.sol +252 -0
 - package/contracts/shared/IComponent.sol +61 -0
 - package/contracts/shared/IComponentService.sol +116 -0
 - package/contracts/shared/IInstanceLinkedComponent.sol +30 -0
 - package/contracts/{instance/base → shared}/IKeyValueStore.sol +16 -11
 - package/contracts/{instance/base → shared}/ILifecycle.sol +5 -4
 - package/contracts/shared/INftOwnable.sol +4 -2
 - package/contracts/shared/IPolicyHolder.sol +23 -14
 - package/contracts/shared/IRegisterable.sol +23 -1
 - package/contracts/shared/IRegistryLinked.sol +0 -1
 - package/contracts/shared/IService.sol +12 -5
 - package/contracts/shared/{ERC165.sol → InitializableERC165.sol} +4 -4
 - package/contracts/shared/InstanceLinkedComponent.sol +197 -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 +34 -27
 - package/contracts/shared/PolicyHolder.sol +22 -41
 - package/contracts/shared/Registerable.sol +55 -20
 - package/contracts/shared/RegistryLinked.sol +9 -19
 - package/contracts/shared/Service.sol +33 -40
 - package/contracts/shared/TokenHandler.sol +368 -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 +526 -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 +439 -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 +26 -3
 - package/contracts/{types → type}/ClaimId.sol +31 -3
 - package/contracts/{types → type}/Fee.sol +24 -22
 - package/contracts/{types → type}/Key32.sol +2 -2
 - package/contracts/type/Key32Set.sol +62 -0
 - package/contracts/{types → type}/NftId.sol +21 -16
 - package/contracts/{types → type}/NftIdSet.sol +2 -2
 - package/contracts/type/ObjectType.sol +290 -0
 - package/contracts/type/PayoutId.sol +82 -0
 - package/contracts/{types → type}/Referral.sol +2 -1
 - package/contracts/type/RequestId.sol +75 -0
 - package/contracts/type/RiskId.sol +74 -0
 - package/contracts/type/RoleId.sol +165 -0
 - package/contracts/type/Seconds.sol +101 -0
 - package/contracts/type/Selector.sol +102 -0
 - package/contracts/{types → type}/StateId.sol +47 -4
 - package/contracts/type/String.sol +53 -0
 - package/contracts/{types → type}/Timestamp.sol +20 -6
 - package/contracts/{types → type}/UFixed.sol +40 -121
 - package/contracts/{types → type}/Version.sol +19 -7
 - package/contracts/{shared → upgradeability}/IVersionable.sol +1 -1
 - package/contracts/{shared → upgradeability}/ProxyManager.sol +93 -30
 - package/contracts/{shared → upgradeability}/UpgradableProxyWithAdmin.sol +1 -3
 - package/contracts/{shared → upgradeability}/Versionable.sol +3 -3
 - package/package.json +11 -7
 - package/artifacts/contracts/components/Component.sol/Component.dbg.json +0 -4
 - package/artifacts/contracts/components/Distribution.sol/Distribution.dbg.json +0 -4
 - package/artifacts/contracts/components/IComponent.sol/IComponent.dbg.json +0 -4
 - package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.dbg.json +0 -4
 - package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
 - package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
 - package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
 - package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
 - package/artifacts/contracts/instance/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.dbg.json +0 -4
 - package/artifacts/contracts/instance/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.json +0 -1206
 - package/artifacts/contracts/instance/BundleManager.sol/BundleManager.dbg.json +0 -4
 - package/artifacts/contracts/instance/BundleManager.sol/BundleManager.json +0 -778
 - package/artifacts/contracts/instance/Cloneable.sol/Cloneable.dbg.json +0 -4
 - package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.dbg.json +0 -4
 - package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.json +0 -1348
 - package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.dbg.json +0 -4
 - package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.json +0 -256
 - package/artifacts/contracts/instance/base/ComponentService.sol/ComponentService.dbg.json +0 -4
 - 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 -532
 - package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +0 -4
 - package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +0 -194
 - 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/module/ITreasury.sol/ITreasury.json +0 -10
 - package/artifacts/contracts/instance/service/ApplicationService.sol/ApplicationService.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/ApplicationService.sol/ApplicationService.json +0 -1039
 - package/artifacts/contracts/instance/service/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/ApplicationServiceManager.sol/ApplicationServiceManager.json +0 -673
 - package/artifacts/contracts/instance/service/BundleService.sol/BundleService.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/BundleService.sol/BundleService.json +0 -1231
 - package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.json +0 -721
 - package/artifacts/contracts/instance/service/ClaimService.sol/ClaimService.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/ClaimService.sol/ClaimService.json +0 -817
 - package/artifacts/contracts/instance/service/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/ClaimServiceManager.sol/ClaimServiceManager.json +0 -641
 - package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.json +0 -1798
 - package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.json +0 -805
 - package/artifacts/contracts/instance/service/IApplicationService.sol/IApplicationService.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/IBundleService.sol/IBundleService.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/IClaimService.sol/IClaimService.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/IPolicyService.sol/IPolicyService.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/PolicyService.sol/PolicyService.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.json +0 -1092
 - package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.json +0 -697
 - package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -1237
 - package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.json +0 -661
 - package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +0 -840
 - package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.json +0 -653
 - package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.dbg.json +0 -4
 - package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.json +0 -285
 - package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.dbg.json +0 -4
 - package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.json +0 -559
 - 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 -73
 - package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +0 -4
 - package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +0 -4
 - package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +0 -582
 - 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/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 -383
 - 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 -596
 - 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 -104
 - 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/Amount.sol/AmountLib.dbg.json +0 -4
 - package/artifacts/contracts/types/Amount.sol/AmountLib.json +0 -161
 - 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/ClaimId.sol/ClaimIdLib.dbg.json +0 -4
 - package/artifacts/contracts/types/ClaimId.sol/ClaimIdLib.json +0 -100
 - 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 -288
 - 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 -166
 - package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
 - package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +0 -33
 - 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/PayoutId.sol/PayoutIdLib.dbg.json +0 -4
 - package/artifacts/contracts/types/PayoutId.sol/PayoutIdLib.json +0 -100
 - package/artifacts/contracts/types/Referral.sol/ReferralLib.dbg.json +0 -4
 - package/artifacts/contracts/types/Referral.sol/ReferralLib.json +0 -142
 - 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/Seconds.sol/SecondsLib.dbg.json +0 -4
 - package/artifacts/contracts/types/Seconds.sol/SecondsLib.json +0 -124
 - 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 -267
 - 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/Component.sol +0 -253
 - package/contracts/components/IComponent.sol +0 -76
 - package/contracts/components/IDistributionComponent.sol +0 -71
 - package/contracts/components/IPoolComponent.sol +0 -113
 - package/contracts/components/IProductComponent.sol +0 -40
 - package/contracts/components/Pool.sol +0 -303
 - package/contracts/components/Product.sol +0 -293
 - package/contracts/instance/AccessManagerUpgradeableInitializeable.sol +0 -13
 - package/contracts/instance/BundleManager.sol +0 -127
 - package/contracts/instance/Cloneable.sol +0 -51
 - package/contracts/instance/InstanceAccessManager.sol +0 -540
 - package/contracts/instance/ObjectManager.sol +0 -82
 - package/contracts/instance/base/ComponentService.sol +0 -121
 - package/contracts/instance/base/KeyValueStore.sol +0 -180
 - package/contracts/instance/base/Lifecycle.sol +0 -109
 - package/contracts/instance/module/ISetup.sol +0 -33
 - package/contracts/instance/module/ITreasury.sol +0 -23
 - package/contracts/instance/service/ApplicationService.sol +0 -351
 - package/contracts/instance/service/BundleService.sol +0 -431
 - package/contracts/instance/service/BundleServiceManager.sol +0 -51
 - package/contracts/instance/service/ClaimService.sol +0 -151
 - package/contracts/instance/service/DistributionService.sol +0 -437
 - package/contracts/instance/service/DistributionServiceManager.sol +0 -51
 - package/contracts/instance/service/IBundleService.sol +0 -93
 - package/contracts/instance/service/IClaimService.sol +0 -61
 - package/contracts/instance/service/IPolicyService.sol +0 -72
 - package/contracts/instance/service/IPoolService.sol +0 -99
 - package/contracts/instance/service/IProductService.sol +0 -40
 - package/contracts/instance/service/PolicyService.sol +0 -362
 - package/contracts/instance/service/PolicyServiceManager.sol +0 -54
 - package/contracts/instance/service/PoolService.sol +0 -303
 - package/contracts/instance/service/PoolServiceManager.sol +0 -51
 - package/contracts/instance/service/ProductService.sol +0 -209
 - package/contracts/instance/service/ProductServiceManager.sol +0 -54
 - package/contracts/registry/RegistryAccessManager.sol +0 -216
 - package/contracts/registry/ReleaseManager.sol +0 -324
 - package/contracts/shared/ContractDeployerLib.sol +0 -72
 - 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 -25
 - package/contracts/test/TestToken.sol +0 -26
 - package/contracts/test/TestVersion.sol +0 -44
 - package/contracts/test/TestVersionable.sol +0 -17
 - package/contracts/types/Amount.sol +0 -60
 - package/contracts/types/ChainId.sol +0 -38
 - package/contracts/types/NumberId.sol +0 -52
 - package/contracts/types/ObjectType.sol +0 -157
 - package/contracts/types/PayoutId.sol +0 -54
 - package/contracts/types/RiskId.sol +0 -43
 - package/contracts/types/RoleId.sol +0 -97
 - package/contracts/types/Seconds.sol +0 -54
 - /package/contracts/{types → type}/DistributorType.sol +0 -0
 
| 
         @@ -0,0 +1,2040 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            {
         
     | 
| 
      
 2 
     | 
    
         
            +
              "_format": "hh-sol-artifact-1",
         
     | 
| 
      
 3 
     | 
    
         
            +
              "contractName": "FireProduct",
         
     | 
| 
      
 4 
     | 
    
         
            +
              "sourceName": "contracts/examples/fire/FireProduct.sol",
         
     | 
| 
      
 5 
     | 
    
         
            +
              "abi": [
         
     | 
| 
      
 6 
     | 
    
         
            +
                {
         
     | 
| 
      
 7 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 8 
     | 
    
         
            +
                    {
         
     | 
| 
      
 9 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 10 
     | 
    
         
            +
                      "name": "registry",
         
     | 
| 
      
 11 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 12 
     | 
    
         
            +
                    },
         
     | 
| 
      
 13 
     | 
    
         
            +
                    {
         
     | 
| 
      
 14 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 15 
     | 
    
         
            +
                      "name": "instanceNftid",
         
     | 
| 
      
 16 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 17 
     | 
    
         
            +
                    },
         
     | 
| 
      
 18 
     | 
    
         
            +
                    {
         
     | 
| 
      
 19 
     | 
    
         
            +
                      "internalType": "string",
         
     | 
| 
      
 20 
     | 
    
         
            +
                      "name": "componentName",
         
     | 
| 
      
 21 
     | 
    
         
            +
                      "type": "string"
         
     | 
| 
      
 22 
     | 
    
         
            +
                    },
         
     | 
| 
      
 23 
     | 
    
         
            +
                    {
         
     | 
| 
      
 24 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 25 
     | 
    
         
            +
                      "name": "token",
         
     | 
| 
      
 26 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 27 
     | 
    
         
            +
                    },
         
     | 
| 
      
 28 
     | 
    
         
            +
                    {
         
     | 
| 
      
 29 
     | 
    
         
            +
                      "internalType": "contract IAuthorization",
         
     | 
| 
      
 30 
     | 
    
         
            +
                      "name": "authorization",
         
     | 
| 
      
 31 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 32 
     | 
    
         
            +
                    }
         
     | 
| 
      
 33 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 34 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 35 
     | 
    
         
            +
                  "type": "constructor"
         
     | 
| 
      
 36 
     | 
    
         
            +
                },
         
     | 
| 
      
 37 
     | 
    
         
            +
                {
         
     | 
| 
      
 38 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 39 
     | 
    
         
            +
                    {
         
     | 
| 
      
 40 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 41 
     | 
    
         
            +
                      "name": "authority",
         
     | 
| 
      
 42 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 43 
     | 
    
         
            +
                    }
         
     | 
| 
      
 44 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 45 
     | 
    
         
            +
                  "name": "AccessManagedInvalidAuthority",
         
     | 
| 
      
 46 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 47 
     | 
    
         
            +
                },
         
     | 
| 
      
 48 
     | 
    
         
            +
                {
         
     | 
| 
      
 49 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 50 
     | 
    
         
            +
                    {
         
     | 
| 
      
 51 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 52 
     | 
    
         
            +
                      "name": "caller",
         
     | 
| 
      
 53 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 54 
     | 
    
         
            +
                    },
         
     | 
| 
      
 55 
     | 
    
         
            +
                    {
         
     | 
| 
      
 56 
     | 
    
         
            +
                      "internalType": "uint32",
         
     | 
| 
      
 57 
     | 
    
         
            +
                      "name": "delay",
         
     | 
| 
      
 58 
     | 
    
         
            +
                      "type": "uint32"
         
     | 
| 
      
 59 
     | 
    
         
            +
                    }
         
     | 
| 
      
 60 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 61 
     | 
    
         
            +
                  "name": "AccessManagedRequiredDelay",
         
     | 
| 
      
 62 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 63 
     | 
    
         
            +
                },
         
     | 
| 
      
 64 
     | 
    
         
            +
                {
         
     | 
| 
      
 65 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 66 
     | 
    
         
            +
                    {
         
     | 
| 
      
 67 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 68 
     | 
    
         
            +
                      "name": "caller",
         
     | 
| 
      
 69 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 70 
     | 
    
         
            +
                    }
         
     | 
| 
      
 71 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 72 
     | 
    
         
            +
                  "name": "AccessManagedUnauthorized",
         
     | 
| 
      
 73 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 74 
     | 
    
         
            +
                },
         
     | 
| 
      
 75 
     | 
    
         
            +
                {
         
     | 
| 
      
 76 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 77 
     | 
    
         
            +
                    {
         
     | 
| 
      
 78 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 79 
     | 
    
         
            +
                      "name": "authority",
         
     | 
| 
      
 80 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 81 
     | 
    
         
            +
                    }
         
     | 
| 
      
 82 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 83 
     | 
    
         
            +
                  "name": "ErrorAuthorityInvalid",
         
     | 
| 
      
 84 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 85 
     | 
    
         
            +
                },
         
     | 
| 
      
 86 
     | 
    
         
            +
                {
         
     | 
| 
      
 87 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 88 
     | 
    
         
            +
                  "name": "ErrorComponentNameLengthZero",
         
     | 
| 
      
 89 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 90 
     | 
    
         
            +
                },
         
     | 
| 
      
 91 
     | 
    
         
            +
                {
         
     | 
| 
      
 92 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 93 
     | 
    
         
            +
                    {
         
     | 
| 
      
 94 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 95 
     | 
    
         
            +
                      "name": "caller",
         
     | 
| 
      
 96 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 97 
     | 
    
         
            +
                    }
         
     | 
| 
      
 98 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 99 
     | 
    
         
            +
                  "name": "ErrorComponentNotChainNft",
         
     | 
| 
      
 100 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 101 
     | 
    
         
            +
                },
         
     | 
| 
      
 102 
     | 
    
         
            +
                {
         
     | 
| 
      
 103 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 104 
     | 
    
         
            +
                  "name": "ErrorComponentProductNftIdNonzero",
         
     | 
| 
      
 105 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 106 
     | 
    
         
            +
                },
         
     | 
| 
      
 107 
     | 
    
         
            +
                {
         
     | 
| 
      
 108 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 109 
     | 
    
         
            +
                  "name": "ErrorComponentProductNftIdZero",
         
     | 
| 
      
 110 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 111 
     | 
    
         
            +
                },
         
     | 
| 
      
 112 
     | 
    
         
            +
                {
         
     | 
| 
      
 113 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 114 
     | 
    
         
            +
                    {
         
     | 
| 
      
 115 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 116 
     | 
    
         
            +
                      "name": "token",
         
     | 
| 
      
 117 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 118 
     | 
    
         
            +
                    }
         
     | 
| 
      
 119 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 120 
     | 
    
         
            +
                  "name": "ErrorComponentTokenInvalid",
         
     | 
| 
      
 121 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 122 
     | 
    
         
            +
                },
         
     | 
| 
      
 123 
     | 
    
         
            +
                {
         
     | 
| 
      
 124 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 125 
     | 
    
         
            +
                  "name": "ErrorComponentWalletAddressIsSameAsCurrent",
         
     | 
| 
      
 126 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 127 
     | 
    
         
            +
                },
         
     | 
| 
      
 128 
     | 
    
         
            +
                {
         
     | 
| 
      
 129 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 130 
     | 
    
         
            +
                  "name": "ErrorComponentWalletAddressZero",
         
     | 
| 
      
 131 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 132 
     | 
    
         
            +
                },
         
     | 
| 
      
 133 
     | 
    
         
            +
                {
         
     | 
| 
      
 134 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 135 
     | 
    
         
            +
                  "name": "ErrorComponentWalletNotComponent",
         
     | 
| 
      
 136 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 137 
     | 
    
         
            +
                },
         
     | 
| 
      
 138 
     | 
    
         
            +
                {
         
     | 
| 
      
 139 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 140 
     | 
    
         
            +
                  "name": "ErrorFireProductAlreadyClaimed",
         
     | 
| 
      
 141 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 142 
     | 
    
         
            +
                },
         
     | 
| 
      
 143 
     | 
    
         
            +
                {
         
     | 
| 
      
 144 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 145 
     | 
    
         
            +
                    {
         
     | 
| 
      
 146 
     | 
    
         
            +
                      "internalType": "string",
         
     | 
| 
      
 147 
     | 
    
         
            +
                      "name": "cityName",
         
     | 
| 
      
 148 
     | 
    
         
            +
                      "type": "string"
         
     | 
| 
      
 149 
     | 
    
         
            +
                    }
         
     | 
| 
      
 150 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 151 
     | 
    
         
            +
                  "name": "ErrorFireProductCityUnknown",
         
     | 
| 
      
 152 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 153 
     | 
    
         
            +
                },
         
     | 
| 
      
 154 
     | 
    
         
            +
                {
         
     | 
| 
      
 155 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 156 
     | 
    
         
            +
                  "name": "ErrorFireProductFireAlreadyReported",
         
     | 
| 
      
 157 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 158 
     | 
    
         
            +
                },
         
     | 
| 
      
 159 
     | 
    
         
            +
                {
         
     | 
| 
      
 160 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 161 
     | 
    
         
            +
                    {
         
     | 
| 
      
 162 
     | 
    
         
            +
                      "internalType": "uint256",
         
     | 
| 
      
 163 
     | 
    
         
            +
                      "name": "fireId",
         
     | 
| 
      
 164 
     | 
    
         
            +
                      "type": "uint256"
         
     | 
| 
      
 165 
     | 
    
         
            +
                    },
         
     | 
| 
      
 166 
     | 
    
         
            +
                    {
         
     | 
| 
      
 167 
     | 
    
         
            +
                      "internalType": "string",
         
     | 
| 
      
 168 
     | 
    
         
            +
                      "name": "cityName",
         
     | 
| 
      
 169 
     | 
    
         
            +
                      "type": "string"
         
     | 
| 
      
 170 
     | 
    
         
            +
                    }
         
     | 
| 
      
 171 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 172 
     | 
    
         
            +
                  "name": "ErrorFireProductFireNotInCoveredCity",
         
     | 
| 
      
 173 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 174 
     | 
    
         
            +
                },
         
     | 
| 
      
 175 
     | 
    
         
            +
                {
         
     | 
| 
      
 176 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 177 
     | 
    
         
            +
                    {
         
     | 
| 
      
 178 
     | 
    
         
            +
                      "internalType": "uint256",
         
     | 
| 
      
 179 
     | 
    
         
            +
                      "name": "fireId",
         
     | 
| 
      
 180 
     | 
    
         
            +
                      "type": "uint256"
         
     | 
| 
      
 181 
     | 
    
         
            +
                    }
         
     | 
| 
      
 182 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 183 
     | 
    
         
            +
                  "name": "ErrorFireProductFireUnknown",
         
     | 
| 
      
 184 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 185 
     | 
    
         
            +
                },
         
     | 
| 
      
 186 
     | 
    
         
            +
                {
         
     | 
| 
      
 187 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 188 
     | 
    
         
            +
                    {
         
     | 
| 
      
 189 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 190 
     | 
    
         
            +
                      "name": "nftId",
         
     | 
| 
      
 191 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 192 
     | 
    
         
            +
                    },
         
     | 
| 
      
 193 
     | 
    
         
            +
                    {
         
     | 
| 
      
 194 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 195 
     | 
    
         
            +
                      "name": "owner",
         
     | 
| 
      
 196 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 197 
     | 
    
         
            +
                    }
         
     | 
| 
      
 198 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 199 
     | 
    
         
            +
                  "name": "ErrorFireProductNotPolicyOwner",
         
     | 
| 
      
 200 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 201 
     | 
    
         
            +
                },
         
     | 
| 
      
 202 
     | 
    
         
            +
                {
         
     | 
| 
      
 203 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 204 
     | 
    
         
            +
                    {
         
     | 
| 
      
 205 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 206 
     | 
    
         
            +
                      "name": "policyNftId",
         
     | 
| 
      
 207 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 208 
     | 
    
         
            +
                    },
         
     | 
| 
      
 209 
     | 
    
         
            +
                    {
         
     | 
| 
      
 210 
     | 
    
         
            +
                      "internalType": "Timestamp",
         
     | 
| 
      
 211 
     | 
    
         
            +
                      "name": "expiredAt",
         
     | 
| 
      
 212 
     | 
    
         
            +
                      "type": "uint40"
         
     | 
| 
      
 213 
     | 
    
         
            +
                    }
         
     | 
| 
      
 214 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 215 
     | 
    
         
            +
                  "name": "ErrorFireProductPolicyExpired",
         
     | 
| 
      
 216 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 217 
     | 
    
         
            +
                },
         
     | 
| 
      
 218 
     | 
    
         
            +
                {
         
     | 
| 
      
 219 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 220 
     | 
    
         
            +
                    {
         
     | 
| 
      
 221 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 222 
     | 
    
         
            +
                      "name": "policyNftId",
         
     | 
| 
      
 223 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 224 
     | 
    
         
            +
                    }
         
     | 
| 
      
 225 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 226 
     | 
    
         
            +
                  "name": "ErrorFireProductPolicyNotActive",
         
     | 
| 
      
 227 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 228 
     | 
    
         
            +
                },
         
     | 
| 
      
 229 
     | 
    
         
            +
                {
         
     | 
| 
      
 230 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 231 
     | 
    
         
            +
                    {
         
     | 
| 
      
 232 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 233 
     | 
    
         
            +
                      "name": "policyNftId",
         
     | 
| 
      
 234 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 235 
     | 
    
         
            +
                    },
         
     | 
| 
      
 236 
     | 
    
         
            +
                    {
         
     | 
| 
      
 237 
     | 
    
         
            +
                      "internalType": "Timestamp",
         
     | 
| 
      
 238 
     | 
    
         
            +
                      "name": "activateAt",
         
     | 
| 
      
 239 
     | 
    
         
            +
                      "type": "uint40"
         
     | 
| 
      
 240 
     | 
    
         
            +
                    }
         
     | 
| 
      
 241 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 242 
     | 
    
         
            +
                  "name": "ErrorFireProductPolicyNotYetActive",
         
     | 
| 
      
 243 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 244 
     | 
    
         
            +
                },
         
     | 
| 
      
 245 
     | 
    
         
            +
                {
         
     | 
| 
      
 246 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 247 
     | 
    
         
            +
                  "name": "ErrorFireProductTimestampInFuture",
         
     | 
| 
      
 248 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 249 
     | 
    
         
            +
                },
         
     | 
| 
      
 250 
     | 
    
         
            +
                {
         
     | 
| 
      
 251 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 252 
     | 
    
         
            +
                    {
         
     | 
| 
      
 253 
     | 
    
         
            +
                      "internalType": "DamageLevel",
         
     | 
| 
      
 254 
     | 
    
         
            +
                      "name": "damageLevel",
         
     | 
| 
      
 255 
     | 
    
         
            +
                      "type": "uint8"
         
     | 
| 
      
 256 
     | 
    
         
            +
                    }
         
     | 
| 
      
 257 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 258 
     | 
    
         
            +
                  "name": "ErrorFireProductUnknownDamageLevel",
         
     | 
| 
      
 259 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 260 
     | 
    
         
            +
                },
         
     | 
| 
      
 261 
     | 
    
         
            +
                {
         
     | 
| 
      
 262 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 263 
     | 
    
         
            +
                    {
         
     | 
| 
      
 264 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 265 
     | 
    
         
            +
                      "name": "nftId",
         
     | 
| 
      
 266 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 267 
     | 
    
         
            +
                    },
         
     | 
| 
      
 268 
     | 
    
         
            +
                    {
         
     | 
| 
      
 269 
     | 
    
         
            +
                      "internalType": "ObjectType",
         
     | 
| 
      
 270 
     | 
    
         
            +
                      "name": "objectType",
         
     | 
| 
      
 271 
     | 
    
         
            +
                      "type": "uint8"
         
     | 
| 
      
 272 
     | 
    
         
            +
                    }
         
     | 
| 
      
 273 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 274 
     | 
    
         
            +
                  "name": "ErrorInstanceLinkedComponentNotProduct",
         
     | 
| 
      
 275 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 276 
     | 
    
         
            +
                },
         
     | 
| 
      
 277 
     | 
    
         
            +
                {
         
     | 
| 
      
 278 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 279 
     | 
    
         
            +
                    {
         
     | 
| 
      
 280 
     | 
    
         
            +
                      "internalType": "ObjectType",
         
     | 
| 
      
 281 
     | 
    
         
            +
                      "name": "requiredType",
         
     | 
| 
      
 282 
     | 
    
         
            +
                      "type": "uint8"
         
     | 
| 
      
 283 
     | 
    
         
            +
                    },
         
     | 
| 
      
 284 
     | 
    
         
            +
                    {
         
     | 
| 
      
 285 
     | 
    
         
            +
                      "internalType": "ObjectType",
         
     | 
| 
      
 286 
     | 
    
         
            +
                      "name": "objectType",
         
     | 
| 
      
 287 
     | 
    
         
            +
                      "type": "uint8"
         
     | 
| 
      
 288 
     | 
    
         
            +
                    }
         
     | 
| 
      
 289 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 290 
     | 
    
         
            +
                  "name": "ErrorInstanceLinkedComponentTypeMismatch",
         
     | 
| 
      
 291 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 292 
     | 
    
         
            +
                },
         
     | 
| 
      
 293 
     | 
    
         
            +
                {
         
     | 
| 
      
 294 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 295 
     | 
    
         
            +
                    {
         
     | 
| 
      
 296 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 297 
     | 
    
         
            +
                      "name": "nftId",
         
     | 
| 
      
 298 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 299 
     | 
    
         
            +
                    }
         
     | 
| 
      
 300 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 301 
     | 
    
         
            +
                  "name": "ErrorNftOwnableAlreadyLinked",
         
     | 
| 
      
 302 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 303 
     | 
    
         
            +
                },
         
     | 
| 
      
 304 
     | 
    
         
            +
                {
         
     | 
| 
      
 305 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 306 
     | 
    
         
            +
                    {
         
     | 
| 
      
 307 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 308 
     | 
    
         
            +
                      "name": "contractAddress",
         
     | 
| 
      
 309 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 310 
     | 
    
         
            +
                    }
         
     | 
| 
      
 311 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 312 
     | 
    
         
            +
                  "name": "ErrorNftOwnableContractNotRegistered",
         
     | 
| 
      
 313 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 314 
     | 
    
         
            +
                },
         
     | 
| 
      
 315 
     | 
    
         
            +
                {
         
     | 
| 
      
 316 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 317 
     | 
    
         
            +
                  "name": "ErrorNftOwnableInitialOwnerZero",
         
     | 
| 
      
 318 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 319 
     | 
    
         
            +
                },
         
     | 
| 
      
 320 
     | 
    
         
            +
                {
         
     | 
| 
      
 321 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 322 
     | 
    
         
            +
                    {
         
     | 
| 
      
 323 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 324 
     | 
    
         
            +
                      "name": "nftId",
         
     | 
| 
      
 325 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 326 
     | 
    
         
            +
                    },
         
     | 
| 
      
 327 
     | 
    
         
            +
                    {
         
     | 
| 
      
 328 
     | 
    
         
            +
                      "internalType": "ObjectType",
         
     | 
| 
      
 329 
     | 
    
         
            +
                      "name": "expectedObjectType",
         
     | 
| 
      
 330 
     | 
    
         
            +
                      "type": "uint8"
         
     | 
| 
      
 331 
     | 
    
         
            +
                    }
         
     | 
| 
      
 332 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 333 
     | 
    
         
            +
                  "name": "ErrorNftOwnableInvalidType",
         
     | 
| 
      
 334 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 335 
     | 
    
         
            +
                },
         
     | 
| 
      
 336 
     | 
    
         
            +
                {
         
     | 
| 
      
 337 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 338 
     | 
    
         
            +
                    {
         
     | 
| 
      
 339 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 340 
     | 
    
         
            +
                      "name": "account",
         
     | 
| 
      
 341 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 342 
     | 
    
         
            +
                    }
         
     | 
| 
      
 343 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 344 
     | 
    
         
            +
                  "name": "ErrorNftOwnableNotOwner",
         
     | 
| 
      
 345 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 346 
     | 
    
         
            +
                },
         
     | 
| 
      
 347 
     | 
    
         
            +
                {
         
     | 
| 
      
 348 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 349 
     | 
    
         
            +
                    {
         
     | 
| 
      
 350 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 351 
     | 
    
         
            +
                      "name": "registryAddress",
         
     | 
| 
      
 352 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 353 
     | 
    
         
            +
                    }
         
     | 
| 
      
 354 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 355 
     | 
    
         
            +
                  "name": "ErrorNotRegistry",
         
     | 
| 
      
 356 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 357 
     | 
    
         
            +
                },
         
     | 
| 
      
 358 
     | 
    
         
            +
                {
         
     | 
| 
      
 359 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 360 
     | 
    
         
            +
                  "name": "ErrorRegisterableNotActive",
         
     | 
| 
      
 361 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 362 
     | 
    
         
            +
                },
         
     | 
| 
      
 363 
     | 
    
         
            +
                {
         
     | 
| 
      
 364 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 365 
     | 
    
         
            +
                  "name": "InvalidInitialization",
         
     | 
| 
      
 366 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 367 
     | 
    
         
            +
                },
         
     | 
| 
      
 368 
     | 
    
         
            +
                {
         
     | 
| 
      
 369 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 370 
     | 
    
         
            +
                  "name": "MathOverflowedMulDiv",
         
     | 
| 
      
 371 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 372 
     | 
    
         
            +
                },
         
     | 
| 
      
 373 
     | 
    
         
            +
                {
         
     | 
| 
      
 374 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 375 
     | 
    
         
            +
                  "name": "NotInitializing",
         
     | 
| 
      
 376 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 377 
     | 
    
         
            +
                },
         
     | 
| 
      
 378 
     | 
    
         
            +
                {
         
     | 
| 
      
 379 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 380 
     | 
    
         
            +
                  "name": "UFixedLibDivisionByZero",
         
     | 
| 
      
 381 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 382 
     | 
    
         
            +
                },
         
     | 
| 
      
 383 
     | 
    
         
            +
                {
         
     | 
| 
      
 384 
     | 
    
         
            +
                  "anonymous": false,
         
     | 
| 
      
 385 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 386 
     | 
    
         
            +
                    {
         
     | 
| 
      
 387 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 388 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 389 
     | 
    
         
            +
                      "name": "authority",
         
     | 
| 
      
 390 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 391 
     | 
    
         
            +
                    }
         
     | 
| 
      
 392 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 393 
     | 
    
         
            +
                  "name": "AuthorityUpdated",
         
     | 
| 
      
 394 
     | 
    
         
            +
                  "type": "event"
         
     | 
| 
      
 395 
     | 
    
         
            +
                },
         
     | 
| 
      
 396 
     | 
    
         
            +
                {
         
     | 
| 
      
 397 
     | 
    
         
            +
                  "anonymous": false,
         
     | 
| 
      
 398 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 399 
     | 
    
         
            +
                    {
         
     | 
| 
      
 400 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 401 
     | 
    
         
            +
                      "internalType": "uint64",
         
     | 
| 
      
 402 
     | 
    
         
            +
                      "name": "version",
         
     | 
| 
      
 403 
     | 
    
         
            +
                      "type": "uint64"
         
     | 
| 
      
 404 
     | 
    
         
            +
                    }
         
     | 
| 
      
 405 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 406 
     | 
    
         
            +
                  "name": "Initialized",
         
     | 
| 
      
 407 
     | 
    
         
            +
                  "type": "event"
         
     | 
| 
      
 408 
     | 
    
         
            +
                },
         
     | 
| 
      
 409 
     | 
    
         
            +
                {
         
     | 
| 
      
 410 
     | 
    
         
            +
                  "anonymous": false,
         
     | 
| 
      
 411 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 412 
     | 
    
         
            +
                    {
         
     | 
| 
      
 413 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 414 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 415 
     | 
    
         
            +
                      "name": "tokenHandler",
         
     | 
| 
      
 416 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 417 
     | 
    
         
            +
                    },
         
     | 
| 
      
 418 
     | 
    
         
            +
                    {
         
     | 
| 
      
 419 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 420 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 421 
     | 
    
         
            +
                      "name": "token",
         
     | 
| 
      
 422 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 423 
     | 
    
         
            +
                    },
         
     | 
| 
      
 424 
     | 
    
         
            +
                    {
         
     | 
| 
      
 425 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 426 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 427 
     | 
    
         
            +
                      "name": "limit",
         
     | 
| 
      
 428 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 429 
     | 
    
         
            +
                    },
         
     | 
| 
      
 430 
     | 
    
         
            +
                    {
         
     | 
| 
      
 431 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 432 
     | 
    
         
            +
                      "internalType": "bool",
         
     | 
| 
      
 433 
     | 
    
         
            +
                      "name": "isMaxAmount",
         
     | 
| 
      
 434 
     | 
    
         
            +
                      "type": "bool"
         
     | 
| 
      
 435 
     | 
    
         
            +
                    }
         
     | 
| 
      
 436 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 437 
     | 
    
         
            +
                  "name": "LogComponentTokenHandlerApproved",
         
     | 
| 
      
 438 
     | 
    
         
            +
                  "type": "event"
         
     | 
| 
      
 439 
     | 
    
         
            +
                },
         
     | 
| 
      
 440 
     | 
    
         
            +
                {
         
     | 
| 
      
 441 
     | 
    
         
            +
                  "anonymous": false,
         
     | 
| 
      
 442 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 443 
     | 
    
         
            +
                    {
         
     | 
| 
      
 444 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 445 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 446 
     | 
    
         
            +
                      "name": "oldWallet",
         
     | 
| 
      
 447 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 448 
     | 
    
         
            +
                    },
         
     | 
| 
      
 449 
     | 
    
         
            +
                    {
         
     | 
| 
      
 450 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 451 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 452 
     | 
    
         
            +
                      "name": "newWallet",
         
     | 
| 
      
 453 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 454 
     | 
    
         
            +
                    }
         
     | 
| 
      
 455 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 456 
     | 
    
         
            +
                  "name": "LogComponentWalletAddressChanged",
         
     | 
| 
      
 457 
     | 
    
         
            +
                  "type": "event"
         
     | 
| 
      
 458 
     | 
    
         
            +
                },
         
     | 
| 
      
 459 
     | 
    
         
            +
                {
         
     | 
| 
      
 460 
     | 
    
         
            +
                  "anonymous": false,
         
     | 
| 
      
 461 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 462 
     | 
    
         
            +
                    {
         
     | 
| 
      
 463 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 464 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 465 
     | 
    
         
            +
                      "name": "from",
         
     | 
| 
      
 466 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 467 
     | 
    
         
            +
                    },
         
     | 
| 
      
 468 
     | 
    
         
            +
                    {
         
     | 
| 
      
 469 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 470 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 471 
     | 
    
         
            +
                      "name": "to",
         
     | 
| 
      
 472 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 473 
     | 
    
         
            +
                    },
         
     | 
| 
      
 474 
     | 
    
         
            +
                    {
         
     | 
| 
      
 475 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 476 
     | 
    
         
            +
                      "internalType": "uint256",
         
     | 
| 
      
 477 
     | 
    
         
            +
                      "name": "amount",
         
     | 
| 
      
 478 
     | 
    
         
            +
                      "type": "uint256"
         
     | 
| 
      
 479 
     | 
    
         
            +
                    }
         
     | 
| 
      
 480 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 481 
     | 
    
         
            +
                  "name": "LogComponentWalletTokensTransferred",
         
     | 
| 
      
 482 
     | 
    
         
            +
                  "type": "event"
         
     | 
| 
      
 483 
     | 
    
         
            +
                },
         
     | 
| 
      
 484 
     | 
    
         
            +
                {
         
     | 
| 
      
 485 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 486 
     | 
    
         
            +
                  "name": "COMPONENT_LOCATION_V1",
         
     | 
| 
      
 487 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 488 
     | 
    
         
            +
                    {
         
     | 
| 
      
 489 
     | 
    
         
            +
                      "internalType": "bytes32",
         
     | 
| 
      
 490 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 491 
     | 
    
         
            +
                      "type": "bytes32"
         
     | 
| 
      
 492 
     | 
    
         
            +
                    }
         
     | 
| 
      
 493 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 494 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 495 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 496 
     | 
    
         
            +
                },
         
     | 
| 
      
 497 
     | 
    
         
            +
                {
         
     | 
| 
      
 498 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 499 
     | 
    
         
            +
                  "name": "INSTANCE_LINKED_COMPONENT_LOCATION_V1",
         
     | 
| 
      
 500 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 501 
     | 
    
         
            +
                    {
         
     | 
| 
      
 502 
     | 
    
         
            +
                      "internalType": "bytes32",
         
     | 
| 
      
 503 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 504 
     | 
    
         
            +
                      "type": "bytes32"
         
     | 
| 
      
 505 
     | 
    
         
            +
                    }
         
     | 
| 
      
 506 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 507 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 508 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 509 
     | 
    
         
            +
                },
         
     | 
| 
      
 510 
     | 
    
         
            +
                {
         
     | 
| 
      
 511 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 512 
     | 
    
         
            +
                  "name": "NFT_OWNABLE_STORAGE_LOCATION_V1",
         
     | 
| 
      
 513 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 514 
     | 
    
         
            +
                    {
         
     | 
| 
      
 515 
     | 
    
         
            +
                      "internalType": "bytes32",
         
     | 
| 
      
 516 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 517 
     | 
    
         
            +
                      "type": "bytes32"
         
     | 
| 
      
 518 
     | 
    
         
            +
                    }
         
     | 
| 
      
 519 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 520 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 521 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 522 
     | 
    
         
            +
                },
         
     | 
| 
      
 523 
     | 
    
         
            +
                {
         
     | 
| 
      
 524 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 525 
     | 
    
         
            +
                  "name": "PRODUCT_STORAGE_LOCATION_V1",
         
     | 
| 
      
 526 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 527 
     | 
    
         
            +
                    {
         
     | 
| 
      
 528 
     | 
    
         
            +
                      "internalType": "bytes32",
         
     | 
| 
      
 529 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 530 
     | 
    
         
            +
                      "type": "bytes32"
         
     | 
| 
      
 531 
     | 
    
         
            +
                    }
         
     | 
| 
      
 532 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 533 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 534 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 535 
     | 
    
         
            +
                },
         
     | 
| 
      
 536 
     | 
    
         
            +
                {
         
     | 
| 
      
 537 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 538 
     | 
    
         
            +
                  "name": "REGISTERABLE_LOCATION_V1",
         
     | 
| 
      
 539 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 540 
     | 
    
         
            +
                    {
         
     | 
| 
      
 541 
     | 
    
         
            +
                      "internalType": "bytes32",
         
     | 
| 
      
 542 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 543 
     | 
    
         
            +
                      "type": "bytes32"
         
     | 
| 
      
 544 
     | 
    
         
            +
                    }
         
     | 
| 
      
 545 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 546 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 547 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 548 
     | 
    
         
            +
                },
         
     | 
| 
      
 549 
     | 
    
         
            +
                {
         
     | 
| 
      
 550 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 551 
     | 
    
         
            +
                    {
         
     | 
| 
      
 552 
     | 
    
         
            +
                      "internalType": "contract IERC20Metadata",
         
     | 
| 
      
 553 
     | 
    
         
            +
                      "name": "token",
         
     | 
| 
      
 554 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 555 
     | 
    
         
            +
                    },
         
     | 
| 
      
 556 
     | 
    
         
            +
                    {
         
     | 
| 
      
 557 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 558 
     | 
    
         
            +
                      "name": "amount",
         
     | 
| 
      
 559 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 560 
     | 
    
         
            +
                    }
         
     | 
| 
      
 561 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 562 
     | 
    
         
            +
                  "name": "approveTokenHandler",
         
     | 
| 
      
 563 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 564 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 565 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 566 
     | 
    
         
            +
                },
         
     | 
| 
      
 567 
     | 
    
         
            +
                {
         
     | 
| 
      
 568 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 569 
     | 
    
         
            +
                  "name": "authority",
         
     | 
| 
      
 570 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 571 
     | 
    
         
            +
                    {
         
     | 
| 
      
 572 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 573 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 574 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 575 
     | 
    
         
            +
                    }
         
     | 
| 
      
 576 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 577 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 578 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 579 
     | 
    
         
            +
                },
         
     | 
| 
      
 580 
     | 
    
         
            +
                {
         
     | 
| 
      
 581 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 582 
     | 
    
         
            +
                    {
         
     | 
| 
      
 583 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 584 
     | 
    
         
            +
                      "name": "sumInsured",
         
     | 
| 
      
 585 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 586 
     | 
    
         
            +
                    },
         
     | 
| 
      
 587 
     | 
    
         
            +
                    {
         
     | 
| 
      
 588 
     | 
    
         
            +
                      "internalType": "RiskId",
         
     | 
| 
      
 589 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 590 
     | 
    
         
            +
                      "type": "bytes8"
         
     | 
| 
      
 591 
     | 
    
         
            +
                    },
         
     | 
| 
      
 592 
     | 
    
         
            +
                    {
         
     | 
| 
      
 593 
     | 
    
         
            +
                      "internalType": "Seconds",
         
     | 
| 
      
 594 
     | 
    
         
            +
                      "name": "lifetime",
         
     | 
| 
      
 595 
     | 
    
         
            +
                      "type": "uint40"
         
     | 
| 
      
 596 
     | 
    
         
            +
                    },
         
     | 
| 
      
 597 
     | 
    
         
            +
                    {
         
     | 
| 
      
 598 
     | 
    
         
            +
                      "internalType": "bytes",
         
     | 
| 
      
 599 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 600 
     | 
    
         
            +
                      "type": "bytes"
         
     | 
| 
      
 601 
     | 
    
         
            +
                    }
         
     | 
| 
      
 602 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 603 
     | 
    
         
            +
                  "name": "calculateNetPremium",
         
     | 
| 
      
 604 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 605 
     | 
    
         
            +
                    {
         
     | 
| 
      
 606 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 607 
     | 
    
         
            +
                      "name": "netPremiumAmount",
         
     | 
| 
      
 608 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 609 
     | 
    
         
            +
                    }
         
     | 
| 
      
 610 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 611 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 612 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 613 
     | 
    
         
            +
                },
         
     | 
| 
      
 614 
     | 
    
         
            +
                {
         
     | 
| 
      
 615 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 616 
     | 
    
         
            +
                    {
         
     | 
| 
      
 617 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 618 
     | 
    
         
            +
                      "name": "sumInsuredAmount",
         
     | 
| 
      
 619 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 620 
     | 
    
         
            +
                    },
         
     | 
| 
      
 621 
     | 
    
         
            +
                    {
         
     | 
| 
      
 622 
     | 
    
         
            +
                      "internalType": "RiskId",
         
     | 
| 
      
 623 
     | 
    
         
            +
                      "name": "riskId",
         
     | 
| 
      
 624 
     | 
    
         
            +
                      "type": "bytes8"
         
     | 
| 
      
 625 
     | 
    
         
            +
                    },
         
     | 
| 
      
 626 
     | 
    
         
            +
                    {
         
     | 
| 
      
 627 
     | 
    
         
            +
                      "internalType": "Seconds",
         
     | 
| 
      
 628 
     | 
    
         
            +
                      "name": "lifetime",
         
     | 
| 
      
 629 
     | 
    
         
            +
                      "type": "uint40"
         
     | 
| 
      
 630 
     | 
    
         
            +
                    },
         
     | 
| 
      
 631 
     | 
    
         
            +
                    {
         
     | 
| 
      
 632 
     | 
    
         
            +
                      "internalType": "bytes",
         
     | 
| 
      
 633 
     | 
    
         
            +
                      "name": "applicationData",
         
     | 
| 
      
 634 
     | 
    
         
            +
                      "type": "bytes"
         
     | 
| 
      
 635 
     | 
    
         
            +
                    },
         
     | 
| 
      
 636 
     | 
    
         
            +
                    {
         
     | 
| 
      
 637 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 638 
     | 
    
         
            +
                      "name": "bundleNftId",
         
     | 
| 
      
 639 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 640 
     | 
    
         
            +
                    },
         
     | 
| 
      
 641 
     | 
    
         
            +
                    {
         
     | 
| 
      
 642 
     | 
    
         
            +
                      "internalType": "ReferralId",
         
     | 
| 
      
 643 
     | 
    
         
            +
                      "name": "referralId",
         
     | 
| 
      
 644 
     | 
    
         
            +
                      "type": "bytes8"
         
     | 
| 
      
 645 
     | 
    
         
            +
                    }
         
     | 
| 
      
 646 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 647 
     | 
    
         
            +
                  "name": "calculatePremium",
         
     | 
| 
      
 648 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 649 
     | 
    
         
            +
                    {
         
     | 
| 
      
 650 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 651 
     | 
    
         
            +
                      "name": "premiumAmount",
         
     | 
| 
      
 652 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 653 
     | 
    
         
            +
                    }
         
     | 
| 
      
 654 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 655 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 656 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 657 
     | 
    
         
            +
                },
         
     | 
| 
      
 658 
     | 
    
         
            +
                {
         
     | 
| 
      
 659 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 660 
     | 
    
         
            +
                    {
         
     | 
| 
      
 661 
     | 
    
         
            +
                      "internalType": "string",
         
     | 
| 
      
 662 
     | 
    
         
            +
                      "name": "cityName",
         
     | 
| 
      
 663 
     | 
    
         
            +
                      "type": "string"
         
     | 
| 
      
 664 
     | 
    
         
            +
                    },
         
     | 
| 
      
 665 
     | 
    
         
            +
                    {
         
     | 
| 
      
 666 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 667 
     | 
    
         
            +
                      "name": "sumInsured",
         
     | 
| 
      
 668 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 669 
     | 
    
         
            +
                    },
         
     | 
| 
      
 670 
     | 
    
         
            +
                    {
         
     | 
| 
      
 671 
     | 
    
         
            +
                      "internalType": "Seconds",
         
     | 
| 
      
 672 
     | 
    
         
            +
                      "name": "lifetime",
         
     | 
| 
      
 673 
     | 
    
         
            +
                      "type": "uint40"
         
     | 
| 
      
 674 
     | 
    
         
            +
                    },
         
     | 
| 
      
 675 
     | 
    
         
            +
                    {
         
     | 
| 
      
 676 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 677 
     | 
    
         
            +
                      "name": "bundleNftId",
         
     | 
| 
      
 678 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 679 
     | 
    
         
            +
                    }
         
     | 
| 
      
 680 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 681 
     | 
    
         
            +
                  "name": "calculatePremium",
         
     | 
| 
      
 682 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 683 
     | 
    
         
            +
                    {
         
     | 
| 
      
 684 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 685 
     | 
    
         
            +
                      "name": "premiumAmount",
         
     | 
| 
      
 686 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 687 
     | 
    
         
            +
                    }
         
     | 
| 
      
 688 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 689 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 690 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 691 
     | 
    
         
            +
                },
         
     | 
| 
      
 692 
     | 
    
         
            +
                {
         
     | 
| 
      
 693 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 694 
     | 
    
         
            +
                  "name": "cities",
         
     | 
| 
      
 695 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 696 
     | 
    
         
            +
                    {
         
     | 
| 
      
 697 
     | 
    
         
            +
                      "internalType": "uint256",
         
     | 
| 
      
 698 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 699 
     | 
    
         
            +
                      "type": "uint256"
         
     | 
| 
      
 700 
     | 
    
         
            +
                    }
         
     | 
| 
      
 701 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 702 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 703 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 704 
     | 
    
         
            +
                },
         
     | 
| 
      
 705 
     | 
    
         
            +
                {
         
     | 
| 
      
 706 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 707 
     | 
    
         
            +
                    {
         
     | 
| 
      
 708 
     | 
    
         
            +
                      "internalType": "uint256",
         
     | 
| 
      
 709 
     | 
    
         
            +
                      "name": "idx",
         
     | 
| 
      
 710 
     | 
    
         
            +
                      "type": "uint256"
         
     | 
| 
      
 711 
     | 
    
         
            +
                    }
         
     | 
| 
      
 712 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 713 
     | 
    
         
            +
                  "name": "city",
         
     | 
| 
      
 714 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 715 
     | 
    
         
            +
                    {
         
     | 
| 
      
 716 
     | 
    
         
            +
                      "internalType": "string",
         
     | 
| 
      
 717 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 718 
     | 
    
         
            +
                      "type": "string"
         
     | 
| 
      
 719 
     | 
    
         
            +
                    }
         
     | 
| 
      
 720 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 721 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 722 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 723 
     | 
    
         
            +
                },
         
     | 
| 
      
 724 
     | 
    
         
            +
                {
         
     | 
| 
      
 725 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 726 
     | 
    
         
            +
                    {
         
     | 
| 
      
 727 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 728 
     | 
    
         
            +
                      "name": "policyNftId",
         
     | 
| 
      
 729 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 730 
     | 
    
         
            +
                    }
         
     | 
| 
      
 731 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 732 
     | 
    
         
            +
                  "name": "close",
         
     | 
| 
      
 733 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 734 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 735 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 736 
     | 
    
         
            +
                },
         
     | 
| 
      
 737 
     | 
    
         
            +
                {
         
     | 
| 
      
 738 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 739 
     | 
    
         
            +
                    {
         
     | 
| 
      
 740 
     | 
    
         
            +
                      "internalType": "string",
         
     | 
| 
      
 741 
     | 
    
         
            +
                      "name": "cityName",
         
     | 
| 
      
 742 
     | 
    
         
            +
                      "type": "string"
         
     | 
| 
      
 743 
     | 
    
         
            +
                    },
         
     | 
| 
      
 744 
     | 
    
         
            +
                    {
         
     | 
| 
      
 745 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 746 
     | 
    
         
            +
                      "name": "sumInsured",
         
     | 
| 
      
 747 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 748 
     | 
    
         
            +
                    },
         
     | 
| 
      
 749 
     | 
    
         
            +
                    {
         
     | 
| 
      
 750 
     | 
    
         
            +
                      "internalType": "Seconds",
         
     | 
| 
      
 751 
     | 
    
         
            +
                      "name": "lifetime",
         
     | 
| 
      
 752 
     | 
    
         
            +
                      "type": "uint40"
         
     | 
| 
      
 753 
     | 
    
         
            +
                    },
         
     | 
| 
      
 754 
     | 
    
         
            +
                    {
         
     | 
| 
      
 755 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 756 
     | 
    
         
            +
                      "name": "bundleNftId",
         
     | 
| 
      
 757 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 758 
     | 
    
         
            +
                    }
         
     | 
| 
      
 759 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 760 
     | 
    
         
            +
                  "name": "createApplication",
         
     | 
| 
      
 761 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 762 
     | 
    
         
            +
                    {
         
     | 
| 
      
 763 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 764 
     | 
    
         
            +
                      "name": "policyNftId",
         
     | 
| 
      
 765 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 766 
     | 
    
         
            +
                    }
         
     | 
| 
      
 767 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 768 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 769 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 770 
     | 
    
         
            +
                },
         
     | 
| 
      
 771 
     | 
    
         
            +
                {
         
     | 
| 
      
 772 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 773 
     | 
    
         
            +
                    {
         
     | 
| 
      
 774 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 775 
     | 
    
         
            +
                      "name": "policyNftId",
         
     | 
| 
      
 776 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 777 
     | 
    
         
            +
                    },
         
     | 
| 
      
 778 
     | 
    
         
            +
                    {
         
     | 
| 
      
 779 
     | 
    
         
            +
                      "internalType": "Timestamp",
         
     | 
| 
      
 780 
     | 
    
         
            +
                      "name": "activateAt",
         
     | 
| 
      
 781 
     | 
    
         
            +
                      "type": "uint40"
         
     | 
| 
      
 782 
     | 
    
         
            +
                    }
         
     | 
| 
      
 783 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 784 
     | 
    
         
            +
                  "name": "createPolicy",
         
     | 
| 
      
 785 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 786 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 787 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 788 
     | 
    
         
            +
                },
         
     | 
| 
      
 789 
     | 
    
         
            +
                {
         
     | 
| 
      
 790 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 791 
     | 
    
         
            +
                    {
         
     | 
| 
      
 792 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 793 
     | 
    
         
            +
                      "name": "policyNftId",
         
     | 
| 
      
 794 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 795 
     | 
    
         
            +
                    }
         
     | 
| 
      
 796 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 797 
     | 
    
         
            +
                  "name": "decline",
         
     | 
| 
      
 798 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 799 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 800 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 801 
     | 
    
         
            +
                },
         
     | 
| 
      
 802 
     | 
    
         
            +
                {
         
     | 
| 
      
 803 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 804 
     | 
    
         
            +
                    {
         
     | 
| 
      
 805 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 806 
     | 
    
         
            +
                      "name": "policyNftId",
         
     | 
| 
      
 807 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 808 
     | 
    
         
            +
                    },
         
     | 
| 
      
 809 
     | 
    
         
            +
                    {
         
     | 
| 
      
 810 
     | 
    
         
            +
                      "internalType": "Timestamp",
         
     | 
| 
      
 811 
     | 
    
         
            +
                      "name": "expireAt",
         
     | 
| 
      
 812 
     | 
    
         
            +
                      "type": "uint40"
         
     | 
| 
      
 813 
     | 
    
         
            +
                    }
         
     | 
| 
      
 814 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 815 
     | 
    
         
            +
                  "name": "expire",
         
     | 
| 
      
 816 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 817 
     | 
    
         
            +
                    {
         
     | 
| 
      
 818 
     | 
    
         
            +
                      "internalType": "Timestamp",
         
     | 
| 
      
 819 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 820 
     | 
    
         
            +
                      "type": "uint40"
         
     | 
| 
      
 821 
     | 
    
         
            +
                    }
         
     | 
| 
      
 822 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 823 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 824 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 825 
     | 
    
         
            +
                },
         
     | 
| 
      
 826 
     | 
    
         
            +
                {
         
     | 
| 
      
 827 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 828 
     | 
    
         
            +
                    {
         
     | 
| 
      
 829 
     | 
    
         
            +
                      "internalType": "uint256",
         
     | 
| 
      
 830 
     | 
    
         
            +
                      "name": "fireId",
         
     | 
| 
      
 831 
     | 
    
         
            +
                      "type": "uint256"
         
     | 
| 
      
 832 
     | 
    
         
            +
                    }
         
     | 
| 
      
 833 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 834 
     | 
    
         
            +
                  "name": "fire",
         
     | 
| 
      
 835 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 836 
     | 
    
         
            +
                    {
         
     | 
| 
      
 837 
     | 
    
         
            +
                      "components": [
         
     | 
| 
      
 838 
     | 
    
         
            +
                        {
         
     | 
| 
      
 839 
     | 
    
         
            +
                          "internalType": "string",
         
     | 
| 
      
 840 
     | 
    
         
            +
                          "name": "cityName",
         
     | 
| 
      
 841 
     | 
    
         
            +
                          "type": "string"
         
     | 
| 
      
 842 
     | 
    
         
            +
                        },
         
     | 
| 
      
 843 
     | 
    
         
            +
                        {
         
     | 
| 
      
 844 
     | 
    
         
            +
                          "internalType": "DamageLevel",
         
     | 
| 
      
 845 
     | 
    
         
            +
                          "name": "damageLevel",
         
     | 
| 
      
 846 
     | 
    
         
            +
                          "type": "uint8"
         
     | 
| 
      
 847 
     | 
    
         
            +
                        },
         
     | 
| 
      
 848 
     | 
    
         
            +
                        {
         
     | 
| 
      
 849 
     | 
    
         
            +
                          "internalType": "Timestamp",
         
     | 
| 
      
 850 
     | 
    
         
            +
                          "name": "reportedAt",
         
     | 
| 
      
 851 
     | 
    
         
            +
                          "type": "uint40"
         
     | 
| 
      
 852 
     | 
    
         
            +
                        }
         
     | 
| 
      
 853 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 854 
     | 
    
         
            +
                      "internalType": "struct FireProduct.Fire",
         
     | 
| 
      
 855 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 856 
     | 
    
         
            +
                      "type": "tuple"
         
     | 
| 
      
 857 
     | 
    
         
            +
                    }
         
     | 
| 
      
 858 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 859 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 860 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 861 
     | 
    
         
            +
                },
         
     | 
| 
      
 862 
     | 
    
         
            +
                {
         
     | 
| 
      
 863 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 864 
     | 
    
         
            +
                  "name": "getAuthorization",
         
     | 
| 
      
 865 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 866 
     | 
    
         
            +
                    {
         
     | 
| 
      
 867 
     | 
    
         
            +
                      "internalType": "contract IAuthorization",
         
     | 
| 
      
 868 
     | 
    
         
            +
                      "name": "authorization",
         
     | 
| 
      
 869 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 870 
     | 
    
         
            +
                    }
         
     | 
| 
      
 871 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 872 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 873 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 874 
     | 
    
         
            +
                },
         
     | 
| 
      
 875 
     | 
    
         
            +
                {
         
     | 
| 
      
 876 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 877 
     | 
    
         
            +
                  "name": "getComponentInfo",
         
     | 
| 
      
 878 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 879 
     | 
    
         
            +
                    {
         
     | 
| 
      
 880 
     | 
    
         
            +
                      "components": [
         
     | 
| 
      
 881 
     | 
    
         
            +
                        {
         
     | 
| 
      
 882 
     | 
    
         
            +
                          "internalType": "string",
         
     | 
| 
      
 883 
     | 
    
         
            +
                          "name": "name",
         
     | 
| 
      
 884 
     | 
    
         
            +
                          "type": "string"
         
     | 
| 
      
 885 
     | 
    
         
            +
                        },
         
     | 
| 
      
 886 
     | 
    
         
            +
                        {
         
     | 
| 
      
 887 
     | 
    
         
            +
                          "internalType": "contract IERC20Metadata",
         
     | 
| 
      
 888 
     | 
    
         
            +
                          "name": "token",
         
     | 
| 
      
 889 
     | 
    
         
            +
                          "type": "address"
         
     | 
| 
      
 890 
     | 
    
         
            +
                        },
         
     | 
| 
      
 891 
     | 
    
         
            +
                        {
         
     | 
| 
      
 892 
     | 
    
         
            +
                          "internalType": "contract TokenHandler",
         
     | 
| 
      
 893 
     | 
    
         
            +
                          "name": "tokenHandler",
         
     | 
| 
      
 894 
     | 
    
         
            +
                          "type": "address"
         
     | 
| 
      
 895 
     | 
    
         
            +
                        },
         
     | 
| 
      
 896 
     | 
    
         
            +
                        {
         
     | 
| 
      
 897 
     | 
    
         
            +
                          "internalType": "bytes",
         
     | 
| 
      
 898 
     | 
    
         
            +
                          "name": "data",
         
     | 
| 
      
 899 
     | 
    
         
            +
                          "type": "bytes"
         
     | 
| 
      
 900 
     | 
    
         
            +
                        }
         
     | 
| 
      
 901 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 902 
     | 
    
         
            +
                      "internalType": "struct IComponents.ComponentInfo",
         
     | 
| 
      
 903 
     | 
    
         
            +
                      "name": "info",
         
     | 
| 
      
 904 
     | 
    
         
            +
                      "type": "tuple"
         
     | 
| 
      
 905 
     | 
    
         
            +
                    }
         
     | 
| 
      
 906 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 907 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 908 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 909 
     | 
    
         
            +
                },
         
     | 
| 
      
 910 
     | 
    
         
            +
                {
         
     | 
| 
      
 911 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 912 
     | 
    
         
            +
                  "name": "getInitialComponentInfo",
         
     | 
| 
      
 913 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 914 
     | 
    
         
            +
                    {
         
     | 
| 
      
 915 
     | 
    
         
            +
                      "components": [
         
     | 
| 
      
 916 
     | 
    
         
            +
                        {
         
     | 
| 
      
 917 
     | 
    
         
            +
                          "internalType": "string",
         
     | 
| 
      
 918 
     | 
    
         
            +
                          "name": "name",
         
     | 
| 
      
 919 
     | 
    
         
            +
                          "type": "string"
         
     | 
| 
      
 920 
     | 
    
         
            +
                        },
         
     | 
| 
      
 921 
     | 
    
         
            +
                        {
         
     | 
| 
      
 922 
     | 
    
         
            +
                          "internalType": "contract IERC20Metadata",
         
     | 
| 
      
 923 
     | 
    
         
            +
                          "name": "token",
         
     | 
| 
      
 924 
     | 
    
         
            +
                          "type": "address"
         
     | 
| 
      
 925 
     | 
    
         
            +
                        },
         
     | 
| 
      
 926 
     | 
    
         
            +
                        {
         
     | 
| 
      
 927 
     | 
    
         
            +
                          "internalType": "contract TokenHandler",
         
     | 
| 
      
 928 
     | 
    
         
            +
                          "name": "tokenHandler",
         
     | 
| 
      
 929 
     | 
    
         
            +
                          "type": "address"
         
     | 
| 
      
 930 
     | 
    
         
            +
                        },
         
     | 
| 
      
 931 
     | 
    
         
            +
                        {
         
     | 
| 
      
 932 
     | 
    
         
            +
                          "internalType": "bytes",
         
     | 
| 
      
 933 
     | 
    
         
            +
                          "name": "data",
         
     | 
| 
      
 934 
     | 
    
         
            +
                          "type": "bytes"
         
     | 
| 
      
 935 
     | 
    
         
            +
                        }
         
     | 
| 
      
 936 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 937 
     | 
    
         
            +
                      "internalType": "struct IComponents.ComponentInfo",
         
     | 
| 
      
 938 
     | 
    
         
            +
                      "name": "info",
         
     | 
| 
      
 939 
     | 
    
         
            +
                      "type": "tuple"
         
     | 
| 
      
 940 
     | 
    
         
            +
                    }
         
     | 
| 
      
 941 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 942 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 943 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 944 
     | 
    
         
            +
                },
         
     | 
| 
      
 945 
     | 
    
         
            +
                {
         
     | 
| 
      
 946 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 947 
     | 
    
         
            +
                  "name": "getInitialFeeInfo",
         
     | 
| 
      
 948 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 949 
     | 
    
         
            +
                    {
         
     | 
| 
      
 950 
     | 
    
         
            +
                      "components": [
         
     | 
| 
      
 951 
     | 
    
         
            +
                        {
         
     | 
| 
      
 952 
     | 
    
         
            +
                          "components": [
         
     | 
| 
      
 953 
     | 
    
         
            +
                            {
         
     | 
| 
      
 954 
     | 
    
         
            +
                              "internalType": "UFixed",
         
     | 
| 
      
 955 
     | 
    
         
            +
                              "name": "fractionalFee",
         
     | 
| 
      
 956 
     | 
    
         
            +
                              "type": "uint256"
         
     | 
| 
      
 957 
     | 
    
         
            +
                            },
         
     | 
| 
      
 958 
     | 
    
         
            +
                            {
         
     | 
| 
      
 959 
     | 
    
         
            +
                              "internalType": "uint256",
         
     | 
| 
      
 960 
     | 
    
         
            +
                              "name": "fixedFee",
         
     | 
| 
      
 961 
     | 
    
         
            +
                              "type": "uint256"
         
     | 
| 
      
 962 
     | 
    
         
            +
                            }
         
     | 
| 
      
 963 
     | 
    
         
            +
                          ],
         
     | 
| 
      
 964 
     | 
    
         
            +
                          "internalType": "struct Fee",
         
     | 
| 
      
 965 
     | 
    
         
            +
                          "name": "productFee",
         
     | 
| 
      
 966 
     | 
    
         
            +
                          "type": "tuple"
         
     | 
| 
      
 967 
     | 
    
         
            +
                        },
         
     | 
| 
      
 968 
     | 
    
         
            +
                        {
         
     | 
| 
      
 969 
     | 
    
         
            +
                          "components": [
         
     | 
| 
      
 970 
     | 
    
         
            +
                            {
         
     | 
| 
      
 971 
     | 
    
         
            +
                              "internalType": "UFixed",
         
     | 
| 
      
 972 
     | 
    
         
            +
                              "name": "fractionalFee",
         
     | 
| 
      
 973 
     | 
    
         
            +
                              "type": "uint256"
         
     | 
| 
      
 974 
     | 
    
         
            +
                            },
         
     | 
| 
      
 975 
     | 
    
         
            +
                            {
         
     | 
| 
      
 976 
     | 
    
         
            +
                              "internalType": "uint256",
         
     | 
| 
      
 977 
     | 
    
         
            +
                              "name": "fixedFee",
         
     | 
| 
      
 978 
     | 
    
         
            +
                              "type": "uint256"
         
     | 
| 
      
 979 
     | 
    
         
            +
                            }
         
     | 
| 
      
 980 
     | 
    
         
            +
                          ],
         
     | 
| 
      
 981 
     | 
    
         
            +
                          "internalType": "struct Fee",
         
     | 
| 
      
 982 
     | 
    
         
            +
                          "name": "processingFee",
         
     | 
| 
      
 983 
     | 
    
         
            +
                          "type": "tuple"
         
     | 
| 
      
 984 
     | 
    
         
            +
                        },
         
     | 
| 
      
 985 
     | 
    
         
            +
                        {
         
     | 
| 
      
 986 
     | 
    
         
            +
                          "components": [
         
     | 
| 
      
 987 
     | 
    
         
            +
                            {
         
     | 
| 
      
 988 
     | 
    
         
            +
                              "internalType": "UFixed",
         
     | 
| 
      
 989 
     | 
    
         
            +
                              "name": "fractionalFee",
         
     | 
| 
      
 990 
     | 
    
         
            +
                              "type": "uint256"
         
     | 
| 
      
 991 
     | 
    
         
            +
                            },
         
     | 
| 
      
 992 
     | 
    
         
            +
                            {
         
     | 
| 
      
 993 
     | 
    
         
            +
                              "internalType": "uint256",
         
     | 
| 
      
 994 
     | 
    
         
            +
                              "name": "fixedFee",
         
     | 
| 
      
 995 
     | 
    
         
            +
                              "type": "uint256"
         
     | 
| 
      
 996 
     | 
    
         
            +
                            }
         
     | 
| 
      
 997 
     | 
    
         
            +
                          ],
         
     | 
| 
      
 998 
     | 
    
         
            +
                          "internalType": "struct Fee",
         
     | 
| 
      
 999 
     | 
    
         
            +
                          "name": "distributionFee",
         
     | 
| 
      
 1000 
     | 
    
         
            +
                          "type": "tuple"
         
     | 
| 
      
 1001 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1002 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1003 
     | 
    
         
            +
                          "components": [
         
     | 
| 
      
 1004 
     | 
    
         
            +
                            {
         
     | 
| 
      
 1005 
     | 
    
         
            +
                              "internalType": "UFixed",
         
     | 
| 
      
 1006 
     | 
    
         
            +
                              "name": "fractionalFee",
         
     | 
| 
      
 1007 
     | 
    
         
            +
                              "type": "uint256"
         
     | 
| 
      
 1008 
     | 
    
         
            +
                            },
         
     | 
| 
      
 1009 
     | 
    
         
            +
                            {
         
     | 
| 
      
 1010 
     | 
    
         
            +
                              "internalType": "uint256",
         
     | 
| 
      
 1011 
     | 
    
         
            +
                              "name": "fixedFee",
         
     | 
| 
      
 1012 
     | 
    
         
            +
                              "type": "uint256"
         
     | 
| 
      
 1013 
     | 
    
         
            +
                            }
         
     | 
| 
      
 1014 
     | 
    
         
            +
                          ],
         
     | 
| 
      
 1015 
     | 
    
         
            +
                          "internalType": "struct Fee",
         
     | 
| 
      
 1016 
     | 
    
         
            +
                          "name": "minDistributionOwnerFee",
         
     | 
| 
      
 1017 
     | 
    
         
            +
                          "type": "tuple"
         
     | 
| 
      
 1018 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1019 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1020 
     | 
    
         
            +
                          "components": [
         
     | 
| 
      
 1021 
     | 
    
         
            +
                            {
         
     | 
| 
      
 1022 
     | 
    
         
            +
                              "internalType": "UFixed",
         
     | 
| 
      
 1023 
     | 
    
         
            +
                              "name": "fractionalFee",
         
     | 
| 
      
 1024 
     | 
    
         
            +
                              "type": "uint256"
         
     | 
| 
      
 1025 
     | 
    
         
            +
                            },
         
     | 
| 
      
 1026 
     | 
    
         
            +
                            {
         
     | 
| 
      
 1027 
     | 
    
         
            +
                              "internalType": "uint256",
         
     | 
| 
      
 1028 
     | 
    
         
            +
                              "name": "fixedFee",
         
     | 
| 
      
 1029 
     | 
    
         
            +
                              "type": "uint256"
         
     | 
| 
      
 1030 
     | 
    
         
            +
                            }
         
     | 
| 
      
 1031 
     | 
    
         
            +
                          ],
         
     | 
| 
      
 1032 
     | 
    
         
            +
                          "internalType": "struct Fee",
         
     | 
| 
      
 1033 
     | 
    
         
            +
                          "name": "poolFee",
         
     | 
| 
      
 1034 
     | 
    
         
            +
                          "type": "tuple"
         
     | 
| 
      
 1035 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1036 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1037 
     | 
    
         
            +
                          "components": [
         
     | 
| 
      
 1038 
     | 
    
         
            +
                            {
         
     | 
| 
      
 1039 
     | 
    
         
            +
                              "internalType": "UFixed",
         
     | 
| 
      
 1040 
     | 
    
         
            +
                              "name": "fractionalFee",
         
     | 
| 
      
 1041 
     | 
    
         
            +
                              "type": "uint256"
         
     | 
| 
      
 1042 
     | 
    
         
            +
                            },
         
     | 
| 
      
 1043 
     | 
    
         
            +
                            {
         
     | 
| 
      
 1044 
     | 
    
         
            +
                              "internalType": "uint256",
         
     | 
| 
      
 1045 
     | 
    
         
            +
                              "name": "fixedFee",
         
     | 
| 
      
 1046 
     | 
    
         
            +
                              "type": "uint256"
         
     | 
| 
      
 1047 
     | 
    
         
            +
                            }
         
     | 
| 
      
 1048 
     | 
    
         
            +
                          ],
         
     | 
| 
      
 1049 
     | 
    
         
            +
                          "internalType": "struct Fee",
         
     | 
| 
      
 1050 
     | 
    
         
            +
                          "name": "stakingFee",
         
     | 
| 
      
 1051 
     | 
    
         
            +
                          "type": "tuple"
         
     | 
| 
      
 1052 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1053 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1054 
     | 
    
         
            +
                          "components": [
         
     | 
| 
      
 1055 
     | 
    
         
            +
                            {
         
     | 
| 
      
 1056 
     | 
    
         
            +
                              "internalType": "UFixed",
         
     | 
| 
      
 1057 
     | 
    
         
            +
                              "name": "fractionalFee",
         
     | 
| 
      
 1058 
     | 
    
         
            +
                              "type": "uint256"
         
     | 
| 
      
 1059 
     | 
    
         
            +
                            },
         
     | 
| 
      
 1060 
     | 
    
         
            +
                            {
         
     | 
| 
      
 1061 
     | 
    
         
            +
                              "internalType": "uint256",
         
     | 
| 
      
 1062 
     | 
    
         
            +
                              "name": "fixedFee",
         
     | 
| 
      
 1063 
     | 
    
         
            +
                              "type": "uint256"
         
     | 
| 
      
 1064 
     | 
    
         
            +
                            }
         
     | 
| 
      
 1065 
     | 
    
         
            +
                          ],
         
     | 
| 
      
 1066 
     | 
    
         
            +
                          "internalType": "struct Fee",
         
     | 
| 
      
 1067 
     | 
    
         
            +
                          "name": "performanceFee",
         
     | 
| 
      
 1068 
     | 
    
         
            +
                          "type": "tuple"
         
     | 
| 
      
 1069 
     | 
    
         
            +
                        }
         
     | 
| 
      
 1070 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 1071 
     | 
    
         
            +
                      "internalType": "struct IComponents.FeeInfo",
         
     | 
| 
      
 1072 
     | 
    
         
            +
                      "name": "feeInfo",
         
     | 
| 
      
 1073 
     | 
    
         
            +
                      "type": "tuple"
         
     | 
| 
      
 1074 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1075 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1076 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 1077 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1078 
     | 
    
         
            +
                },
         
     | 
| 
      
 1079 
     | 
    
         
            +
                {
         
     | 
| 
      
 1080 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 1081 
     | 
    
         
            +
                  "name": "getInitialInfo",
         
     | 
| 
      
 1082 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 1083 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1084 
     | 
    
         
            +
                      "components": [
         
     | 
| 
      
 1085 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1086 
     | 
    
         
            +
                          "internalType": "NftId",
         
     | 
| 
      
 1087 
     | 
    
         
            +
                          "name": "nftId",
         
     | 
| 
      
 1088 
     | 
    
         
            +
                          "type": "uint96"
         
     | 
| 
      
 1089 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1090 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1091 
     | 
    
         
            +
                          "internalType": "NftId",
         
     | 
| 
      
 1092 
     | 
    
         
            +
                          "name": "parentNftId",
         
     | 
| 
      
 1093 
     | 
    
         
            +
                          "type": "uint96"
         
     | 
| 
      
 1094 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1095 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1096 
     | 
    
         
            +
                          "internalType": "ObjectType",
         
     | 
| 
      
 1097 
     | 
    
         
            +
                          "name": "objectType",
         
     | 
| 
      
 1098 
     | 
    
         
            +
                          "type": "uint8"
         
     | 
| 
      
 1099 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1100 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1101 
     | 
    
         
            +
                          "internalType": "bool",
         
     | 
| 
      
 1102 
     | 
    
         
            +
                          "name": "isInterceptor",
         
     | 
| 
      
 1103 
     | 
    
         
            +
                          "type": "bool"
         
     | 
| 
      
 1104 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1105 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1106 
     | 
    
         
            +
                          "internalType": "address",
         
     | 
| 
      
 1107 
     | 
    
         
            +
                          "name": "objectAddress",
         
     | 
| 
      
 1108 
     | 
    
         
            +
                          "type": "address"
         
     | 
| 
      
 1109 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1110 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1111 
     | 
    
         
            +
                          "internalType": "address",
         
     | 
| 
      
 1112 
     | 
    
         
            +
                          "name": "initialOwner",
         
     | 
| 
      
 1113 
     | 
    
         
            +
                          "type": "address"
         
     | 
| 
      
 1114 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1115 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1116 
     | 
    
         
            +
                          "internalType": "bytes",
         
     | 
| 
      
 1117 
     | 
    
         
            +
                          "name": "data",
         
     | 
| 
      
 1118 
     | 
    
         
            +
                          "type": "bytes"
         
     | 
| 
      
 1119 
     | 
    
         
            +
                        }
         
     | 
| 
      
 1120 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 1121 
     | 
    
         
            +
                      "internalType": "struct IRegistry.ObjectInfo",
         
     | 
| 
      
 1122 
     | 
    
         
            +
                      "name": "info",
         
     | 
| 
      
 1123 
     | 
    
         
            +
                      "type": "tuple"
         
     | 
| 
      
 1124 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1125 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1126 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 1127 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1128 
     | 
    
         
            +
                },
         
     | 
| 
      
 1129 
     | 
    
         
            +
                {
         
     | 
| 
      
 1130 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 1131 
     | 
    
         
            +
                  "name": "getInitialProductInfo",
         
     | 
| 
      
 1132 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 1133 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1134 
     | 
    
         
            +
                      "components": [
         
     | 
| 
      
 1135 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1136 
     | 
    
         
            +
                          "internalType": "bool",
         
     | 
| 
      
 1137 
     | 
    
         
            +
                          "name": "isProcessingFundedClaims",
         
     | 
| 
      
 1138 
     | 
    
         
            +
                          "type": "bool"
         
     | 
| 
      
 1139 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1140 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1141 
     | 
    
         
            +
                          "internalType": "bool",
         
     | 
| 
      
 1142 
     | 
    
         
            +
                          "name": "isInterceptingPolicyTransfers",
         
     | 
| 
      
 1143 
     | 
    
         
            +
                          "type": "bool"
         
     | 
| 
      
 1144 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1145 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1146 
     | 
    
         
            +
                          "internalType": "bool",
         
     | 
| 
      
 1147 
     | 
    
         
            +
                          "name": "hasDistribution",
         
     | 
| 
      
 1148 
     | 
    
         
            +
                          "type": "bool"
         
     | 
| 
      
 1149 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1150 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1151 
     | 
    
         
            +
                          "internalType": "uint8",
         
     | 
| 
      
 1152 
     | 
    
         
            +
                          "name": "expectedNumberOfOracles",
         
     | 
| 
      
 1153 
     | 
    
         
            +
                          "type": "uint8"
         
     | 
| 
      
 1154 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1155 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1156 
     | 
    
         
            +
                          "internalType": "uint8",
         
     | 
| 
      
 1157 
     | 
    
         
            +
                          "name": "numberOfOracles",
         
     | 
| 
      
 1158 
     | 
    
         
            +
                          "type": "uint8"
         
     | 
| 
      
 1159 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1160 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1161 
     | 
    
         
            +
                          "internalType": "NftId",
         
     | 
| 
      
 1162 
     | 
    
         
            +
                          "name": "poolNftId",
         
     | 
| 
      
 1163 
     | 
    
         
            +
                          "type": "uint96"
         
     | 
| 
      
 1164 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1165 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1166 
     | 
    
         
            +
                          "internalType": "NftId",
         
     | 
| 
      
 1167 
     | 
    
         
            +
                          "name": "distributionNftId",
         
     | 
| 
      
 1168 
     | 
    
         
            +
                          "type": "uint96"
         
     | 
| 
      
 1169 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1170 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1171 
     | 
    
         
            +
                          "internalType": "NftId[]",
         
     | 
| 
      
 1172 
     | 
    
         
            +
                          "name": "oracleNftId",
         
     | 
| 
      
 1173 
     | 
    
         
            +
                          "type": "uint96[]"
         
     | 
| 
      
 1174 
     | 
    
         
            +
                        }
         
     | 
| 
      
 1175 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 1176 
     | 
    
         
            +
                      "internalType": "struct IComponents.ProductInfo",
         
     | 
| 
      
 1177 
     | 
    
         
            +
                      "name": "poolInfo",
         
     | 
| 
      
 1178 
     | 
    
         
            +
                      "type": "tuple"
         
     | 
| 
      
 1179 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1180 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1181 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 1182 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1183 
     | 
    
         
            +
                },
         
     | 
| 
      
 1184 
     | 
    
         
            +
                {
         
     | 
| 
      
 1185 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 1186 
     | 
    
         
            +
                  "name": "getInstance",
         
     | 
| 
      
 1187 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 1188 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1189 
     | 
    
         
            +
                      "internalType": "contract IInstance",
         
     | 
| 
      
 1190 
     | 
    
         
            +
                      "name": "instance",
         
     | 
| 
      
 1191 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 1192 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1193 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1194 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 1195 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1196 
     | 
    
         
            +
                },
         
     | 
| 
      
 1197 
     | 
    
         
            +
                {
         
     | 
| 
      
 1198 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 1199 
     | 
    
         
            +
                  "name": "getName",
         
     | 
| 
      
 1200 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 1201 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1202 
     | 
    
         
            +
                      "internalType": "string",
         
     | 
| 
      
 1203 
     | 
    
         
            +
                      "name": "name",
         
     | 
| 
      
 1204 
     | 
    
         
            +
                      "type": "string"
         
     | 
| 
      
 1205 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1206 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1207 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 1208 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1209 
     | 
    
         
            +
                },
         
     | 
| 
      
 1210 
     | 
    
         
            +
                {
         
     | 
| 
      
 1211 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 1212 
     | 
    
         
            +
                  "name": "getNftId",
         
     | 
| 
      
 1213 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 1214 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1215 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 1216 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 1217 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1218 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1219 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1220 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 1221 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1222 
     | 
    
         
            +
                },
         
     | 
| 
      
 1223 
     | 
    
         
            +
                {
         
     | 
| 
      
 1224 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 1225 
     | 
    
         
            +
                  "name": "getOwner",
         
     | 
| 
      
 1226 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 1227 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1228 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 1229 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 1230 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 1231 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1232 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1233 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 1234 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1235 
     | 
    
         
            +
                },
         
     | 
| 
      
 1236 
     | 
    
         
            +
                {
         
     | 
| 
      
 1237 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 1238 
     | 
    
         
            +
                  "name": "getRegistry",
         
     | 
| 
      
 1239 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 1240 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1241 
     | 
    
         
            +
                      "internalType": "contract IRegistry",
         
     | 
| 
      
 1242 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 1243 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 1244 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1245 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1246 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 1247 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1248 
     | 
    
         
            +
                },
         
     | 
| 
      
 1249 
     | 
    
         
            +
                {
         
     | 
| 
      
 1250 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 1251 
     | 
    
         
            +
                  "name": "getRelease",
         
     | 
| 
      
 1252 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 1253 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1254 
     | 
    
         
            +
                      "internalType": "VersionPart",
         
     | 
| 
      
 1255 
     | 
    
         
            +
                      "name": "release",
         
     | 
| 
      
 1256 
     | 
    
         
            +
                      "type": "uint8"
         
     | 
| 
      
 1257 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1258 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1259 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 1260 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1261 
     | 
    
         
            +
                },
         
     | 
| 
      
 1262 
     | 
    
         
            +
                {
         
     | 
| 
      
 1263 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 1264 
     | 
    
         
            +
                  "name": "getToken",
         
     | 
| 
      
 1265 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 1266 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1267 
     | 
    
         
            +
                      "internalType": "contract IERC20Metadata",
         
     | 
| 
      
 1268 
     | 
    
         
            +
                      "name": "token",
         
     | 
| 
      
 1269 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 1270 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1271 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1272 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 1273 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1274 
     | 
    
         
            +
                },
         
     | 
| 
      
 1275 
     | 
    
         
            +
                {
         
     | 
| 
      
 1276 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 1277 
     | 
    
         
            +
                  "name": "getTokenHandler",
         
     | 
| 
      
 1278 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 1279 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1280 
     | 
    
         
            +
                      "internalType": "contract TokenHandler",
         
     | 
| 
      
 1281 
     | 
    
         
            +
                      "name": "tokenHandler",
         
     | 
| 
      
 1282 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 1283 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1284 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1285 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 1286 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1287 
     | 
    
         
            +
                },
         
     | 
| 
      
 1288 
     | 
    
         
            +
                {
         
     | 
| 
      
 1289 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 1290 
     | 
    
         
            +
                  "name": "getVersion",
         
     | 
| 
      
 1291 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 1292 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1293 
     | 
    
         
            +
                      "internalType": "Version",
         
     | 
| 
      
 1294 
     | 
    
         
            +
                      "name": "version",
         
     | 
| 
      
 1295 
     | 
    
         
            +
                      "type": "uint24"
         
     | 
| 
      
 1296 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1297 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1298 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 1299 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1300 
     | 
    
         
            +
                },
         
     | 
| 
      
 1301 
     | 
    
         
            +
                {
         
     | 
| 
      
 1302 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 1303 
     | 
    
         
            +
                  "name": "getWallet",
         
     | 
| 
      
 1304 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 1305 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1306 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 1307 
     | 
    
         
            +
                      "name": "walletAddress",
         
     | 
| 
      
 1308 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 1309 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1310 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1311 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 1312 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1313 
     | 
    
         
            +
                },
         
     | 
| 
      
 1314 
     | 
    
         
            +
                {
         
     | 
| 
      
 1315 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 1316 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1317 
     | 
    
         
            +
                      "internalType": "string",
         
     | 
| 
      
 1318 
     | 
    
         
            +
                      "name": "cityName",
         
     | 
| 
      
 1319 
     | 
    
         
            +
                      "type": "string"
         
     | 
| 
      
 1320 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1321 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1322 
     | 
    
         
            +
                  "name": "initializeCity",
         
     | 
| 
      
 1323 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 1324 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1325 
     | 
    
         
            +
                      "internalType": "RiskId",
         
     | 
| 
      
 1326 
     | 
    
         
            +
                      "name": "risk",
         
     | 
| 
      
 1327 
     | 
    
         
            +
                      "type": "bytes8"
         
     | 
| 
      
 1328 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1329 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1330 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 1331 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1332 
     | 
    
         
            +
                },
         
     | 
| 
      
 1333 
     | 
    
         
            +
                {
         
     | 
| 
      
 1334 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 1335 
     | 
    
         
            +
                  "name": "isActive",
         
     | 
| 
      
 1336 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 1337 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1338 
     | 
    
         
            +
                      "internalType": "bool",
         
     | 
| 
      
 1339 
     | 
    
         
            +
                      "name": "active",
         
     | 
| 
      
 1340 
     | 
    
         
            +
                      "type": "bool"
         
     | 
| 
      
 1341 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1342 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1343 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 1344 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1345 
     | 
    
         
            +
                },
         
     | 
| 
      
 1346 
     | 
    
         
            +
                {
         
     | 
| 
      
 1347 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 1348 
     | 
    
         
            +
                  "name": "isConsumingScheduledOp",
         
     | 
| 
      
 1349 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 1350 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1351 
     | 
    
         
            +
                      "internalType": "bytes4",
         
     | 
| 
      
 1352 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 1353 
     | 
    
         
            +
                      "type": "bytes4"
         
     | 
| 
      
 1354 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1355 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1356 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 1357 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1358 
     | 
    
         
            +
                },
         
     | 
| 
      
 1359 
     | 
    
         
            +
                {
         
     | 
| 
      
 1360 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 1361 
     | 
    
         
            +
                  "name": "isNftInterceptor",
         
     | 
| 
      
 1362 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 1363 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1364 
     | 
    
         
            +
                      "internalType": "bool",
         
     | 
| 
      
 1365 
     | 
    
         
            +
                      "name": "isInterceptor",
         
     | 
| 
      
 1366 
     | 
    
         
            +
                      "type": "bool"
         
     | 
| 
      
 1367 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1368 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1369 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 1370 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1371 
     | 
    
         
            +
                },
         
     | 
| 
      
 1372 
     | 
    
         
            +
                {
         
     | 
| 
      
 1373 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 1374 
     | 
    
         
            +
                  "name": "isRegistered",
         
     | 
| 
      
 1375 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 1376 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1377 
     | 
    
         
            +
                      "internalType": "bool",
         
     | 
| 
      
 1378 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 1379 
     | 
    
         
            +
                      "type": "bool"
         
     | 
| 
      
 1380 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1381 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1382 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 1383 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1384 
     | 
    
         
            +
                },
         
     | 
| 
      
 1385 
     | 
    
         
            +
                {
         
     | 
| 
      
 1386 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 1387 
     | 
    
         
            +
                  "name": "linkToRegisteredNftId",
         
     | 
| 
      
 1388 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 1389 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1390 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 1391 
     | 
    
         
            +
                      "name": "nftId",
         
     | 
| 
      
 1392 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1393 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1394 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1395 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 1396 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1397 
     | 
    
         
            +
                },
         
     | 
| 
      
 1398 
     | 
    
         
            +
                {
         
     | 
| 
      
 1399 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 1400 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1401 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 1402 
     | 
    
         
            +
                      "name": "from",
         
     | 
| 
      
 1403 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 1404 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1405 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1406 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 1407 
     | 
    
         
            +
                      "name": "to",
         
     | 
| 
      
 1408 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 1409 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1410 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1411 
     | 
    
         
            +
                      "internalType": "uint256",
         
     | 
| 
      
 1412 
     | 
    
         
            +
                      "name": "tokenId",
         
     | 
| 
      
 1413 
     | 
    
         
            +
                      "type": "uint256"
         
     | 
| 
      
 1414 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1415 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1416 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 1417 
     | 
    
         
            +
                      "name": "operator",
         
     | 
| 
      
 1418 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 1419 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1420 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1421 
     | 
    
         
            +
                  "name": "nftTransferFrom",
         
     | 
| 
      
 1422 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 1423 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 1424 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1425 
     | 
    
         
            +
                },
         
     | 
| 
      
 1426 
     | 
    
         
            +
                {
         
     | 
| 
      
 1427 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 1428 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1429 
     | 
    
         
            +
                      "internalType": "string",
         
     | 
| 
      
 1430 
     | 
    
         
            +
                      "name": "cityName",
         
     | 
| 
      
 1431 
     | 
    
         
            +
                      "type": "string"
         
     | 
| 
      
 1432 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1433 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1434 
     | 
    
         
            +
                  "name": "pauseCity",
         
     | 
| 
      
 1435 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 1436 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 1437 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1438 
     | 
    
         
            +
                },
         
     | 
| 
      
 1439 
     | 
    
         
            +
                {
         
     | 
| 
      
 1440 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 1441 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1442 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 1443 
     | 
    
         
            +
                      "name": "policyNftId",
         
     | 
| 
      
 1444 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1445 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1446 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1447 
     | 
    
         
            +
                      "internalType": "ClaimId",
         
     | 
| 
      
 1448 
     | 
    
         
            +
                      "name": "claimId",
         
     | 
| 
      
 1449 
     | 
    
         
            +
                      "type": "uint16"
         
     | 
| 
      
 1450 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1451 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1452 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 1453 
     | 
    
         
            +
                      "name": "availableAmount",
         
     | 
| 
      
 1454 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1455 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1456 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1457 
     | 
    
         
            +
                  "name": "processFundedClaim",
         
     | 
| 
      
 1458 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 1459 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 1460 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1461 
     | 
    
         
            +
                },
         
     | 
| 
      
 1462 
     | 
    
         
            +
                {
         
     | 
| 
      
 1463 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 1464 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1465 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 1466 
     | 
    
         
            +
                      "name": "component",
         
     | 
| 
      
 1467 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 1468 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1469 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1470 
     | 
    
         
            +
                  "name": "registerComponent",
         
     | 
| 
      
 1471 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 1472 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1473 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 1474 
     | 
    
         
            +
                      "name": "componentNftId",
         
     | 
| 
      
 1475 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1476 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1477 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1478 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 1479 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1480 
     | 
    
         
            +
                },
         
     | 
| 
      
 1481 
     | 
    
         
            +
                {
         
     | 
| 
      
 1482 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 1483 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1484 
     | 
    
         
            +
                      "internalType": "uint256",
         
     | 
| 
      
 1485 
     | 
    
         
            +
                      "name": "fireId",
         
     | 
| 
      
 1486 
     | 
    
         
            +
                      "type": "uint256"
         
     | 
| 
      
 1487 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1488 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1489 
     | 
    
         
            +
                      "internalType": "string",
         
     | 
| 
      
 1490 
     | 
    
         
            +
                      "name": "cityName",
         
     | 
| 
      
 1491 
     | 
    
         
            +
                      "type": "string"
         
     | 
| 
      
 1492 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1493 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1494 
     | 
    
         
            +
                      "internalType": "DamageLevel",
         
     | 
| 
      
 1495 
     | 
    
         
            +
                      "name": "damageLevel",
         
     | 
| 
      
 1496 
     | 
    
         
            +
                      "type": "uint8"
         
     | 
| 
      
 1497 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1498 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1499 
     | 
    
         
            +
                      "internalType": "Timestamp",
         
     | 
| 
      
 1500 
     | 
    
         
            +
                      "name": "reportedAt",
         
     | 
| 
      
 1501 
     | 
    
         
            +
                      "type": "uint40"
         
     | 
| 
      
 1502 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1503 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1504 
     | 
    
         
            +
                  "name": "reportFire",
         
     | 
| 
      
 1505 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 1506 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 1507 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1508 
     | 
    
         
            +
                },
         
     | 
| 
      
 1509 
     | 
    
         
            +
                {
         
     | 
| 
      
 1510 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 1511 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1512 
     | 
    
         
            +
                      "internalType": "string",
         
     | 
| 
      
 1513 
     | 
    
         
            +
                      "name": "cityName",
         
     | 
| 
      
 1514 
     | 
    
         
            +
                      "type": "string"
         
     | 
| 
      
 1515 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1516 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1517 
     | 
    
         
            +
                  "name": "riskId",
         
     | 
| 
      
 1518 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 1519 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1520 
     | 
    
         
            +
                      "internalType": "RiskId",
         
     | 
| 
      
 1521 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 1522 
     | 
    
         
            +
                      "type": "bytes8"
         
     | 
| 
      
 1523 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1524 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1525 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 1526 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1527 
     | 
    
         
            +
                },
         
     | 
| 
      
 1528 
     | 
    
         
            +
                {
         
     | 
| 
      
 1529 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 1530 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1531 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 1532 
     | 
    
         
            +
                      "name": "newAuthority",
         
     | 
| 
      
 1533 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 1534 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1535 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1536 
     | 
    
         
            +
                  "name": "setAuthority",
         
     | 
| 
      
 1537 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 1538 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 1539 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1540 
     | 
    
         
            +
                },
         
     | 
| 
      
 1541 
     | 
    
         
            +
                {
         
     | 
| 
      
 1542 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 1543 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1544 
     | 
    
         
            +
                      "components": [
         
     | 
| 
      
 1545 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1546 
     | 
    
         
            +
                          "internalType": "UFixed",
         
     | 
| 
      
 1547 
     | 
    
         
            +
                          "name": "fractionalFee",
         
     | 
| 
      
 1548 
     | 
    
         
            +
                          "type": "uint256"
         
     | 
| 
      
 1549 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1550 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1551 
     | 
    
         
            +
                          "internalType": "uint256",
         
     | 
| 
      
 1552 
     | 
    
         
            +
                          "name": "fixedFee",
         
     | 
| 
      
 1553 
     | 
    
         
            +
                          "type": "uint256"
         
     | 
| 
      
 1554 
     | 
    
         
            +
                        }
         
     | 
| 
      
 1555 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 1556 
     | 
    
         
            +
                      "internalType": "struct Fee",
         
     | 
| 
      
 1557 
     | 
    
         
            +
                      "name": "productFee",
         
     | 
| 
      
 1558 
     | 
    
         
            +
                      "type": "tuple"
         
     | 
| 
      
 1559 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1560 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1561 
     | 
    
         
            +
                      "components": [
         
     | 
| 
      
 1562 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1563 
     | 
    
         
            +
                          "internalType": "UFixed",
         
     | 
| 
      
 1564 
     | 
    
         
            +
                          "name": "fractionalFee",
         
     | 
| 
      
 1565 
     | 
    
         
            +
                          "type": "uint256"
         
     | 
| 
      
 1566 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1567 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1568 
     | 
    
         
            +
                          "internalType": "uint256",
         
     | 
| 
      
 1569 
     | 
    
         
            +
                          "name": "fixedFee",
         
     | 
| 
      
 1570 
     | 
    
         
            +
                          "type": "uint256"
         
     | 
| 
      
 1571 
     | 
    
         
            +
                        }
         
     | 
| 
      
 1572 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 1573 
     | 
    
         
            +
                      "internalType": "struct Fee",
         
     | 
| 
      
 1574 
     | 
    
         
            +
                      "name": "processingFee",
         
     | 
| 
      
 1575 
     | 
    
         
            +
                      "type": "tuple"
         
     | 
| 
      
 1576 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1577 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1578 
     | 
    
         
            +
                  "name": "setFees",
         
     | 
| 
      
 1579 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 1580 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 1581 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1582 
     | 
    
         
            +
                },
         
     | 
| 
      
 1583 
     | 
    
         
            +
                {
         
     | 
| 
      
 1584 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 1585 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1586 
     | 
    
         
            +
                      "internalType": "bool",
         
     | 
| 
      
 1587 
     | 
    
         
            +
                      "name": "locked",
         
     | 
| 
      
 1588 
     | 
    
         
            +
                      "type": "bool"
         
     | 
| 
      
 1589 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1590 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1591 
     | 
    
         
            +
                  "name": "setLocked",
         
     | 
| 
      
 1592 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 1593 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 1594 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1595 
     | 
    
         
            +
                },
         
     | 
| 
      
 1596 
     | 
    
         
            +
                {
         
     | 
| 
      
 1597 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 1598 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1599 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 1600 
     | 
    
         
            +
                      "name": "newWallet",
         
     | 
| 
      
 1601 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 1602 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1603 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1604 
     | 
    
         
            +
                  "name": "setWallet",
         
     | 
| 
      
 1605 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 1606 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 1607 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1608 
     | 
    
         
            +
                },
         
     | 
| 
      
 1609 
     | 
    
         
            +
                {
         
     | 
| 
      
 1610 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 1611 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1612 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 1613 
     | 
    
         
            +
                      "name": "policyNftId",
         
     | 
| 
      
 1614 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1615 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1616 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1617 
     | 
    
         
            +
                      "internalType": "uint256",
         
     | 
| 
      
 1618 
     | 
    
         
            +
                      "name": "fireId",
         
     | 
| 
      
 1619 
     | 
    
         
            +
                      "type": "uint256"
         
     | 
| 
      
 1620 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1621 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1622 
     | 
    
         
            +
                  "name": "submitClaim",
         
     | 
| 
      
 1623 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 1624 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1625 
     | 
    
         
            +
                      "internalType": "ClaimId",
         
     | 
| 
      
 1626 
     | 
    
         
            +
                      "name": "claimId",
         
     | 
| 
      
 1627 
     | 
    
         
            +
                      "type": "uint16"
         
     | 
| 
      
 1628 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1629 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1630 
     | 
    
         
            +
                      "internalType": "PayoutId",
         
     | 
| 
      
 1631 
     | 
    
         
            +
                      "name": "payoutId",
         
     | 
| 
      
 1632 
     | 
    
         
            +
                      "type": "uint40"
         
     | 
| 
      
 1633 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1634 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1635 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 1636 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1637 
     | 
    
         
            +
                },
         
     | 
| 
      
 1638 
     | 
    
         
            +
                {
         
     | 
| 
      
 1639 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 1640 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1641 
     | 
    
         
            +
                      "internalType": "bytes4",
         
     | 
| 
      
 1642 
     | 
    
         
            +
                      "name": "interfaceId",
         
     | 
| 
      
 1643 
     | 
    
         
            +
                      "type": "bytes4"
         
     | 
| 
      
 1644 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1645 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1646 
     | 
    
         
            +
                  "name": "supportsInterface",
         
     | 
| 
      
 1647 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 1648 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1649 
     | 
    
         
            +
                      "internalType": "bool",
         
     | 
| 
      
 1650 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 1651 
     | 
    
         
            +
                      "type": "bool"
         
     | 
| 
      
 1652 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1653 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1654 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 1655 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1656 
     | 
    
         
            +
                },
         
     | 
| 
      
 1657 
     | 
    
         
            +
                {
         
     | 
| 
      
 1658 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 1659 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1660 
     | 
    
         
            +
                      "internalType": "string",
         
     | 
| 
      
 1661 
     | 
    
         
            +
                      "name": "cityName",
         
     | 
| 
      
 1662 
     | 
    
         
            +
                      "type": "string"
         
     | 
| 
      
 1663 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1664 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1665 
     | 
    
         
            +
                  "name": "unpauseCity",
         
     | 
| 
      
 1666 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 1667 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 1668 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1669 
     | 
    
         
            +
                },
         
     | 
| 
      
 1670 
     | 
    
         
            +
                {
         
     | 
| 
      
 1671 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 1672 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1673 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 1674 
     | 
    
         
            +
                      "name": "amount",
         
     | 
| 
      
 1675 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1676 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1677 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1678 
     | 
    
         
            +
                  "name": "withdrawFees",
         
     | 
| 
      
 1679 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 1680 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1681 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 1682 
     | 
    
         
            +
                      "name": "withdrawnAmount",
         
     | 
| 
      
 1683 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1684 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1685 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1686 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 1687 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1688 
     | 
    
         
            +
                }
         
     | 
| 
      
 1689 
     | 
    
         
            +
              ],
         
     | 
| 
      
 1690 
     | 
    
         
            +
              "bytecode": "0x608060405234801561000f575f80fd5b50604051616fa4380380616fa483398101604081905261002e91611603565b3361003d868686868686610048565b5050505050506119a4565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000810460ff1615906001600160401b03165f811580156100915750825b90505f826001600160401b031660011480156100ac5750303b155b9050811580156100ba575080155b156100d85760405163f92ee8a960e01b815260040160405180910390fd5b84546001600160401b0319166001178555831561010657845460ff60401b1916680100000000000000001785555b61057b8b8b8b8b6040518061010001604052805f151581526020015f151581526020015f151581526020015f60ff1681526020015f60ff16815260200173__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af415801561018a573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906101ae919061169a565b6001600160601b0316815260200173__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610203573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610227919061169a565b6001600160601b031681526020015f60405190808252806020026020018201604052801561025f578160200160208202803683370190505b508152506040518060e0016040528073__$58e11c6004c5796aaa8c56e718245e69a2$__63bc1b392d6040518163ffffffff1660e01b81526004016040805180830381865af41580156102b4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906102d891906116b3565b815260200173__$58e11c6004c5796aaa8c56e718245e69a2$__63bc1b392d6040518163ffffffff1660e01b81526004016040805180830381865af4158015610323573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061034791906116b3565b815260200173__$58e11c6004c5796aaa8c56e718245e69a2$__63bc1b392d6040518163ffffffff1660e01b81526004016040805180830381865af4158015610392573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906103b691906116b3565b815260200173__$58e11c6004c5796aaa8c56e718245e69a2$__63bc1b392d6040518163ffffffff1660e01b81526004016040805180830381865af4158015610401573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061042591906116b3565b815260200173__$58e11c6004c5796aaa8c56e718245e69a2$__63bc1b392d6040518163ffffffff1660e01b81526004016040805180830381865af4158015610470573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061049491906116b3565b815260200173__$58e11c6004c5796aaa8c56e718245e69a2$__63bc1b392d6040518163ffffffff1660e01b81526004016040805180830381865af41580156104df573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061050391906116b3565b815260200173__$58e11c6004c5796aaa8c56e718245e69a2$__63bc1b392d6040518163ffffffff1660e01b81526004016040805180830381865af415801561054e573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061057291906116b3565b90528d8d6105ce565b83156105c157845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b5050505050505050505050565b6105d6610605565b6105fb888888888888888860405180602001604052805f81525061065560201b60201c565b5050505050505050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005468010000000000000000900460ff1661065357604051631afcd79f60e31b815260040160405180910390fd5b565b61065d610605565b61067489898989600d60208b015189908989610934565b5f7f0bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d6800865181546020808a015160408b015160608c015160808d015160a08e015160c08f015161ffff1990971697151561ff00191697909717610100941515949094029390931763ffff00001916620100009215159290920263ff000000191691909117630100000060ff9283160217600160201b600160881b0319166401000000009190921602600160281b600160881b03191617650100000000006001600160601b039485160217600160881b600160e81b031916600160881b939092169290920217825560e088015180519293508892849261077992600185019291019061144f565b50508551805160028401556020908101516003840155808701518051600485015581015160058401556040870151805160068501558101516007840155606087015180516008850155810151600984015560808701518051600a850155810151600b84015560a08701518051600c850155810151600d84015560c08701518051600e8501550151600f830155506108156017610b69565b610b69565b6011820180546001600160a01b0319166001600160a01b0392909216919091179055610842610810601290565b6012820180546001600160a01b0319166001600160a01b039290921691909117905561086f610810601390565b6013820180546001600160a01b0319166001600160a01b039290921691909117905561089c610810601590565b6014820180546001600160a01b0319166001600160a01b03929092169190911790556108c9610810601890565b6015820180546001600160a01b0319166001600160a01b03929092169190911790556108f6610810600b90565b6010820180546001600160a01b0319166001600160a01b0392909216919091179055610928630cdf80bd60e31b610c2b565b50505050505050505050565b61093c610605565b5f6109488a8a88610c57565b90505f7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f0060405163bf8e179760e01b81526001600160601b03841660048201529091506001600160a01b038c169063bf8e179790602401602060405180830381865afa1580156109ba573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109de9190611701565b81546001600160a01b0319166001600160a01b039190911690811782556040805163bf7e214f60e01b81529051610a7e929163bf7e214f9160048083019260209291908290030181865afa158015610a38573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a5c9190611701565b8c8c8c8c8c8b8b60405180602001604052805f8152508c610d0860201b60201c565b8054604080516302cd307160e01b815290516001600160a01b03909216916302cd3071916004808201926020929091908290030181865afa158015610ac5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ae99190611701565b6001820180546001600160a01b03199081166001600160a01b0393841617909155600283018054909116918816919091179055610b27610810600b90565b6003820180546001600160a01b0319166001600160a01b0392909216919091179055610b59634a531f3360e01b610c2b565b6105c163a9c1bc6f60e01b610c2b565b5f610b7c6001546001600160a01b031690565b6001600160a01b031663d39e604383610bbe7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa3005460ff600160681b9091041690565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015610c01573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c259190611701565b92915050565b610c33610605565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b5f60ff8216600d03610c7857610c6f8484600a610f8f565b50829050610d01565b5f610c858585600d610f8f565b6040516305247a1760e51b81526001600160601b03861660048201529091506001600160a01b0382169063a48f42e0906024015f60405180830381865afa158015610cd2573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610cf99190810190611762565b602001519150505b9392505050565b610d10610605565b5f896001600160a01b031663caed98976040518163ffffffff1660e01b8152600401602060405180830381865afa158015610d4d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d719190611701565b90505f8b6001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015610db0573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610dd49190611832565b905060ff8716600314610e9f57604051637d482da160e01b81526001600160a01b0380841660048301528916602482015246604482015260ff8216606482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90637d482da190608401602060405180830381865af4158015610e4e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e72919061184d565b610e9f57604051638071294b60e01b81526001600160a01b03891660048201526024015b60405180910390fd5b88515f03610ec05760405163591eebf360e11b815260040160405180910390fd5b610ecf8c8c8c8a8a8a8a611054565b7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0080610efb8b826118ea565b50600181018054881515600160a01b026001600160a81b03199091166001600160a01b038c161717905560028101610f3385826118ea565b50610f3e600b610b69565b6003820180546001600160a01b0319166001600160a01b0392909216919091179055610f70634a531f3360e01b610c2b565b610f806306e9e5ff60e31b610c2b565b50505050505050505050505050565b6040516305247a1760e51b81526001600160601b038316600482015283905f906001600160a01b0383169063a48f42e0906024015f60405180830381865afa158015610fdd573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526110049190810190611762565b905061101b81604001518460ff9081169116141590565b1561104c57604080820151905163b0c1f6eb60e01b815260ff80861660048301529091166024820152604401610e96565b509392505050565b61105c610605565b604051632330f24760e01b81526001600160a01b038816600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90632330f24790602401602060405180830381865af41580156110b2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110d6919061184d565b6110fe5760405163cf6935e560e01b81526001600160a01b0388166004820152602401610e96565b61110787611214565b6111118683611228565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166001600160681b0319909116176c0100000000000000000000000060ff871602178155604080516376b707b760e01b815290516001600160a01b038a16916376b707b79160048083019260209291908290030181865afa1580156111a4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111c89190611832565b815461ffff60681b1916600160681b60ff929092169190910260ff60701b191617600160701b851515021781556001810161120383826118ea565b506105fb634a531f3360e01b610c2b565b61121c610605565b611225816112ba565b50565b611230610605565b611239826112cb565b611241611397565b6001600160a01b0381166112685760405163f17ef42d60e01b815260040160405180910390fd5b7f07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f0080546001600160601b03166c010000000000000000000000006001600160a01b039093169290920291909117905550565b6112c2610605565b611225816113dc565b6112d3610605565b604051633334d16b60e01b81526001600160a01b038216600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90633334d16b90602401602060405180830381865af4158015611329573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061134d919061184d565b6113755760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610e96565b600180546001600160a01b0319166001600160a01b0392909216919091179055565b61139f610605565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b7ff3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a0080546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b828054828255905f5260205f20906001016002900481019282156114f4579160200282015f5b838211156114bf57835183826101000a8154816001600160601b0302191690836001600160601b031602179055509260200192600c01602081600b01049283019260010302611475565b80156114f25782816101000a8154906001600160601b030219169055600c01602081600b010492830192600103026114bf565b505b50611500929150611504565b5090565b5b80821115611500575f8155600101611505565b6001600160a01b0381168114611225575f80fd5b805161153781611518565b919050565b80516001600160601b0381168114611537575f80fd5b634e487b7160e01b5f52604160045260245ffd5b60405160e081016001600160401b038111828210171561158857611588611552565b60405290565b5f806001600160401b038411156115a7576115a7611552565b50604051601f19601f85018116603f011681018181106001600160401b03821117156115d5576115d5611552565b6040528381529050808284018510156115ec575f80fd5b8383602083015e5f60208583010152509392505050565b5f805f805f60a08688031215611617575f80fd5b855161162281611518565b94506116306020870161153c565b60408701519094506001600160401b0381111561164b575f80fd5b8601601f8101881361165b575f80fd5b61166a8882516020840161158e565b935050606086015161167b81611518565b608087015190925061168c81611518565b809150509295509295909350565b5f602082840312156116aa575f80fd5b610d018261153c565b5f60408284031280156116c4575f80fd5b50604080519081016001600160401b03811182821017156116e7576116e7611552565b604052825181526020928301519281019290925250919050565b5f60208284031215611711575f80fd5b8151610d0181611518565b60ff81168114611225575f80fd5b80516115378161171c565b80518015158114611537575f80fd5b5f82601f830112611753575f80fd5b610d018383516020850161158e565b5f60208284031215611772575f80fd5b81516001600160401b03811115611787575f80fd5b820160e08185031215611798575f80fd5b6117a0611566565b6117a98261153c565b81526117b76020830161153c565b60208201526117c86040830161172a565b60408201526117d960608301611735565b60608201526117ea6080830161152c565b60808201526117fb60a0830161152c565b60a082015260c08201516001600160401b03811115611818575f80fd5b61182486828501611744565b60c083015250949350505050565b5f60208284031215611842575f80fd5b8151610d018161171c565b5f6020828403121561185d575f80fd5b610d0182611735565b600181811c9082168061187a57607f821691505b60208210810361189857634e487b7160e01b5f52602260045260245ffd5b50919050565b601f8211156118e557805f5260205f20601f840160051c810160208510156118c35750805b601f840160051c820191505b818110156118e2575f81556001016118cf565b50505b505050565b81516001600160401b0381111561190357611903611552565b611917816119118454611866565b8461189e565b6020601f821160018114611949575f83156119325750848201515b5f19600385901b1c1916600184901b1784556118e2565b5f84815260208120601f198516915b828110156119785787850151825560209485019460019092019101611958565b508482101561199557868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b6155f3806119b15f395ff3fe608060405234801561000f575f80fd5b5060043610610333575f3560e01c806376b707b7116101af578063b6b412ba116100fe578063deaa59df1161009e578063ea15869f11610079578063ea15869f1461078f578063eb0df319146107b6578063f179d064146107c9578063f29d9cd8146107dc575f80fd5b8063deaa59df14610755578063e1f216fa14610768578063e9b2460c1461077b575f80fd5b8063c108bd4c116100d9578063c108bd4c146106f5578063c9d87e691461070a578063d8fb257714610712578063de7b5d1414610725575f80fd5b8063b6b412ba146106c7578063b8bc787e146106da578063bf7e214f146106ed575f80fd5b806390edbd3511610169578063aa5ae5aa11610144578063aa5ae5aa14610685578063ad12ad6014610698578063ada9652e146106ab578063b423086c146106bf575f80fd5b806390edbd351461064a5780639ffcede91461065f578063a7407c7114610672575f80fd5b806376b707b7146105a55780637a9e5e4b146105d05780637baa9a0b146105e3578063844e0f201461060c578063893d20e8146106215780638fb3603714610629575f80fd5b806322366844116102855780635349d2a8116102255780636078a3b2116102005780636078a3b214610547578063644c45e01461055a57806364854f9b146105625780636bd1c0eb14610575575f80fd5b80635349d2a81461051b5780635741e5e91461052e5780635ab1bd5314610536575f80fd5b8063330234fc11610260578063330234fc146104cd578063419197fe146104ed57806343d752d3146105005780634545177f14610508575f80fd5b8063223668441461049657806322f3e2d41461049e5780632eb3e6f4146104a6575f80fd5b806313299604116102f05780631c6b2190116102cb5780631c6b2190146104465780631eff4b2214610459578063211e28b61461047b57806321df0da71461048e575f80fd5b806313299604146103f1578063138461e01461041157806317d7de7c14610431575f80fd5b806301ffc9a714610337578063034dac63146103785780630aaba8e81461038d5780630bb9b257146103a05780630d8e6e2c146103c05780630fec111c146103dc575b5f80fd5b61036361034536600461410e565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61038b6103863660046142a3565b61080f565b005b61038b61039b36600461431e565b610ab1565b6103b36103ae366004614339565b610b10565b60405161036f919061437e565b6103c8610bfa565b60405162ffffff909116815260200161036f565b6103e4610c81565b60405161036f91906143c3565b6103f9610e28565b6040516001600160a01b03909116815260200161036f565b610419610e90565b6040516001600160601b03909116815260200161036f565b610439610e9a565b60405161036f919061444f565b61041961045436600461431e565b610eaa565b61046d5f8051602061557e83398151915281565b60405190815260200161036f565b61038b61048936600461446e565b610f00565b6103f9610f47565b610363610f59565b61036361104f565b61046d7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f0081565b6104e06104db366004614489565b6110c6565b60405161036f91906144ba565b61038b6104fb3660046144e3565b6112a5565b6103f96112f7565b610439610516366004614339565b611309565b61041961052936600461452f565b6113b4565b610363611476565b6001546001600160a01b03166103f9565b6104196105553660046145c4565b611533565b6104196115fc565b6104196105703660046145df565b611617565b7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f02546001600160a01b03166103f9565b5f8051602061557e83398151915254600160681b900460ff1660405160ff909116815260200161036f565b61038b6105de3660046145c4565b611755565b6105f66105f1366004614644565b6117d7565b60405164ffffffffff909116815260200161036f565b61061461183c565b60405161036f9190614670565b6103f9611ab4565b610631611be5565b6040516001600160e01b0319909116815260200161036f565b610652611c1a565b60405161036f919061471c565b61038b61066d36600461431e565b611c3f565b6104196106803660046145df565b611c99565b61038b610693366004614644565b611dd3565b61038b6106a6366004614779565b611e3f565b61046d5f8051602061551e83398151915281565b610652611ee1565b61038b6106d536600461480a565b611ef1565b6104e06106e8366004614489565b611f3f565b6103f9611f50565b6106fd611f6b565b60405161036f9190614880565b60025461046d565b61038b610720366004614489565b6120bf565b7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f00546001600160a01b03166103f9565b61038b6107633660046145c4565b6121c0565b61038b61077636600461491f565b61220d565b61046d5f8051602061555e83398151915281565b61046d7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0081565b61038b6107c4366004614489565b61222a565b6104196107d7366004614967565b612326565b6107ef6107ea3660046149d7565b612625565b6040805161ffff909316835264ffffffffff90911660208301520161036f565b61081b335b5f366128f7565b60038360405161082b9190614a18565b90815260405190819003602001812054637bc32ecf60e01b825273__$32e9ecefef68cb354d118e0496fdd3f4bc$__91637bc32ecf91610881916001600160c01b031960c09290921b91909116906004016144ba565b602060405180830381865af415801561089c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108c09190614a2e565b156108e957826040516316add56760e21b81526004016108e0919061444f565b60405180910390fd5b6109678173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af4158015610934573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109589190614a54565b64ffffffffff90811691161190565b156109855760405163a9f68a6b60e01b815260040160405180910390fd5b5f8481526004602081905260409182902060010154915163790a38ad60e01b815261010090920464ffffffffff169082015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063790a38ad90602401602060405180830381865af41580156109f1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a159190614a2e565b610a3257604051636ec7628b60e11b815260040160405180910390fd5b6040805160608101825284815260ff841660208083019190915264ffffffffff8416828401525f87815260049091529190912081518190610a739082614aeb565b5060208201516001909101805460409093015164ffffffffff166101000265ffffffffffff1990931660ff9092169190911791909117905550505050565b610aba33610814565b610ac2611ab4565b6001600160a01b0316336001600160a01b031614610af55760405163086391f760e31b81523360048201526024016108e0565b806013610b0282826129f5565b610b0b83612aac565b505050565b604080516060808201835281525f60208201819052918101919091525f8281526004602052604090819020815160608101909252805482908290610b5390614a6f565b80601f0160208091040260200160405190810160405280929190818152602001828054610b7f90614a6f565b8015610bca5780601f10610ba157610100808354040283529160200191610bca565b820191905f5260205f20905b815481529060010190602001808311610bad57829003601f168201915b50505091835250506001919091015460ff81166020830152610100900464ffffffffff1660409091015292915050565b604051632efe011360e01b8152600160048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af4158015610c58573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c7c9190614ba5565b905090565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a0820183905260c0820152905f8051602061557e83398151915290506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610d1a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d3e9190614bd2565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160701b909104161515606082015230608082015260a001610d86611ab4565b6001600160a01b03168152602001826001018054610da390614a6f565b80601f0160208091040260200160405190810160405280929190818152602001828054610dcf90614a6f565b8015610e1a5780601f10610df157610100808354040283529160200191610e1a565b820191905f5260205f20905b815481529060010190602001808311610dfd57829003601f168201915b505050505081525091505090565b5f610e316112f7565b6001600160a01b031663132996046040518163ffffffff1660e01b8152600401602060405180830381865afa158015610e6c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c7c9190614bf8565b5f610c7c30612b29565b6060610ea4611c1a565b51919050565b5f610eb433610814565b610ebc611ab4565b6001600160a01b0316336001600160a01b031614610eef5760405163086391f760e31b81523360048201526024016108e0565b610ef882612d22565b90505b919050565b610f08611ab4565b6001600160a01b0316336001600160a01b031614610f3b5760405163086391f760e31b81523360048201526024016108e0565b610f4481612d7a565b50565b5f610f50611c1a565b60200151905090565b5f610f6c6001546001600160a01b031690565b604051632f2a35f760e11b81523060048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015610fb0573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610fd49190614bd2565b6040516330b8415f60e01b81526001600160601b03909116600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af415801561102b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c7c9190614a2e565b5f611058611f50565b60405163a166aa8960e01b81523060048201526001600160a01b03919091169063a166aa8990602401602060405180830381865afa15801561109c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110c09190614a2e565b15905090565b5f6003826040516110d79190614a18565b90815260405190819003602001812054637bc32ecf60e01b825273__$32e9ecefef68cb354d118e0496fdd3f4bc$__91637bc32ecf9161112d916001600160c01b031960c09290921b91909116906004016144ba565b602060405180830381865af4158015611148573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061116c9190614a2e565b611199576003826040516111809190614a18565b9081526040519081900360200190205460c01b92915050565b600280546001810182555f919091527f405787fa12a823e0f2b7631cc41b3ba8828b3321ca811111fa75cd3aa3bb5ace016111d48382614aeb565b5060405163253a42dd60e11b815273__$32e9ecefef68cb354d118e0496fdd3f4bc$__90634a7485ba9061120c90859060040161444f565b602060405180830381865af4158015611227573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061124b9190614c1e565b90506112658160405180602001604052805f815250612dd1565b806003836040516112769190614a18565b908152604051908190036020019020805460c09290921c67ffffffffffffffff19909216919091179055919050565b6112ae33610814565b6112b6611ab4565b6001600160a01b0316336001600160a01b0316146112e95760405163086391f760e31b81523360048201526024016108e0565b6112f38282612e4b565b5050565b5f611300611c1a565b60400151905090565b60606002828154811061131e5761131e614c39565b905f5260205f2001805461133190614a6f565b80601f016020809104026020016040519081016040528092919081815260200182805461135d90614a6f565b80156113a85780601f1061137f576101008083540402835291602001916113a8565b820191905f5260205f20905b81548152906001019060200180831161138b57829003601f168201915b50505050509050919050565b5f82601d6113c282826129f5565b7f0bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d6815545f906001600160a01b031663f4bfe53a6113fc6115fc565b8b8d8c8c8c8c6040518863ffffffff1660e01b81526004016114249796959493929190614c4d565b61024060405180830381865afa158015611440573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114649190614cca565b60a001519a9950505050505050505050565b5f61147f610f59565b15611503576001546001600160a01b03166040516308b09a5f60e41b81523060048201526001600160a01b039190911690638b09a5f0906024015f60405180830381865afa1580156114d3573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526114fa9190810190614e8b565b60600151905090565b507fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0154600160a01b900460ff1690565b5f61153c611ab4565b6001600160a01b0316336001600160a01b03161461156f5760405163086391f760e31b81523360048201526024016108e0565b7f0bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d68105460405163303c51d960e11b81526001600160a01b03848116600483015290911690636078a3b2906024015b6020604051808303815f875af11580156115d8573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ef89190614bd2565b5f8051602061551e833981519152546001600160601b031690565b5f61162133610814565b81601d61162e82826129f5565b335f611639896110c6565b90505f6116bd89838a60405180602001604052805f8152508b73__$05887d5853069c88bcd4c0a2107db45f29$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015611699573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105299190614c1e565b905061174783838b848c8c73__$05887d5853069c88bcd4c0a2107db45f29$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af415801561170f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117339190614c1e565b60405180602001604052805f815250612eab565b9a9950505050505050505050565b3361175e611f50565b6001600160a01b0316816001600160a01b0316146117995760405162d1953b60e31b81526001600160a01b03821660048201526024016108e0565b816001600160a01b03163b5f036117ce576040516361798f2f60e11b81526001600160a01b03831660048201526024016108e0565b6112f382612f55565b5f6117e133610814565b6117e9611ab4565b6001600160a01b0316336001600160a01b03161461181c5760405163086391f760e31b81523360048201526024016108e0565b82601361182982826129f5565b6118338585612fb5565b95945050505050565b611844613ff2565b5060408051610120810182527f0bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d68025460e082019081527f0bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d6803546101008301528152815180830183527f0bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d68045481527f0bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d68055460208083019190915280830191909152825180840184527f0bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d68065481527f0bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d6807548183015282840152825180840184527f0bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d68085481527f0bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d680954818301526060830152825180840184527f0bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d680a5481527f0bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d680b54818301526080830152825180840184527f0bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d680c5481527f0bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d680d548183015260a083015282518084019093527f0bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d680e5483527f0bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d680f549083015260c081019190915290565b5f805f8051602061551e83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611b20573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b449190614a2e565b15611bcf576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611ba5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611bc99190614bf8565b91505090565b54600160601b90046001600160a01b0316919050565b5f8051602061553e83398151915280545f9190600160a01b900460ff16611c0c575f611bc9565b638fb3603760e01b91505090565b611c226140d6565b611c2a610f59565b15611c3757610c7c61304d565b610c7c611ee1565b611c4833610814565b611c50611ab4565b6001600160a01b0316336001600160a01b031614611c835760405163086391f760e31b81523360048201526024016108e0565b806013611c9082826129f5565b610b0b836131fa565b5f81601d611ca782826129f5565b5f600388604051611cb89190614a18565b90815260405190819003602001812054637bc32ecf60e01b825260c01b915073__$32e9ecefef68cb354d118e0496fdd3f4bc$__90637bc32ecf90611d0b906001600160c01b03198516906004016144ba565b602060405180830381865af4158015611d26573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d4a9190614a2e565b15611d6a57876040516316add56760e21b81526004016108e0919061444f565b611dc787828860405180602001604052805f8152508973__$05887d5853069c88bcd4c0a2107db45f29$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015611699573d5f803e3d5ffd5b98975050505050505050565b611ddc33610814565b611de4611ab4565b6001600160a01b0316336001600160a01b031614611e175760405163086391f760e31b81523360048201526024016108e0565b816013611e2482826129f5565b611e2e8484613252565b50611e3984846132e3565b50505050565b6001546001600160a01b03166001600160a01b031663120726c36040518163ffffffff1660e01b8152600401602060405180830381865afa158015611e86573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611eaa9190614bf8565b6001600160a01b0316336001600160a01b031614611edc5760405162f0630960e01b81523360048201526024016108e0565b611e39565b611ee96140d6565b610c7c61304d565b611ef9611ab4565b6001600160a01b0316336001600160a01b031614611f2c5760405163086391f760e31b81523360048201526024016108e0565b611f3533610814565b6112f38282613348565b5f6003826040516111809190614a18565b5f8051602061553e833981519152546001600160a01b031690565b60408051610100810182525f8082526020820181905291810182905260608082018390526080820183905260a0820183905260c082019290925260e08101919091525f8051602061555e833981519152604080516101008082018352835460ff808216151584529181048216151560208085019190915262010000820483161515848601526301000000820483166060850152640100000000820490921660808401526001600160601b03650100000000008204811660a0850152600160881b9091041660c083015260018401805484518184028101840190955280855292949360e086019390928301828280156120b157602002820191905f5260205f20905f905b82829054906101000a90046001600160601b03166001600160601b0316815260200190600c0190602082600b0104928301926001038202915080841161206e5790505b505050505081525050905090565b6120c833610814565b6003816040516120d89190614a18565b90815260405190819003602001812054637bc32ecf60e01b825273__$32e9ecefef68cb354d118e0496fdd3f4bc$__91637bc32ecf9161212e916001600160c01b031960c09290921b91909116906004016144ba565b602060405180830381865af4158015612149573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061216d9190614a2e565b1561218d57806040516316add56760e21b81526004016108e0919061444f565b610f446003826040516121a09190614a18565b9081526040519081900360200190205460c01b6121bb606e90565b613399565b6121c933610814565b6121d1611ab4565b6001600160a01b0316336001600160a01b0316146122045760405163086391f760e31b81523360048201526024016108e0565b610f44816133fb565b61221633610814565b82601361222382826129f5565b5050505050565b61223333610814565b6003816040516122439190614a18565b90815260405190819003602001812054637bc32ecf60e01b825273__$32e9ecefef68cb354d118e0496fdd3f4bc$__91637bc32ecf91612299916001600160c01b031960c09290921b91909116906004016144ba565b602060405180830381865af41580156122b4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122d89190614a2e565b156122f857806040516316add56760e21b81526004016108e0919061444f565b610f4460038260405161230b9190614a18565b9081526040519081900360200190205460c01b6121bb600590565b604051633682752160e21b815264ffffffffff831660048201525f90819073__$bf7bc340cbb9229ef1de2c568356e67902$__906345ebb61e90620151809073__$71e292c09eace9601b3e21e68a1278917a$__9063da09d48490602401602060405180830381865af415801561239f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123c39190614f5b565b6123cd9190614f86565b6040518263ffffffff1660e01b81526004016123eb91815260200190565b602060405180830381865af4158015612406573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061242a9190614f5b565b90505f6124b08273__$bf7bc340cbb9229ef1de2c568356e67902$__6345ebb61e6101686040518263ffffffff1660e01b815260040161246c91815260200190565b602060405180830381865af4158015612487573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906124ab9190614f5b565b613470565b60405163046e44af60e11b81526001600160601b03891660048201529091505f9073__$3bac17678db7ae928afa209f2f44deec9c$__90634c41dd969060149083906308dc895e90602401602060405180830381865af4158015612516573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061253a9190614f5b565b6125449190614f86565b6040518263ffffffff1660e01b815260040161256291815260200190565b602060405180830381865af415801561257d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906125a19190614bd2565b604051632c34efe560e11b81526001600160601b03821660048201526024810184905290915073__$3bac17678db7ae928afa209f2f44deec9c$__90635869dfca90604401602060405180830381865af4158015612601573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611dc79190614bd2565b5f8061263033610814565b836126436001546001600160a01b031690565b604051631660755f60e31b81526001600160601b03831660048201523360248201526001600160a01b03919091169063b303aaf890604401602060405180830381865afa158015612696573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906126ba9190614a2e565b6126d95760405163086391f760e31b81523360048201526024016108e0565b8460136126e682826129f5565b5f6126ef6134a4565b60405163bd7d9d8560e01b81526001600160601b038a1660048201526001600160a01b03919091169063bd7d9d85906024015f60405180830381865afa15801561273b573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526127629190810190614fb0565b905061276f8882896134d2565b5f8781526004602052604080822081516060810190925280548290829061279590614a6f565b80601f01602080910402602001604051908101604052809291908181526020018280546127c190614a6f565b801561280c5780601f106127e35761010080835404028352916020019161280c565b820191905f5260205f20905b8154815290600101906020018083116127ef57829003601f168201915b505050918352505060019182015460ff811660208084019190915261010090910464ffffffffff166040928301525f8c8152600582528281206001600160601b038f1682528252918220805460ff19169093179092556080850151918301519293509161287a918c916137bd565b90506128a88a828b60405160200161289491815260200190565b6040516020818303038152906040526138f6565b97506128c48a898360405180602001604052805f81525061397e565b6128de8a898360405180602001604052805f8152506139f3565b96506128ea8a88613a75565b5050505050509250929050565b5f8051602061553e8339815191525f8061292f612912611f50565b873061292160045f8a8c615143565b61292a9161516a565b613ac7565b91509150816129ed5763ffffffff8116156129ca57825460ff60a01b1916600160a01b17835561295d611f50565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b815260040161298c939291906151a0565b5f604051808303815f87803b1580156129a3575f80fd5b505af11580156129b5573d5f803e3d5ffd5b5050845460ff60a01b19168555506129ed9050565b60405162d1953b60e31b81526001600160a01b03871660048201526024016108e0565b505050505050565b6001546001600160a01b0316604051635b12715d60e11b81526001600160601b038416600482015260ff831660248201526001600160a01b03919091169063b624e2ba90604401602060405180830381865afa158015612a57573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a7b9190614a2e565b6112f35760405163d711af7560e01b81526001600160601b038316600482015260ff821660248201526044016108e0565b7f0bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d681354604051630155751d60e31b81526001600160601b03831660048201526001600160a01b0390911690630aaba8e8906024015b5f604051808303815f87803b158015612b17575f80fd5b505af1158015612223573d5f803e3d5ffd5b5f805f8051602061551e83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015612b95573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612bb99190614a2e565b15612be55780546040516301ab8b6760e21b81526001600160601b0390911660048201526024016108e0565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015612c37573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612c5b9190614a2e565b612c835760405163b9304b0d60e01b81526001600160a01b03841660048201526024016108e0565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015612cd5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612cf99190614bd2565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f03546040516301c6b21960e41b81526001600160601b03831660048201525f916001600160a01b031690631c6b2190906024016115bc565b7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f035460405163570fd2f360e11b815230600482015282151560248201526001600160a01b039091169063ae1fa5e690604401612b00565b7f0bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d6811546040516304af15b960e11b81526001600160a01b039091169063095e2b7290612e2290859085906004016151df565b5f604051808303815f87803b158015612e39575f80fd5b505af11580156129ed573d5f803e3d5ffd5b7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f03546040516320c8cbff60e11b81526001600160a01b0384811660048301526001600160601b03841660248301529091169063419197fe90604401612e22565b7f0bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d681254604051639a83274160e01b81525f916001600160a01b031690639a83274190612f08908c908c908c908c908c908c908c908c90600401615203565b6020604051808303815f875af1158015612f24573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612f489190614bd2565b9998505050505050505050565b5f8051602061553e83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b5f5f8051602061555e83398151915260130154604051637baa9a0b60e01b81526001600160601b038516600482015264ffffffffff841660248201526001600160a01b0390911690637baa9a0b906044016020604051808303815f875af1158015613022573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906130469190614a54565b9392505050565b6130556140d6565b5f6130686001546001600160a01b031690565b604051632f2a35f760e11b81523060048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa1580156130ac573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906130d09190614bd2565b6040516330b8415f60e01b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015613129573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061314d9190614a2e565b156131f25761315a6134a4565b6001600160a01b031663f0ea17c36131706115fc565b6040516001600160e01b031960e084901b1681526001600160601b0390911660048201526024015f60405180830381865afa1580156131b1573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526131d8919081019061526b565b60408101519092506001600160a01b0316156131f2575090565b611bc9613bcf565b7f0bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d681354604051639ffcede960e01b81526001600160601b03831660048201526001600160a01b0390911690639ffcede990602401612b00565b5f5f8051602061555e8339815191526013015460405163552d72d560e11b81526001600160601b038516600482015264ffffffffff841660248201526001600160a01b039091169063aa5ae5aa906044016020604051808303815f875af11580156132bf573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906130469190614bd2565b7f0bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d681354604051635dfddfdd60e11b81526001600160601b038416600482015264ffffffffff831660248201526001600160a01b039091169063bbfbbfba90604401612e22565b7f0bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d68105460405163067ba1c160e41b81526001600160a01b03909116906367ba1c1090612e229085908590600401615334565b7f0bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d681154604051633e77a42160e11b81526001600160c01b03198416600482015260ff831660248201526001600160a01b0390911690637cef484290604401612e22565b613403611ab4565b6001600160a01b0316336001600160a01b0316146134365760405163086391f760e31b81523360048201526024016108e0565b613440600b613cc1565b60405163deaa59df60e01b81526001600160a01b038381166004830152919091169063deaa59df90602401612b00565b5f815f0361349157604051630f6c8fc360e21b815260040160405180910390fd5b61304683670de0b6b3a764000084613d6a565b7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f01546001600160a01b031690565b5f8181526004602081905260409182902060010154915163790a38ad60e01b815261010090920464ffffffffff169082015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063790a38ad90602401602060405180830381865af415801561353e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906135629190614a2e565b15613583576040516395b47f7b60e01b8152600481018290526024016108e0565b5f818152600460205260409081902090516135d4916003916135a5919061535a565b90815260405190819003602001902054606084015160c09190911b906001600160c01b03199081169116141590565b15613604575f81815260046020819052604091829020915163d675176b60e01b81526108e09284929091016153cb565b5f8181526005602090815260408083206001600160601b038716845290915290205460ff161561364757604051639758dd1d60e01b815260040160405180910390fd5b5f8181526004602052604080822081516060810190925280548290829061366d90614a6f565b80601f016020809104026020016040519081016040528092919081815260200182805461369990614a6f565b80156136e45780601f106136bb576101008083540402835291602001916136e4565b820191905f5260205f20905b8154815290600101906020018083116136c757829003601f168201915b50505091835250506001919091015460ff81166020830152610100900464ffffffffff166040918201528101516101a085015191925061372d9164ffffffffff90811691161090565b1561376a576101a083015160405163fd05036760e01b81526001600160601b038616600482015264ffffffffff90911660248201526044016108e0565b60408101516101c084015164ffffffffff908116911610611e39576101c083015160405163505710d560e01b81526001600160601b038616600482015264ffffffffff90911660248201526044016108e0565b5f8073__$3bac17678db7ae928afa209f2f44deec9c$__635869dfca6001600160601b0386166137ec86613e29565b6040516001600160e01b031960e085901b1681526001600160601b0390921660048301526024820152604401602060405180830381865af4158015613833573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906138579190614bd2565b90505f6138626134a4565b604051630160668360e51b81526001600160601b03881660048201526001600160a01b039190911690632c0cd06090602401602060405180830381865afa1580156138af573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906138d39190614bd2565b90506138df8183613f6e565b156138ed5791506130469050565b50949350505050565b5f8051602061559e833981519152546040516374b775eb60e01b81525f916001600160a01b0316906374b775eb9061393690879087908790600401615459565b6020604051808303815f875af1158015613952573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906139769190615489565b949350505050565b5f8051602061559e83398151915254604051636e2cdce760e01b81526001600160a01b0390911690636e2cdce7906139c09087908790879087906004016154a4565b5f604051808303815f87803b1580156139d7575f80fd5b505af11580156139e9573d5f803e3d5ffd5b5050505050505050565b5f8051602061559e83398151915254604051631e2992c760e11b81525f916001600160a01b031690633c53258e90613a359088908890889088906004016154a4565b6020604051808303815f875af1158015613a51573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906118339190614a54565b5f8051602061559e8339815191525460405163137a92a760e01b81526001600160601b038416600482015264ffffffffff831660248201526001600160a01b039091169063137a92a790604401612e22565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b17905251613b359190614a18565b5f60405180830381855afa9150503d805f8114613b6d576040519150601f19603f3d011682016040523d82523d5f602084013e613b72565b606091505b50915091508115613bc4576040815110613ba45780806020019051810190613b9a91906154e8565b9094509250613bc4565b6020815110613bc45780806020019051810190613bc19190614a2e565b93505b505094509492505050565b613bd76140d6565b5f7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0090506040518060800160405280825f018054613c1490614a6f565b80601f0160208091040260200160405190810160405280929190818152602001828054613c4090614a6f565b8015613c8b5780601f10613c6257610100808354040283529160200191613c8b565b820191905f5260205f20905b815481529060010190602001808311613c6e57829003601f168201915b505050918352505060018301546001600160a01b031660208201525f6040820152600283018054606090920191610da390614a6f565b5f613cd46001546001600160a01b031690565b6001600160a01b031663d39e604383613d035f8051602061557e8339815191525460ff600160681b9091041690565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015613d46573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ef89190614bf8565b5f838302815f1985870982811083820303915050805f03613d9e57838281613d9457613d94614f72565b0492505050613046565b808411613dbe5760405163227bc15360e01b815260040160405180910390fd5b5f848688095f868103871696879004966002600389028118808a02820302808a02820302808a02820302808a02820302808a02820302808a02909103029181900381900460010186841190950394909402919094039290920491909117919091029150509392505050565b5f613e3b60015b60ff84811691161490565b15613ebb57604051631488c84560e01b815260196004820152600119602482015273__$bf7bc340cbb9229ef1de2c568356e67902$__90631488c845906044015b602060405180830381865af4158015613e97573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ef89190614f5b565b613ec56002613e30565b15613f0957604051631488c84560e01b8152600560048201525f19602482015273__$bf7bc340cbb9229ef1de2c568356e67902$__90631488c84590604401613e7c565b613f136003613e30565b15613f50576040516322f5db0f60e11b81526001600482015273__$bf7bc340cbb9229ef1de2c568356e67902$__906345ebb61e90602401613e7c565b6040516363d977df60e01b815260ff831660048201526024016108e0565b6040516304d40eb160e11b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__906309a81d6290604401602060405180830381865af4158015613fce573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906130469190614a2e565b6040805161012081019091525f60e082018181526101008301919091528190815260200161403160405180604001604052805f81526020015f81525090565b815260200161405160405180604001604052805f81526020015f81525090565b815260200161407160405180604001604052805f81526020015f81525090565b815260200161409160405180604001604052805f81526020015f81525090565b81526020016140b160405180604001604052805f81526020015f81525090565b81526020016140d160405180604001604052805f81526020015f81525090565b905290565b6040518060800160405280606081526020015f6001600160a01b031681526020015f6001600160a01b03168152602001606081525090565b5f6020828403121561411e575f80fd5b81356001600160e01b031981168114613046575f80fd5b634e487b7160e01b5f52604160045260245ffd5b60405161024081016001600160401b038111828210171561416c5761416c614135565b60405290565b60405160e081016001600160401b038111828210171561416c5761416c614135565b60405161020081016001600160401b038111828210171561416c5761416c614135565b604051608081016001600160401b038111828210171561416c5761416c614135565b604051601f8201601f191681016001600160401b038111828210171561420157614201614135565b604052919050565b5f6001600160401b0382111561422157614221614135565b50601f01601f191660200190565b5f82601f83011261423e575f80fd5b8135602083015f61425661425184614209565b6141d9565b9050828152858383011115614269575f80fd5b828260208301375f92810160200192909252509392505050565b60ff81168114610f44575f80fd5b64ffffffffff81168114610f44575f80fd5b5f805f80608085870312156142b6575f80fd5b8435935060208501356001600160401b038111156142d2575f80fd5b6142de8782880161422f565b93505060408501356142ef81614283565b915060608501356142ff81614291565b939692955090935050565b6001600160601b0381168114610f44575f80fd5b5f6020828403121561432e575f80fd5b81356130468161430a565b5f60208284031215614349575f80fd5b5035919050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f8251606060208401526143996080840182614350565b905060ff602085015116604084015264ffffffffff60408501511660608401528091505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f606083015161440b608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152613976610100840182614350565b602081525f6130466020830184614350565b8015158114610f44575f80fd5b5f6020828403121561447e575f80fd5b813561304681614461565b5f60208284031215614499575f80fd5b81356001600160401b038111156144ae575f80fd5b6139768482850161422f565b6001600160c01b031991909116815260200190565b6001600160a01b0381168114610f44575f80fd5b5f80604083850312156144f4575f80fd5b82356144ff816144cf565b9150602083013561450f8161430a565b809150509250929050565b6001600160c01b031981168114610f44575f80fd5b5f805f805f8060c08789031215614544575f80fd5b863561454f8161430a565b9550602087013561455f8161451a565b9450604087013561456f81614291565b935060608701356001600160401b03811115614589575f80fd5b61459589828a0161422f565b93505060808701356145a68161430a565b915060a08701356145b68161451a565b809150509295509295509295565b5f602082840312156145d4575f80fd5b8135613046816144cf565b5f805f80608085870312156145f2575f80fd5b84356001600160401b03811115614607575f80fd5b6146138782880161422f565b94505060208501356146248161430a565b9250604085013561463481614291565b915060608501356142ff8161430a565b5f8060408385031215614655575f80fd5b82356146608161430a565b9150602083013561450f81614291565b815180518252602090810151908201526101c081016020838101518051604085015290810151606084015250604083015180516080840152602081015160a0840152506060830151805160c0840152602081015160e0840152506080830151805161010084015260208101516101208401525060a0830151805161014084015260208101516101608401525060c0830151805161018084015260208101516101a08401525b5092915050565b602081525f82516080602084015261473760a0840182614350565b60208501516001600160a01b0390811660408681019190915286015116606080860191909152850151848203601f190160808601529091506118338282614350565b5f805f806080858703121561478c575f80fd5b8435614797816144cf565b935060208501356147a7816144cf565b92506040850135915060608501356142ff816144cf565b5f604082840312156147ce575f80fd5b604080519081016001600160401b03811182821017156147f0576147f0614135565b604052823581526020928301359281019290925250919050565b5f806080838503121561481b575f80fd5b61482584846147be565b915061483484604085016147be565b90509250929050565b5f8151808452602084019350602083015f5b828110156148765781516001600160601b031686526020958601959091019060010161484f565b5093949350505050565b602081528151151560208201526020820151151560408201525f60408301516148ad606084018215159052565b50606083015160ff8116608084015250608083015160ff811660a08401525060a08301516001600160601b03811660c08401525060c08301516001600160601b03811660e08401525060e08301516101008084015261397661012084018261483d565b61ffff81168114610f44575f80fd5b5f805f60608486031215614931575f80fd5b833561493c8161430a565b9250602084013561494c81614910565b9150604084013561495c8161430a565b809150509250925092565b5f805f806080858703121561497a575f80fd5b84356149858161430a565b935060208501356149958161451a565b925060408501356149a581614291565b915060608501356001600160401b038111156149bf575f80fd5b6149cb8782880161422f565b91505092959194509250565b5f80604083850312156149e8575f80fd5b82356149f38161430a565b946020939093013593505050565b5f81518060208401855e5f93019283525090919050565b5f6130468284614a01565b8051610efb81614461565b5f60208284031215614a3e575f80fd5b815161304681614461565b8051610efb81614291565b5f60208284031215614a64575f80fd5b815161304681614291565b600181811c90821680614a8357607f821691505b602082108103614aa157634e487b7160e01b5f52602260045260245ffd5b50919050565b601f821115610b0b57805f5260205f20601f840160051c81016020851015614acc5750805b601f840160051c820191505b81811015612223575f8155600101614ad8565b81516001600160401b03811115614b0457614b04614135565b614b1881614b128454614a6f565b84614aa7565b6020601f821160018114614b4a575f8315614b335750848201515b5f19600385901b1c1916600184901b178455612223565b5f84815260208120601f198516915b82811015614b795787850151825560209485019460019092019101614b59565b5084821015614b9657868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b5f60208284031215614bb5575f80fd5b815162ffffff81168114613046575f80fd5b8051610efb8161430a565b5f60208284031215614be2575f80fd5b81516130468161430a565b8051610efb816144cf565b5f60208284031215614c08575f80fd5b8151613046816144cf565b8051610efb8161451a565b5f60208284031215614c2e575f80fd5b81516130468161451a565b634e487b7160e01b5f52603260045260245ffd5b6001600160601b03881681526001600160401b0360c01b871660208201526001600160601b038616604082015264ffffffffff8516606082015260e060808201525f614c9c60e0830186614350565b6001600160601b039490941660a0830152506001600160c01b03199190911660c09091015295945050505050565b5f610240828403128015614cdc575f80fd5b50614ce5614149565b614cee83614bc7565b8152614cfc60208401614bc7565b6020820152614d0d60408401614bc7565b6040820152614d1e60608401614bc7565b6060820152614d2f60808401614bc7565b6080820152614d4060a08401614bc7565b60a0820152614d5160c08401614bc7565b60c0820152614d6260e08401614bc7565b60e0820152614d746101008401614bc7565b610100820152614d876101208401614bc7565b610120820152614d9a6101408401614bc7565b610140820152614dad6101608401614bc7565b610160820152614dc06101808401614bc7565b610180820152614dd36101a08401614bc7565b6101a0820152614de66101c08401614bc7565b6101c0820152614df96101e08401614bc7565b6101e0820152614e0c6102008401614bc7565b610200820152614e1f6102208401614bc7565b6102208201529392505050565b8051610efb81614283565b5f614e4461425184614209565b9050828152838383011115614e57575f80fd5b8282602083015e5f602084830101529392505050565b5f82601f830112614e7c575f80fd5b61304683835160208501614e37565b5f60208284031215614e9b575f80fd5b81516001600160401b03811115614eb0575f80fd5b820160e08185031215614ec1575f80fd5b614ec9614172565b614ed282614bc7565b8152614ee060208301614bc7565b6020820152614ef160408301614e2c565b6040820152614f0260608301614a23565b6060820152614f1360808301614bed565b6080820152614f2460a08301614bed565b60a082015260c08201516001600160401b03811115614f41575f80fd5b614f4d86828501614e6d565b60c083015250949350505050565b5f60208284031215614f6b575f80fd5b5051919050565b634e487b7160e01b5f52601260045260245ffd5b5f82614fa057634e487b7160e01b5f52601260045260245ffd5b500490565b8051610efb81614910565b5f60208284031215614fc0575f80fd5b81516001600160401b03811115614fd5575f80fd5b82016102008185031215614fe7575f80fd5b614fef614194565b614ff882614bc7565b815261500660208301614bc7565b602082015261501760408301614c13565b604082015261502860608301614c13565b606082015261503960808301614bc7565b608082015261504a60a08301614bc7565b60a082015261505b60c08301614a49565b60c082015260e08201516001600160401b03811115615078575f80fd5b61508486828501614e6d565b60e0830152506101008201516001600160401b038111156150a3575f80fd5b6150af86828501614e6d565b610100830152506150c36101208301614fa5565b6101208201526150d66101408301614fa5565b6101408201526150e96101608301614bc7565b6101608201526150fc6101808301614bc7565b61018082015261510f6101a08301614a49565b6101a08201526151226101c08301614a49565b6101c08201526151356101e08301614a49565b6101e0820152949350505050565b5f8085851115615151575f80fd5b8386111561515d575f80fd5b5050820193919092039150565b80356001600160e01b03198116906004841015614715576001600160e01b031960049490940360031b84901b1690921692915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b6001600160401b0360c01b83168152604060208201525f6139766040830184614350565b6001600160a01b03891681526001600160c01b031988811660208301526001600160601b038881166040840152878116606084015264ffffffffff87166080840152851660a0830152831660c082015261010060e082018190525f9061174790830184614350565b5f6020828403121561527b575f80fd5b81516001600160401b03811115615290575f80fd5b8201608081850312156152a1575f80fd5b6152a96141b7565b81516001600160401b038111156152be575f80fd5b8201601f810186136152ce575f80fd5b6152dd86825160208401614e37565b8252506152ec60208301614bed565b60208201526152fd60408301614bed565b604082015260608201516001600160401b0381111561531a575f80fd5b61532686828501614e6d565b606083015250949350505050565b825181526020808401518183015282516040830152820151606082015260808101613046565b5f80835461536781614a6f565b60018216801561537e5760018114615393576153c0565b60ff19831686528115158202860193506153c0565b865f5260205f205f5b838110156153b85781548882015260019091019060200161539c565b505081860193505b509195945050505050565b828152604060208201525f8083546153e281614a6f565b806040860152600182165f8114615400576001811461541c5761544d565b60ff1983166060870152606082151560051b870101935061544d565b865f5260205f205f5b8381101561544457815488820160600152600190910190602001615425565b87016060019450505b50919695505050505050565b6001600160601b03841681526001600160601b0383166020820152606060408201525f6118336060830184614350565b5f60208284031215615499575f80fd5b815161304681614910565b6001600160601b038516815261ffff841660208201526001600160601b0383166040820152608060608201525f6154de6080830184614350565b9695505050505050565b5f80604083850312156154f9575f80fd5b825161550481614461565b602084015190925063ffffffff8116811461450f575f80fdfe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a000bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d68006548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa3000bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d6814a2646970667358221220a3bf9affe37c9fe764cf90cac04949b700c8859dff9ed07a6ee71642e07baf9264736f6c634300081a0033",
         
     | 
| 
      
 1691 
     | 
    
         
            +
              "deployedBytecode": "0x608060405234801561000f575f80fd5b5060043610610333575f3560e01c806376b707b7116101af578063b6b412ba116100fe578063deaa59df1161009e578063ea15869f11610079578063ea15869f1461078f578063eb0df319146107b6578063f179d064146107c9578063f29d9cd8146107dc575f80fd5b8063deaa59df14610755578063e1f216fa14610768578063e9b2460c1461077b575f80fd5b8063c108bd4c116100d9578063c108bd4c146106f5578063c9d87e691461070a578063d8fb257714610712578063de7b5d1414610725575f80fd5b8063b6b412ba146106c7578063b8bc787e146106da578063bf7e214f146106ed575f80fd5b806390edbd3511610169578063aa5ae5aa11610144578063aa5ae5aa14610685578063ad12ad6014610698578063ada9652e146106ab578063b423086c146106bf575f80fd5b806390edbd351461064a5780639ffcede91461065f578063a7407c7114610672575f80fd5b806376b707b7146105a55780637a9e5e4b146105d05780637baa9a0b146105e3578063844e0f201461060c578063893d20e8146106215780638fb3603714610629575f80fd5b806322366844116102855780635349d2a8116102255780636078a3b2116102005780636078a3b214610547578063644c45e01461055a57806364854f9b146105625780636bd1c0eb14610575575f80fd5b80635349d2a81461051b5780635741e5e91461052e5780635ab1bd5314610536575f80fd5b8063330234fc11610260578063330234fc146104cd578063419197fe146104ed57806343d752d3146105005780634545177f14610508575f80fd5b8063223668441461049657806322f3e2d41461049e5780632eb3e6f4146104a6575f80fd5b806313299604116102f05780631c6b2190116102cb5780631c6b2190146104465780631eff4b2214610459578063211e28b61461047b57806321df0da71461048e575f80fd5b806313299604146103f1578063138461e01461041157806317d7de7c14610431575f80fd5b806301ffc9a714610337578063034dac63146103785780630aaba8e81461038d5780630bb9b257146103a05780630d8e6e2c146103c05780630fec111c146103dc575b5f80fd5b61036361034536600461410e565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61038b6103863660046142a3565b61080f565b005b61038b61039b36600461431e565b610ab1565b6103b36103ae366004614339565b610b10565b60405161036f919061437e565b6103c8610bfa565b60405162ffffff909116815260200161036f565b6103e4610c81565b60405161036f91906143c3565b6103f9610e28565b6040516001600160a01b03909116815260200161036f565b610419610e90565b6040516001600160601b03909116815260200161036f565b610439610e9a565b60405161036f919061444f565b61041961045436600461431e565b610eaa565b61046d5f8051602061557e83398151915281565b60405190815260200161036f565b61038b61048936600461446e565b610f00565b6103f9610f47565b610363610f59565b61036361104f565b61046d7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f0081565b6104e06104db366004614489565b6110c6565b60405161036f91906144ba565b61038b6104fb3660046144e3565b6112a5565b6103f96112f7565b610439610516366004614339565b611309565b61041961052936600461452f565b6113b4565b610363611476565b6001546001600160a01b03166103f9565b6104196105553660046145c4565b611533565b6104196115fc565b6104196105703660046145df565b611617565b7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f02546001600160a01b03166103f9565b5f8051602061557e83398151915254600160681b900460ff1660405160ff909116815260200161036f565b61038b6105de3660046145c4565b611755565b6105f66105f1366004614644565b6117d7565b60405164ffffffffff909116815260200161036f565b61061461183c565b60405161036f9190614670565b6103f9611ab4565b610631611be5565b6040516001600160e01b0319909116815260200161036f565b610652611c1a565b60405161036f919061471c565b61038b61066d36600461431e565b611c3f565b6104196106803660046145df565b611c99565b61038b610693366004614644565b611dd3565b61038b6106a6366004614779565b611e3f565b61046d5f8051602061551e83398151915281565b610652611ee1565b61038b6106d536600461480a565b611ef1565b6104e06106e8366004614489565b611f3f565b6103f9611f50565b6106fd611f6b565b60405161036f9190614880565b60025461046d565b61038b610720366004614489565b6120bf565b7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f00546001600160a01b03166103f9565b61038b6107633660046145c4565b6121c0565b61038b61077636600461491f565b61220d565b61046d5f8051602061555e83398151915281565b61046d7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0081565b61038b6107c4366004614489565b61222a565b6104196107d7366004614967565b612326565b6107ef6107ea3660046149d7565b612625565b6040805161ffff909316835264ffffffffff90911660208301520161036f565b61081b335b5f366128f7565b60038360405161082b9190614a18565b90815260405190819003602001812054637bc32ecf60e01b825273__$32e9ecefef68cb354d118e0496fdd3f4bc$__91637bc32ecf91610881916001600160c01b031960c09290921b91909116906004016144ba565b602060405180830381865af415801561089c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108c09190614a2e565b156108e957826040516316add56760e21b81526004016108e0919061444f565b60405180910390fd5b6109678173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af4158015610934573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109589190614a54565b64ffffffffff90811691161190565b156109855760405163a9f68a6b60e01b815260040160405180910390fd5b5f8481526004602081905260409182902060010154915163790a38ad60e01b815261010090920464ffffffffff169082015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063790a38ad90602401602060405180830381865af41580156109f1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a159190614a2e565b610a3257604051636ec7628b60e11b815260040160405180910390fd5b6040805160608101825284815260ff841660208083019190915264ffffffffff8416828401525f87815260049091529190912081518190610a739082614aeb565b5060208201516001909101805460409093015164ffffffffff166101000265ffffffffffff1990931660ff9092169190911791909117905550505050565b610aba33610814565b610ac2611ab4565b6001600160a01b0316336001600160a01b031614610af55760405163086391f760e31b81523360048201526024016108e0565b806013610b0282826129f5565b610b0b83612aac565b505050565b604080516060808201835281525f60208201819052918101919091525f8281526004602052604090819020815160608101909252805482908290610b5390614a6f565b80601f0160208091040260200160405190810160405280929190818152602001828054610b7f90614a6f565b8015610bca5780601f10610ba157610100808354040283529160200191610bca565b820191905f5260205f20905b815481529060010190602001808311610bad57829003601f168201915b50505091835250506001919091015460ff81166020830152610100900464ffffffffff1660409091015292915050565b604051632efe011360e01b8152600160048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af4158015610c58573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c7c9190614ba5565b905090565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a0820183905260c0820152905f8051602061557e83398151915290506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610d1a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d3e9190614bd2565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160701b909104161515606082015230608082015260a001610d86611ab4565b6001600160a01b03168152602001826001018054610da390614a6f565b80601f0160208091040260200160405190810160405280929190818152602001828054610dcf90614a6f565b8015610e1a5780601f10610df157610100808354040283529160200191610e1a565b820191905f5260205f20905b815481529060010190602001808311610dfd57829003601f168201915b505050505081525091505090565b5f610e316112f7565b6001600160a01b031663132996046040518163ffffffff1660e01b8152600401602060405180830381865afa158015610e6c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c7c9190614bf8565b5f610c7c30612b29565b6060610ea4611c1a565b51919050565b5f610eb433610814565b610ebc611ab4565b6001600160a01b0316336001600160a01b031614610eef5760405163086391f760e31b81523360048201526024016108e0565b610ef882612d22565b90505b919050565b610f08611ab4565b6001600160a01b0316336001600160a01b031614610f3b5760405163086391f760e31b81523360048201526024016108e0565b610f4481612d7a565b50565b5f610f50611c1a565b60200151905090565b5f610f6c6001546001600160a01b031690565b604051632f2a35f760e11b81523060048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015610fb0573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610fd49190614bd2565b6040516330b8415f60e01b81526001600160601b03909116600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af415801561102b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c7c9190614a2e565b5f611058611f50565b60405163a166aa8960e01b81523060048201526001600160a01b03919091169063a166aa8990602401602060405180830381865afa15801561109c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110c09190614a2e565b15905090565b5f6003826040516110d79190614a18565b90815260405190819003602001812054637bc32ecf60e01b825273__$32e9ecefef68cb354d118e0496fdd3f4bc$__91637bc32ecf9161112d916001600160c01b031960c09290921b91909116906004016144ba565b602060405180830381865af4158015611148573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061116c9190614a2e565b611199576003826040516111809190614a18565b9081526040519081900360200190205460c01b92915050565b600280546001810182555f919091527f405787fa12a823e0f2b7631cc41b3ba8828b3321ca811111fa75cd3aa3bb5ace016111d48382614aeb565b5060405163253a42dd60e11b815273__$32e9ecefef68cb354d118e0496fdd3f4bc$__90634a7485ba9061120c90859060040161444f565b602060405180830381865af4158015611227573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061124b9190614c1e565b90506112658160405180602001604052805f815250612dd1565b806003836040516112769190614a18565b908152604051908190036020019020805460c09290921c67ffffffffffffffff19909216919091179055919050565b6112ae33610814565b6112b6611ab4565b6001600160a01b0316336001600160a01b0316146112e95760405163086391f760e31b81523360048201526024016108e0565b6112f38282612e4b565b5050565b5f611300611c1a565b60400151905090565b60606002828154811061131e5761131e614c39565b905f5260205f2001805461133190614a6f565b80601f016020809104026020016040519081016040528092919081815260200182805461135d90614a6f565b80156113a85780601f1061137f576101008083540402835291602001916113a8565b820191905f5260205f20905b81548152906001019060200180831161138b57829003601f168201915b50505050509050919050565b5f82601d6113c282826129f5565b7f0bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d6815545f906001600160a01b031663f4bfe53a6113fc6115fc565b8b8d8c8c8c8c6040518863ffffffff1660e01b81526004016114249796959493929190614c4d565b61024060405180830381865afa158015611440573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114649190614cca565b60a001519a9950505050505050505050565b5f61147f610f59565b15611503576001546001600160a01b03166040516308b09a5f60e41b81523060048201526001600160a01b039190911690638b09a5f0906024015f60405180830381865afa1580156114d3573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526114fa9190810190614e8b565b60600151905090565b507fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0154600160a01b900460ff1690565b5f61153c611ab4565b6001600160a01b0316336001600160a01b03161461156f5760405163086391f760e31b81523360048201526024016108e0565b7f0bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d68105460405163303c51d960e11b81526001600160a01b03848116600483015290911690636078a3b2906024015b6020604051808303815f875af11580156115d8573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ef89190614bd2565b5f8051602061551e833981519152546001600160601b031690565b5f61162133610814565b81601d61162e82826129f5565b335f611639896110c6565b90505f6116bd89838a60405180602001604052805f8152508b73__$05887d5853069c88bcd4c0a2107db45f29$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015611699573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105299190614c1e565b905061174783838b848c8c73__$05887d5853069c88bcd4c0a2107db45f29$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af415801561170f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117339190614c1e565b60405180602001604052805f815250612eab565b9a9950505050505050505050565b3361175e611f50565b6001600160a01b0316816001600160a01b0316146117995760405162d1953b60e31b81526001600160a01b03821660048201526024016108e0565b816001600160a01b03163b5f036117ce576040516361798f2f60e11b81526001600160a01b03831660048201526024016108e0565b6112f382612f55565b5f6117e133610814565b6117e9611ab4565b6001600160a01b0316336001600160a01b03161461181c5760405163086391f760e31b81523360048201526024016108e0565b82601361182982826129f5565b6118338585612fb5565b95945050505050565b611844613ff2565b5060408051610120810182527f0bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d68025460e082019081527f0bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d6803546101008301528152815180830183527f0bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d68045481527f0bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d68055460208083019190915280830191909152825180840184527f0bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d68065481527f0bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d6807548183015282840152825180840184527f0bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d68085481527f0bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d680954818301526060830152825180840184527f0bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d680a5481527f0bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d680b54818301526080830152825180840184527f0bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d680c5481527f0bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d680d548183015260a083015282518084019093527f0bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d680e5483527f0bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d680f549083015260c081019190915290565b5f805f8051602061551e83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611b20573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b449190614a2e565b15611bcf576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611ba5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611bc99190614bf8565b91505090565b54600160601b90046001600160a01b0316919050565b5f8051602061553e83398151915280545f9190600160a01b900460ff16611c0c575f611bc9565b638fb3603760e01b91505090565b611c226140d6565b611c2a610f59565b15611c3757610c7c61304d565b610c7c611ee1565b611c4833610814565b611c50611ab4565b6001600160a01b0316336001600160a01b031614611c835760405163086391f760e31b81523360048201526024016108e0565b806013611c9082826129f5565b610b0b836131fa565b5f81601d611ca782826129f5565b5f600388604051611cb89190614a18565b90815260405190819003602001812054637bc32ecf60e01b825260c01b915073__$32e9ecefef68cb354d118e0496fdd3f4bc$__90637bc32ecf90611d0b906001600160c01b03198516906004016144ba565b602060405180830381865af4158015611d26573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d4a9190614a2e565b15611d6a57876040516316add56760e21b81526004016108e0919061444f565b611dc787828860405180602001604052805f8152508973__$05887d5853069c88bcd4c0a2107db45f29$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015611699573d5f803e3d5ffd5b98975050505050505050565b611ddc33610814565b611de4611ab4565b6001600160a01b0316336001600160a01b031614611e175760405163086391f760e31b81523360048201526024016108e0565b816013611e2482826129f5565b611e2e8484613252565b50611e3984846132e3565b50505050565b6001546001600160a01b03166001600160a01b031663120726c36040518163ffffffff1660e01b8152600401602060405180830381865afa158015611e86573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611eaa9190614bf8565b6001600160a01b0316336001600160a01b031614611edc5760405162f0630960e01b81523360048201526024016108e0565b611e39565b611ee96140d6565b610c7c61304d565b611ef9611ab4565b6001600160a01b0316336001600160a01b031614611f2c5760405163086391f760e31b81523360048201526024016108e0565b611f3533610814565b6112f38282613348565b5f6003826040516111809190614a18565b5f8051602061553e833981519152546001600160a01b031690565b60408051610100810182525f8082526020820181905291810182905260608082018390526080820183905260a0820183905260c082019290925260e08101919091525f8051602061555e833981519152604080516101008082018352835460ff808216151584529181048216151560208085019190915262010000820483161515848601526301000000820483166060850152640100000000820490921660808401526001600160601b03650100000000008204811660a0850152600160881b9091041660c083015260018401805484518184028101840190955280855292949360e086019390928301828280156120b157602002820191905f5260205f20905f905b82829054906101000a90046001600160601b03166001600160601b0316815260200190600c0190602082600b0104928301926001038202915080841161206e5790505b505050505081525050905090565b6120c833610814565b6003816040516120d89190614a18565b90815260405190819003602001812054637bc32ecf60e01b825273__$32e9ecefef68cb354d118e0496fdd3f4bc$__91637bc32ecf9161212e916001600160c01b031960c09290921b91909116906004016144ba565b602060405180830381865af4158015612149573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061216d9190614a2e565b1561218d57806040516316add56760e21b81526004016108e0919061444f565b610f446003826040516121a09190614a18565b9081526040519081900360200190205460c01b6121bb606e90565b613399565b6121c933610814565b6121d1611ab4565b6001600160a01b0316336001600160a01b0316146122045760405163086391f760e31b81523360048201526024016108e0565b610f44816133fb565b61221633610814565b82601361222382826129f5565b5050505050565b61223333610814565b6003816040516122439190614a18565b90815260405190819003602001812054637bc32ecf60e01b825273__$32e9ecefef68cb354d118e0496fdd3f4bc$__91637bc32ecf91612299916001600160c01b031960c09290921b91909116906004016144ba565b602060405180830381865af41580156122b4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122d89190614a2e565b156122f857806040516316add56760e21b81526004016108e0919061444f565b610f4460038260405161230b9190614a18565b9081526040519081900360200190205460c01b6121bb600590565b604051633682752160e21b815264ffffffffff831660048201525f90819073__$bf7bc340cbb9229ef1de2c568356e67902$__906345ebb61e90620151809073__$71e292c09eace9601b3e21e68a1278917a$__9063da09d48490602401602060405180830381865af415801561239f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123c39190614f5b565b6123cd9190614f86565b6040518263ffffffff1660e01b81526004016123eb91815260200190565b602060405180830381865af4158015612406573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061242a9190614f5b565b90505f6124b08273__$bf7bc340cbb9229ef1de2c568356e67902$__6345ebb61e6101686040518263ffffffff1660e01b815260040161246c91815260200190565b602060405180830381865af4158015612487573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906124ab9190614f5b565b613470565b60405163046e44af60e11b81526001600160601b03891660048201529091505f9073__$3bac17678db7ae928afa209f2f44deec9c$__90634c41dd969060149083906308dc895e90602401602060405180830381865af4158015612516573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061253a9190614f5b565b6125449190614f86565b6040518263ffffffff1660e01b815260040161256291815260200190565b602060405180830381865af415801561257d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906125a19190614bd2565b604051632c34efe560e11b81526001600160601b03821660048201526024810184905290915073__$3bac17678db7ae928afa209f2f44deec9c$__90635869dfca90604401602060405180830381865af4158015612601573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611dc79190614bd2565b5f8061263033610814565b836126436001546001600160a01b031690565b604051631660755f60e31b81526001600160601b03831660048201523360248201526001600160a01b03919091169063b303aaf890604401602060405180830381865afa158015612696573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906126ba9190614a2e565b6126d95760405163086391f760e31b81523360048201526024016108e0565b8460136126e682826129f5565b5f6126ef6134a4565b60405163bd7d9d8560e01b81526001600160601b038a1660048201526001600160a01b03919091169063bd7d9d85906024015f60405180830381865afa15801561273b573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526127629190810190614fb0565b905061276f8882896134d2565b5f8781526004602052604080822081516060810190925280548290829061279590614a6f565b80601f01602080910402602001604051908101604052809291908181526020018280546127c190614a6f565b801561280c5780601f106127e35761010080835404028352916020019161280c565b820191905f5260205f20905b8154815290600101906020018083116127ef57829003601f168201915b505050918352505060019182015460ff811660208084019190915261010090910464ffffffffff166040928301525f8c8152600582528281206001600160601b038f1682528252918220805460ff19169093179092556080850151918301519293509161287a918c916137bd565b90506128a88a828b60405160200161289491815260200190565b6040516020818303038152906040526138f6565b97506128c48a898360405180602001604052805f81525061397e565b6128de8a898360405180602001604052805f8152506139f3565b96506128ea8a88613a75565b5050505050509250929050565b5f8051602061553e8339815191525f8061292f612912611f50565b873061292160045f8a8c615143565b61292a9161516a565b613ac7565b91509150816129ed5763ffffffff8116156129ca57825460ff60a01b1916600160a01b17835561295d611f50565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b815260040161298c939291906151a0565b5f604051808303815f87803b1580156129a3575f80fd5b505af11580156129b5573d5f803e3d5ffd5b5050845460ff60a01b19168555506129ed9050565b60405162d1953b60e31b81526001600160a01b03871660048201526024016108e0565b505050505050565b6001546001600160a01b0316604051635b12715d60e11b81526001600160601b038416600482015260ff831660248201526001600160a01b03919091169063b624e2ba90604401602060405180830381865afa158015612a57573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a7b9190614a2e565b6112f35760405163d711af7560e01b81526001600160601b038316600482015260ff821660248201526044016108e0565b7f0bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d681354604051630155751d60e31b81526001600160601b03831660048201526001600160a01b0390911690630aaba8e8906024015b5f604051808303815f87803b158015612b17575f80fd5b505af1158015612223573d5f803e3d5ffd5b5f805f8051602061551e83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015612b95573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612bb99190614a2e565b15612be55780546040516301ab8b6760e21b81526001600160601b0390911660048201526024016108e0565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015612c37573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612c5b9190614a2e565b612c835760405163b9304b0d60e01b81526001600160a01b03841660048201526024016108e0565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015612cd5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612cf99190614bd2565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f03546040516301c6b21960e41b81526001600160601b03831660048201525f916001600160a01b031690631c6b2190906024016115bc565b7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f035460405163570fd2f360e11b815230600482015282151560248201526001600160a01b039091169063ae1fa5e690604401612b00565b7f0bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d6811546040516304af15b960e11b81526001600160a01b039091169063095e2b7290612e2290859085906004016151df565b5f604051808303815f87803b158015612e39575f80fd5b505af11580156129ed573d5f803e3d5ffd5b7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f03546040516320c8cbff60e11b81526001600160a01b0384811660048301526001600160601b03841660248301529091169063419197fe90604401612e22565b7f0bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d681254604051639a83274160e01b81525f916001600160a01b031690639a83274190612f08908c908c908c908c908c908c908c908c90600401615203565b6020604051808303815f875af1158015612f24573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612f489190614bd2565b9998505050505050505050565b5f8051602061553e83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b5f5f8051602061555e83398151915260130154604051637baa9a0b60e01b81526001600160601b038516600482015264ffffffffff841660248201526001600160a01b0390911690637baa9a0b906044016020604051808303815f875af1158015613022573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906130469190614a54565b9392505050565b6130556140d6565b5f6130686001546001600160a01b031690565b604051632f2a35f760e11b81523060048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa1580156130ac573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906130d09190614bd2565b6040516330b8415f60e01b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015613129573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061314d9190614a2e565b156131f25761315a6134a4565b6001600160a01b031663f0ea17c36131706115fc565b6040516001600160e01b031960e084901b1681526001600160601b0390911660048201526024015f60405180830381865afa1580156131b1573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526131d8919081019061526b565b60408101519092506001600160a01b0316156131f2575090565b611bc9613bcf565b7f0bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d681354604051639ffcede960e01b81526001600160601b03831660048201526001600160a01b0390911690639ffcede990602401612b00565b5f5f8051602061555e8339815191526013015460405163552d72d560e11b81526001600160601b038516600482015264ffffffffff841660248201526001600160a01b039091169063aa5ae5aa906044016020604051808303815f875af11580156132bf573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906130469190614bd2565b7f0bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d681354604051635dfddfdd60e11b81526001600160601b038416600482015264ffffffffff831660248201526001600160a01b039091169063bbfbbfba90604401612e22565b7f0bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d68105460405163067ba1c160e41b81526001600160a01b03909116906367ba1c1090612e229085908590600401615334565b7f0bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d681154604051633e77a42160e11b81526001600160c01b03198416600482015260ff831660248201526001600160a01b0390911690637cef484290604401612e22565b613403611ab4565b6001600160a01b0316336001600160a01b0316146134365760405163086391f760e31b81523360048201526024016108e0565b613440600b613cc1565b60405163deaa59df60e01b81526001600160a01b038381166004830152919091169063deaa59df90602401612b00565b5f815f0361349157604051630f6c8fc360e21b815260040160405180910390fd5b61304683670de0b6b3a764000084613d6a565b7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f01546001600160a01b031690565b5f8181526004602081905260409182902060010154915163790a38ad60e01b815261010090920464ffffffffff169082015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063790a38ad90602401602060405180830381865af415801561353e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906135629190614a2e565b15613583576040516395b47f7b60e01b8152600481018290526024016108e0565b5f818152600460205260409081902090516135d4916003916135a5919061535a565b90815260405190819003602001902054606084015160c09190911b906001600160c01b03199081169116141590565b15613604575f81815260046020819052604091829020915163d675176b60e01b81526108e09284929091016153cb565b5f8181526005602090815260408083206001600160601b038716845290915290205460ff161561364757604051639758dd1d60e01b815260040160405180910390fd5b5f8181526004602052604080822081516060810190925280548290829061366d90614a6f565b80601f016020809104026020016040519081016040528092919081815260200182805461369990614a6f565b80156136e45780601f106136bb576101008083540402835291602001916136e4565b820191905f5260205f20905b8154815290600101906020018083116136c757829003601f168201915b50505091835250506001919091015460ff81166020830152610100900464ffffffffff166040918201528101516101a085015191925061372d9164ffffffffff90811691161090565b1561376a576101a083015160405163fd05036760e01b81526001600160601b038616600482015264ffffffffff90911660248201526044016108e0565b60408101516101c084015164ffffffffff908116911610611e39576101c083015160405163505710d560e01b81526001600160601b038616600482015264ffffffffff90911660248201526044016108e0565b5f8073__$3bac17678db7ae928afa209f2f44deec9c$__635869dfca6001600160601b0386166137ec86613e29565b6040516001600160e01b031960e085901b1681526001600160601b0390921660048301526024820152604401602060405180830381865af4158015613833573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906138579190614bd2565b90505f6138626134a4565b604051630160668360e51b81526001600160601b03881660048201526001600160a01b039190911690632c0cd06090602401602060405180830381865afa1580156138af573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906138d39190614bd2565b90506138df8183613f6e565b156138ed5791506130469050565b50949350505050565b5f8051602061559e833981519152546040516374b775eb60e01b81525f916001600160a01b0316906374b775eb9061393690879087908790600401615459565b6020604051808303815f875af1158015613952573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906139769190615489565b949350505050565b5f8051602061559e83398151915254604051636e2cdce760e01b81526001600160a01b0390911690636e2cdce7906139c09087908790879087906004016154a4565b5f604051808303815f87803b1580156139d7575f80fd5b505af11580156139e9573d5f803e3d5ffd5b5050505050505050565b5f8051602061559e83398151915254604051631e2992c760e11b81525f916001600160a01b031690633c53258e90613a359088908890889088906004016154a4565b6020604051808303815f875af1158015613a51573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906118339190614a54565b5f8051602061559e8339815191525460405163137a92a760e01b81526001600160601b038416600482015264ffffffffff831660248201526001600160a01b039091169063137a92a790604401612e22565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b17905251613b359190614a18565b5f60405180830381855afa9150503d805f8114613b6d576040519150601f19603f3d011682016040523d82523d5f602084013e613b72565b606091505b50915091508115613bc4576040815110613ba45780806020019051810190613b9a91906154e8565b9094509250613bc4565b6020815110613bc45780806020019051810190613bc19190614a2e565b93505b505094509492505050565b613bd76140d6565b5f7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0090506040518060800160405280825f018054613c1490614a6f565b80601f0160208091040260200160405190810160405280929190818152602001828054613c4090614a6f565b8015613c8b5780601f10613c6257610100808354040283529160200191613c8b565b820191905f5260205f20905b815481529060010190602001808311613c6e57829003601f168201915b505050918352505060018301546001600160a01b031660208201525f6040820152600283018054606090920191610da390614a6f565b5f613cd46001546001600160a01b031690565b6001600160a01b031663d39e604383613d035f8051602061557e8339815191525460ff600160681b9091041690565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015613d46573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ef89190614bf8565b5f838302815f1985870982811083820303915050805f03613d9e57838281613d9457613d94614f72565b0492505050613046565b808411613dbe5760405163227bc15360e01b815260040160405180910390fd5b5f848688095f868103871696879004966002600389028118808a02820302808a02820302808a02820302808a02820302808a02820302808a02909103029181900381900460010186841190950394909402919094039290920491909117919091029150509392505050565b5f613e3b60015b60ff84811691161490565b15613ebb57604051631488c84560e01b815260196004820152600119602482015273__$bf7bc340cbb9229ef1de2c568356e67902$__90631488c845906044015b602060405180830381865af4158015613e97573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ef89190614f5b565b613ec56002613e30565b15613f0957604051631488c84560e01b8152600560048201525f19602482015273__$bf7bc340cbb9229ef1de2c568356e67902$__90631488c84590604401613e7c565b613f136003613e30565b15613f50576040516322f5db0f60e11b81526001600482015273__$bf7bc340cbb9229ef1de2c568356e67902$__906345ebb61e90602401613e7c565b6040516363d977df60e01b815260ff831660048201526024016108e0565b6040516304d40eb160e11b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__906309a81d6290604401602060405180830381865af4158015613fce573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906130469190614a2e565b6040805161012081019091525f60e082018181526101008301919091528190815260200161403160405180604001604052805f81526020015f81525090565b815260200161405160405180604001604052805f81526020015f81525090565b815260200161407160405180604001604052805f81526020015f81525090565b815260200161409160405180604001604052805f81526020015f81525090565b81526020016140b160405180604001604052805f81526020015f81525090565b81526020016140d160405180604001604052805f81526020015f81525090565b905290565b6040518060800160405280606081526020015f6001600160a01b031681526020015f6001600160a01b03168152602001606081525090565b5f6020828403121561411e575f80fd5b81356001600160e01b031981168114613046575f80fd5b634e487b7160e01b5f52604160045260245ffd5b60405161024081016001600160401b038111828210171561416c5761416c614135565b60405290565b60405160e081016001600160401b038111828210171561416c5761416c614135565b60405161020081016001600160401b038111828210171561416c5761416c614135565b604051608081016001600160401b038111828210171561416c5761416c614135565b604051601f8201601f191681016001600160401b038111828210171561420157614201614135565b604052919050565b5f6001600160401b0382111561422157614221614135565b50601f01601f191660200190565b5f82601f83011261423e575f80fd5b8135602083015f61425661425184614209565b6141d9565b9050828152858383011115614269575f80fd5b828260208301375f92810160200192909252509392505050565b60ff81168114610f44575f80fd5b64ffffffffff81168114610f44575f80fd5b5f805f80608085870312156142b6575f80fd5b8435935060208501356001600160401b038111156142d2575f80fd5b6142de8782880161422f565b93505060408501356142ef81614283565b915060608501356142ff81614291565b939692955090935050565b6001600160601b0381168114610f44575f80fd5b5f6020828403121561432e575f80fd5b81356130468161430a565b5f60208284031215614349575f80fd5b5035919050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f8251606060208401526143996080840182614350565b905060ff602085015116604084015264ffffffffff60408501511660608401528091505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f606083015161440b608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152613976610100840182614350565b602081525f6130466020830184614350565b8015158114610f44575f80fd5b5f6020828403121561447e575f80fd5b813561304681614461565b5f60208284031215614499575f80fd5b81356001600160401b038111156144ae575f80fd5b6139768482850161422f565b6001600160c01b031991909116815260200190565b6001600160a01b0381168114610f44575f80fd5b5f80604083850312156144f4575f80fd5b82356144ff816144cf565b9150602083013561450f8161430a565b809150509250929050565b6001600160c01b031981168114610f44575f80fd5b5f805f805f8060c08789031215614544575f80fd5b863561454f8161430a565b9550602087013561455f8161451a565b9450604087013561456f81614291565b935060608701356001600160401b03811115614589575f80fd5b61459589828a0161422f565b93505060808701356145a68161430a565b915060a08701356145b68161451a565b809150509295509295509295565b5f602082840312156145d4575f80fd5b8135613046816144cf565b5f805f80608085870312156145f2575f80fd5b84356001600160401b03811115614607575f80fd5b6146138782880161422f565b94505060208501356146248161430a565b9250604085013561463481614291565b915060608501356142ff8161430a565b5f8060408385031215614655575f80fd5b82356146608161430a565b9150602083013561450f81614291565b815180518252602090810151908201526101c081016020838101518051604085015290810151606084015250604083015180516080840152602081015160a0840152506060830151805160c0840152602081015160e0840152506080830151805161010084015260208101516101208401525060a0830151805161014084015260208101516101608401525060c0830151805161018084015260208101516101a08401525b5092915050565b602081525f82516080602084015261473760a0840182614350565b60208501516001600160a01b0390811660408681019190915286015116606080860191909152850151848203601f190160808601529091506118338282614350565b5f805f806080858703121561478c575f80fd5b8435614797816144cf565b935060208501356147a7816144cf565b92506040850135915060608501356142ff816144cf565b5f604082840312156147ce575f80fd5b604080519081016001600160401b03811182821017156147f0576147f0614135565b604052823581526020928301359281019290925250919050565b5f806080838503121561481b575f80fd5b61482584846147be565b915061483484604085016147be565b90509250929050565b5f8151808452602084019350602083015f5b828110156148765781516001600160601b031686526020958601959091019060010161484f565b5093949350505050565b602081528151151560208201526020820151151560408201525f60408301516148ad606084018215159052565b50606083015160ff8116608084015250608083015160ff811660a08401525060a08301516001600160601b03811660c08401525060c08301516001600160601b03811660e08401525060e08301516101008084015261397661012084018261483d565b61ffff81168114610f44575f80fd5b5f805f60608486031215614931575f80fd5b833561493c8161430a565b9250602084013561494c81614910565b9150604084013561495c8161430a565b809150509250925092565b5f805f806080858703121561497a575f80fd5b84356149858161430a565b935060208501356149958161451a565b925060408501356149a581614291565b915060608501356001600160401b038111156149bf575f80fd5b6149cb8782880161422f565b91505092959194509250565b5f80604083850312156149e8575f80fd5b82356149f38161430a565b946020939093013593505050565b5f81518060208401855e5f93019283525090919050565b5f6130468284614a01565b8051610efb81614461565b5f60208284031215614a3e575f80fd5b815161304681614461565b8051610efb81614291565b5f60208284031215614a64575f80fd5b815161304681614291565b600181811c90821680614a8357607f821691505b602082108103614aa157634e487b7160e01b5f52602260045260245ffd5b50919050565b601f821115610b0b57805f5260205f20601f840160051c81016020851015614acc5750805b601f840160051c820191505b81811015612223575f8155600101614ad8565b81516001600160401b03811115614b0457614b04614135565b614b1881614b128454614a6f565b84614aa7565b6020601f821160018114614b4a575f8315614b335750848201515b5f19600385901b1c1916600184901b178455612223565b5f84815260208120601f198516915b82811015614b795787850151825560209485019460019092019101614b59565b5084821015614b9657868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b5f60208284031215614bb5575f80fd5b815162ffffff81168114613046575f80fd5b8051610efb8161430a565b5f60208284031215614be2575f80fd5b81516130468161430a565b8051610efb816144cf565b5f60208284031215614c08575f80fd5b8151613046816144cf565b8051610efb8161451a565b5f60208284031215614c2e575f80fd5b81516130468161451a565b634e487b7160e01b5f52603260045260245ffd5b6001600160601b03881681526001600160401b0360c01b871660208201526001600160601b038616604082015264ffffffffff8516606082015260e060808201525f614c9c60e0830186614350565b6001600160601b039490941660a0830152506001600160c01b03199190911660c09091015295945050505050565b5f610240828403128015614cdc575f80fd5b50614ce5614149565b614cee83614bc7565b8152614cfc60208401614bc7565b6020820152614d0d60408401614bc7565b6040820152614d1e60608401614bc7565b6060820152614d2f60808401614bc7565b6080820152614d4060a08401614bc7565b60a0820152614d5160c08401614bc7565b60c0820152614d6260e08401614bc7565b60e0820152614d746101008401614bc7565b610100820152614d876101208401614bc7565b610120820152614d9a6101408401614bc7565b610140820152614dad6101608401614bc7565b610160820152614dc06101808401614bc7565b610180820152614dd36101a08401614bc7565b6101a0820152614de66101c08401614bc7565b6101c0820152614df96101e08401614bc7565b6101e0820152614e0c6102008401614bc7565b610200820152614e1f6102208401614bc7565b6102208201529392505050565b8051610efb81614283565b5f614e4461425184614209565b9050828152838383011115614e57575f80fd5b8282602083015e5f602084830101529392505050565b5f82601f830112614e7c575f80fd5b61304683835160208501614e37565b5f60208284031215614e9b575f80fd5b81516001600160401b03811115614eb0575f80fd5b820160e08185031215614ec1575f80fd5b614ec9614172565b614ed282614bc7565b8152614ee060208301614bc7565b6020820152614ef160408301614e2c565b6040820152614f0260608301614a23565b6060820152614f1360808301614bed565b6080820152614f2460a08301614bed565b60a082015260c08201516001600160401b03811115614f41575f80fd5b614f4d86828501614e6d565b60c083015250949350505050565b5f60208284031215614f6b575f80fd5b5051919050565b634e487b7160e01b5f52601260045260245ffd5b5f82614fa057634e487b7160e01b5f52601260045260245ffd5b500490565b8051610efb81614910565b5f60208284031215614fc0575f80fd5b81516001600160401b03811115614fd5575f80fd5b82016102008185031215614fe7575f80fd5b614fef614194565b614ff882614bc7565b815261500660208301614bc7565b602082015261501760408301614c13565b604082015261502860608301614c13565b606082015261503960808301614bc7565b608082015261504a60a08301614bc7565b60a082015261505b60c08301614a49565b60c082015260e08201516001600160401b03811115615078575f80fd5b61508486828501614e6d565b60e0830152506101008201516001600160401b038111156150a3575f80fd5b6150af86828501614e6d565b610100830152506150c36101208301614fa5565b6101208201526150d66101408301614fa5565b6101408201526150e96101608301614bc7565b6101608201526150fc6101808301614bc7565b61018082015261510f6101a08301614a49565b6101a08201526151226101c08301614a49565b6101c08201526151356101e08301614a49565b6101e0820152949350505050565b5f8085851115615151575f80fd5b8386111561515d575f80fd5b5050820193919092039150565b80356001600160e01b03198116906004841015614715576001600160e01b031960049490940360031b84901b1690921692915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b6001600160401b0360c01b83168152604060208201525f6139766040830184614350565b6001600160a01b03891681526001600160c01b031988811660208301526001600160601b038881166040840152878116606084015264ffffffffff87166080840152851660a0830152831660c082015261010060e082018190525f9061174790830184614350565b5f6020828403121561527b575f80fd5b81516001600160401b03811115615290575f80fd5b8201608081850312156152a1575f80fd5b6152a96141b7565b81516001600160401b038111156152be575f80fd5b8201601f810186136152ce575f80fd5b6152dd86825160208401614e37565b8252506152ec60208301614bed565b60208201526152fd60408301614bed565b604082015260608201516001600160401b0381111561531a575f80fd5b61532686828501614e6d565b606083015250949350505050565b825181526020808401518183015282516040830152820151606082015260808101613046565b5f80835461536781614a6f565b60018216801561537e5760018114615393576153c0565b60ff19831686528115158202860193506153c0565b865f5260205f205f5b838110156153b85781548882015260019091019060200161539c565b505081860193505b509195945050505050565b828152604060208201525f8083546153e281614a6f565b806040860152600182165f8114615400576001811461541c5761544d565b60ff1983166060870152606082151560051b870101935061544d565b865f5260205f205f5b8381101561544457815488820160600152600190910190602001615425565b87016060019450505b50919695505050505050565b6001600160601b03841681526001600160601b0383166020820152606060408201525f6118336060830184614350565b5f60208284031215615499575f80fd5b815161304681614910565b6001600160601b038516815261ffff841660208201526001600160601b0383166040820152608060608201525f6154de6080830184614350565b9695505050505050565b5f80604083850312156154f9575f80fd5b825161550481614461565b602084015190925063ffffffff8116811461450f575f80fdfe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a000bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d68006548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa3000bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d6814a2646970667358221220a3bf9affe37c9fe764cf90cac04949b700c8859dff9ed07a6ee71642e07baf9264736f6c634300081a0033",
         
     | 
| 
      
 1692 
     | 
    
         
            +
              "linkReferences": {
         
     | 
| 
      
 1693 
     | 
    
         
            +
                "contracts/shared/ContractLib.sol": {
         
     | 
| 
      
 1694 
     | 
    
         
            +
                  "ContractLib": [
         
     | 
| 
      
 1695 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1696 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1697 
     | 
    
         
            +
                      "start": 3606
         
     | 
| 
      
 1698 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1699 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1700 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1701 
     | 
    
         
            +
                      "start": 4218
         
     | 
| 
      
 1702 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1703 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1704 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1705 
     | 
    
         
            +
                      "start": 4849
         
     | 
| 
      
 1706 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1707 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 1708 
     | 
    
         
            +
                },
         
     | 
| 
      
 1709 
     | 
    
         
            +
                "contracts/type/Amount.sol": {
         
     | 
| 
      
 1710 
     | 
    
         
            +
                  "AmountLib": [
         
     | 
| 
      
 1711 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1712 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1713 
     | 
    
         
            +
                      "start": 16004
         
     | 
| 
      
 1714 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1715 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1716 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1717 
     | 
    
         
            +
                      "start": 16250
         
     | 
| 
      
 1718 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1719 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1720 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1721 
     | 
    
         
            +
                      "start": 20850
         
     | 
| 
      
 1722 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1723 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1724 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1725 
     | 
    
         
            +
                      "start": 22855
         
     | 
| 
      
 1726 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1727 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 1728 
     | 
    
         
            +
                },
         
     | 
| 
      
 1729 
     | 
    
         
            +
                "contracts/type/Fee.sol": {
         
     | 
| 
      
 1730 
     | 
    
         
            +
                  "FeeLib": [
         
     | 
| 
      
 1731 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1732 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1733 
     | 
    
         
            +
                      "start": 624
         
     | 
| 
      
 1734 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1735 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1736 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1737 
     | 
    
         
            +
                      "start": 735
         
     | 
| 
      
 1738 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1739 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1740 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1741 
     | 
    
         
            +
                      "start": 846
         
     | 
| 
      
 1742 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1743 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1744 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1745 
     | 
    
         
            +
                      "start": 957
         
     | 
| 
      
 1746 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1747 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1748 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1749 
     | 
    
         
            +
                      "start": 1068
         
     | 
| 
      
 1750 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1751 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1752 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1753 
     | 
    
         
            +
                      "start": 1179
         
     | 
| 
      
 1754 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1755 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1756 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1757 
     | 
    
         
            +
                      "start": 1290
         
     | 
| 
      
 1758 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1759 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 1760 
     | 
    
         
            +
                },
         
     | 
| 
      
 1761 
     | 
    
         
            +
                "contracts/type/NftId.sol": {
         
     | 
| 
      
 1762 
     | 
    
         
            +
                  "NftIdLib": [
         
     | 
| 
      
 1763 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1764 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1765 
     | 
    
         
            +
                      "start": 325
         
     | 
| 
      
 1766 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1767 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1768 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1769 
     | 
    
         
            +
                      "start": 446
         
     | 
| 
      
 1770 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1771 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1772 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1773 
     | 
    
         
            +
                      "start": 9862
         
     | 
| 
      
 1774 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1775 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1776 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1777 
     | 
    
         
            +
                      "start": 10660
         
     | 
| 
      
 1778 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1779 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1780 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1781 
     | 
    
         
            +
                      "start": 13465
         
     | 
| 
      
 1782 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1783 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1784 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1785 
     | 
    
         
            +
                      "start": 17678
         
     | 
| 
      
 1786 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1787 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1788 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1789 
     | 
    
         
            +
                      "start": 19106
         
     | 
| 
      
 1790 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1791 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 1792 
     | 
    
         
            +
                },
         
     | 
| 
      
 1793 
     | 
    
         
            +
                "contracts/type/Referral.sol": {
         
     | 
| 
      
 1794 
     | 
    
         
            +
                  "ReferralLib": [
         
     | 
| 
      
 1795 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1796 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1797 
     | 
    
         
            +
                      "start": 12293
         
     | 
| 
      
 1798 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1799 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1800 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1801 
     | 
    
         
            +
                      "start": 12411
         
     | 
| 
      
 1802 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1803 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1804 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1805 
     | 
    
         
            +
                      "start": 14131
         
     | 
| 
      
 1806 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1807 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 1808 
     | 
    
         
            +
                },
         
     | 
| 
      
 1809 
     | 
    
         
            +
                "contracts/type/RiskId.sol": {
         
     | 
| 
      
 1810 
     | 
    
         
            +
                  "RiskIdLib": [
         
     | 
| 
      
 1811 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1812 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1813 
     | 
    
         
            +
                      "start": 8696
         
     | 
| 
      
 1814 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1815 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1816 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1817 
     | 
    
         
            +
                      "start": 10916
         
     | 
| 
      
 1818 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1819 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1820 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1821 
     | 
    
         
            +
                      "start": 11157
         
     | 
| 
      
 1822 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1823 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1824 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1825 
     | 
    
         
            +
                      "start": 13962
         
     | 
| 
      
 1826 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1827 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1828 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1829 
     | 
    
         
            +
                      "start": 15013
         
     | 
| 
      
 1830 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1831 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1832 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1833 
     | 
    
         
            +
                      "start": 15376
         
     | 
| 
      
 1834 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1835 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 1836 
     | 
    
         
            +
                },
         
     | 
| 
      
 1837 
     | 
    
         
            +
                "contracts/type/Seconds.sol": {
         
     | 
| 
      
 1838 
     | 
    
         
            +
                  "SecondsLib": [
         
     | 
| 
      
 1839 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1840 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1841 
     | 
    
         
            +
                      "start": 15640
         
     | 
| 
      
 1842 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1843 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 1844 
     | 
    
         
            +
                },
         
     | 
| 
      
 1845 
     | 
    
         
            +
                "contracts/type/Timestamp.sol": {
         
     | 
| 
      
 1846 
     | 
    
         
            +
                  "TimestampLib": [
         
     | 
| 
      
 1847 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1848 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1849 
     | 
    
         
            +
                      "start": 8864
         
     | 
| 
      
 1850 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1851 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1852 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1853 
     | 
    
         
            +
                      "start": 9066
         
     | 
| 
      
 1854 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1855 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1856 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1857 
     | 
    
         
            +
                      "start": 20151
         
     | 
| 
      
 1858 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1859 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 1860 
     | 
    
         
            +
                },
         
     | 
| 
      
 1861 
     | 
    
         
            +
                "contracts/type/UFixed.sol": {
         
     | 
| 
      
 1862 
     | 
    
         
            +
                  "UFixedLib": [
         
     | 
| 
      
 1863 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1864 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1865 
     | 
    
         
            +
                      "start": 15607
         
     | 
| 
      
 1866 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1867 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1868 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1869 
     | 
    
         
            +
                      "start": 15844
         
     | 
| 
      
 1870 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1871 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1872 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1873 
     | 
    
         
            +
                      "start": 22543
         
     | 
| 
      
 1874 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1875 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1876 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1877 
     | 
    
         
            +
                      "start": 22680
         
     | 
| 
      
 1878 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1879 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1880 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1881 
     | 
    
         
            +
                      "start": 22751
         
     | 
| 
      
 1882 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1883 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 1884 
     | 
    
         
            +
                },
         
     | 
| 
      
 1885 
     | 
    
         
            +
                "contracts/type/Version.sol": {
         
     | 
| 
      
 1886 
     | 
    
         
            +
                  "VersionLib": [
         
     | 
| 
      
 1887 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1888 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1889 
     | 
    
         
            +
                      "start": 9681
         
     | 
| 
      
 1890 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1891 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 1892 
     | 
    
         
            +
                }
         
     | 
| 
      
 1893 
     | 
    
         
            +
              },
         
     | 
| 
      
 1894 
     | 
    
         
            +
              "deployedLinkReferences": {
         
     | 
| 
      
 1895 
     | 
    
         
            +
                "contracts/type/Amount.sol": {
         
     | 
| 
      
 1896 
     | 
    
         
            +
                  "AmountLib": [
         
     | 
| 
      
 1897 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1898 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1899 
     | 
    
         
            +
                      "start": 9427
         
     | 
| 
      
 1900 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1901 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1902 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1903 
     | 
    
         
            +
                      "start": 9673
         
     | 
| 
      
 1904 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1905 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1906 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1907 
     | 
    
         
            +
                      "start": 14273
         
     | 
| 
      
 1908 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1909 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1910 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1911 
     | 
    
         
            +
                      "start": 16278
         
     | 
| 
      
 1912 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1913 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 1914 
     | 
    
         
            +
                },
         
     | 
| 
      
 1915 
     | 
    
         
            +
                "contracts/type/NftId.sol": {
         
     | 
| 
      
 1916 
     | 
    
         
            +
                  "NftIdLib": [
         
     | 
| 
      
 1917 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1918 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1919 
     | 
    
         
            +
                      "start": 3285
         
     | 
| 
      
 1920 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1921 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1922 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1923 
     | 
    
         
            +
                      "start": 4083
         
     | 
| 
      
 1924 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1925 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1926 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1927 
     | 
    
         
            +
                      "start": 6888
         
     | 
| 
      
 1928 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1929 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1930 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1931 
     | 
    
         
            +
                      "start": 11101
         
     | 
| 
      
 1932 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1933 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1934 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1935 
     | 
    
         
            +
                      "start": 12529
         
     | 
| 
      
 1936 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1937 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 1938 
     | 
    
         
            +
                },
         
     | 
| 
      
 1939 
     | 
    
         
            +
                "contracts/type/Referral.sol": {
         
     | 
| 
      
 1940 
     | 
    
         
            +
                  "ReferralLib": [
         
     | 
| 
      
 1941 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1942 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1943 
     | 
    
         
            +
                      "start": 5716
         
     | 
| 
      
 1944 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1945 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1946 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1947 
     | 
    
         
            +
                      "start": 5834
         
     | 
| 
      
 1948 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1949 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1950 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1951 
     | 
    
         
            +
                      "start": 7554
         
     | 
| 
      
 1952 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1953 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 1954 
     | 
    
         
            +
                },
         
     | 
| 
      
 1955 
     | 
    
         
            +
                "contracts/type/RiskId.sol": {
         
     | 
| 
      
 1956 
     | 
    
         
            +
                  "RiskIdLib": [
         
     | 
| 
      
 1957 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1958 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1959 
     | 
    
         
            +
                      "start": 2119
         
     | 
| 
      
 1960 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1961 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1962 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1963 
     | 
    
         
            +
                      "start": 4339
         
     | 
| 
      
 1964 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1965 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1966 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1967 
     | 
    
         
            +
                      "start": 4580
         
     | 
| 
      
 1968 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1969 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1970 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1971 
     | 
    
         
            +
                      "start": 7385
         
     | 
| 
      
 1972 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1973 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1974 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1975 
     | 
    
         
            +
                      "start": 8436
         
     | 
| 
      
 1976 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1977 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1978 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1979 
     | 
    
         
            +
                      "start": 8799
         
     | 
| 
      
 1980 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1981 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 1982 
     | 
    
         
            +
                },
         
     | 
| 
      
 1983 
     | 
    
         
            +
                "contracts/type/Seconds.sol": {
         
     | 
| 
      
 1984 
     | 
    
         
            +
                  "SecondsLib": [
         
     | 
| 
      
 1985 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1986 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1987 
     | 
    
         
            +
                      "start": 9063
         
     | 
| 
      
 1988 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1989 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 1990 
     | 
    
         
            +
                },
         
     | 
| 
      
 1991 
     | 
    
         
            +
                "contracts/type/Timestamp.sol": {
         
     | 
| 
      
 1992 
     | 
    
         
            +
                  "TimestampLib": [
         
     | 
| 
      
 1993 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1994 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1995 
     | 
    
         
            +
                      "start": 2287
         
     | 
| 
      
 1996 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1997 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1998 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1999 
     | 
    
         
            +
                      "start": 2489
         
     | 
| 
      
 2000 
     | 
    
         
            +
                    },
         
     | 
| 
      
 2001 
     | 
    
         
            +
                    {
         
     | 
| 
      
 2002 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 2003 
     | 
    
         
            +
                      "start": 13574
         
     | 
| 
      
 2004 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2005 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 2006 
     | 
    
         
            +
                },
         
     | 
| 
      
 2007 
     | 
    
         
            +
                "contracts/type/UFixed.sol": {
         
     | 
| 
      
 2008 
     | 
    
         
            +
                  "UFixedLib": [
         
     | 
| 
      
 2009 
     | 
    
         
            +
                    {
         
     | 
| 
      
 2010 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 2011 
     | 
    
         
            +
                      "start": 9030
         
     | 
| 
      
 2012 
     | 
    
         
            +
                    },
         
     | 
| 
      
 2013 
     | 
    
         
            +
                    {
         
     | 
| 
      
 2014 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 2015 
     | 
    
         
            +
                      "start": 9267
         
     | 
| 
      
 2016 
     | 
    
         
            +
                    },
         
     | 
| 
      
 2017 
     | 
    
         
            +
                    {
         
     | 
| 
      
 2018 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 2019 
     | 
    
         
            +
                      "start": 15966
         
     | 
| 
      
 2020 
     | 
    
         
            +
                    },
         
     | 
| 
      
 2021 
     | 
    
         
            +
                    {
         
     | 
| 
      
 2022 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 2023 
     | 
    
         
            +
                      "start": 16103
         
     | 
| 
      
 2024 
     | 
    
         
            +
                    },
         
     | 
| 
      
 2025 
     | 
    
         
            +
                    {
         
     | 
| 
      
 2026 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 2027 
     | 
    
         
            +
                      "start": 16174
         
     | 
| 
      
 2028 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2029 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 2030 
     | 
    
         
            +
                },
         
     | 
| 
      
 2031 
     | 
    
         
            +
                "contracts/type/Version.sol": {
         
     | 
| 
      
 2032 
     | 
    
         
            +
                  "VersionLib": [
         
     | 
| 
      
 2033 
     | 
    
         
            +
                    {
         
     | 
| 
      
 2034 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 2035 
     | 
    
         
            +
                      "start": 3104
         
     | 
| 
      
 2036 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2037 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 2038 
     | 
    
         
            +
                }
         
     | 
| 
      
 2039 
     | 
    
         
            +
              }
         
     | 
| 
      
 2040 
     | 
    
         
            +
            }
         
     |