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