@etherisc/gif-next 0.0.2-f0d86c2-077 → 0.0.2-f13c010-035
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +297 -25
- 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/access → authorization}/IAccess.sol/IAccess.json +1 -1
- package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
- package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.json +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/authorization/ReleaseAccessManager.sol/ReleaseAccessManager.json +1196 -0
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +253 -0
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +1402 -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 +1048 -0
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1455 -0
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +838 -0
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +929 -0
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +961 -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 +1538 -0
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +470 -0
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +2072 -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 +1471 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1231 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1592 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +2095 -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 +290 -1482
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +4 -0
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +702 -0
- package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
- package/artifacts/contracts/instance/Instance.sol/Instance.json +421 -1780
- 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 +4 -0
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +2058 -0
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +995 -0
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +722 -0
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3678 -0
- package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +4 -0
- package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +318 -0
- package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
- package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.json +137 -0
- package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +10 -0
- package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +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 +4 -0
- package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +129 -0
- package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +4 -0
- package/artifacts/contracts/instance/module/{bundle/IBundle.sol → IBundle.sol}/IBundle.json +1 -1
- package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
- package/artifacts/contracts/instance/{base/ModuleBase.sol/ModuleBase.json → module/IComponents.sol/IComponents.json} +2 -2
- package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +4 -0
- package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.json +10 -0
- package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +4 -0
- package/artifacts/contracts/instance/module/{policy/IPolicy.sol → IPolicy.sol}/IPolicy.json +1 -1
- package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +4 -0
- package/artifacts/contracts/instance/module/{risk/IRisk.sol → IRisk.sol}/IRisk.json +1 -1
- package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
- package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
- package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +4 -0
- package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +1039 -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/oracle/IOracleComponent.sol/IOracleComponent.json +788 -0
- 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 +907 -0
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +966 -0
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +722 -0
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +1299 -0
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +470 -0
- package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
- package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1465 -0
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +834 -0
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +960 -0
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +960 -0
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1283 -0
- package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
- package/artifacts/contracts/pool/Pool.sol/Pool.json +1098 -0
- package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1625 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +766 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +771 -0
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +710 -0
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +1173 -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 +1431 -0
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +838 -0
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.json +546 -0
- 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 +925 -0
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +578 -0
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +1012 -0
- package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
- package/artifacts/contracts/product/IRiskService.sol/IRiskService.json +429 -0
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1302 -0
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +782 -0
- package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
- package/artifacts/contracts/product/PricingService.sol/PricingService.json +907 -0
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +762 -0
- package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
- package/artifacts/contracts/product/Product.sol/Product.json +1131 -0
- package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
- package/artifacts/contracts/product/RiskService.sol/RiskService.json +622 -0
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +694 -0
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +242 -12
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +976 -119
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +4 -0
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +1019 -0
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +4 -0
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +39 -0
- package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
- package/artifacts/contracts/registry/Registry.sol/Registry.json +1403 -220
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +1886 -0
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +1246 -0
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +713 -0
- package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +4 -0
- package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +205 -0
- package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +4 -0
- package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +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 +4 -0
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +661 -0
- package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
- package/artifacts/contracts/shared/Component.sol/Component.json +725 -0
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1785 -0
- package/artifacts/contracts/shared/ComponentServiceHelperLib.sol/ComponentServiceHelperLib.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentServiceHelperLib.sol/ComponentServiceHelperLib.json +206 -0
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +810 -0
- package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IProductService.sol/IProductService.json → shared/ComponentVerifyingService.sol/ComponentVerifyingService.json} +232 -235
- package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +4 -0
- package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +92 -0
- package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
- package/artifacts/contracts/shared/IComponent.sol/IComponent.json +632 -0
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +1360 -0
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +723 -0
- package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
- package/artifacts/contracts/{instance/base → shared}/IKeyValueStore.sol/IKeyValueStore.json +140 -141
- 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 +4 -0
- package/artifacts/contracts/{components/IBaseComponent.sol/IBaseComponent.json → shared/INftOwnable.sol/INftOwnable.json} +47 -74
- 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 +113 -24
- package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
- package/artifacts/contracts/{registry → shared}/IRegistryLinked.sol/IRegistryLinked.json +13 -2
- package/artifacts/contracts/shared/IService.sol/IService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IComponentOwnerService.sol/IComponentOwnerService.json → shared/IService.sol/IService.json} +182 -171
- 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 +829 -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 +4 -0
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +209 -0
- 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 +224 -23
- 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 +4 -0
- package/artifacts/contracts/{instance/service/IPoolService.sol/IPoolService.json → shared/Service.sol/Service.json} +239 -173
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +4 -0
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +546 -0
- package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +4 -0
- package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +132 -0
- package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
- package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1465 -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 +1888 -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 +776 -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 +1249 -0
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +710 -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 +602 -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 +285 -0
- package/contracts/distribution/DistributionService.sol +355 -0
- package/contracts/distribution/DistributionServiceManager.sol +39 -0
- package/contracts/distribution/IDistributionComponent.sol +52 -0
- package/contracts/distribution/IDistributionService.sol +101 -0
- package/contracts/examples/fire/DamageLevel.sol +59 -0
- package/contracts/examples/fire/FirePool.sol +73 -0
- package/contracts/examples/fire/FirePoolAuthorization.sol +34 -0
- package/contracts/examples/fire/FireProduct.sol +415 -0
- package/contracts/examples/fire/FireProductAuthorization.sol +44 -0
- package/contracts/examples/fire/FireUSD.sol +26 -0
- package/contracts/examples/unpermissioned/SimpleDistribution.sol +50 -0
- package/contracts/examples/unpermissioned/SimpleOracle.sol +137 -0
- package/contracts/examples/unpermissioned/SimplePool.sol +76 -0
- package/contracts/examples/unpermissioned/SimpleProduct.sol +351 -0
- package/contracts/instance/BundleSet.sol +126 -0
- package/contracts/instance/IInstance.sol +58 -44
- package/contracts/instance/IInstanceService.sol +72 -0
- package/contracts/instance/Instance.sol +218 -54
- package/contracts/instance/InstanceAdmin.sol +279 -0
- package/contracts/instance/InstanceAuthorizationV3.sol +194 -0
- package/contracts/instance/InstanceReader.sol +495 -0
- package/contracts/instance/InstanceService.sol +413 -0
- package/contracts/instance/InstanceServiceManager.sol +39 -0
- 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 +46 -0
- package/contracts/instance/module/IBundle.sol +20 -0
- package/contracts/instance/module/IComponents.sol +51 -0
- package/contracts/instance/module/IDistribution.sol +41 -0
- package/contracts/instance/module/IPolicy.sol +84 -0
- package/contracts/instance/module/IRisk.sol +11 -0
- package/contracts/{test/Usdc.sol → mock/Dip.sol} +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 +291 -0
- package/contracts/oracle/OracleServiceManager.sol +39 -0
- package/contracts/pool/BasicPool.sol +154 -0
- package/contracts/pool/BasicPoolAuthorization.sol +57 -0
- package/contracts/pool/BundleService.sol +493 -0
- package/contracts/pool/BundleServiceManager.sol +39 -0
- package/contracts/pool/IBundleService.sol +143 -0
- package/contracts/pool/IPoolComponent.sol +68 -0
- package/contracts/pool/IPoolService.sol +167 -0
- package/contracts/pool/Pool.sol +335 -0
- package/contracts/pool/PoolService.sol +544 -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 +53 -0
- package/contracts/product/BasicProductAuthorization.sol +42 -0
- package/contracts/product/ClaimService.sol +612 -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 +80 -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 +691 -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 +455 -0
- package/contracts/product/RiskService.sol +96 -0
- package/contracts/product/RiskServiceManager.sol +39 -0
- package/contracts/registry/ChainNft.sol +128 -40
- package/contracts/registry/IRegistry.sol +142 -28
- package/contracts/registry/IRegistryService.sol +62 -0
- package/contracts/registry/ITransferInterceptor.sol +6 -0
- package/contracts/registry/Registry.sol +618 -282
- package/contracts/registry/RegistryAdmin.sol +448 -0
- package/contracts/registry/RegistryService.sol +241 -0
- package/contracts/registry/RegistryServiceManager.sol +53 -0
- package/contracts/registry/ReleaseLifecycle.sol +30 -0
- package/contracts/registry/ReleaseRegistry.sol +501 -0
- package/contracts/registry/ServiceAuthorizationV3.sol +194 -0
- package/contracts/registry/TokenRegistry.sol +315 -0
- package/contracts/shared/Component.sol +271 -0
- package/contracts/shared/ComponentService.sol +686 -0
- package/contracts/shared/ComponentServiceHelperLib.sol +118 -0
- package/contracts/shared/ComponentServiceManager.sol +38 -0
- package/contracts/shared/ComponentVerifyingService.sol +126 -0
- package/contracts/shared/ContractLib.sol +38 -0
- package/contracts/shared/IComponent.sol +74 -0
- package/contracts/shared/IComponentService.sol +121 -0
- package/contracts/shared/IInstanceLinkedComponent.sol +41 -0
- package/contracts/shared/IKeyValueStore.sol +54 -0
- package/contracts/{instance/base → shared}/ILifecycle.sol +6 -5
- package/contracts/shared/INftOwnable.sol +25 -0
- package/contracts/shared/IPolicyHolder.sol +35 -0
- package/contracts/shared/IRegisterable.sol +23 -21
- package/contracts/shared/IRegistryLinked.sol +11 -0
- package/contracts/shared/IService.sol +25 -0
- package/contracts/shared/InitializableERC165.sol +27 -0
- package/contracts/shared/InstanceLinkedComponent.sol +213 -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 +127 -0
- package/contracts/shared/PolicyHolder.sol +62 -0
- package/contracts/shared/Registerable.sol +62 -63
- package/contracts/shared/RegistryLinked.sol +44 -0
- package/contracts/shared/Service.sol +84 -0
- package/contracts/shared/TokenHandler.sol +183 -0
- package/contracts/shared/TokenHandlerDeployerLib.sol +12 -0
- package/contracts/staking/IStaking.sol +168 -0
- package/contracts/staking/IStakingService.sol +157 -0
- package/contracts/staking/StakeManagerLib.sol +224 -0
- package/contracts/staking/Staking.sol +497 -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 +407 -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/type/DistributorType.sol +55 -0
- package/contracts/type/Fee.sol +66 -0
- package/contracts/{types → type}/Key32.sol +8 -3
- package/contracts/{types → type}/NftId.sol +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/type/Referral.sol +90 -0
- package/contracts/type/RequestId.sol +75 -0
- package/contracts/type/RiskId.sol +57 -0
- 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 +53 -5
- package/contracts/type/String.sol +53 -0
- package/contracts/{types → type}/Timestamp.sol +38 -15
- package/contracts/type/UFixed.sol +355 -0
- package/contracts/{types → type}/Version.sol +17 -2
- package/contracts/upgradeability/IVersionable.sol +53 -0
- package/contracts/upgradeability/ProxyManager.sol +232 -0
- package/contracts/upgradeability/UpgradableProxyWithAdmin.sol +14 -0
- package/contracts/upgradeability/Versionable.sol +59 -0
- package/package.json +12 -7
- package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.dbg.json +0 -4
- package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.json +0 -174
- package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.json +0 -356
- package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.json +0 -279
- package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
- package/artifacts/contracts/components/Pool.sol/Pool.json +0 -387
- package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
- package/artifacts/contracts/components/Product.sol/Product.json +0 -305
- package/artifacts/contracts/experiment/errors/Require.sol/Require.dbg.json +0 -4
- package/artifacts/contracts/experiment/errors/Require.sol/Require.json +0 -105
- package/artifacts/contracts/experiment/errors/Revert.sol/Revert.dbg.json +0 -4
- package/artifacts/contracts/experiment/errors/Revert.sol/Revert.json +0 -105
- package/artifacts/contracts/experiment/inheritance/A.sol/A.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/A.sol/A.json +0 -128
- package/artifacts/contracts/experiment/inheritance/A.sol/AShared.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/A.sol/AShared.json +0 -42
- package/artifacts/contracts/experiment/inheritance/B.sol/B.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/B.sol/B.json +0 -76
- package/artifacts/contracts/experiment/inheritance/C.sol/C.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/C.sol/C.json +0 -89
- package/artifacts/contracts/experiment/inheritance/IA.sol/IA.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IA.sol/IA.json +0 -128
- package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.json +0 -37
- package/artifacts/contracts/experiment/inheritance/IB.sol/IB.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IB.sol/IB.json +0 -50
- package/artifacts/contracts/experiment/inheritance/IC.sol/IC.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IC.sol/IC.json +0 -63
- package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.json +0 -59
- package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.json +0 -124
- package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.json +0 -74
- package/artifacts/contracts/experiment/statemachine/SM.sol/SM.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/SM.sol/SM.json +0 -124
- package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.json +0 -207
- package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.dbg.json +0 -4
- package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.json +0 -10
- package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.dbg.json +0 -4
- package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.json +0 -10
- package/artifacts/contracts/instance/IInstanceLinked.sol/IInstanceLinked.dbg.json +0 -4
- package/artifacts/contracts/instance/IInstanceLinked.sol/IInstanceLinked.json +0 -24
- package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.dbg.json +0 -4
- package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.json +0 -300
- package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.dbg.json +0 -4
- package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.json +0 -63
- package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +0 -4
- package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +0 -4
- package/artifacts/contracts/instance/base/IService.sol/IService.dbg.json +0 -4
- package/artifacts/contracts/instance/base/IService.sol/IService.json +0 -300
- package/artifacts/contracts/instance/base/InstanceBase.sol/InstanceBase.dbg.json +0 -4
- package/artifacts/contracts/instance/base/InstanceBase.sol/InstanceBase.json +0 -326
- package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +0 -4
- package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +0 -692
- package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +0 -4
- package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +0 -169
- package/artifacts/contracts/instance/base/ModuleBase.sol/ModuleBase.dbg.json +0 -4
- package/artifacts/contracts/instance/base/ServiceBase.sol/ServiceBase.dbg.json +0 -4
- package/artifacts/contracts/instance/base/ServiceBase.sol/ServiceBase.json +0 -300
- package/artifacts/contracts/instance/module/access/Access.sol/AccessModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/access/Access.sol/AccessModule.json +0 -333
- package/artifacts/contracts/instance/module/access/IAccess.sol/IAccess.dbg.json +0 -4
- package/artifacts/contracts/instance/module/access/IAccess.sol/IAccessModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/access/IAccess.sol/IAccessModule.json +0 -333
- package/artifacts/contracts/instance/module/bundle/BundleModule.sol/BundleModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/bundle/BundleModule.sol/BundleModule.json +0 -296
- package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundle.dbg.json +0 -4
- package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundleModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundleModule.json +0 -296
- package/artifacts/contracts/instance/module/compensation/CompensationModule.sol/CompensationModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/compensation/CompensationModule.sol/CompensationModule.json +0 -10
- package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensation.dbg.json +0 -4
- package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensation.json +0 -10
- package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensationModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensationModule.json +0 -10
- package/artifacts/contracts/instance/module/component/ComponentModule.sol/ComponentModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/component/ComponentModule.sol/ComponentModule.json +0 -188
- package/artifacts/contracts/instance/module/component/IComponent.sol/IComponent.dbg.json +0 -4
- package/artifacts/contracts/instance/module/component/IComponent.sol/IComponent.json +0 -10
- package/artifacts/contracts/instance/module/component/IComponent.sol/IComponentModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/component/IComponent.sol/IComponentModule.json +0 -188
- package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicy.dbg.json +0 -4
- package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicyModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicyModule.json +0 -261
- package/artifacts/contracts/instance/module/policy/PolicyModule.sol/PolicyModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/policy/PolicyModule.sol/PolicyModule.json +0 -261
- package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPool.dbg.json +0 -4
- package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPool.json +0 -10
- package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPoolModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPoolModule.json +0 -149
- package/artifacts/contracts/instance/module/pool/PoolModule.sol/PoolModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/pool/PoolModule.sol/PoolModule.json +0 -149
- package/artifacts/contracts/instance/module/risk/IRisk.sol/IRisk.dbg.json +0 -4
- package/artifacts/contracts/instance/module/risk/IRisk.sol/IRiskModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/risk/IRisk.sol/IRiskModule.json +0 -10
- package/artifacts/contracts/instance/module/risk/RiskModule.sol/RiskModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/risk/RiskModule.sol/RiskModule.json +0 -10
- package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasury.dbg.json +0 -4
- package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasury.json +0 -10
- package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasuryModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasuryModule.json +0 -533
- package/artifacts/contracts/instance/module/treasury/TokenHandler.sol/TokenHandler.dbg.json +0 -4
- package/artifacts/contracts/instance/module/treasury/TokenHandler.sol/TokenHandler.json +0 -76
- package/artifacts/contracts/instance/module/treasury/TreasuryModule.sol/TreasuryModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/treasury/TreasuryModule.sol/TreasuryModule.json +0 -533
- package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.json +0 -523
- package/artifacts/contracts/instance/service/IComponentOwnerService.sol/IComponentOwnerService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -471
- package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +0 -673
- package/artifacts/contracts/registry/IChainNft.sol/IChainNft.dbg.json +0 -4
- package/artifacts/contracts/registry/IChainNft.sol/IChainNft.json +0 -452
- package/artifacts/contracts/registry/IRegistryLinked.sol/IRegistryLinked.dbg.json +0 -4
- package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +0 -4
- package/artifacts/contracts/shared/ERC165.sol/ERC165.json +0 -35
- package/artifacts/contracts/shared/IOwnable.sol/IOwnable.dbg.json +0 -4
- package/artifacts/contracts/shared/IOwnable.sol/IOwnable.json +0 -24
- package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +0 -4
- package/artifacts/contracts/shared/IVersionable.sol/IVersionable.json +0 -164
- package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +0 -4
- package/artifacts/contracts/shared/Versionable.sol/Versionable.json +0 -164
- package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
- package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -119
- package/artifacts/contracts/test/TestPool.sol/TestPool.dbg.json +0 -4
- package/artifacts/contracts/test/TestPool.sol/TestPool.json +0 -387
- package/artifacts/contracts/test/TestProduct.sol/TestProduct.dbg.json +0 -4
- package/artifacts/contracts/test/TestProduct.sol/TestProduct.json +0 -393
- package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
- package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -137
- package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +0 -4
- package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +0 -116
- package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +0 -4
- package/artifacts/contracts/test/TestService.sol/TestService.json +0 -379
- package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
- package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -338
- package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
- package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -218
- package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
- package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -206
- package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +0 -4
- package/artifacts/contracts/test/Usdc.sol/USDC.json +0 -338
- package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
- package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.json +0 -10
- package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
- package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -174
- package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
- package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +0 -4
- package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -218
- package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +0 -4
- package/artifacts/contracts/types/Key32.sol/Key32Lib.json +0 -111
- package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -153
- package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
- package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +0 -10
- package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
- package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +0 -92
- package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/RoleId.sol/RoleIdLib.json +0 -30
- package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/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 -236
- package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.dbg.json +0 -4
- package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.json +0 -479
- package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
- package/artifacts/contracts/types/Version.sol/VersionLib.json +0 -139
- package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
- package/artifacts/contracts/types/Version.sol/VersionPartLib.json +0 -30
- package/contracts/components/BaseComponent.sol +0 -88
- package/contracts/components/IBaseComponent.sol +0 -19
- package/contracts/components/IPoolComponent.sol +0 -57
- package/contracts/components/IProductComponent.sol +0 -19
- package/contracts/components/Pool.sol +0 -174
- package/contracts/components/Product.sol +0 -117
- package/contracts/experiment/errors/Require.sol +0 -38
- package/contracts/experiment/errors/Revert.sol +0 -44
- package/contracts/experiment/inheritance/A.sol +0 -53
- package/contracts/experiment/inheritance/B.sol +0 -28
- package/contracts/experiment/inheritance/C.sol +0 -34
- package/contracts/experiment/inheritance/IA.sol +0 -13
- package/contracts/experiment/inheritance/IB.sol +0 -10
- package/contracts/experiment/inheritance/IC.sol +0 -12
- package/contracts/experiment/statemachine/Dummy.sol +0 -27
- package/contracts/experiment/statemachine/ISM.sol +0 -25
- package/contracts/experiment/statemachine/README.md +0 -112
- package/contracts/experiment/statemachine/SM.sol +0 -57
- package/contracts/experiment/statemachine/SimpleStateMachine.sol +0 -31
- package/contracts/experiment/types/TypeA.sol +0 -47
- package/contracts/experiment/types/TypeB.sol +0 -29
- package/contracts/instance/IInstanceLinked.sol +0 -8
- package/contracts/instance/base/ComponentServiceBase.sol +0 -42
- package/contracts/instance/base/IInstanceBase.sol +0 -14
- package/contracts/instance/base/IKeyValueStore.sol +0 -49
- package/contracts/instance/base/IService.sol +0 -15
- package/contracts/instance/base/InstanceBase.sol +0 -80
- package/contracts/instance/base/KeyValueStore.sol +0 -156
- package/contracts/instance/base/Lifecycle.sol +0 -95
- package/contracts/instance/base/ModuleBase.sol +0 -52
- package/contracts/instance/base/ServiceBase.sol +0 -37
- package/contracts/instance/module/access/Access.sol +0 -149
- package/contracts/instance/module/access/IAccess.sol +0 -53
- package/contracts/instance/module/bundle/BundleModule.sol +0 -136
- package/contracts/instance/module/bundle/IBundle.sol +0 -58
- package/contracts/instance/module/compensation/CompensationModule.sol +0 -8
- package/contracts/instance/module/compensation/ICompensation.sol +0 -10
- package/contracts/instance/module/component/ComponentModule.sol +0 -95
- package/contracts/instance/module/component/IComponent.sol +0 -53
- package/contracts/instance/module/policy/IPolicy.sol +0 -60
- package/contracts/instance/module/policy/PolicyModule.sol +0 -76
- package/contracts/instance/module/pool/IPoolModule.sol +0 -41
- package/contracts/instance/module/pool/PoolModule.sol +0 -87
- package/contracts/instance/module/risk/IRisk.sol +0 -10
- package/contracts/instance/module/risk/RiskModule.sol +0 -8
- package/contracts/instance/module/treasury/ITreasury.sol +0 -103
- package/contracts/instance/module/treasury/TokenHandler.sol +0 -48
- package/contracts/instance/module/treasury/TreasuryModule.sol +0 -152
- package/contracts/instance/service/ComponentOwnerService.sol +0 -170
- package/contracts/instance/service/IComponentOwnerService.sol +0 -22
- package/contracts/instance/service/IPoolService.sol +0 -30
- package/contracts/instance/service/IProductService.sol +0 -58
- package/contracts/instance/service/PoolService.sol +0 -123
- package/contracts/instance/service/ProductService.sol +0 -354
- package/contracts/registry/IChainNft.sol +0 -21
- package/contracts/registry/IRegistryLinked.sol +0 -8
- package/contracts/shared/ERC165.sol +0 -21
- package/contracts/shared/IOwnable.sol +0 -6
- package/contracts/shared/IVersionable.sol +0 -52
- package/contracts/shared/Versionable.sol +0 -89
- package/contracts/test/TestFee.sol +0 -25
- package/contracts/test/TestPool.sol +0 -22
- package/contracts/test/TestProduct.sol +0 -44
- package/contracts/test/TestRegisterable.sol +0 -19
- package/contracts/test/TestRoleId.sol +0 -14
- package/contracts/test/TestService.sol +0 -32
- package/contracts/test/TestToken.sol +0 -26
- package/contracts/test/TestVersion.sol +0 -44
- package/contracts/test/TestVersionable.sol +0 -17
- package/contracts/types/ChainId.sol +0 -38
- package/contracts/types/Fee.sol +0 -51
- package/contracts/types/NftIdSet.sol +0 -60
- package/contracts/types/ObjectType.sol +0 -115
- package/contracts/types/RoleId.sol +0 -38
- package/contracts/types/UFixed.sol +0 -209
@@ -0,0 +1,2072 @@
|
|
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": "token",
|
399
|
+
"type": "address"
|
400
|
+
},
|
401
|
+
{
|
402
|
+
"indexed": false,
|
403
|
+
"internalType": "Amount",
|
404
|
+
"name": "limit",
|
405
|
+
"type": "uint96"
|
406
|
+
},
|
407
|
+
{
|
408
|
+
"indexed": false,
|
409
|
+
"internalType": "bool",
|
410
|
+
"name": "isMaxAmount",
|
411
|
+
"type": "bool"
|
412
|
+
}
|
413
|
+
],
|
414
|
+
"name": "LogComponentTokenHandlerApproved",
|
415
|
+
"type": "event"
|
416
|
+
},
|
417
|
+
{
|
418
|
+
"anonymous": false,
|
419
|
+
"inputs": [
|
420
|
+
{
|
421
|
+
"indexed": false,
|
422
|
+
"internalType": "address",
|
423
|
+
"name": "oldWallet",
|
424
|
+
"type": "address"
|
425
|
+
},
|
426
|
+
{
|
427
|
+
"indexed": false,
|
428
|
+
"internalType": "address",
|
429
|
+
"name": "newWallet",
|
430
|
+
"type": "address"
|
431
|
+
}
|
432
|
+
],
|
433
|
+
"name": "LogComponentWalletAddressChanged",
|
434
|
+
"type": "event"
|
435
|
+
},
|
436
|
+
{
|
437
|
+
"anonymous": false,
|
438
|
+
"inputs": [
|
439
|
+
{
|
440
|
+
"indexed": false,
|
441
|
+
"internalType": "address",
|
442
|
+
"name": "from",
|
443
|
+
"type": "address"
|
444
|
+
},
|
445
|
+
{
|
446
|
+
"indexed": false,
|
447
|
+
"internalType": "address",
|
448
|
+
"name": "to",
|
449
|
+
"type": "address"
|
450
|
+
},
|
451
|
+
{
|
452
|
+
"indexed": false,
|
453
|
+
"internalType": "uint256",
|
454
|
+
"name": "amount",
|
455
|
+
"type": "uint256"
|
456
|
+
}
|
457
|
+
],
|
458
|
+
"name": "LogComponentWalletTokensTransferred",
|
459
|
+
"type": "event"
|
460
|
+
},
|
461
|
+
{
|
462
|
+
"inputs": [],
|
463
|
+
"name": "COMPONENT_LOCATION_V1",
|
464
|
+
"outputs": [
|
465
|
+
{
|
466
|
+
"internalType": "bytes32",
|
467
|
+
"name": "",
|
468
|
+
"type": "bytes32"
|
469
|
+
}
|
470
|
+
],
|
471
|
+
"stateMutability": "view",
|
472
|
+
"type": "function"
|
473
|
+
},
|
474
|
+
{
|
475
|
+
"inputs": [],
|
476
|
+
"name": "GIF_RELEASE",
|
477
|
+
"outputs": [
|
478
|
+
{
|
479
|
+
"internalType": "uint256",
|
480
|
+
"name": "",
|
481
|
+
"type": "uint256"
|
482
|
+
}
|
483
|
+
],
|
484
|
+
"stateMutability": "view",
|
485
|
+
"type": "function"
|
486
|
+
},
|
487
|
+
{
|
488
|
+
"inputs": [],
|
489
|
+
"name": "INSTANCE_LINKED_COMPONENT_LOCATION_V1",
|
490
|
+
"outputs": [
|
491
|
+
{
|
492
|
+
"internalType": "bytes32",
|
493
|
+
"name": "",
|
494
|
+
"type": "bytes32"
|
495
|
+
}
|
496
|
+
],
|
497
|
+
"stateMutability": "view",
|
498
|
+
"type": "function"
|
499
|
+
},
|
500
|
+
{
|
501
|
+
"inputs": [],
|
502
|
+
"name": "NFT_OWNABLE_STORAGE_LOCATION_V1",
|
503
|
+
"outputs": [
|
504
|
+
{
|
505
|
+
"internalType": "bytes32",
|
506
|
+
"name": "",
|
507
|
+
"type": "bytes32"
|
508
|
+
}
|
509
|
+
],
|
510
|
+
"stateMutability": "view",
|
511
|
+
"type": "function"
|
512
|
+
},
|
513
|
+
{
|
514
|
+
"inputs": [],
|
515
|
+
"name": "PRODUCT_STORAGE_LOCATION_V1",
|
516
|
+
"outputs": [
|
517
|
+
{
|
518
|
+
"internalType": "bytes32",
|
519
|
+
"name": "",
|
520
|
+
"type": "bytes32"
|
521
|
+
}
|
522
|
+
],
|
523
|
+
"stateMutability": "view",
|
524
|
+
"type": "function"
|
525
|
+
},
|
526
|
+
{
|
527
|
+
"inputs": [],
|
528
|
+
"name": "REGISTERABLE_LOCATION_V1",
|
529
|
+
"outputs": [
|
530
|
+
{
|
531
|
+
"internalType": "bytes32",
|
532
|
+
"name": "",
|
533
|
+
"type": "bytes32"
|
534
|
+
}
|
535
|
+
],
|
536
|
+
"stateMutability": "view",
|
537
|
+
"type": "function"
|
538
|
+
},
|
539
|
+
{
|
540
|
+
"inputs": [
|
541
|
+
{
|
542
|
+
"internalType": "address",
|
543
|
+
"name": "token",
|
544
|
+
"type": "address"
|
545
|
+
},
|
546
|
+
{
|
547
|
+
"internalType": "Amount",
|
548
|
+
"name": "spendingLimitAmount",
|
549
|
+
"type": "uint96"
|
550
|
+
}
|
551
|
+
],
|
552
|
+
"name": "approveTokenHandler",
|
553
|
+
"outputs": [],
|
554
|
+
"stateMutability": "nonpayable",
|
555
|
+
"type": "function"
|
556
|
+
},
|
557
|
+
{
|
558
|
+
"inputs": [
|
559
|
+
{
|
560
|
+
"internalType": "Amount",
|
561
|
+
"name": "spendingLimitAmount",
|
562
|
+
"type": "uint96"
|
563
|
+
}
|
564
|
+
],
|
565
|
+
"name": "approveTokenHandler",
|
566
|
+
"outputs": [],
|
567
|
+
"stateMutability": "nonpayable",
|
568
|
+
"type": "function"
|
569
|
+
},
|
570
|
+
{
|
571
|
+
"inputs": [],
|
572
|
+
"name": "authority",
|
573
|
+
"outputs": [
|
574
|
+
{
|
575
|
+
"internalType": "address",
|
576
|
+
"name": "",
|
577
|
+
"type": "address"
|
578
|
+
}
|
579
|
+
],
|
580
|
+
"stateMutability": "view",
|
581
|
+
"type": "function"
|
582
|
+
},
|
583
|
+
{
|
584
|
+
"inputs": [
|
585
|
+
{
|
586
|
+
"internalType": "Amount",
|
587
|
+
"name": "sumInsured",
|
588
|
+
"type": "uint96"
|
589
|
+
},
|
590
|
+
{
|
591
|
+
"internalType": "RiskId",
|
592
|
+
"name": "",
|
593
|
+
"type": "bytes8"
|
594
|
+
},
|
595
|
+
{
|
596
|
+
"internalType": "Seconds",
|
597
|
+
"name": "lifetime",
|
598
|
+
"type": "uint40"
|
599
|
+
},
|
600
|
+
{
|
601
|
+
"internalType": "bytes",
|
602
|
+
"name": "",
|
603
|
+
"type": "bytes"
|
604
|
+
}
|
605
|
+
],
|
606
|
+
"name": "calculateNetPremium",
|
607
|
+
"outputs": [
|
608
|
+
{
|
609
|
+
"internalType": "Amount",
|
610
|
+
"name": "netPremiumAmount",
|
611
|
+
"type": "uint96"
|
612
|
+
}
|
613
|
+
],
|
614
|
+
"stateMutability": "view",
|
615
|
+
"type": "function"
|
616
|
+
},
|
617
|
+
{
|
618
|
+
"inputs": [
|
619
|
+
{
|
620
|
+
"internalType": "Amount",
|
621
|
+
"name": "sumInsuredAmount",
|
622
|
+
"type": "uint96"
|
623
|
+
},
|
624
|
+
{
|
625
|
+
"internalType": "RiskId",
|
626
|
+
"name": "riskId",
|
627
|
+
"type": "bytes8"
|
628
|
+
},
|
629
|
+
{
|
630
|
+
"internalType": "Seconds",
|
631
|
+
"name": "lifetime",
|
632
|
+
"type": "uint40"
|
633
|
+
},
|
634
|
+
{
|
635
|
+
"internalType": "bytes",
|
636
|
+
"name": "applicationData",
|
637
|
+
"type": "bytes"
|
638
|
+
},
|
639
|
+
{
|
640
|
+
"internalType": "NftId",
|
641
|
+
"name": "bundleNftId",
|
642
|
+
"type": "uint96"
|
643
|
+
},
|
644
|
+
{
|
645
|
+
"internalType": "ReferralId",
|
646
|
+
"name": "referralId",
|
647
|
+
"type": "bytes8"
|
648
|
+
}
|
649
|
+
],
|
650
|
+
"name": "calculatePremium",
|
651
|
+
"outputs": [
|
652
|
+
{
|
653
|
+
"internalType": "Amount",
|
654
|
+
"name": "premiumAmount",
|
655
|
+
"type": "uint96"
|
656
|
+
}
|
657
|
+
],
|
658
|
+
"stateMutability": "view",
|
659
|
+
"type": "function"
|
660
|
+
},
|
661
|
+
{
|
662
|
+
"inputs": [
|
663
|
+
{
|
664
|
+
"internalType": "string",
|
665
|
+
"name": "cityName",
|
666
|
+
"type": "string"
|
667
|
+
},
|
668
|
+
{
|
669
|
+
"internalType": "Amount",
|
670
|
+
"name": "sumInsured",
|
671
|
+
"type": "uint96"
|
672
|
+
},
|
673
|
+
{
|
674
|
+
"internalType": "Seconds",
|
675
|
+
"name": "lifetime",
|
676
|
+
"type": "uint40"
|
677
|
+
},
|
678
|
+
{
|
679
|
+
"internalType": "NftId",
|
680
|
+
"name": "bundleNftId",
|
681
|
+
"type": "uint96"
|
682
|
+
}
|
683
|
+
],
|
684
|
+
"name": "calculatePremium",
|
685
|
+
"outputs": [
|
686
|
+
{
|
687
|
+
"internalType": "Amount",
|
688
|
+
"name": "premiumAmount",
|
689
|
+
"type": "uint96"
|
690
|
+
}
|
691
|
+
],
|
692
|
+
"stateMutability": "view",
|
693
|
+
"type": "function"
|
694
|
+
},
|
695
|
+
{
|
696
|
+
"inputs": [],
|
697
|
+
"name": "cities",
|
698
|
+
"outputs": [
|
699
|
+
{
|
700
|
+
"internalType": "uint256",
|
701
|
+
"name": "",
|
702
|
+
"type": "uint256"
|
703
|
+
}
|
704
|
+
],
|
705
|
+
"stateMutability": "view",
|
706
|
+
"type": "function"
|
707
|
+
},
|
708
|
+
{
|
709
|
+
"inputs": [
|
710
|
+
{
|
711
|
+
"internalType": "uint256",
|
712
|
+
"name": "idx",
|
713
|
+
"type": "uint256"
|
714
|
+
}
|
715
|
+
],
|
716
|
+
"name": "city",
|
717
|
+
"outputs": [
|
718
|
+
{
|
719
|
+
"internalType": "string",
|
720
|
+
"name": "",
|
721
|
+
"type": "string"
|
722
|
+
}
|
723
|
+
],
|
724
|
+
"stateMutability": "view",
|
725
|
+
"type": "function"
|
726
|
+
},
|
727
|
+
{
|
728
|
+
"inputs": [
|
729
|
+
{
|
730
|
+
"internalType": "NftId",
|
731
|
+
"name": "policyNftId",
|
732
|
+
"type": "uint96"
|
733
|
+
}
|
734
|
+
],
|
735
|
+
"name": "close",
|
736
|
+
"outputs": [],
|
737
|
+
"stateMutability": "nonpayable",
|
738
|
+
"type": "function"
|
739
|
+
},
|
740
|
+
{
|
741
|
+
"inputs": [
|
742
|
+
{
|
743
|
+
"internalType": "string",
|
744
|
+
"name": "cityName",
|
745
|
+
"type": "string"
|
746
|
+
},
|
747
|
+
{
|
748
|
+
"internalType": "Amount",
|
749
|
+
"name": "sumInsured",
|
750
|
+
"type": "uint96"
|
751
|
+
},
|
752
|
+
{
|
753
|
+
"internalType": "Seconds",
|
754
|
+
"name": "lifetime",
|
755
|
+
"type": "uint40"
|
756
|
+
},
|
757
|
+
{
|
758
|
+
"internalType": "NftId",
|
759
|
+
"name": "bundleNftId",
|
760
|
+
"type": "uint96"
|
761
|
+
}
|
762
|
+
],
|
763
|
+
"name": "createApplication",
|
764
|
+
"outputs": [
|
765
|
+
{
|
766
|
+
"internalType": "NftId",
|
767
|
+
"name": "policyNftId",
|
768
|
+
"type": "uint96"
|
769
|
+
}
|
770
|
+
],
|
771
|
+
"stateMutability": "nonpayable",
|
772
|
+
"type": "function"
|
773
|
+
},
|
774
|
+
{
|
775
|
+
"inputs": [
|
776
|
+
{
|
777
|
+
"internalType": "NftId",
|
778
|
+
"name": "policyNftId",
|
779
|
+
"type": "uint96"
|
780
|
+
},
|
781
|
+
{
|
782
|
+
"internalType": "Timestamp",
|
783
|
+
"name": "activateAt",
|
784
|
+
"type": "uint40"
|
785
|
+
}
|
786
|
+
],
|
787
|
+
"name": "createPolicy",
|
788
|
+
"outputs": [],
|
789
|
+
"stateMutability": "nonpayable",
|
790
|
+
"type": "function"
|
791
|
+
},
|
792
|
+
{
|
793
|
+
"inputs": [
|
794
|
+
{
|
795
|
+
"internalType": "NftId",
|
796
|
+
"name": "policyNftId",
|
797
|
+
"type": "uint96"
|
798
|
+
}
|
799
|
+
],
|
800
|
+
"name": "decline",
|
801
|
+
"outputs": [],
|
802
|
+
"stateMutability": "nonpayable",
|
803
|
+
"type": "function"
|
804
|
+
},
|
805
|
+
{
|
806
|
+
"inputs": [
|
807
|
+
{
|
808
|
+
"internalType": "NftId",
|
809
|
+
"name": "policyNftId",
|
810
|
+
"type": "uint96"
|
811
|
+
},
|
812
|
+
{
|
813
|
+
"internalType": "Timestamp",
|
814
|
+
"name": "expireAt",
|
815
|
+
"type": "uint40"
|
816
|
+
}
|
817
|
+
],
|
818
|
+
"name": "expire",
|
819
|
+
"outputs": [
|
820
|
+
{
|
821
|
+
"internalType": "Timestamp",
|
822
|
+
"name": "",
|
823
|
+
"type": "uint40"
|
824
|
+
}
|
825
|
+
],
|
826
|
+
"stateMutability": "nonpayable",
|
827
|
+
"type": "function"
|
828
|
+
},
|
829
|
+
{
|
830
|
+
"inputs": [
|
831
|
+
{
|
832
|
+
"internalType": "uint256",
|
833
|
+
"name": "fireId",
|
834
|
+
"type": "uint256"
|
835
|
+
}
|
836
|
+
],
|
837
|
+
"name": "fire",
|
838
|
+
"outputs": [
|
839
|
+
{
|
840
|
+
"components": [
|
841
|
+
{
|
842
|
+
"internalType": "string",
|
843
|
+
"name": "cityName",
|
844
|
+
"type": "string"
|
845
|
+
},
|
846
|
+
{
|
847
|
+
"internalType": "DamageLevel",
|
848
|
+
"name": "damageLevel",
|
849
|
+
"type": "uint8"
|
850
|
+
},
|
851
|
+
{
|
852
|
+
"internalType": "Timestamp",
|
853
|
+
"name": "reportedAt",
|
854
|
+
"type": "uint40"
|
855
|
+
}
|
856
|
+
],
|
857
|
+
"internalType": "struct FireProduct.Fire",
|
858
|
+
"name": "",
|
859
|
+
"type": "tuple"
|
860
|
+
}
|
861
|
+
],
|
862
|
+
"stateMutability": "view",
|
863
|
+
"type": "function"
|
864
|
+
},
|
865
|
+
{
|
866
|
+
"inputs": [],
|
867
|
+
"name": "getAuthorization",
|
868
|
+
"outputs": [
|
869
|
+
{
|
870
|
+
"internalType": "contract IAuthorization",
|
871
|
+
"name": "authorization",
|
872
|
+
"type": "address"
|
873
|
+
}
|
874
|
+
],
|
875
|
+
"stateMutability": "view",
|
876
|
+
"type": "function"
|
877
|
+
},
|
878
|
+
{
|
879
|
+
"inputs": [],
|
880
|
+
"name": "getComponentInfo",
|
881
|
+
"outputs": [
|
882
|
+
{
|
883
|
+
"components": [
|
884
|
+
{
|
885
|
+
"internalType": "string",
|
886
|
+
"name": "name",
|
887
|
+
"type": "string"
|
888
|
+
},
|
889
|
+
{
|
890
|
+
"internalType": "contract IERC20Metadata",
|
891
|
+
"name": "token",
|
892
|
+
"type": "address"
|
893
|
+
},
|
894
|
+
{
|
895
|
+
"internalType": "contract TokenHandler",
|
896
|
+
"name": "tokenHandler",
|
897
|
+
"type": "address"
|
898
|
+
},
|
899
|
+
{
|
900
|
+
"internalType": "address",
|
901
|
+
"name": "wallet",
|
902
|
+
"type": "address"
|
903
|
+
},
|
904
|
+
{
|
905
|
+
"internalType": "bytes",
|
906
|
+
"name": "data",
|
907
|
+
"type": "bytes"
|
908
|
+
}
|
909
|
+
],
|
910
|
+
"internalType": "struct IComponents.ComponentInfo",
|
911
|
+
"name": "info",
|
912
|
+
"type": "tuple"
|
913
|
+
}
|
914
|
+
],
|
915
|
+
"stateMutability": "view",
|
916
|
+
"type": "function"
|
917
|
+
},
|
918
|
+
{
|
919
|
+
"inputs": [],
|
920
|
+
"name": "getInitialComponentInfo",
|
921
|
+
"outputs": [
|
922
|
+
{
|
923
|
+
"components": [
|
924
|
+
{
|
925
|
+
"internalType": "string",
|
926
|
+
"name": "name",
|
927
|
+
"type": "string"
|
928
|
+
},
|
929
|
+
{
|
930
|
+
"internalType": "contract IERC20Metadata",
|
931
|
+
"name": "token",
|
932
|
+
"type": "address"
|
933
|
+
},
|
934
|
+
{
|
935
|
+
"internalType": "contract TokenHandler",
|
936
|
+
"name": "tokenHandler",
|
937
|
+
"type": "address"
|
938
|
+
},
|
939
|
+
{
|
940
|
+
"internalType": "address",
|
941
|
+
"name": "wallet",
|
942
|
+
"type": "address"
|
943
|
+
},
|
944
|
+
{
|
945
|
+
"internalType": "bytes",
|
946
|
+
"name": "data",
|
947
|
+
"type": "bytes"
|
948
|
+
}
|
949
|
+
],
|
950
|
+
"internalType": "struct IComponents.ComponentInfo",
|
951
|
+
"name": "info",
|
952
|
+
"type": "tuple"
|
953
|
+
}
|
954
|
+
],
|
955
|
+
"stateMutability": "view",
|
956
|
+
"type": "function"
|
957
|
+
},
|
958
|
+
{
|
959
|
+
"inputs": [],
|
960
|
+
"name": "getInitialInfo",
|
961
|
+
"outputs": [
|
962
|
+
{
|
963
|
+
"components": [
|
964
|
+
{
|
965
|
+
"internalType": "NftId",
|
966
|
+
"name": "nftId",
|
967
|
+
"type": "uint96"
|
968
|
+
},
|
969
|
+
{
|
970
|
+
"internalType": "NftId",
|
971
|
+
"name": "parentNftId",
|
972
|
+
"type": "uint96"
|
973
|
+
},
|
974
|
+
{
|
975
|
+
"internalType": "ObjectType",
|
976
|
+
"name": "objectType",
|
977
|
+
"type": "uint8"
|
978
|
+
},
|
979
|
+
{
|
980
|
+
"internalType": "bool",
|
981
|
+
"name": "isInterceptor",
|
982
|
+
"type": "bool"
|
983
|
+
},
|
984
|
+
{
|
985
|
+
"internalType": "address",
|
986
|
+
"name": "objectAddress",
|
987
|
+
"type": "address"
|
988
|
+
},
|
989
|
+
{
|
990
|
+
"internalType": "address",
|
991
|
+
"name": "initialOwner",
|
992
|
+
"type": "address"
|
993
|
+
},
|
994
|
+
{
|
995
|
+
"internalType": "bytes",
|
996
|
+
"name": "data",
|
997
|
+
"type": "bytes"
|
998
|
+
}
|
999
|
+
],
|
1000
|
+
"internalType": "struct IRegistry.ObjectInfo",
|
1001
|
+
"name": "info",
|
1002
|
+
"type": "tuple"
|
1003
|
+
}
|
1004
|
+
],
|
1005
|
+
"stateMutability": "view",
|
1006
|
+
"type": "function"
|
1007
|
+
},
|
1008
|
+
{
|
1009
|
+
"inputs": [],
|
1010
|
+
"name": "getInitialProductInfo",
|
1011
|
+
"outputs": [
|
1012
|
+
{
|
1013
|
+
"components": [
|
1014
|
+
{
|
1015
|
+
"internalType": "bool",
|
1016
|
+
"name": "isProcessingFundedClaims",
|
1017
|
+
"type": "bool"
|
1018
|
+
},
|
1019
|
+
{
|
1020
|
+
"internalType": "bool",
|
1021
|
+
"name": "hasDistribution",
|
1022
|
+
"type": "bool"
|
1023
|
+
},
|
1024
|
+
{
|
1025
|
+
"internalType": "uint8",
|
1026
|
+
"name": "expectedNumberOfOracles",
|
1027
|
+
"type": "uint8"
|
1028
|
+
},
|
1029
|
+
{
|
1030
|
+
"internalType": "uint8",
|
1031
|
+
"name": "numberOfOracles",
|
1032
|
+
"type": "uint8"
|
1033
|
+
},
|
1034
|
+
{
|
1035
|
+
"internalType": "NftId",
|
1036
|
+
"name": "poolNftId",
|
1037
|
+
"type": "uint96"
|
1038
|
+
},
|
1039
|
+
{
|
1040
|
+
"internalType": "NftId",
|
1041
|
+
"name": "distributionNftId",
|
1042
|
+
"type": "uint96"
|
1043
|
+
},
|
1044
|
+
{
|
1045
|
+
"internalType": "NftId[]",
|
1046
|
+
"name": "oracleNftId",
|
1047
|
+
"type": "uint96[]"
|
1048
|
+
},
|
1049
|
+
{
|
1050
|
+
"components": [
|
1051
|
+
{
|
1052
|
+
"internalType": "UFixed",
|
1053
|
+
"name": "fractionalFee",
|
1054
|
+
"type": "uint256"
|
1055
|
+
},
|
1056
|
+
{
|
1057
|
+
"internalType": "uint256",
|
1058
|
+
"name": "fixedFee",
|
1059
|
+
"type": "uint256"
|
1060
|
+
}
|
1061
|
+
],
|
1062
|
+
"internalType": "struct Fee",
|
1063
|
+
"name": "productFee",
|
1064
|
+
"type": "tuple"
|
1065
|
+
},
|
1066
|
+
{
|
1067
|
+
"components": [
|
1068
|
+
{
|
1069
|
+
"internalType": "UFixed",
|
1070
|
+
"name": "fractionalFee",
|
1071
|
+
"type": "uint256"
|
1072
|
+
},
|
1073
|
+
{
|
1074
|
+
"internalType": "uint256",
|
1075
|
+
"name": "fixedFee",
|
1076
|
+
"type": "uint256"
|
1077
|
+
}
|
1078
|
+
],
|
1079
|
+
"internalType": "struct Fee",
|
1080
|
+
"name": "processingFee",
|
1081
|
+
"type": "tuple"
|
1082
|
+
},
|
1083
|
+
{
|
1084
|
+
"components": [
|
1085
|
+
{
|
1086
|
+
"internalType": "UFixed",
|
1087
|
+
"name": "fractionalFee",
|
1088
|
+
"type": "uint256"
|
1089
|
+
},
|
1090
|
+
{
|
1091
|
+
"internalType": "uint256",
|
1092
|
+
"name": "fixedFee",
|
1093
|
+
"type": "uint256"
|
1094
|
+
}
|
1095
|
+
],
|
1096
|
+
"internalType": "struct Fee",
|
1097
|
+
"name": "distributionFee",
|
1098
|
+
"type": "tuple"
|
1099
|
+
},
|
1100
|
+
{
|
1101
|
+
"components": [
|
1102
|
+
{
|
1103
|
+
"internalType": "UFixed",
|
1104
|
+
"name": "fractionalFee",
|
1105
|
+
"type": "uint256"
|
1106
|
+
},
|
1107
|
+
{
|
1108
|
+
"internalType": "uint256",
|
1109
|
+
"name": "fixedFee",
|
1110
|
+
"type": "uint256"
|
1111
|
+
}
|
1112
|
+
],
|
1113
|
+
"internalType": "struct Fee",
|
1114
|
+
"name": "minDistributionOwnerFee",
|
1115
|
+
"type": "tuple"
|
1116
|
+
},
|
1117
|
+
{
|
1118
|
+
"components": [
|
1119
|
+
{
|
1120
|
+
"internalType": "UFixed",
|
1121
|
+
"name": "fractionalFee",
|
1122
|
+
"type": "uint256"
|
1123
|
+
},
|
1124
|
+
{
|
1125
|
+
"internalType": "uint256",
|
1126
|
+
"name": "fixedFee",
|
1127
|
+
"type": "uint256"
|
1128
|
+
}
|
1129
|
+
],
|
1130
|
+
"internalType": "struct Fee",
|
1131
|
+
"name": "poolFee",
|
1132
|
+
"type": "tuple"
|
1133
|
+
},
|
1134
|
+
{
|
1135
|
+
"components": [
|
1136
|
+
{
|
1137
|
+
"internalType": "UFixed",
|
1138
|
+
"name": "fractionalFee",
|
1139
|
+
"type": "uint256"
|
1140
|
+
},
|
1141
|
+
{
|
1142
|
+
"internalType": "uint256",
|
1143
|
+
"name": "fixedFee",
|
1144
|
+
"type": "uint256"
|
1145
|
+
}
|
1146
|
+
],
|
1147
|
+
"internalType": "struct Fee",
|
1148
|
+
"name": "stakingFee",
|
1149
|
+
"type": "tuple"
|
1150
|
+
},
|
1151
|
+
{
|
1152
|
+
"components": [
|
1153
|
+
{
|
1154
|
+
"internalType": "UFixed",
|
1155
|
+
"name": "fractionalFee",
|
1156
|
+
"type": "uint256"
|
1157
|
+
},
|
1158
|
+
{
|
1159
|
+
"internalType": "uint256",
|
1160
|
+
"name": "fixedFee",
|
1161
|
+
"type": "uint256"
|
1162
|
+
}
|
1163
|
+
],
|
1164
|
+
"internalType": "struct Fee",
|
1165
|
+
"name": "performanceFee",
|
1166
|
+
"type": "tuple"
|
1167
|
+
}
|
1168
|
+
],
|
1169
|
+
"internalType": "struct IComponents.ProductInfo",
|
1170
|
+
"name": "poolInfo",
|
1171
|
+
"type": "tuple"
|
1172
|
+
}
|
1173
|
+
],
|
1174
|
+
"stateMutability": "view",
|
1175
|
+
"type": "function"
|
1176
|
+
},
|
1177
|
+
{
|
1178
|
+
"inputs": [],
|
1179
|
+
"name": "getInstance",
|
1180
|
+
"outputs": [
|
1181
|
+
{
|
1182
|
+
"internalType": "contract IInstance",
|
1183
|
+
"name": "instance",
|
1184
|
+
"type": "address"
|
1185
|
+
}
|
1186
|
+
],
|
1187
|
+
"stateMutability": "view",
|
1188
|
+
"type": "function"
|
1189
|
+
},
|
1190
|
+
{
|
1191
|
+
"inputs": [],
|
1192
|
+
"name": "getName",
|
1193
|
+
"outputs": [
|
1194
|
+
{
|
1195
|
+
"internalType": "string",
|
1196
|
+
"name": "name",
|
1197
|
+
"type": "string"
|
1198
|
+
}
|
1199
|
+
],
|
1200
|
+
"stateMutability": "view",
|
1201
|
+
"type": "function"
|
1202
|
+
},
|
1203
|
+
{
|
1204
|
+
"inputs": [],
|
1205
|
+
"name": "getNftId",
|
1206
|
+
"outputs": [
|
1207
|
+
{
|
1208
|
+
"internalType": "NftId",
|
1209
|
+
"name": "",
|
1210
|
+
"type": "uint96"
|
1211
|
+
}
|
1212
|
+
],
|
1213
|
+
"stateMutability": "view",
|
1214
|
+
"type": "function"
|
1215
|
+
},
|
1216
|
+
{
|
1217
|
+
"inputs": [],
|
1218
|
+
"name": "getOwner",
|
1219
|
+
"outputs": [
|
1220
|
+
{
|
1221
|
+
"internalType": "address",
|
1222
|
+
"name": "",
|
1223
|
+
"type": "address"
|
1224
|
+
}
|
1225
|
+
],
|
1226
|
+
"stateMutability": "view",
|
1227
|
+
"type": "function"
|
1228
|
+
},
|
1229
|
+
{
|
1230
|
+
"inputs": [],
|
1231
|
+
"name": "getRegistry",
|
1232
|
+
"outputs": [
|
1233
|
+
{
|
1234
|
+
"internalType": "contract IRegistry",
|
1235
|
+
"name": "",
|
1236
|
+
"type": "address"
|
1237
|
+
}
|
1238
|
+
],
|
1239
|
+
"stateMutability": "view",
|
1240
|
+
"type": "function"
|
1241
|
+
},
|
1242
|
+
{
|
1243
|
+
"inputs": [],
|
1244
|
+
"name": "getRelease",
|
1245
|
+
"outputs": [
|
1246
|
+
{
|
1247
|
+
"internalType": "VersionPart",
|
1248
|
+
"name": "release",
|
1249
|
+
"type": "uint8"
|
1250
|
+
}
|
1251
|
+
],
|
1252
|
+
"stateMutability": "pure",
|
1253
|
+
"type": "function"
|
1254
|
+
},
|
1255
|
+
{
|
1256
|
+
"inputs": [],
|
1257
|
+
"name": "getToken",
|
1258
|
+
"outputs": [
|
1259
|
+
{
|
1260
|
+
"internalType": "contract IERC20Metadata",
|
1261
|
+
"name": "token",
|
1262
|
+
"type": "address"
|
1263
|
+
}
|
1264
|
+
],
|
1265
|
+
"stateMutability": "view",
|
1266
|
+
"type": "function"
|
1267
|
+
},
|
1268
|
+
{
|
1269
|
+
"inputs": [],
|
1270
|
+
"name": "getTokenHandler",
|
1271
|
+
"outputs": [
|
1272
|
+
{
|
1273
|
+
"internalType": "contract TokenHandler",
|
1274
|
+
"name": "tokenHandler",
|
1275
|
+
"type": "address"
|
1276
|
+
}
|
1277
|
+
],
|
1278
|
+
"stateMutability": "view",
|
1279
|
+
"type": "function"
|
1280
|
+
},
|
1281
|
+
{
|
1282
|
+
"inputs": [],
|
1283
|
+
"name": "getWallet",
|
1284
|
+
"outputs": [
|
1285
|
+
{
|
1286
|
+
"internalType": "address",
|
1287
|
+
"name": "walletAddress",
|
1288
|
+
"type": "address"
|
1289
|
+
}
|
1290
|
+
],
|
1291
|
+
"stateMutability": "view",
|
1292
|
+
"type": "function"
|
1293
|
+
},
|
1294
|
+
{
|
1295
|
+
"inputs": [
|
1296
|
+
{
|
1297
|
+
"internalType": "string",
|
1298
|
+
"name": "cityName",
|
1299
|
+
"type": "string"
|
1300
|
+
}
|
1301
|
+
],
|
1302
|
+
"name": "initializeCity",
|
1303
|
+
"outputs": [
|
1304
|
+
{
|
1305
|
+
"internalType": "RiskId",
|
1306
|
+
"name": "risk",
|
1307
|
+
"type": "bytes8"
|
1308
|
+
}
|
1309
|
+
],
|
1310
|
+
"stateMutability": "nonpayable",
|
1311
|
+
"type": "function"
|
1312
|
+
},
|
1313
|
+
{
|
1314
|
+
"inputs": [],
|
1315
|
+
"name": "isConsumingScheduledOp",
|
1316
|
+
"outputs": [
|
1317
|
+
{
|
1318
|
+
"internalType": "bytes4",
|
1319
|
+
"name": "",
|
1320
|
+
"type": "bytes4"
|
1321
|
+
}
|
1322
|
+
],
|
1323
|
+
"stateMutability": "view",
|
1324
|
+
"type": "function"
|
1325
|
+
},
|
1326
|
+
{
|
1327
|
+
"inputs": [],
|
1328
|
+
"name": "isNftInterceptor",
|
1329
|
+
"outputs": [
|
1330
|
+
{
|
1331
|
+
"internalType": "bool",
|
1332
|
+
"name": "isInterceptor",
|
1333
|
+
"type": "bool"
|
1334
|
+
}
|
1335
|
+
],
|
1336
|
+
"stateMutability": "view",
|
1337
|
+
"type": "function"
|
1338
|
+
},
|
1339
|
+
{
|
1340
|
+
"inputs": [],
|
1341
|
+
"name": "isRegistered",
|
1342
|
+
"outputs": [
|
1343
|
+
{
|
1344
|
+
"internalType": "bool",
|
1345
|
+
"name": "",
|
1346
|
+
"type": "bool"
|
1347
|
+
}
|
1348
|
+
],
|
1349
|
+
"stateMutability": "view",
|
1350
|
+
"type": "function"
|
1351
|
+
},
|
1352
|
+
{
|
1353
|
+
"inputs": [],
|
1354
|
+
"name": "linkToRegisteredNftId",
|
1355
|
+
"outputs": [
|
1356
|
+
{
|
1357
|
+
"internalType": "NftId",
|
1358
|
+
"name": "nftId",
|
1359
|
+
"type": "uint96"
|
1360
|
+
}
|
1361
|
+
],
|
1362
|
+
"stateMutability": "nonpayable",
|
1363
|
+
"type": "function"
|
1364
|
+
},
|
1365
|
+
{
|
1366
|
+
"inputs": [],
|
1367
|
+
"name": "lock",
|
1368
|
+
"outputs": [],
|
1369
|
+
"stateMutability": "nonpayable",
|
1370
|
+
"type": "function"
|
1371
|
+
},
|
1372
|
+
{
|
1373
|
+
"inputs": [
|
1374
|
+
{
|
1375
|
+
"internalType": "address",
|
1376
|
+
"name": "from",
|
1377
|
+
"type": "address"
|
1378
|
+
},
|
1379
|
+
{
|
1380
|
+
"internalType": "address",
|
1381
|
+
"name": "to",
|
1382
|
+
"type": "address"
|
1383
|
+
},
|
1384
|
+
{
|
1385
|
+
"internalType": "uint256",
|
1386
|
+
"name": "tokenId",
|
1387
|
+
"type": "uint256"
|
1388
|
+
},
|
1389
|
+
{
|
1390
|
+
"internalType": "address",
|
1391
|
+
"name": "operator",
|
1392
|
+
"type": "address"
|
1393
|
+
}
|
1394
|
+
],
|
1395
|
+
"name": "nftTransferFrom",
|
1396
|
+
"outputs": [],
|
1397
|
+
"stateMutability": "nonpayable",
|
1398
|
+
"type": "function"
|
1399
|
+
},
|
1400
|
+
{
|
1401
|
+
"inputs": [
|
1402
|
+
{
|
1403
|
+
"internalType": "string",
|
1404
|
+
"name": "cityName",
|
1405
|
+
"type": "string"
|
1406
|
+
}
|
1407
|
+
],
|
1408
|
+
"name": "pauseCity",
|
1409
|
+
"outputs": [],
|
1410
|
+
"stateMutability": "nonpayable",
|
1411
|
+
"type": "function"
|
1412
|
+
},
|
1413
|
+
{
|
1414
|
+
"inputs": [
|
1415
|
+
{
|
1416
|
+
"internalType": "NftId",
|
1417
|
+
"name": "policyNftId",
|
1418
|
+
"type": "uint96"
|
1419
|
+
},
|
1420
|
+
{
|
1421
|
+
"internalType": "ClaimId",
|
1422
|
+
"name": "claimId",
|
1423
|
+
"type": "uint16"
|
1424
|
+
},
|
1425
|
+
{
|
1426
|
+
"internalType": "Amount",
|
1427
|
+
"name": "availableAmount",
|
1428
|
+
"type": "uint96"
|
1429
|
+
}
|
1430
|
+
],
|
1431
|
+
"name": "processFundedClaim",
|
1432
|
+
"outputs": [],
|
1433
|
+
"stateMutability": "nonpayable",
|
1434
|
+
"type": "function"
|
1435
|
+
},
|
1436
|
+
{
|
1437
|
+
"inputs": [
|
1438
|
+
{
|
1439
|
+
"internalType": "address",
|
1440
|
+
"name": "component",
|
1441
|
+
"type": "address"
|
1442
|
+
}
|
1443
|
+
],
|
1444
|
+
"name": "registerComponent",
|
1445
|
+
"outputs": [
|
1446
|
+
{
|
1447
|
+
"internalType": "NftId",
|
1448
|
+
"name": "componentNftId",
|
1449
|
+
"type": "uint96"
|
1450
|
+
}
|
1451
|
+
],
|
1452
|
+
"stateMutability": "nonpayable",
|
1453
|
+
"type": "function"
|
1454
|
+
},
|
1455
|
+
{
|
1456
|
+
"inputs": [
|
1457
|
+
{
|
1458
|
+
"internalType": "uint256",
|
1459
|
+
"name": "fireId",
|
1460
|
+
"type": "uint256"
|
1461
|
+
},
|
1462
|
+
{
|
1463
|
+
"internalType": "string",
|
1464
|
+
"name": "cityName",
|
1465
|
+
"type": "string"
|
1466
|
+
},
|
1467
|
+
{
|
1468
|
+
"internalType": "DamageLevel",
|
1469
|
+
"name": "damageLevel",
|
1470
|
+
"type": "uint8"
|
1471
|
+
},
|
1472
|
+
{
|
1473
|
+
"internalType": "Timestamp",
|
1474
|
+
"name": "reportedAt",
|
1475
|
+
"type": "uint40"
|
1476
|
+
}
|
1477
|
+
],
|
1478
|
+
"name": "reportFire",
|
1479
|
+
"outputs": [],
|
1480
|
+
"stateMutability": "nonpayable",
|
1481
|
+
"type": "function"
|
1482
|
+
},
|
1483
|
+
{
|
1484
|
+
"inputs": [
|
1485
|
+
{
|
1486
|
+
"internalType": "string",
|
1487
|
+
"name": "cityName",
|
1488
|
+
"type": "string"
|
1489
|
+
}
|
1490
|
+
],
|
1491
|
+
"name": "riskId",
|
1492
|
+
"outputs": [
|
1493
|
+
{
|
1494
|
+
"internalType": "RiskId",
|
1495
|
+
"name": "",
|
1496
|
+
"type": "bytes8"
|
1497
|
+
}
|
1498
|
+
],
|
1499
|
+
"stateMutability": "view",
|
1500
|
+
"type": "function"
|
1501
|
+
},
|
1502
|
+
{
|
1503
|
+
"inputs": [
|
1504
|
+
{
|
1505
|
+
"internalType": "address",
|
1506
|
+
"name": "newAuthority",
|
1507
|
+
"type": "address"
|
1508
|
+
}
|
1509
|
+
],
|
1510
|
+
"name": "setAuthority",
|
1511
|
+
"outputs": [],
|
1512
|
+
"stateMutability": "nonpayable",
|
1513
|
+
"type": "function"
|
1514
|
+
},
|
1515
|
+
{
|
1516
|
+
"inputs": [
|
1517
|
+
{
|
1518
|
+
"components": [
|
1519
|
+
{
|
1520
|
+
"internalType": "UFixed",
|
1521
|
+
"name": "fractionalFee",
|
1522
|
+
"type": "uint256"
|
1523
|
+
},
|
1524
|
+
{
|
1525
|
+
"internalType": "uint256",
|
1526
|
+
"name": "fixedFee",
|
1527
|
+
"type": "uint256"
|
1528
|
+
}
|
1529
|
+
],
|
1530
|
+
"internalType": "struct Fee",
|
1531
|
+
"name": "productFee",
|
1532
|
+
"type": "tuple"
|
1533
|
+
},
|
1534
|
+
{
|
1535
|
+
"components": [
|
1536
|
+
{
|
1537
|
+
"internalType": "UFixed",
|
1538
|
+
"name": "fractionalFee",
|
1539
|
+
"type": "uint256"
|
1540
|
+
},
|
1541
|
+
{
|
1542
|
+
"internalType": "uint256",
|
1543
|
+
"name": "fixedFee",
|
1544
|
+
"type": "uint256"
|
1545
|
+
}
|
1546
|
+
],
|
1547
|
+
"internalType": "struct Fee",
|
1548
|
+
"name": "processingFee",
|
1549
|
+
"type": "tuple"
|
1550
|
+
}
|
1551
|
+
],
|
1552
|
+
"name": "setFees",
|
1553
|
+
"outputs": [],
|
1554
|
+
"stateMutability": "nonpayable",
|
1555
|
+
"type": "function"
|
1556
|
+
},
|
1557
|
+
{
|
1558
|
+
"inputs": [
|
1559
|
+
{
|
1560
|
+
"internalType": "address",
|
1561
|
+
"name": "newWallet",
|
1562
|
+
"type": "address"
|
1563
|
+
}
|
1564
|
+
],
|
1565
|
+
"name": "setWallet",
|
1566
|
+
"outputs": [],
|
1567
|
+
"stateMutability": "nonpayable",
|
1568
|
+
"type": "function"
|
1569
|
+
},
|
1570
|
+
{
|
1571
|
+
"inputs": [
|
1572
|
+
{
|
1573
|
+
"internalType": "NftId",
|
1574
|
+
"name": "policyNftId",
|
1575
|
+
"type": "uint96"
|
1576
|
+
},
|
1577
|
+
{
|
1578
|
+
"internalType": "uint256",
|
1579
|
+
"name": "fireId",
|
1580
|
+
"type": "uint256"
|
1581
|
+
}
|
1582
|
+
],
|
1583
|
+
"name": "submitClaim",
|
1584
|
+
"outputs": [
|
1585
|
+
{
|
1586
|
+
"internalType": "ClaimId",
|
1587
|
+
"name": "claimId",
|
1588
|
+
"type": "uint16"
|
1589
|
+
},
|
1590
|
+
{
|
1591
|
+
"internalType": "PayoutId",
|
1592
|
+
"name": "payoutId",
|
1593
|
+
"type": "uint40"
|
1594
|
+
}
|
1595
|
+
],
|
1596
|
+
"stateMutability": "nonpayable",
|
1597
|
+
"type": "function"
|
1598
|
+
},
|
1599
|
+
{
|
1600
|
+
"inputs": [
|
1601
|
+
{
|
1602
|
+
"internalType": "bytes4",
|
1603
|
+
"name": "interfaceId",
|
1604
|
+
"type": "bytes4"
|
1605
|
+
}
|
1606
|
+
],
|
1607
|
+
"name": "supportsInterface",
|
1608
|
+
"outputs": [
|
1609
|
+
{
|
1610
|
+
"internalType": "bool",
|
1611
|
+
"name": "",
|
1612
|
+
"type": "bool"
|
1613
|
+
}
|
1614
|
+
],
|
1615
|
+
"stateMutability": "view",
|
1616
|
+
"type": "function"
|
1617
|
+
},
|
1618
|
+
{
|
1619
|
+
"inputs": [],
|
1620
|
+
"name": "unlock",
|
1621
|
+
"outputs": [],
|
1622
|
+
"stateMutability": "nonpayable",
|
1623
|
+
"type": "function"
|
1624
|
+
},
|
1625
|
+
{
|
1626
|
+
"inputs": [
|
1627
|
+
{
|
1628
|
+
"internalType": "string",
|
1629
|
+
"name": "cityName",
|
1630
|
+
"type": "string"
|
1631
|
+
}
|
1632
|
+
],
|
1633
|
+
"name": "unpauseCity",
|
1634
|
+
"outputs": [],
|
1635
|
+
"stateMutability": "nonpayable",
|
1636
|
+
"type": "function"
|
1637
|
+
},
|
1638
|
+
{
|
1639
|
+
"inputs": [
|
1640
|
+
{
|
1641
|
+
"internalType": "Amount",
|
1642
|
+
"name": "amount",
|
1643
|
+
"type": "uint96"
|
1644
|
+
}
|
1645
|
+
],
|
1646
|
+
"name": "withdrawFees",
|
1647
|
+
"outputs": [
|
1648
|
+
{
|
1649
|
+
"internalType": "Amount",
|
1650
|
+
"name": "withdrawnAmount",
|
1651
|
+
"type": "uint96"
|
1652
|
+
}
|
1653
|
+
],
|
1654
|
+
"stateMutability": "nonpayable",
|
1655
|
+
"type": "function"
|
1656
|
+
}
|
1657
|
+
],
|
1658
|
+
"bytecode": "0x608060405234801561000f575f80fd5b50604051616d20380380616d2083398101604081905261002e91610da3565b3361003d868686868686610048565b5050505050506110dd565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000810460ff1615906001600160401b03165f811580156100915750825b90505f826001600160401b031660011480156100ac5750303b155b9050811580156100ba575080155b156100d85760405163f92ee8a960e01b815260040160405180910390fd5b84546001600160401b0319166001178555831561010657845460ff60401b1916680100000000000000001785555b6101178b8b89898d8d5f808061016a565b831561015d57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b5050505050505050505050565b6101726101a4565b610199898989898989895f8a8a60405180602001604052805f8152506101f460201b60201c565b505050505050505050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005468010000000000000000900460ff166101f257604051631afcd79f60e31b815260040160405180910390fd5b565b6101fc6101a4565b61020e8b8b8989600c8e8b8f89610391565b5f7f0bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d6800805461ffff191686151561ff00191617610100861515021762ff000019166201000060ff861602178155905061026c610267600c90565b6105c6565b81546001600160a01b03919091166301000000026301000000600160b81b031990911617815561029d610267601490565b6001820180546001600160a01b0319166001600160a01b03929092169190911790556102ca610267601590565b6002820180546001600160a01b0319166001600160a01b03929092169190911790556102f7610267601790565b6003820180546001600160a01b0319166001600160a01b0392909216919091179055610324610267601a90565b6004820180546001600160a01b0319166001600160a01b0392909216919091179055610351610267600b90565b6005820180546001600160a01b0319166001600160a01b0392909216919091179055610383631c56415960e31b6106e1565b505050505050505050505050565b6103996101a4565b5f6103a58a8a8861070d565b90505f7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f0060405163bf8e179760e01b81526001600160601b03841660048201529091506001600160a01b038c169063bf8e179790602401602060405180830381865afa158015610417573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061043b9190610e3a565b81546001600160a01b0319166001600160a01b039190911690811782556040805163bf7e214f60e01b815290516104db929163bf7e214f9160048083019260209291908290030181865afa158015610495573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104b99190610e3a565b8c8c8c8c8c8b8b60405180602001604052805f8152508c6107bc60201b60201c565b8054604080516302cd307160e01b815290516001600160a01b03909216916302cd3071916004808201926020929091908290030181865afa158015610522573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105469190610e3a565b6001820180546001600160a01b03199081166001600160a01b0393841617909155600283018054909116918816919091179055610584610267600b90565b6003820180546001600160a01b0319166001600160a01b03929092169190911790556105b6634a531f3360e01b6106e1565b61015d6307bb0a0360e51b6106e1565b5f807fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f0054604080516376b707b760e01b815290516001600160a01b03909216916376b707b7916004808201926020929091908290030181865afa15801561062f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106539190610e6e565b90506106676001546001600160a01b031690565b60405163d39e604360e01b815260ff8086166004830152831660248201526001600160a01b03919091169063d39e604390604401602060405180830381865afa1580156106b6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106da9190610e3a565b9392505050565b6106e96101a4565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b5f60ff8216600c0361072e576107258484600a6108c1565b508290506106da565b5f61073b8585600c6108c1565b6040516305247a1760e51b81526001600160601b03861660048201529091506001600160a01b0382169063a48f42e0906024015f60405180830381865afa158015610788573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526107af9190810190610eb6565b6020015195945050505050565b6107c46101a4565b6001600160a01b0386166107eb576040516327eab2e360e11b815260040160405180910390fd5b86515f0361080c5760405163591eebf360e11b815260040160405180910390fd5b61081a89898787878761098b565b6108238a610a3d565b7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f008061084f898261100a565b506001810180546001600160a01b0319166001600160a01b0389161790556002810180546001600160a81b0319163060ff60a01b191617600160a01b87151502179055600381016108a0838261100a565b506108b1634a531f3360e01b6106e1565b61015d632986755f60e11b6106e1565b6040516305247a1760e51b81526001600160601b038316600482015283905f906001600160a01b0383169063a48f42e0906024015f60405180830381865afa15801561090f573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526109369190810190610eb6565b905061094d81604001518460ff9081169116141590565b1561098357604080820151905163b0c1f6eb60e01b815260ff808616600483015290911660248201526044015b60405180910390fd5b509392505050565b6109936101a4565b61099d8683610a51565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166001600160681b0319909116176c0100000000000000000000000060ff8716021760ff60681b19166d0100000000000000000000000000851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa301610a33838261100a565b5050505050505050565b610a456101a4565b610a4e81610ae3565b50565b610a596101a4565b610a6282610af4565b610a6a610c00565b6001600160a01b038116610a915760405163f17ef42d60e01b815260040160405180910390fd5b7f07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f0080546001600160601b03166c010000000000000000000000006001600160a01b039093169290920291909117905550565b610aeb6101a4565b610a4e81610c45565b610afc6101a4565b806001600160a01b03163b5f03610b315760405163fdeac91f60e01b81526001600160a01b038216600482015260240161097a565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b81526325713e4b60e21b60048201526301ffc9a790602401602060405180830381865afa925050508015610bab575060408051601f3d908101601f19168201909252610ba8918101906110c4565b60015b610bd35760405163fdeac91f60e01b81526001600160a01b038216600482015260240161097a565b80610bfc5760405163fdeac91f60e01b81526001600160a01b038316600482015260240161097a565b5050565b610c086101a4565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b7ff3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a0080546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6001600160a01b0381168114610a4e575f80fd5b8051610cd781610cb8565b919050565b80516001600160601b0381168114610cd7575f80fd5b634e487b7160e01b5f52604160045260245ffd5b60405160e081016001600160401b0381118282101715610d2857610d28610cf2565b60405290565b5f806001600160401b03841115610d4757610d47610cf2565b50604051601f19601f85018116603f011681018181106001600160401b0382111715610d7557610d75610cf2565b604052838152905080828401851015610d8c575f80fd5b8383602083015e5f60208583010152509392505050565b5f805f805f60a08688031215610db7575f80fd5b8551610dc281610cb8565b9450610dd060208701610cdc565b60408701519094506001600160401b03811115610deb575f80fd5b8601601f81018813610dfb575f80fd5b610e0a88825160208401610d2e565b9350506060860151610e1b81610cb8565b6080870151909250610e2c81610cb8565b809150509295509295909350565b5f60208284031215610e4a575f80fd5b81516106da81610cb8565b60ff81168114610a4e575f80fd5b8051610cd781610e55565b5f60208284031215610e7e575f80fd5b81516106da81610e55565b80518015158114610cd7575f80fd5b5f82601f830112610ea7575f80fd5b6106da83835160208501610d2e565b5f60208284031215610ec6575f80fd5b81516001600160401b03811115610edb575f80fd5b820160e08185031215610eec575f80fd5b610ef4610d06565b610efd82610cdc565b8152610f0b60208301610cdc565b6020820152610f1c60408301610e63565b6040820152610f2d60608301610e89565b6060820152610f3e60808301610ccc565b6080820152610f4f60a08301610ccc565b60a082015260c08201516001600160401b03811115610f6c575f80fd5b610f7886828501610e98565b60c083015250949350505050565b600181811c90821680610f9a57607f821691505b602082108103610fb857634e487b7160e01b5f52602260045260245ffd5b50919050565b601f82111561100557805f5260205f20601f840160051c81016020851015610fe35750805b601f840160051c820191505b81811015611002575f8155600101610fef565b50505b505050565b81516001600160401b0381111561102357611023610cf2565b611037816110318454610f86565b84610fbe565b6020601f821160018114611069575f83156110525750848201515b5f19600385901b1c1916600184901b178455611002565b5f84815260208120601f198516915b828110156110985787850151825560209485019460019092019101611078565b50848210156110b557868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b5f602082840312156110d4575f80fd5b6106da82610e89565b615c36806110ea5f395ff3fe608060405234801561000f575f80fd5b5060043610610333575f3560e01c80638899278a116101af578063bae99c99116100fe578063e1f216fa1161009e578063eb0df31911610079578063eb0df3191461078f578063f179d064146107a2578063f29d9cd8146107b5578063f83d08ba146107e8575f80fd5b8063e1f216fa14610741578063e9b2460c14610754578063ea15869f14610768575f80fd5b8063c9d87e69116100d9578063c9d87e69146106e3578063d8fb2577146106eb578063de7b5d14146106fe578063deaa59df1461072e575f80fd5b8063bae99c99146106b3578063bf7e214f146106c6578063c108bd4c146106ce575f80fd5b8063a7407c7111610169578063ada9652e11610144578063ada9652e14610671578063b423086c14610685578063b6b412ba1461068d578063b8bc787e146106a0575f80fd5b8063a7407c7114610638578063aa5ae5aa1461064b578063ad12ad601461065e575f80fd5b80638899278a146105d7578063893d20e8146105df5780638fb36037146105e757806390edbd35146106085780639ffcede91461061d578063a69df4b514610630575f80fd5b8063330234fc116102855780636078a3b2116102255780636bd1c0eb116102005780636bd1c0eb1461055157806376b707b7146105815780637a9e5e4b1461059b5780637baa9a0b146105ae575f80fd5b80636078a3b214610523578063644c45e01461053657806364854f9b1461053e575f80fd5b80634545177f116102605780634545177f146104e45780635349d2a8146104f75780635741e5e91461050a5780635ab1bd5314610512575f80fd5b8063330234fc146104a9578063419197fe146104c957806343d752d3146104dc575f80fd5b8063138461e0116102f05780631eff4b22116102cb5780631eff4b221461043d57806321df0da714610472578063223668441461047a5780632eb3e6f414610482575f80fd5b8063138461e0146103f557806317d7de7c146104155780631c6b21901461042a575f80fd5b806301ffc9a714610337578063034dac63146103785780630aaba8e81461038d5780630bb9b257146103a05780630fec111c146103c057806313299604146103d5575b5f80fd5b61036361034536600461471c565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61038b6103863660046148d3565b6107f0565b005b61038b61039b36600461494e565b610a92565b6103b36103ae366004614969565b610af1565b60405161036f91906149ae565b6103c8610bdb565b60405161036f91906149f3565b6103dd610d99565b6040516001600160a01b03909116815260200161036f565b6103fd610dab565b6040516001600160601b03909116815260200161036f565b61041d610dba565b60405161036f9190614a7f565b6103fd61043836600461494e565b610dca565b6104647f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b60405190815260200161036f565b6103dd610e20565b610363610e32565b6104647fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f0081565b6104bc6104b7366004614a91565b610f28565b60405161036f9190614ac2565b61038b6104d7366004614aeb565b611107565b6103dd611359565b61041d6104f2366004614969565b61136b565b6103fd610505366004614b37565b611416565b6103636114d8565b6001546001600160a01b03166103dd565b6103fd610531366004614bcc565b61158c565b6103fd611655565b6103fd61054c366004614be7565b611670565b7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f02546001600160a01b03166103dd565b6105896117ae565b60405160ff909116815260200161036f565b61038b6105a9366004614bcc565b611822565b6105c16105bc366004614c4c565b6118a8565b60405164ffffffffff909116815260200161036f565b610464600381565b6103dd61190d565b6105ef611a3e565b6040516001600160e01b0319909116815260200161036f565b610610611a73565b60405161036f9190614c78565b61038b61062b36600461494e565b611a98565b61038b611af2565b6103fd610646366004614be7565b611b90565b61038b610659366004614c4c565b611cca565b61038b61066c366004614ce3565b611d2f565b6104645f80516020615b6183398151915281565b610610611dd1565b61038b61069b366004614d57565b611de1565b6104bc6106ae366004614a91565b611e2f565b61038b6106c136600461494e565b611e40565b6103dd611e8f565b6106d6611eaa565b60405161036f9190614dcd565b600254610464565b61038b6106f9366004614a91565b612422565b7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f00546001600160a01b03166103dd565b61038b61073c366004614bcc565b612523565b61038b61074f366004614f26565b61290b565b6104645f80516020615bc183398151915281565b6104647fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0081565b61038b61079d366004614a91565b612921565b6103fd6107b0366004614f6e565b612a1d565b6107c86107c3366004614fde565b612d1c565b6040805161ffff909316835264ffffffffff90911660208301520161036f565b61038b612fee565b6107fc335b5f36613062565b60038360405161080c919061501f565b90815260405190819003602001812054637bc32ecf60e01b825273__$32e9ecefef68cb354d118e0496fdd3f4bc$__91637bc32ecf91610862916001600160c01b031960c09290921b9190911690600401614ac2565b602060405180830381865af415801561087d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108a19190615039565b156108ca57826040516316add56760e21b81526004016108c19190614a7f565b60405180910390fd5b6109488173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af4158015610915573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610939919061505d565b64ffffffffff90811691161190565b156109665760405163a9f68a6b60e01b815260040160405180910390fd5b5f8481526004602081905260409182902060010154915163790a38ad60e01b815261010090920464ffffffffff169082015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063790a38ad90602401602060405180830381865af41580156109d2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109f69190615039565b610a1357604051636ec7628b60e11b815260040160405180910390fd5b6040805160608101825284815260ff841660208083019190915264ffffffffff8416828401525f87815260049091529190912081518190610a5490826150f4565b5060208201516001909101805460409093015164ffffffffff166101000265ffffffffffff1990931660ff9092169190911791909117905550505050565b610a9b336107f5565b610aa361190d565b6001600160a01b0316336001600160a01b031614610ad65760405163086391f760e31b81523360048201526024016108c1565b806015610ae38282613160565b610aec83613217565b505050565b604080516060808201835281525f60208201819052918101919091525f8281526004602052604090819020815160608101909252805482908290610b3490615078565b80601f0160208091040260200160405190810160405280929190818152602001828054610b6090615078565b8015610bab5780601f10610b8257610100808354040283529160200191610bab565b820191905f5260205f20905b815481529060010190602001808311610b8e57829003601f168201915b50505091835250506001919091015460ff81166020830152610100900464ffffffffff1660409091015292915050565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c08101919091525f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610c8b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610caf91906151b9565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a001610cf761190d565b6001600160a01b03168152602001826001018054610d1490615078565b80601f0160208091040260200160405190810160405280929190818152602001828054610d4090615078565b8015610d8b5780601f10610d6257610100808354040283529160200191610d8b565b820191905f5260205f20905b815481529060010190602001808311610d6e57829003601f168201915b505050505081525091505090565b5f610da2611a73565b60600151905090565b5f610db530613281565b905090565b6060610dc4611a73565b51919050565b5f610dd361190d565b6001600160a01b0316336001600160a01b031614610e065760405163086391f760e31b81523360048201526024016108c1565b610e0f336107f5565b610e188261347a565b90505b919050565b5f610e29611a73565b60200151905090565b5f610e456001546001600160a01b031690565b604051632f2a35f760e11b81523060048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015610e89573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ead91906151b9565b6040516330b8415f60e01b81526001600160601b03909116600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610f04573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610db59190615039565b5f600382604051610f39919061501f565b90815260405190819003602001812054637bc32ecf60e01b825273__$32e9ecefef68cb354d118e0496fdd3f4bc$__91637bc32ecf91610f8f916001600160c01b031960c09290921b9190911690600401614ac2565b602060405180830381865af4158015610faa573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610fce9190615039565b610ffb57600382604051610fe2919061501f565b9081526040519081900360200190205460c01b92915050565b600280546001810182555f919091527f405787fa12a823e0f2b7631cc41b3ba8828b3321ca811111fa75cd3aa3bb5ace0161103683826150f4565b5060405163253a42dd60e11b815273__$32e9ecefef68cb354d118e0496fdd3f4bc$__90634a7485ba9061106e908590600401614a7f565b602060405180830381865af4158015611089573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110ad91906151df565b90506110c78160405180602001604052805f8152506134d2565b806003836040516110d8919061501f565b908152604051908190036020019020805460c09290921c67ffffffffffffffff19909216919091179055919050565b61110f61190d565b6001600160a01b0316336001600160a01b0316146111425760405163086391f760e31b81523360048201526024016108c1565b3061114b610d99565b6001600160a01b0316146111725760405163b6d7537f60e01b815260040160405180910390fd5b60405163046e44af60e11b81526001600160601b03821660048201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__906308dc895e90602401602060405180830381865af41580156111ca573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111ee91906151fa565b90505f6112658373__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af415801561123c573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061126091906151b9565b61353f565b1561127257505f19905060015b7f99d7b1d3869e469ab19cd2c6e66718a63bca93dc1a2d27d375cb4bebbf5348ce61129b611359565b604080516001600160a01b0390921682526001600160601b03861660208301528315159082015260600160405180910390a1836001600160a01b031663095ea7b36112e4611359565b6040516001600160e01b031960e084901b1681526001600160a01b039091166004820152602481018590526044016020604051808303815f875af115801561132e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113529190615039565b5050505050565b5f611362611a73565b60400151905090565b60606002828154811061138057611380615211565b905f5260205f2001805461139390615078565b80601f01602080910402602001604051908101604052809291908181526020018280546113bf90615078565b801561140a5780601f106113e15761010080835404028352916020019161140a565b820191905f5260205f20905b8154815290600101906020018083116113ed57829003601f168201915b50505050509050919050565b5f82601f6114248282613160565b7f0bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d6804545f906001600160a01b031663f4bfe53a61145e611655565b8b8d8c8c8c8c6040518863ffffffff1660e01b81526004016114869796959493929190615225565b61024060405180830381865afa1580156114a2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114c691906152a2565b60a001519a9950505050505050505050565b5f6114e1610e32565b1561155c576001546001600160a01b03166040516308b09a5f60e41b81523060048201526001600160a01b039190911690638b09a5f0906024015f60405180830381865afa158015611535573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610da2919081019061546e565b507fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0254600160a01b900460ff1690565b5f61159561190d565b6001600160a01b0316336001600160a01b0316146115c85760405163086391f760e31b81523360048201526024016108c1565b7f0bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d68055460405163303c51d960e11b81526001600160a01b03848116600483015290911690636078a3b2906024015b6020604051808303815f875af1158015611631573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e1891906151b9565b5f80516020615b61833981519152546001600160601b031690565b5f61167a336107f5565b81601f6116878282613160565b335f61169289610f28565b90505f61171689838a60405180602001604052805f8152508b73__$05887d5853069c88bcd4c0a2107db45f29$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156116f2573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061050591906151df565b90506117a083838b848c8c73__$05887d5853069c88bcd4c0a2107db45f29$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015611768573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061178c91906151df565b60405180602001604052805f8152506135cb565b9a9950505050505050505050565b604051632392b61b60e21b8152600360048201525f9073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af41580156117fe573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610db5919061553e565b3361182b611e8f565b6001600160a01b0316816001600160a01b0316146118665760405162d1953b60e31b81526001600160a01b03821660048201526024016108c1565b816001600160a01b03163b5f0361189b576040516361798f2f60e11b81526001600160a01b03831660048201526024016108c1565b6118a482613675565b5050565b5f6118b2336107f5565b6118ba61190d565b6001600160a01b0316336001600160a01b0316146118ed5760405163086391f760e31b81523360048201526024016108c1565b8260156118fa8282613160565b61190485856136d5565b95945050505050565b5f805f80516020615b6183398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611979573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061199d9190615039565b15611a28576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa1580156119fe573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a229190615559565b91505090565b54600160601b90046001600160a01b0316919050565b5f80516020615b8183398151915280545f9190600160a01b900460ff16611a65575f611a22565b638fb3603760e01b91505090565b611a7b6146d5565b611a83610e32565b15611a9057610db5613766565b610db5611dd1565b611aa1336107f5565b611aa961190d565b6001600160a01b0316336001600160a01b031614611adc5760405163086391f760e31b81523360048201526024016108c1565b806015611ae98282613160565b610aec83613913565b611afa61190d565b6001600160a01b0316336001600160a01b031614611b2d5760405163086391f760e31b81523360048201526024016108c1565b611b37600a613958565b60405163581e954760e11b81525f60048201526001600160a01b03919091169063b03d2a8e906024015b5f604051808303815f87803b158015611b78575f80fd5b505af1158015611b8a573d5f803e3d5ffd5b50505050565b5f81601f611b9e8282613160565b5f600388604051611baf919061501f565b90815260405190819003602001812054637bc32ecf60e01b825260c01b915073__$32e9ecefef68cb354d118e0496fdd3f4bc$__90637bc32ecf90611c02906001600160c01b0319851690600401614ac2565b602060405180830381865af4158015611c1d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c419190615039565b15611c6157876040516316add56760e21b81526004016108c19190614a7f565b611cbe87828860405180602001604052805f8152508973__$05887d5853069c88bcd4c0a2107db45f29$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156116f2573d5f803e3d5ffd5b98975050505050505050565b611cd3336107f5565b611cdb61190d565b6001600160a01b0316336001600160a01b031614611d0e5760405163086391f760e31b81523360048201526024016108c1565b816015611d1b8282613160565b611d258484613a6c565b611b8a8484613abe565b6001546001600160a01b03166001600160a01b031663120726c36040518163ffffffff1660e01b8152600401602060405180830381865afa158015611d76573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d9a9190615559565b6001600160a01b0316336001600160a01b031614611dcc5760405162f0630960e01b81523360048201526024016108c1565b611b8a565b611dd96146d5565b610db5613766565b611de961190d565b6001600160a01b0316336001600160a01b031614611e1c5760405163086391f760e31b81523360048201526024016108c1565b611e25336107f5565b6118a48282613b10565b5f600382604051610fe2919061501f565b611e4861190d565b6001600160a01b0316336001600160a01b031614611e7b5760405163086391f760e31b81523360048201526024016108c1565b611e8c611e86610e20565b82611107565b50565b5f80516020615b81833981519152546001600160a01b031690565b611f80604080516101c0810182525f808252602080830182905282840182905260608084018390526080840183905260a0840183905260c08401528351808501855282815280820183905260e084015283518085018552828152808201839052610100840152835180850185528281528082018390526101208401528351808501855282815280820183905261014084015283518085018552828152808201839052610160840152835180850185528281528082018390526101808401528351808501909452818452830152906101a082015290565b604080516101c0810182525f8082525f80516020615bc1833981519152805460ff6101008204811615156020808701919091526201000090920416848601526060840192909252835163bc1b392d60e01b815293519093608084019273__$94a2c899be079b00d952d0d84fffaa5c34$__9263bc1b392d9260048082019392918290030181865af4158015612017573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061203b91906151b9565b6001600160601b0316815260200173__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015612090573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906120b491906151b9565b6001600160601b03168152825460209091019062010000900460ff166001600160401b038111156120e7576120e7614743565b604051908082528060200260200182016040528015612110578160200160208202803683370190505b50815260200173__$58e11c6004c5796aaa8c56e718245e69a2$__63bc1b392d6040518163ffffffff1660e01b81526004016040805180830381865af415801561215c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906121809190615574565b815260200173__$58e11c6004c5796aaa8c56e718245e69a2$__63bc1b392d6040518163ffffffff1660e01b81526004016040805180830381865af41580156121cb573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906121ef9190615574565b815260200173__$58e11c6004c5796aaa8c56e718245e69a2$__63bc1b392d6040518163ffffffff1660e01b81526004016040805180830381865af415801561223a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061225e9190615574565b815260200173__$58e11c6004c5796aaa8c56e718245e69a2$__63bc1b392d6040518163ffffffff1660e01b81526004016040805180830381865af41580156122a9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122cd9190615574565b815260200173__$58e11c6004c5796aaa8c56e718245e69a2$__63bc1b392d6040518163ffffffff1660e01b81526004016040805180830381865af4158015612318573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061233c9190615574565b815260200173__$58e11c6004c5796aaa8c56e718245e69a2$__63bc1b392d6040518163ffffffff1660e01b81526004016040805180830381865af4158015612387573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123ab9190615574565b815260200173__$58e11c6004c5796aaa8c56e718245e69a2$__63bc1b392d6040518163ffffffff1660e01b81526004016040805180830381865af41580156123f6573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061241a9190615574565b905292915050565b61242b336107f5565b60038160405161243b919061501f565b90815260405190819003602001812054637bc32ecf60e01b825273__$32e9ecefef68cb354d118e0496fdd3f4bc$__91637bc32ecf91612491916001600160c01b031960c09290921b9190911690600401614ac2565b602060405180830381865af41580156124ac573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906124d09190615039565b156124f057806040516316add56760e21b81526004016108c19190614a7f565b611e8c600382604051612503919061501f565b9081526040519081900360200190205460c01b61251e606e90565b613b61565b61252b61190d565b6001600160a01b0316336001600160a01b03161461255e5760405163086391f760e31b81523360048201526024016108c1565b5f612567610d99565b90505f612572610e20565b6040516370a0823160e01b81526001600160a01b03848116600483015291909116906370a0823190602401602060405180830381865afa1580156125b8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906125dc91906151fa565b90506125e783613bb6565b6125ef611359565b60405163182562b360e01b81526001600160a01b038481166004830152919091169063182562b3906024015f604051808303815f87803b158015612631575f80fd5b505af1158015612643573d5f803e3d5ffd5b505050505f8111156128a657604080516001600160a01b038085168252851660208201529081018290527f8f925ed35e36754081a3353f30c5686c405280f94d1cfe322ee5707833d898679060600160405180910390a1306001600160a01b038316036127aa576126b2611359565b6001600160a01b03166354f0d84c838573__$3bac17678db7ae928afa209f2f44deec9c$__634c41dd96866040518263ffffffff1660e01b81526004016126fb91815260200190565b602060405180830381865af4158015612716573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061273a91906151b9565b6040516001600160e01b031960e086901b1681526001600160a01b0393841660048201529290911660248301526001600160601b031660448201526064015f604051808303815f87803b15801561278f575f80fd5b505af11580156127a1573d5f803e3d5ffd5b505050506128a6565b6127b2611359565b6001600160a01b031663c7d63d57838573__$3bac17678db7ae928afa209f2f44deec9c$__634c41dd96866040518263ffffffff1660e01b81526004016127fb91815260200190565b602060405180830381865af4158015612816573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061283a91906151b9565b6040516001600160e01b031960e086901b1681526001600160a01b0393841660048201529290911660248301526001600160601b031660448201526064015f604051808303815f87803b15801561288f575f80fd5b505af11580156128a1573d5f803e3d5ffd5b505050505b6128ae611359565b60405163162d3cef60e11b81526001600160a01b0384811660048301529190911690632c5a79de906024015f604051808303815f87803b1580156128f0575f80fd5b505af1158015612902573d5f803e3d5ffd5b50505050505050565b612914336107f5565b8260156113528282613160565b61292a336107f5565b60038160405161293a919061501f565b90815260405190819003602001812054637bc32ecf60e01b825273__$32e9ecefef68cb354d118e0496fdd3f4bc$__91637bc32ecf91612990916001600160c01b031960c09290921b9190911690600401614ac2565b602060405180830381865af41580156129ab573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906129cf9190615039565b156129ef57806040516316add56760e21b81526004016108c19190614a7f565b611e8c600382604051612a02919061501f565b9081526040519081900360200190205460c01b61251e600590565b604051633682752160e21b815264ffffffffff831660048201525f90819073__$bf7bc340cbb9229ef1de2c568356e67902$__906345ebb61e90620151809073__$71e292c09eace9601b3e21e68a1278917a$__9063da09d48490602401602060405180830381865af4158015612a96573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612aba91906151fa565b612ac491906155b9565b6040518263ffffffff1660e01b8152600401612ae291815260200190565b602060405180830381865af4158015612afd573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612b2191906151fa565b90505f612ba78273__$bf7bc340cbb9229ef1de2c568356e67902$__6345ebb61e6101686040518263ffffffff1660e01b8152600401612b6391815260200190565b602060405180830381865af4158015612b7e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ba291906151fa565b613c2b565b60405163046e44af60e11b81526001600160601b03891660048201529091505f9073__$3bac17678db7ae928afa209f2f44deec9c$__90634c41dd969060149083906308dc895e90602401602060405180830381865af4158015612c0d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612c3191906151fa565b612c3b91906155b9565b6040518263ffffffff1660e01b8152600401612c5991815260200190565b602060405180830381865af4158015612c74573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612c9891906151b9565b604051632c34efe560e11b81526001600160601b03821660048201526024810184905290915073__$3bac17678db7ae928afa209f2f44deec9c$__90635869dfca90604401602060405180830381865af4158015612cf8573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611cbe91906151b9565b5f80612d27336107f5565b83612d3a6001546001600160a01b031690565b604051631660755f60e31b81526001600160601b03831660048201523360248201526001600160a01b03919091169063b303aaf890604401602060405180830381865afa158015612d8d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612db19190615039565b612dd05760405163086391f760e31b81523360048201526024016108c1565b846015612ddd8282613160565b5f612de6613c5f565b60405163bd7d9d8560e01b81526001600160601b038a1660048201526001600160a01b03919091169063bd7d9d85906024015f60405180830381865afa158015612e32573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612e5991908101906155e3565b9050612e66888289613c8d565b5f87815260046020526040808220815160608101909252805482908290612e8c90615078565b80601f0160208091040260200160405190810160405280929190818152602001828054612eb890615078565b8015612f035780601f10612eda57610100808354040283529160200191612f03565b820191905f5260205f20905b815481529060010190602001808311612ee657829003601f168201915b505050918352505060019182015460ff811660208084019190915261010090910464ffffffffff166040928301525f8c8152600582528281206001600160601b038f1682528252918220805460ff191690931790925560808501519183015192935091612f71918c91613f78565b9050612f9f8a828b604051602001612f8b91815260200190565b6040516020818303038152906040526140b1565b9750612fbb8a898360405180602001604052805f815250614139565b612fd58a898360405180602001604052805f8152506141ae565b9650612fe18a88614230565b5050505050509250929050565b612ff661190d565b6001600160a01b0316336001600160a01b0316146130295760405163086391f760e31b81523360048201526024016108c1565b613033600a613958565b60405163581e954760e11b8152600160048201526001600160a01b03919091169063b03d2a8e90602401611b61565b5f80516020615b818339815191525f8061309a61307d611e8f565b873061308c60045f8a8c615776565b6130959161579d565b614282565b91509150816131585763ffffffff81161561313557825460ff60a01b1916600160a01b1783556130c8611e8f565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b81526004016130f7939291906157d5565b5f604051808303815f87803b15801561310e575f80fd5b505af1158015613120573d5f803e3d5ffd5b5050845460ff60a01b19168555506131589050565b60405162d1953b60e31b81526001600160a01b03871660048201526024016108c1565b505050505050565b6001546001600160a01b0316604051635b12715d60e11b81526001600160601b038416600482015260ff831660248201526001600160a01b03919091169063b624e2ba90604401602060405180830381865afa1580156131c2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906131e69190615039565b6118a45760405163d711af7560e01b81526001600160601b038316600482015260ff821660248201526044016108c1565b5f80516020615be183398151915254604051630155751d60e31b81526001600160601b03831660048201526001600160a01b0390911690630aaba8e8906024015b5f604051808303815f87803b15801561326f575f80fd5b505af1158015611352573d5f803e3d5ffd5b5f805f80516020615b6183398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156132ed573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906133119190615039565b1561333d5780546040516301ab8b6760e21b81526001600160601b0390911660048201526024016108c1565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa15801561338f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906133b39190615039565b6133db5760405163b9304b0d60e01b81526001600160a01b03841660048201526024016108c1565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa15801561342d573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061345191906151b9565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f03546040516301c6b21960e41b81526001600160601b03831660048201525f916001600160a01b031690631c6b219090602401611615565b5f80516020615bc1833981519152546040516304af15b960e11b815263010000009091046001600160a01b03169063095e2b72906135169085908590600401615814565b5f604051808303815f87803b15801561352d575f80fd5b505af1158015613158573d5f803e3d5ffd5b60405163c4cade9d60e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063c4cade9d906044015b602060405180830381865af41580156135a0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906135c49190615039565b9392505050565b7f0bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d680154604051639a83274160e01b81525f916001600160a01b031690639a83274190613628908c908c908c908c908c908c908c908c90600401615838565b6020604051808303815f875af1158015613644573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061366891906151b9565b9998505050505050505050565b5f80516020615b8183398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b5f5f80516020615bc183398151915260020154604051637baa9a0b60e01b81526001600160601b038516600482015264ffffffffff841660248201526001600160a01b0390911690637baa9a0b906044016020604051808303815f875af1158015613742573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906135c4919061505d565b61376e6146d5565b5f6137816001546001600160a01b031690565b604051632f2a35f760e11b81523060048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa1580156137c5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906137e991906151b9565b6040516330b8415f60e01b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015613842573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906138669190615039565b1561390b57613873613c5f565b6001600160a01b031663f0ea17c3613889611655565b6040516001600160e01b031960e084901b1681526001600160601b0390911660048201526024015f60405180830381865afa1580156138ca573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526138f191908101906158a0565b60608101519092506001600160a01b03161561390b575090565b611a2261438a565b5f80516020615be183398151915254604051639ffcede960e01b81526001600160601b03831660048201526001600160a01b0390911690639ffcede990602401613258565b5f807fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f0054604080516376b707b760e01b815290516001600160a01b03909216916376b707b7916004808201926020929091908290030181865afa1580156139c1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906139e5919061553e565b90506139f96001546001600160a01b031690565b60405163d39e604360e01b815260ff8086166004830152831660248201526001600160a01b03919091169063d39e604390604401602060405180830381865afa158015613a48573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906135c49190615559565b5f80516020615be18339815191525460405163552d72d560e11b81526001600160601b038416600482015264ffffffffff831660248201526001600160a01b039091169063aa5ae5aa90604401613516565b5f80516020615be183398151915254604051635dfddfdd60e11b81526001600160601b038416600482015264ffffffffff831660248201526001600160a01b039091169063bbfbbfba90604401613516565b7f0bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d68055460405163067ba1c160e41b81526001600160a01b03909116906367ba1c1090613516908590859060040161597a565b5f80516020615bc183398151915254604051633e77a42160e11b81526001600160c01b03198416600482015260ff8316602482015263010000009091046001600160a01b031690637cef484290604401613516565b613bbe61190d565b6001600160a01b0316336001600160a01b031614613bf15760405163086391f760e31b81523360048201526024016108c1565b613bfb600b613958565b60405163deaa59df60e01b81526001600160a01b038381166004830152919091169063deaa59df90602401613258565b5f815f03613c4c57604051630f6c8fc360e21b815260040160405180910390fd5b6135c483670de0b6b3a764000084614489565b7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f01546001600160a01b031690565b5f8181526004602081905260409182902060010154915163790a38ad60e01b815261010090920464ffffffffff169082015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063790a38ad90602401602060405180830381865af4158015613cf9573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613d1d9190615039565b15613d3e576040516395b47f7b60e01b8152600481018290526024016108c1565b5f81815260046020526040908190209051613d8f91600391613d6091906159a0565b90815260405190819003602001902054606084015160c09190911b906001600160c01b03199081169116141590565b15613dbf575f81815260046020819052604091829020915163d675176b60e01b81526108c1928492909101615a11565b5f8181526005602090815260408083206001600160601b038716845290915290205460ff1615613e0257604051639758dd1d60e01b815260040160405180910390fd5b5f81815260046020526040808220815160608101909252805482908290613e2890615078565b80601f0160208091040260200160405190810160405280929190818152602001828054613e5490615078565b8015613e9f5780601f10613e7657610100808354040283529160200191613e9f565b820191905f5260205f20905b815481529060010190602001808311613e8257829003601f168201915b50505091835250506001919091015460ff81166020830152610100900464ffffffffff166040918201528101516101a0850151919250613ee89164ffffffffff90811691161090565b15613f25576101a083015160405163fd05036760e01b81526001600160601b038616600482015264ffffffffff90911660248201526044016108c1565b60408101516101c084015164ffffffffff908116911610611b8a576101c083015160405163505710d560e01b81526001600160601b038616600482015264ffffffffff90911660248201526044016108c1565b5f8073__$3bac17678db7ae928afa209f2f44deec9c$__635869dfca6001600160601b038616613fa786614546565b6040516001600160e01b031960e085901b1681526001600160601b0390921660048301526024820152604401602060405180830381865af4158015613fee573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061401291906151b9565b90505f61401d613c5f565b604051630160668360e51b81526001600160601b03881660048201526001600160a01b039190911690632c0cd06090602401602060405180830381865afa15801561406a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061408e91906151b9565b905061409a818361468b565b156140a85791506135c49050565b50949350505050565b5f80516020615ba1833981519152546040516374b775eb60e01b81525f916001600160a01b0316906374b775eb906140f190879087908790600401615a9f565b6020604051808303815f875af115801561410d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906141319190615acf565b949350505050565b5f80516020615ba183398151915254604051636e2cdce760e01b81526001600160a01b0390911690636e2cdce79061417b908790879087908790600401615aea565b5f604051808303815f87803b158015614192575f80fd5b505af11580156141a4573d5f803e3d5ffd5b5050505050505050565b5f80516020615ba183398151915254604051631e2992c760e11b81525f916001600160a01b031690633c53258e906141f0908890889088908890600401615aea565b6020604051808303815f875af115801561420c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611904919061505d565b5f80516020615ba18339815191525460405163137a92a760e01b81526001600160601b038416600482015264ffffffffff831660248201526001600160a01b039091169063137a92a790604401613516565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b179052516142f0919061501f565b5f60405180830381855afa9150503d805f8114614328576040519150601f19603f3d011682016040523d82523d5f602084013e61432d565b606091505b5091509150811561437f57604081511061435f57808060200190518101906143559190615b2e565b909450925061437f565b602081511061437f578080602001905181019061437c9190615039565b93505b505094509492505050565b6143926146d5565b5f7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0090506040518060a00160405280825f0180546143cf90615078565b80601f01602080910402602001604051908101604052809291908181526020018280546143fb90615078565b80156144465780601f1061441d57610100808354040283529160200191614446565b820191905f5260205f20905b81548152906001019060200180831161442957829003601f168201915b505050918352505060018301546001600160a01b0390811660208301525f60408301526002840154166060820152600383018054608090920191610d1490615078565b5f80805f19858709858702925082811083820303915050805f036144c0578382816144b6576144b66155a5565b04925050506135c4565b8084116144df57604051629540d960e61b815260040160405180910390fd5b5f8486880960026001871981018816978890046003810283188082028403028082028403028082028403028082028403028082028403029081029092039091025f889003889004909101858311909403939093029303949094049190911702949350505050565b5f61455860015b60ff84811691161490565b156145d857604051631488c84560e01b815260196004820152600119602482015273__$bf7bc340cbb9229ef1de2c568356e67902$__90631488c845906044015b602060405180830381865af41580156145b4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e1891906151fa565b6145e2600261454d565b1561462657604051631488c84560e01b8152600560048201525f19602482015273__$bf7bc340cbb9229ef1de2c568356e67902$__90631488c84590604401614599565b614630600361454d565b1561466d576040516322f5db0f60e11b81526001600482015273__$bf7bc340cbb9229ef1de2c568356e67902$__906345ebb61e90602401614599565b6040516363d977df60e01b815260ff831660048201526024016108c1565b6040516304d40eb160e11b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__906309a81d6290604401613585565b6040518060a00160405280606081526020015f6001600160a01b031681526020015f6001600160a01b031681526020015f6001600160a01b03168152602001606081525090565b5f6020828403121561472c575f80fd5b81356001600160e01b0319811681146135c4575f80fd5b634e487b7160e01b5f52604160045260245ffd5b604080519081016001600160401b038111828210171561477957614779614743565b60405290565b60405161024081016001600160401b038111828210171561477957614779614743565b60405160e081016001600160401b038111828210171561477957614779614743565b60405161020081016001600160401b038111828210171561477957614779614743565b60405160a081016001600160401b038111828210171561477957614779614743565b604051601f8201601f191681016001600160401b038111828210171561483157614831614743565b604052919050565b5f6001600160401b0382111561485157614851614743565b50601f01601f191660200190565b5f82601f83011261486e575f80fd5b8135602083015f61488661488184614839565b614809565b9050828152858383011115614899575f80fd5b828260208301375f92810160200192909252509392505050565b60ff81168114611e8c575f80fd5b64ffffffffff81168114611e8c575f80fd5b5f805f80608085870312156148e6575f80fd5b8435935060208501356001600160401b03811115614902575f80fd5b61490e8782880161485f565b935050604085013561491f816148b3565b9150606085013561492f816148c1565b939692955090935050565b6001600160601b0381168114611e8c575f80fd5b5f6020828403121561495e575f80fd5b81356135c48161493a565b5f60208284031215614979575f80fd5b5035919050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f8251606060208401526149c96080840182614980565b905060ff602085015116604084015264ffffffffff60408501511660608401528091505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151614a3b608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152614131610100840182614980565b602081525f6135c46020830184614980565b5f60208284031215614aa1575f80fd5b81356001600160401b03811115614ab6575f80fd5b6141318482850161485f565b6001600160c01b031991909116815260200190565b6001600160a01b0381168114611e8c575f80fd5b5f8060408385031215614afc575f80fd5b8235614b0781614ad7565b91506020830135614b178161493a565b809150509250929050565b6001600160c01b031981168114611e8c575f80fd5b5f805f805f8060c08789031215614b4c575f80fd5b8635614b578161493a565b95506020870135614b6781614b22565b94506040870135614b77816148c1565b935060608701356001600160401b03811115614b91575f80fd5b614b9d89828a0161485f565b9350506080870135614bae8161493a565b915060a0870135614bbe81614b22565b809150509295509295509295565b5f60208284031215614bdc575f80fd5b81356135c481614ad7565b5f805f8060808587031215614bfa575f80fd5b84356001600160401b03811115614c0f575f80fd5b614c1b8782880161485f565b9450506020850135614c2c8161493a565b92506040850135614c3c816148c1565b9150606085013561492f8161493a565b5f8060408385031215614c5d575f80fd5b8235614c688161493a565b91506020830135614b17816148c1565b602081525f825160a06020840152614c9360c0840182614980565b60208501516001600160a01b03908116604086810191909152860151811660608087019190915286015116608080860191909152850151848203601f190160a08601529091506119048282614980565b5f805f8060808587031215614cf6575f80fd5b8435614d0181614ad7565b93506020850135614d1181614ad7565b925060408501359150606085013561492f81614ad7565b5f60408284031215614d38575f80fd5b614d40614757565b823581526020928301359281019290925250919050565b5f8060808385031215614d68575f80fd5b614d728484614d28565b9150614d818460408501614d28565b90509250929050565b5f8151808452602084019350602083015f5b82811015614dc35781516001600160601b0316865260209586019590910190600101614d9c565b5093949350505050565b60208152614de060208201835115159052565b5f6020830151614df4604084018215159052565b50604083015160ff8116606084015250606083015160ff811660808401525060808301516001600160601b03811660a08401525060a08301516001600160601b03811660c08401525060c08301516102a060e0840152614e586102c0840182614d8a565b60e085015180516101008601526020810151610120860152909150506101008401518051610140850152602081015161016085015250610120840151805161018085015260208101516101a08501525061014084015180516101c085015260208101516101e085015250610160840151805161020085015260208101516102208501525061018084015180516102408501526020810151610260850152506101a0840151805161028085015260208101516102a0850152509392505050565b61ffff81168114611e8c575f80fd5b5f805f60608486031215614f38575f80fd5b8335614f438161493a565b92506020840135614f5381614f17565b91506040840135614f638161493a565b809150509250925092565b5f805f8060808587031215614f81575f80fd5b8435614f8c8161493a565b93506020850135614f9c81614b22565b92506040850135614fac816148c1565b915060608501356001600160401b03811115614fc6575f80fd5b614fd28782880161485f565b91505092959194509250565b5f8060408385031215614fef575f80fd5b8235614ffa8161493a565b946020939093013593505050565b5f81518060208401855e5f93019283525090919050565b5f6135c48284615008565b80518015158114610e1b575f80fd5b5f60208284031215615049575f80fd5b6135c48261502a565b8051610e1b816148c1565b5f6020828403121561506d575f80fd5b81516135c4816148c1565b600181811c9082168061508c57607f821691505b6020821081036150aa57634e487b7160e01b5f52602260045260245ffd5b50919050565b601f821115610aec57805f5260205f20601f840160051c810160208510156150d55750805b601f840160051c820191505b81811015611352575f81556001016150e1565b81516001600160401b0381111561510d5761510d614743565b6151218161511b8454615078565b846150b0565b6020601f821160018114615153575f831561513c5750848201515b5f19600385901b1c1916600184901b178455611352565b5f84815260208120601f198516915b828110156151825787850151825560209485019460019092019101615162565b508482101561519f57868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b8051610e1b8161493a565b5f602082840312156151c9575f80fd5b81516135c48161493a565b8051610e1b81614b22565b5f602082840312156151ef575f80fd5b81516135c481614b22565b5f6020828403121561520a575f80fd5b5051919050565b634e487b7160e01b5f52603260045260245ffd5b6001600160601b03881681526001600160401b0360c01b871660208201526001600160601b038616604082015264ffffffffff8516606082015260e060808201525f61527460e0830186614980565b6001600160601b039490941660a0830152506001600160c01b03199190911660c09091015295945050505050565b5f6102408284031280156152b4575f80fd5b506152bd61477f565b6152c6836151ae565b81526152d4602084016151ae565b60208201526152e5604084016151ae565b60408201526152f6606084016151ae565b6060820152615307608084016151ae565b608082015261531860a084016151ae565b60a082015261532960c084016151ae565b60c082015261533a60e084016151ae565b60e082015261534c61010084016151ae565b61010082015261535f61012084016151ae565b61012082015261537261014084016151ae565b61014082015261538561016084016151ae565b61016082015261539861018084016151ae565b6101808201526153ab6101a084016151ae565b6101a08201526153be6101c084016151ae565b6101c08201526153d16101e084016151ae565b6101e08201526153e461020084016151ae565b6102008201526153f761022084016151ae565b6102208201529392505050565b8051610e1b816148b3565b8051610e1b81614ad7565b5f61542761488184614839565b905082815283838301111561543a575f80fd5b8282602083015e5f602084830101529392505050565b5f82601f83011261545f575f80fd5b6135c48383516020850161541a565b5f6020828403121561547e575f80fd5b81516001600160401b03811115615493575f80fd5b820160e081850312156154a4575f80fd5b6154ac6147a2565b6154b5826151ae565b81526154c3602083016151ae565b60208201526154d460408301615404565b60408201526154e56060830161502a565b60608201526154f66080830161540f565b608082015261550760a0830161540f565b60a082015260c08201516001600160401b03811115615524575f80fd5b61553086828501615450565b60c083015250949350505050565b5f6020828403121561554e575f80fd5b81516135c4816148b3565b5f60208284031215615569575f80fd5b81516135c481614ad7565b5f6040828403128015615585575f80fd5b5061558e614757565b825181526020928301519281019290925250919050565b634e487b7160e01b5f52601260045260245ffd5b5f826155d357634e487b7160e01b5f52601260045260245ffd5b500490565b8051610e1b81614f17565b5f602082840312156155f3575f80fd5b81516001600160401b03811115615608575f80fd5b8201610200818503121561561a575f80fd5b6156226147c4565b61562b826151ae565b8152615639602083016151ae565b602082015261564a604083016151d4565b604082015261565b606083016151d4565b606082015261566c608083016151ae565b608082015261567d60a083016151ae565b60a082015261568e60c08301615052565b60c082015260e08201516001600160401b038111156156ab575f80fd5b6156b786828501615450565b60e0830152506101008201516001600160401b038111156156d6575f80fd5b6156e286828501615450565b610100830152506156f661012083016155d8565b61012082015261570961014083016155d8565b61014082015261571c61016083016151ae565b61016082015261572f61018083016151ae565b6101808201526157426101a08301615052565b6101a08201526157556101c08301615052565b6101c08201526157686101e08301615052565b6101e0820152949350505050565b5f8085851115615784575f80fd5b83861115615790575f80fd5b5050820193919092039150565b80356001600160e01b031981169060048410156157ce576001600160e01b0319600485900360031b81901b82161691505b5092915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b6001600160401b0360c01b83168152604060208201525f6141316040830184614980565b6001600160a01b03891681526001600160c01b031988811660208301526001600160601b038881166040840152878116606084015264ffffffffff87166080840152851660a0830152831660c082015261010060e082018190525f906117a090830184614980565b5f602082840312156158b0575f80fd5b81516001600160401b038111156158c5575f80fd5b820160a081850312156158d6575f80fd5b6158de6147e7565b81516001600160401b038111156158f3575f80fd5b8201601f81018613615903575f80fd5b6159128682516020840161541a565b8252506159216020830161540f565b60208201526159326040830161540f565b60408201526159436060830161540f565b606082015260808201516001600160401b03811115615960575f80fd5b61596c86828501615450565b608083015250949350505050565b8251815260208084015181830152825160408301528201516060820152608081016135c4565b5f8083546159ad81615078565b6001821680156159c457600181146159d957615a06565b60ff1983168652811515820286019350615a06565b865f5260205f205f5b838110156159fe578154888201526001909101906020016159e2565b505081860193505b509195945050505050565b828152604060208201525f808354615a2881615078565b806040860152600182165f8114615a465760018114615a6257615a93565b60ff1983166060870152606082151560051b8701019350615a93565b865f5260205f205f5b83811015615a8a57815488820160600152600190910190602001615a6b565b87016060019450505b50919695505050505050565b6001600160601b03841681526001600160601b0383166020820152606060408201525f6119046060830184614980565b5f60208284031215615adf575f80fd5b81516135c481614f17565b6001600160601b038516815261ffff841660208201526001600160601b0383166040820152608060608201525f615b246080830184614980565b9695505050505050565b5f8060408385031215615b3f575f80fd5b615b488361502a565b9150602083015163ffffffff81168114614b17575f80fdfe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a000bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d68030bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d68000bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d6802a2646970667358221220b8ea1f1dac499d964c8208b8369a47e315e51b358d87b6902bd7297cf9f24f8264736f6c634300081a0033",
|
1659
|
+
"deployedBytecode": "0x608060405234801561000f575f80fd5b5060043610610333575f3560e01c80638899278a116101af578063bae99c99116100fe578063e1f216fa1161009e578063eb0df31911610079578063eb0df3191461078f578063f179d064146107a2578063f29d9cd8146107b5578063f83d08ba146107e8575f80fd5b8063e1f216fa14610741578063e9b2460c14610754578063ea15869f14610768575f80fd5b8063c9d87e69116100d9578063c9d87e69146106e3578063d8fb2577146106eb578063de7b5d14146106fe578063deaa59df1461072e575f80fd5b8063bae99c99146106b3578063bf7e214f146106c6578063c108bd4c146106ce575f80fd5b8063a7407c7111610169578063ada9652e11610144578063ada9652e14610671578063b423086c14610685578063b6b412ba1461068d578063b8bc787e146106a0575f80fd5b8063a7407c7114610638578063aa5ae5aa1461064b578063ad12ad601461065e575f80fd5b80638899278a146105d7578063893d20e8146105df5780638fb36037146105e757806390edbd35146106085780639ffcede91461061d578063a69df4b514610630575f80fd5b8063330234fc116102855780636078a3b2116102255780636bd1c0eb116102005780636bd1c0eb1461055157806376b707b7146105815780637a9e5e4b1461059b5780637baa9a0b146105ae575f80fd5b80636078a3b214610523578063644c45e01461053657806364854f9b1461053e575f80fd5b80634545177f116102605780634545177f146104e45780635349d2a8146104f75780635741e5e91461050a5780635ab1bd5314610512575f80fd5b8063330234fc146104a9578063419197fe146104c957806343d752d3146104dc575f80fd5b8063138461e0116102f05780631eff4b22116102cb5780631eff4b221461043d57806321df0da714610472578063223668441461047a5780632eb3e6f414610482575f80fd5b8063138461e0146103f557806317d7de7c146104155780631c6b21901461042a575f80fd5b806301ffc9a714610337578063034dac63146103785780630aaba8e81461038d5780630bb9b257146103a05780630fec111c146103c057806313299604146103d5575b5f80fd5b61036361034536600461471c565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61038b6103863660046148d3565b6107f0565b005b61038b61039b36600461494e565b610a92565b6103b36103ae366004614969565b610af1565b60405161036f91906149ae565b6103c8610bdb565b60405161036f91906149f3565b6103dd610d99565b6040516001600160a01b03909116815260200161036f565b6103fd610dab565b6040516001600160601b03909116815260200161036f565b61041d610dba565b60405161036f9190614a7f565b6103fd61043836600461494e565b610dca565b6104647f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b60405190815260200161036f565b6103dd610e20565b610363610e32565b6104647fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f0081565b6104bc6104b7366004614a91565b610f28565b60405161036f9190614ac2565b61038b6104d7366004614aeb565b611107565b6103dd611359565b61041d6104f2366004614969565b61136b565b6103fd610505366004614b37565b611416565b6103636114d8565b6001546001600160a01b03166103dd565b6103fd610531366004614bcc565b61158c565b6103fd611655565b6103fd61054c366004614be7565b611670565b7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f02546001600160a01b03166103dd565b6105896117ae565b60405160ff909116815260200161036f565b61038b6105a9366004614bcc565b611822565b6105c16105bc366004614c4c565b6118a8565b60405164ffffffffff909116815260200161036f565b610464600381565b6103dd61190d565b6105ef611a3e565b6040516001600160e01b0319909116815260200161036f565b610610611a73565b60405161036f9190614c78565b61038b61062b36600461494e565b611a98565b61038b611af2565b6103fd610646366004614be7565b611b90565b61038b610659366004614c4c565b611cca565b61038b61066c366004614ce3565b611d2f565b6104645f80516020615b6183398151915281565b610610611dd1565b61038b61069b366004614d57565b611de1565b6104bc6106ae366004614a91565b611e2f565b61038b6106c136600461494e565b611e40565b6103dd611e8f565b6106d6611eaa565b60405161036f9190614dcd565b600254610464565b61038b6106f9366004614a91565b612422565b7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f00546001600160a01b03166103dd565b61038b61073c366004614bcc565b612523565b61038b61074f366004614f26565b61290b565b6104645f80516020615bc183398151915281565b6104647fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0081565b61038b61079d366004614a91565b612921565b6103fd6107b0366004614f6e565b612a1d565b6107c86107c3366004614fde565b612d1c565b6040805161ffff909316835264ffffffffff90911660208301520161036f565b61038b612fee565b6107fc335b5f36613062565b60038360405161080c919061501f565b90815260405190819003602001812054637bc32ecf60e01b825273__$32e9ecefef68cb354d118e0496fdd3f4bc$__91637bc32ecf91610862916001600160c01b031960c09290921b9190911690600401614ac2565b602060405180830381865af415801561087d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108a19190615039565b156108ca57826040516316add56760e21b81526004016108c19190614a7f565b60405180910390fd5b6109488173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af4158015610915573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610939919061505d565b64ffffffffff90811691161190565b156109665760405163a9f68a6b60e01b815260040160405180910390fd5b5f8481526004602081905260409182902060010154915163790a38ad60e01b815261010090920464ffffffffff169082015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063790a38ad90602401602060405180830381865af41580156109d2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109f69190615039565b610a1357604051636ec7628b60e11b815260040160405180910390fd5b6040805160608101825284815260ff841660208083019190915264ffffffffff8416828401525f87815260049091529190912081518190610a5490826150f4565b5060208201516001909101805460409093015164ffffffffff166101000265ffffffffffff1990931660ff9092169190911791909117905550505050565b610a9b336107f5565b610aa361190d565b6001600160a01b0316336001600160a01b031614610ad65760405163086391f760e31b81523360048201526024016108c1565b806015610ae38282613160565b610aec83613217565b505050565b604080516060808201835281525f60208201819052918101919091525f8281526004602052604090819020815160608101909252805482908290610b3490615078565b80601f0160208091040260200160405190810160405280929190818152602001828054610b6090615078565b8015610bab5780601f10610b8257610100808354040283529160200191610bab565b820191905f5260205f20905b815481529060010190602001808311610b8e57829003601f168201915b50505091835250506001919091015460ff81166020830152610100900464ffffffffff1660409091015292915050565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c08101919091525f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610c8b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610caf91906151b9565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a001610cf761190d565b6001600160a01b03168152602001826001018054610d1490615078565b80601f0160208091040260200160405190810160405280929190818152602001828054610d4090615078565b8015610d8b5780601f10610d6257610100808354040283529160200191610d8b565b820191905f5260205f20905b815481529060010190602001808311610d6e57829003601f168201915b505050505081525091505090565b5f610da2611a73565b60600151905090565b5f610db530613281565b905090565b6060610dc4611a73565b51919050565b5f610dd361190d565b6001600160a01b0316336001600160a01b031614610e065760405163086391f760e31b81523360048201526024016108c1565b610e0f336107f5565b610e188261347a565b90505b919050565b5f610e29611a73565b60200151905090565b5f610e456001546001600160a01b031690565b604051632f2a35f760e11b81523060048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015610e89573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ead91906151b9565b6040516330b8415f60e01b81526001600160601b03909116600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610f04573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610db59190615039565b5f600382604051610f39919061501f565b90815260405190819003602001812054637bc32ecf60e01b825273__$32e9ecefef68cb354d118e0496fdd3f4bc$__91637bc32ecf91610f8f916001600160c01b031960c09290921b9190911690600401614ac2565b602060405180830381865af4158015610faa573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610fce9190615039565b610ffb57600382604051610fe2919061501f565b9081526040519081900360200190205460c01b92915050565b600280546001810182555f919091527f405787fa12a823e0f2b7631cc41b3ba8828b3321ca811111fa75cd3aa3bb5ace0161103683826150f4565b5060405163253a42dd60e11b815273__$32e9ecefef68cb354d118e0496fdd3f4bc$__90634a7485ba9061106e908590600401614a7f565b602060405180830381865af4158015611089573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110ad91906151df565b90506110c78160405180602001604052805f8152506134d2565b806003836040516110d8919061501f565b908152604051908190036020019020805460c09290921c67ffffffffffffffff19909216919091179055919050565b61110f61190d565b6001600160a01b0316336001600160a01b0316146111425760405163086391f760e31b81523360048201526024016108c1565b3061114b610d99565b6001600160a01b0316146111725760405163b6d7537f60e01b815260040160405180910390fd5b60405163046e44af60e11b81526001600160601b03821660048201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__906308dc895e90602401602060405180830381865af41580156111ca573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111ee91906151fa565b90505f6112658373__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af415801561123c573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061126091906151b9565b61353f565b1561127257505f19905060015b7f99d7b1d3869e469ab19cd2c6e66718a63bca93dc1a2d27d375cb4bebbf5348ce61129b611359565b604080516001600160a01b0390921682526001600160601b03861660208301528315159082015260600160405180910390a1836001600160a01b031663095ea7b36112e4611359565b6040516001600160e01b031960e084901b1681526001600160a01b039091166004820152602481018590526044016020604051808303815f875af115801561132e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113529190615039565b5050505050565b5f611362611a73565b60400151905090565b60606002828154811061138057611380615211565b905f5260205f2001805461139390615078565b80601f01602080910402602001604051908101604052809291908181526020018280546113bf90615078565b801561140a5780601f106113e15761010080835404028352916020019161140a565b820191905f5260205f20905b8154815290600101906020018083116113ed57829003601f168201915b50505050509050919050565b5f82601f6114248282613160565b7f0bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d6804545f906001600160a01b031663f4bfe53a61145e611655565b8b8d8c8c8c8c6040518863ffffffff1660e01b81526004016114869796959493929190615225565b61024060405180830381865afa1580156114a2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114c691906152a2565b60a001519a9950505050505050505050565b5f6114e1610e32565b1561155c576001546001600160a01b03166040516308b09a5f60e41b81523060048201526001600160a01b039190911690638b09a5f0906024015f60405180830381865afa158015611535573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610da2919081019061546e565b507fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0254600160a01b900460ff1690565b5f61159561190d565b6001600160a01b0316336001600160a01b0316146115c85760405163086391f760e31b81523360048201526024016108c1565b7f0bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d68055460405163303c51d960e11b81526001600160a01b03848116600483015290911690636078a3b2906024015b6020604051808303815f875af1158015611631573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e1891906151b9565b5f80516020615b61833981519152546001600160601b031690565b5f61167a336107f5565b81601f6116878282613160565b335f61169289610f28565b90505f61171689838a60405180602001604052805f8152508b73__$05887d5853069c88bcd4c0a2107db45f29$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156116f2573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061050591906151df565b90506117a083838b848c8c73__$05887d5853069c88bcd4c0a2107db45f29$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015611768573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061178c91906151df565b60405180602001604052805f8152506135cb565b9a9950505050505050505050565b604051632392b61b60e21b8152600360048201525f9073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af41580156117fe573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610db5919061553e565b3361182b611e8f565b6001600160a01b0316816001600160a01b0316146118665760405162d1953b60e31b81526001600160a01b03821660048201526024016108c1565b816001600160a01b03163b5f0361189b576040516361798f2f60e11b81526001600160a01b03831660048201526024016108c1565b6118a482613675565b5050565b5f6118b2336107f5565b6118ba61190d565b6001600160a01b0316336001600160a01b0316146118ed5760405163086391f760e31b81523360048201526024016108c1565b8260156118fa8282613160565b61190485856136d5565b95945050505050565b5f805f80516020615b6183398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611979573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061199d9190615039565b15611a28576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa1580156119fe573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a229190615559565b91505090565b54600160601b90046001600160a01b0316919050565b5f80516020615b8183398151915280545f9190600160a01b900460ff16611a65575f611a22565b638fb3603760e01b91505090565b611a7b6146d5565b611a83610e32565b15611a9057610db5613766565b610db5611dd1565b611aa1336107f5565b611aa961190d565b6001600160a01b0316336001600160a01b031614611adc5760405163086391f760e31b81523360048201526024016108c1565b806015611ae98282613160565b610aec83613913565b611afa61190d565b6001600160a01b0316336001600160a01b031614611b2d5760405163086391f760e31b81523360048201526024016108c1565b611b37600a613958565b60405163581e954760e11b81525f60048201526001600160a01b03919091169063b03d2a8e906024015b5f604051808303815f87803b158015611b78575f80fd5b505af1158015611b8a573d5f803e3d5ffd5b50505050565b5f81601f611b9e8282613160565b5f600388604051611baf919061501f565b90815260405190819003602001812054637bc32ecf60e01b825260c01b915073__$32e9ecefef68cb354d118e0496fdd3f4bc$__90637bc32ecf90611c02906001600160c01b0319851690600401614ac2565b602060405180830381865af4158015611c1d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c419190615039565b15611c6157876040516316add56760e21b81526004016108c19190614a7f565b611cbe87828860405180602001604052805f8152508973__$05887d5853069c88bcd4c0a2107db45f29$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156116f2573d5f803e3d5ffd5b98975050505050505050565b611cd3336107f5565b611cdb61190d565b6001600160a01b0316336001600160a01b031614611d0e5760405163086391f760e31b81523360048201526024016108c1565b816015611d1b8282613160565b611d258484613a6c565b611b8a8484613abe565b6001546001600160a01b03166001600160a01b031663120726c36040518163ffffffff1660e01b8152600401602060405180830381865afa158015611d76573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d9a9190615559565b6001600160a01b0316336001600160a01b031614611dcc5760405162f0630960e01b81523360048201526024016108c1565b611b8a565b611dd96146d5565b610db5613766565b611de961190d565b6001600160a01b0316336001600160a01b031614611e1c5760405163086391f760e31b81523360048201526024016108c1565b611e25336107f5565b6118a48282613b10565b5f600382604051610fe2919061501f565b611e4861190d565b6001600160a01b0316336001600160a01b031614611e7b5760405163086391f760e31b81523360048201526024016108c1565b611e8c611e86610e20565b82611107565b50565b5f80516020615b81833981519152546001600160a01b031690565b611f80604080516101c0810182525f808252602080830182905282840182905260608084018390526080840183905260a0840183905260c08401528351808501855282815280820183905260e084015283518085018552828152808201839052610100840152835180850185528281528082018390526101208401528351808501855282815280820183905261014084015283518085018552828152808201839052610160840152835180850185528281528082018390526101808401528351808501909452818452830152906101a082015290565b604080516101c0810182525f8082525f80516020615bc1833981519152805460ff6101008204811615156020808701919091526201000090920416848601526060840192909252835163bc1b392d60e01b815293519093608084019273__$94a2c899be079b00d952d0d84fffaa5c34$__9263bc1b392d9260048082019392918290030181865af4158015612017573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061203b91906151b9565b6001600160601b0316815260200173__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015612090573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906120b491906151b9565b6001600160601b03168152825460209091019062010000900460ff166001600160401b038111156120e7576120e7614743565b604051908082528060200260200182016040528015612110578160200160208202803683370190505b50815260200173__$58e11c6004c5796aaa8c56e718245e69a2$__63bc1b392d6040518163ffffffff1660e01b81526004016040805180830381865af415801561215c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906121809190615574565b815260200173__$58e11c6004c5796aaa8c56e718245e69a2$__63bc1b392d6040518163ffffffff1660e01b81526004016040805180830381865af41580156121cb573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906121ef9190615574565b815260200173__$58e11c6004c5796aaa8c56e718245e69a2$__63bc1b392d6040518163ffffffff1660e01b81526004016040805180830381865af415801561223a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061225e9190615574565b815260200173__$58e11c6004c5796aaa8c56e718245e69a2$__63bc1b392d6040518163ffffffff1660e01b81526004016040805180830381865af41580156122a9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122cd9190615574565b815260200173__$58e11c6004c5796aaa8c56e718245e69a2$__63bc1b392d6040518163ffffffff1660e01b81526004016040805180830381865af4158015612318573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061233c9190615574565b815260200173__$58e11c6004c5796aaa8c56e718245e69a2$__63bc1b392d6040518163ffffffff1660e01b81526004016040805180830381865af4158015612387573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123ab9190615574565b815260200173__$58e11c6004c5796aaa8c56e718245e69a2$__63bc1b392d6040518163ffffffff1660e01b81526004016040805180830381865af41580156123f6573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061241a9190615574565b905292915050565b61242b336107f5565b60038160405161243b919061501f565b90815260405190819003602001812054637bc32ecf60e01b825273__$32e9ecefef68cb354d118e0496fdd3f4bc$__91637bc32ecf91612491916001600160c01b031960c09290921b9190911690600401614ac2565b602060405180830381865af41580156124ac573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906124d09190615039565b156124f057806040516316add56760e21b81526004016108c19190614a7f565b611e8c600382604051612503919061501f565b9081526040519081900360200190205460c01b61251e606e90565b613b61565b61252b61190d565b6001600160a01b0316336001600160a01b03161461255e5760405163086391f760e31b81523360048201526024016108c1565b5f612567610d99565b90505f612572610e20565b6040516370a0823160e01b81526001600160a01b03848116600483015291909116906370a0823190602401602060405180830381865afa1580156125b8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906125dc91906151fa565b90506125e783613bb6565b6125ef611359565b60405163182562b360e01b81526001600160a01b038481166004830152919091169063182562b3906024015f604051808303815f87803b158015612631575f80fd5b505af1158015612643573d5f803e3d5ffd5b505050505f8111156128a657604080516001600160a01b038085168252851660208201529081018290527f8f925ed35e36754081a3353f30c5686c405280f94d1cfe322ee5707833d898679060600160405180910390a1306001600160a01b038316036127aa576126b2611359565b6001600160a01b03166354f0d84c838573__$3bac17678db7ae928afa209f2f44deec9c$__634c41dd96866040518263ffffffff1660e01b81526004016126fb91815260200190565b602060405180830381865af4158015612716573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061273a91906151b9565b6040516001600160e01b031960e086901b1681526001600160a01b0393841660048201529290911660248301526001600160601b031660448201526064015f604051808303815f87803b15801561278f575f80fd5b505af11580156127a1573d5f803e3d5ffd5b505050506128a6565b6127b2611359565b6001600160a01b031663c7d63d57838573__$3bac17678db7ae928afa209f2f44deec9c$__634c41dd96866040518263ffffffff1660e01b81526004016127fb91815260200190565b602060405180830381865af4158015612816573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061283a91906151b9565b6040516001600160e01b031960e086901b1681526001600160a01b0393841660048201529290911660248301526001600160601b031660448201526064015f604051808303815f87803b15801561288f575f80fd5b505af11580156128a1573d5f803e3d5ffd5b505050505b6128ae611359565b60405163162d3cef60e11b81526001600160a01b0384811660048301529190911690632c5a79de906024015f604051808303815f87803b1580156128f0575f80fd5b505af1158015612902573d5f803e3d5ffd5b50505050505050565b612914336107f5565b8260156113528282613160565b61292a336107f5565b60038160405161293a919061501f565b90815260405190819003602001812054637bc32ecf60e01b825273__$32e9ecefef68cb354d118e0496fdd3f4bc$__91637bc32ecf91612990916001600160c01b031960c09290921b9190911690600401614ac2565b602060405180830381865af41580156129ab573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906129cf9190615039565b156129ef57806040516316add56760e21b81526004016108c19190614a7f565b611e8c600382604051612a02919061501f565b9081526040519081900360200190205460c01b61251e600590565b604051633682752160e21b815264ffffffffff831660048201525f90819073__$bf7bc340cbb9229ef1de2c568356e67902$__906345ebb61e90620151809073__$71e292c09eace9601b3e21e68a1278917a$__9063da09d48490602401602060405180830381865af4158015612a96573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612aba91906151fa565b612ac491906155b9565b6040518263ffffffff1660e01b8152600401612ae291815260200190565b602060405180830381865af4158015612afd573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612b2191906151fa565b90505f612ba78273__$bf7bc340cbb9229ef1de2c568356e67902$__6345ebb61e6101686040518263ffffffff1660e01b8152600401612b6391815260200190565b602060405180830381865af4158015612b7e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ba291906151fa565b613c2b565b60405163046e44af60e11b81526001600160601b03891660048201529091505f9073__$3bac17678db7ae928afa209f2f44deec9c$__90634c41dd969060149083906308dc895e90602401602060405180830381865af4158015612c0d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612c3191906151fa565b612c3b91906155b9565b6040518263ffffffff1660e01b8152600401612c5991815260200190565b602060405180830381865af4158015612c74573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612c9891906151b9565b604051632c34efe560e11b81526001600160601b03821660048201526024810184905290915073__$3bac17678db7ae928afa209f2f44deec9c$__90635869dfca90604401602060405180830381865af4158015612cf8573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611cbe91906151b9565b5f80612d27336107f5565b83612d3a6001546001600160a01b031690565b604051631660755f60e31b81526001600160601b03831660048201523360248201526001600160a01b03919091169063b303aaf890604401602060405180830381865afa158015612d8d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612db19190615039565b612dd05760405163086391f760e31b81523360048201526024016108c1565b846015612ddd8282613160565b5f612de6613c5f565b60405163bd7d9d8560e01b81526001600160601b038a1660048201526001600160a01b03919091169063bd7d9d85906024015f60405180830381865afa158015612e32573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612e5991908101906155e3565b9050612e66888289613c8d565b5f87815260046020526040808220815160608101909252805482908290612e8c90615078565b80601f0160208091040260200160405190810160405280929190818152602001828054612eb890615078565b8015612f035780601f10612eda57610100808354040283529160200191612f03565b820191905f5260205f20905b815481529060010190602001808311612ee657829003601f168201915b505050918352505060019182015460ff811660208084019190915261010090910464ffffffffff166040928301525f8c8152600582528281206001600160601b038f1682528252918220805460ff191690931790925560808501519183015192935091612f71918c91613f78565b9050612f9f8a828b604051602001612f8b91815260200190565b6040516020818303038152906040526140b1565b9750612fbb8a898360405180602001604052805f815250614139565b612fd58a898360405180602001604052805f8152506141ae565b9650612fe18a88614230565b5050505050509250929050565b612ff661190d565b6001600160a01b0316336001600160a01b0316146130295760405163086391f760e31b81523360048201526024016108c1565b613033600a613958565b60405163581e954760e11b8152600160048201526001600160a01b03919091169063b03d2a8e90602401611b61565b5f80516020615b818339815191525f8061309a61307d611e8f565b873061308c60045f8a8c615776565b6130959161579d565b614282565b91509150816131585763ffffffff81161561313557825460ff60a01b1916600160a01b1783556130c8611e8f565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b81526004016130f7939291906157d5565b5f604051808303815f87803b15801561310e575f80fd5b505af1158015613120573d5f803e3d5ffd5b5050845460ff60a01b19168555506131589050565b60405162d1953b60e31b81526001600160a01b03871660048201526024016108c1565b505050505050565b6001546001600160a01b0316604051635b12715d60e11b81526001600160601b038416600482015260ff831660248201526001600160a01b03919091169063b624e2ba90604401602060405180830381865afa1580156131c2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906131e69190615039565b6118a45760405163d711af7560e01b81526001600160601b038316600482015260ff821660248201526044016108c1565b5f80516020615be183398151915254604051630155751d60e31b81526001600160601b03831660048201526001600160a01b0390911690630aaba8e8906024015b5f604051808303815f87803b15801561326f575f80fd5b505af1158015611352573d5f803e3d5ffd5b5f805f80516020615b6183398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156132ed573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906133119190615039565b1561333d5780546040516301ab8b6760e21b81526001600160601b0390911660048201526024016108c1565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa15801561338f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906133b39190615039565b6133db5760405163b9304b0d60e01b81526001600160a01b03841660048201526024016108c1565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa15801561342d573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061345191906151b9565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f03546040516301c6b21960e41b81526001600160601b03831660048201525f916001600160a01b031690631c6b219090602401611615565b5f80516020615bc1833981519152546040516304af15b960e11b815263010000009091046001600160a01b03169063095e2b72906135169085908590600401615814565b5f604051808303815f87803b15801561352d575f80fd5b505af1158015613158573d5f803e3d5ffd5b60405163c4cade9d60e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063c4cade9d906044015b602060405180830381865af41580156135a0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906135c49190615039565b9392505050565b7f0bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d680154604051639a83274160e01b81525f916001600160a01b031690639a83274190613628908c908c908c908c908c908c908c908c90600401615838565b6020604051808303815f875af1158015613644573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061366891906151b9565b9998505050505050505050565b5f80516020615b8183398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b5f5f80516020615bc183398151915260020154604051637baa9a0b60e01b81526001600160601b038516600482015264ffffffffff841660248201526001600160a01b0390911690637baa9a0b906044016020604051808303815f875af1158015613742573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906135c4919061505d565b61376e6146d5565b5f6137816001546001600160a01b031690565b604051632f2a35f760e11b81523060048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa1580156137c5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906137e991906151b9565b6040516330b8415f60e01b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015613842573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906138669190615039565b1561390b57613873613c5f565b6001600160a01b031663f0ea17c3613889611655565b6040516001600160e01b031960e084901b1681526001600160601b0390911660048201526024015f60405180830381865afa1580156138ca573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526138f191908101906158a0565b60608101519092506001600160a01b03161561390b575090565b611a2261438a565b5f80516020615be183398151915254604051639ffcede960e01b81526001600160601b03831660048201526001600160a01b0390911690639ffcede990602401613258565b5f807fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f0054604080516376b707b760e01b815290516001600160a01b03909216916376b707b7916004808201926020929091908290030181865afa1580156139c1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906139e5919061553e565b90506139f96001546001600160a01b031690565b60405163d39e604360e01b815260ff8086166004830152831660248201526001600160a01b03919091169063d39e604390604401602060405180830381865afa158015613a48573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906135c49190615559565b5f80516020615be18339815191525460405163552d72d560e11b81526001600160601b038416600482015264ffffffffff831660248201526001600160a01b039091169063aa5ae5aa90604401613516565b5f80516020615be183398151915254604051635dfddfdd60e11b81526001600160601b038416600482015264ffffffffff831660248201526001600160a01b039091169063bbfbbfba90604401613516565b7f0bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d68055460405163067ba1c160e41b81526001600160a01b03909116906367ba1c1090613516908590859060040161597a565b5f80516020615bc183398151915254604051633e77a42160e11b81526001600160c01b03198416600482015260ff8316602482015263010000009091046001600160a01b031690637cef484290604401613516565b613bbe61190d565b6001600160a01b0316336001600160a01b031614613bf15760405163086391f760e31b81523360048201526024016108c1565b613bfb600b613958565b60405163deaa59df60e01b81526001600160a01b038381166004830152919091169063deaa59df90602401613258565b5f815f03613c4c57604051630f6c8fc360e21b815260040160405180910390fd5b6135c483670de0b6b3a764000084614489565b7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f01546001600160a01b031690565b5f8181526004602081905260409182902060010154915163790a38ad60e01b815261010090920464ffffffffff169082015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063790a38ad90602401602060405180830381865af4158015613cf9573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613d1d9190615039565b15613d3e576040516395b47f7b60e01b8152600481018290526024016108c1565b5f81815260046020526040908190209051613d8f91600391613d6091906159a0565b90815260405190819003602001902054606084015160c09190911b906001600160c01b03199081169116141590565b15613dbf575f81815260046020819052604091829020915163d675176b60e01b81526108c1928492909101615a11565b5f8181526005602090815260408083206001600160601b038716845290915290205460ff1615613e0257604051639758dd1d60e01b815260040160405180910390fd5b5f81815260046020526040808220815160608101909252805482908290613e2890615078565b80601f0160208091040260200160405190810160405280929190818152602001828054613e5490615078565b8015613e9f5780601f10613e7657610100808354040283529160200191613e9f565b820191905f5260205f20905b815481529060010190602001808311613e8257829003601f168201915b50505091835250506001919091015460ff81166020830152610100900464ffffffffff166040918201528101516101a0850151919250613ee89164ffffffffff90811691161090565b15613f25576101a083015160405163fd05036760e01b81526001600160601b038616600482015264ffffffffff90911660248201526044016108c1565b60408101516101c084015164ffffffffff908116911610611b8a576101c083015160405163505710d560e01b81526001600160601b038616600482015264ffffffffff90911660248201526044016108c1565b5f8073__$3bac17678db7ae928afa209f2f44deec9c$__635869dfca6001600160601b038616613fa786614546565b6040516001600160e01b031960e085901b1681526001600160601b0390921660048301526024820152604401602060405180830381865af4158015613fee573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061401291906151b9565b90505f61401d613c5f565b604051630160668360e51b81526001600160601b03881660048201526001600160a01b039190911690632c0cd06090602401602060405180830381865afa15801561406a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061408e91906151b9565b905061409a818361468b565b156140a85791506135c49050565b50949350505050565b5f80516020615ba1833981519152546040516374b775eb60e01b81525f916001600160a01b0316906374b775eb906140f190879087908790600401615a9f565b6020604051808303815f875af115801561410d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906141319190615acf565b949350505050565b5f80516020615ba183398151915254604051636e2cdce760e01b81526001600160a01b0390911690636e2cdce79061417b908790879087908790600401615aea565b5f604051808303815f87803b158015614192575f80fd5b505af11580156141a4573d5f803e3d5ffd5b5050505050505050565b5f80516020615ba183398151915254604051631e2992c760e11b81525f916001600160a01b031690633c53258e906141f0908890889088908890600401615aea565b6020604051808303815f875af115801561420c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611904919061505d565b5f80516020615ba18339815191525460405163137a92a760e01b81526001600160601b038416600482015264ffffffffff831660248201526001600160a01b039091169063137a92a790604401613516565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b179052516142f0919061501f565b5f60405180830381855afa9150503d805f8114614328576040519150601f19603f3d011682016040523d82523d5f602084013e61432d565b606091505b5091509150811561437f57604081511061435f57808060200190518101906143559190615b2e565b909450925061437f565b602081511061437f578080602001905181019061437c9190615039565b93505b505094509492505050565b6143926146d5565b5f7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0090506040518060a00160405280825f0180546143cf90615078565b80601f01602080910402602001604051908101604052809291908181526020018280546143fb90615078565b80156144465780601f1061441d57610100808354040283529160200191614446565b820191905f5260205f20905b81548152906001019060200180831161442957829003601f168201915b505050918352505060018301546001600160a01b0390811660208301525f60408301526002840154166060820152600383018054608090920191610d1490615078565b5f80805f19858709858702925082811083820303915050805f036144c0578382816144b6576144b66155a5565b04925050506135c4565b8084116144df57604051629540d960e61b815260040160405180910390fd5b5f8486880960026001871981018816978890046003810283188082028403028082028403028082028403028082028403028082028403029081029092039091025f889003889004909101858311909403939093029303949094049190911702949350505050565b5f61455860015b60ff84811691161490565b156145d857604051631488c84560e01b815260196004820152600119602482015273__$bf7bc340cbb9229ef1de2c568356e67902$__90631488c845906044015b602060405180830381865af41580156145b4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e1891906151fa565b6145e2600261454d565b1561462657604051631488c84560e01b8152600560048201525f19602482015273__$bf7bc340cbb9229ef1de2c568356e67902$__90631488c84590604401614599565b614630600361454d565b1561466d576040516322f5db0f60e11b81526001600482015273__$bf7bc340cbb9229ef1de2c568356e67902$__906345ebb61e90602401614599565b6040516363d977df60e01b815260ff831660048201526024016108c1565b6040516304d40eb160e11b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__906309a81d6290604401613585565b6040518060a00160405280606081526020015f6001600160a01b031681526020015f6001600160a01b031681526020015f6001600160a01b03168152602001606081525090565b5f6020828403121561472c575f80fd5b81356001600160e01b0319811681146135c4575f80fd5b634e487b7160e01b5f52604160045260245ffd5b604080519081016001600160401b038111828210171561477957614779614743565b60405290565b60405161024081016001600160401b038111828210171561477957614779614743565b60405160e081016001600160401b038111828210171561477957614779614743565b60405161020081016001600160401b038111828210171561477957614779614743565b60405160a081016001600160401b038111828210171561477957614779614743565b604051601f8201601f191681016001600160401b038111828210171561483157614831614743565b604052919050565b5f6001600160401b0382111561485157614851614743565b50601f01601f191660200190565b5f82601f83011261486e575f80fd5b8135602083015f61488661488184614839565b614809565b9050828152858383011115614899575f80fd5b828260208301375f92810160200192909252509392505050565b60ff81168114611e8c575f80fd5b64ffffffffff81168114611e8c575f80fd5b5f805f80608085870312156148e6575f80fd5b8435935060208501356001600160401b03811115614902575f80fd5b61490e8782880161485f565b935050604085013561491f816148b3565b9150606085013561492f816148c1565b939692955090935050565b6001600160601b0381168114611e8c575f80fd5b5f6020828403121561495e575f80fd5b81356135c48161493a565b5f60208284031215614979575f80fd5b5035919050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f8251606060208401526149c96080840182614980565b905060ff602085015116604084015264ffffffffff60408501511660608401528091505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151614a3b608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152614131610100840182614980565b602081525f6135c46020830184614980565b5f60208284031215614aa1575f80fd5b81356001600160401b03811115614ab6575f80fd5b6141318482850161485f565b6001600160c01b031991909116815260200190565b6001600160a01b0381168114611e8c575f80fd5b5f8060408385031215614afc575f80fd5b8235614b0781614ad7565b91506020830135614b178161493a565b809150509250929050565b6001600160c01b031981168114611e8c575f80fd5b5f805f805f8060c08789031215614b4c575f80fd5b8635614b578161493a565b95506020870135614b6781614b22565b94506040870135614b77816148c1565b935060608701356001600160401b03811115614b91575f80fd5b614b9d89828a0161485f565b9350506080870135614bae8161493a565b915060a0870135614bbe81614b22565b809150509295509295509295565b5f60208284031215614bdc575f80fd5b81356135c481614ad7565b5f805f8060808587031215614bfa575f80fd5b84356001600160401b03811115614c0f575f80fd5b614c1b8782880161485f565b9450506020850135614c2c8161493a565b92506040850135614c3c816148c1565b9150606085013561492f8161493a565b5f8060408385031215614c5d575f80fd5b8235614c688161493a565b91506020830135614b17816148c1565b602081525f825160a06020840152614c9360c0840182614980565b60208501516001600160a01b03908116604086810191909152860151811660608087019190915286015116608080860191909152850151848203601f190160a08601529091506119048282614980565b5f805f8060808587031215614cf6575f80fd5b8435614d0181614ad7565b93506020850135614d1181614ad7565b925060408501359150606085013561492f81614ad7565b5f60408284031215614d38575f80fd5b614d40614757565b823581526020928301359281019290925250919050565b5f8060808385031215614d68575f80fd5b614d728484614d28565b9150614d818460408501614d28565b90509250929050565b5f8151808452602084019350602083015f5b82811015614dc35781516001600160601b0316865260209586019590910190600101614d9c565b5093949350505050565b60208152614de060208201835115159052565b5f6020830151614df4604084018215159052565b50604083015160ff8116606084015250606083015160ff811660808401525060808301516001600160601b03811660a08401525060a08301516001600160601b03811660c08401525060c08301516102a060e0840152614e586102c0840182614d8a565b60e085015180516101008601526020810151610120860152909150506101008401518051610140850152602081015161016085015250610120840151805161018085015260208101516101a08501525061014084015180516101c085015260208101516101e085015250610160840151805161020085015260208101516102208501525061018084015180516102408501526020810151610260850152506101a0840151805161028085015260208101516102a0850152509392505050565b61ffff81168114611e8c575f80fd5b5f805f60608486031215614f38575f80fd5b8335614f438161493a565b92506020840135614f5381614f17565b91506040840135614f638161493a565b809150509250925092565b5f805f8060808587031215614f81575f80fd5b8435614f8c8161493a565b93506020850135614f9c81614b22565b92506040850135614fac816148c1565b915060608501356001600160401b03811115614fc6575f80fd5b614fd28782880161485f565b91505092959194509250565b5f8060408385031215614fef575f80fd5b8235614ffa8161493a565b946020939093013593505050565b5f81518060208401855e5f93019283525090919050565b5f6135c48284615008565b80518015158114610e1b575f80fd5b5f60208284031215615049575f80fd5b6135c48261502a565b8051610e1b816148c1565b5f6020828403121561506d575f80fd5b81516135c4816148c1565b600181811c9082168061508c57607f821691505b6020821081036150aa57634e487b7160e01b5f52602260045260245ffd5b50919050565b601f821115610aec57805f5260205f20601f840160051c810160208510156150d55750805b601f840160051c820191505b81811015611352575f81556001016150e1565b81516001600160401b0381111561510d5761510d614743565b6151218161511b8454615078565b846150b0565b6020601f821160018114615153575f831561513c5750848201515b5f19600385901b1c1916600184901b178455611352565b5f84815260208120601f198516915b828110156151825787850151825560209485019460019092019101615162565b508482101561519f57868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b8051610e1b8161493a565b5f602082840312156151c9575f80fd5b81516135c48161493a565b8051610e1b81614b22565b5f602082840312156151ef575f80fd5b81516135c481614b22565b5f6020828403121561520a575f80fd5b5051919050565b634e487b7160e01b5f52603260045260245ffd5b6001600160601b03881681526001600160401b0360c01b871660208201526001600160601b038616604082015264ffffffffff8516606082015260e060808201525f61527460e0830186614980565b6001600160601b039490941660a0830152506001600160c01b03199190911660c09091015295945050505050565b5f6102408284031280156152b4575f80fd5b506152bd61477f565b6152c6836151ae565b81526152d4602084016151ae565b60208201526152e5604084016151ae565b60408201526152f6606084016151ae565b6060820152615307608084016151ae565b608082015261531860a084016151ae565b60a082015261532960c084016151ae565b60c082015261533a60e084016151ae565b60e082015261534c61010084016151ae565b61010082015261535f61012084016151ae565b61012082015261537261014084016151ae565b61014082015261538561016084016151ae565b61016082015261539861018084016151ae565b6101808201526153ab6101a084016151ae565b6101a08201526153be6101c084016151ae565b6101c08201526153d16101e084016151ae565b6101e08201526153e461020084016151ae565b6102008201526153f761022084016151ae565b6102208201529392505050565b8051610e1b816148b3565b8051610e1b81614ad7565b5f61542761488184614839565b905082815283838301111561543a575f80fd5b8282602083015e5f602084830101529392505050565b5f82601f83011261545f575f80fd5b6135c48383516020850161541a565b5f6020828403121561547e575f80fd5b81516001600160401b03811115615493575f80fd5b820160e081850312156154a4575f80fd5b6154ac6147a2565b6154b5826151ae565b81526154c3602083016151ae565b60208201526154d460408301615404565b60408201526154e56060830161502a565b60608201526154f66080830161540f565b608082015261550760a0830161540f565b60a082015260c08201516001600160401b03811115615524575f80fd5b61553086828501615450565b60c083015250949350505050565b5f6020828403121561554e575f80fd5b81516135c4816148b3565b5f60208284031215615569575f80fd5b81516135c481614ad7565b5f6040828403128015615585575f80fd5b5061558e614757565b825181526020928301519281019290925250919050565b634e487b7160e01b5f52601260045260245ffd5b5f826155d357634e487b7160e01b5f52601260045260245ffd5b500490565b8051610e1b81614f17565b5f602082840312156155f3575f80fd5b81516001600160401b03811115615608575f80fd5b8201610200818503121561561a575f80fd5b6156226147c4565b61562b826151ae565b8152615639602083016151ae565b602082015261564a604083016151d4565b604082015261565b606083016151d4565b606082015261566c608083016151ae565b608082015261567d60a083016151ae565b60a082015261568e60c08301615052565b60c082015260e08201516001600160401b038111156156ab575f80fd5b6156b786828501615450565b60e0830152506101008201516001600160401b038111156156d6575f80fd5b6156e286828501615450565b610100830152506156f661012083016155d8565b61012082015261570961014083016155d8565b61014082015261571c61016083016151ae565b61016082015261572f61018083016151ae565b6101808201526157426101a08301615052565b6101a08201526157556101c08301615052565b6101c08201526157686101e08301615052565b6101e0820152949350505050565b5f8085851115615784575f80fd5b83861115615790575f80fd5b5050820193919092039150565b80356001600160e01b031981169060048410156157ce576001600160e01b0319600485900360031b81901b82161691505b5092915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b6001600160401b0360c01b83168152604060208201525f6141316040830184614980565b6001600160a01b03891681526001600160c01b031988811660208301526001600160601b038881166040840152878116606084015264ffffffffff87166080840152851660a0830152831660c082015261010060e082018190525f906117a090830184614980565b5f602082840312156158b0575f80fd5b81516001600160401b038111156158c5575f80fd5b820160a081850312156158d6575f80fd5b6158de6147e7565b81516001600160401b038111156158f3575f80fd5b8201601f81018613615903575f80fd5b6159128682516020840161541a565b8252506159216020830161540f565b60208201526159326040830161540f565b60408201526159436060830161540f565b606082015260808201516001600160401b03811115615960575f80fd5b61596c86828501615450565b608083015250949350505050565b8251815260208084015181830152825160408301528201516060820152608081016135c4565b5f8083546159ad81615078565b6001821680156159c457600181146159d957615a06565b60ff1983168652811515820286019350615a06565b865f5260205f205f5b838110156159fe578154888201526001909101906020016159e2565b505081860193505b509195945050505050565b828152604060208201525f808354615a2881615078565b806040860152600182165f8114615a465760018114615a6257615a93565b60ff1983166060870152606082151560051b8701019350615a93565b865f5260205f205f5b83811015615a8a57815488820160600152600190910190602001615a6b565b87016060019450505b50919695505050505050565b6001600160601b03841681526001600160601b0383166020820152606060408201525f6119046060830184614980565b5f60208284031215615adf575f80fd5b81516135c481614f17565b6001600160601b038516815261ffff841660208201526001600160601b0383166040820152608060608201525f615b246080830184614980565b9695505050505050565b5f8060408385031215615b3f575f80fd5b615b488361502a565b9150602083015163ffffffff81168114614b17575f80fdfe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a000bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d68030bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d68000bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d6802a2646970667358221220b8ea1f1dac499d964c8208b8369a47e315e51b358d87b6902bd7297cf9f24f8264736f6c634300081a0033",
|
1660
|
+
"linkReferences": {
|
1661
|
+
"contracts/type/Amount.sol": {
|
1662
|
+
"AmountLib": [
|
1663
|
+
{
|
1664
|
+
"length": 20,
|
1665
|
+
"start": 8828
|
1666
|
+
},
|
1667
|
+
{
|
1668
|
+
"length": 20,
|
1669
|
+
"start": 8929
|
1670
|
+
},
|
1671
|
+
{
|
1672
|
+
"length": 20,
|
1673
|
+
"start": 14254
|
1674
|
+
},
|
1675
|
+
{
|
1676
|
+
"length": 20,
|
1677
|
+
"start": 14510
|
1678
|
+
},
|
1679
|
+
{
|
1680
|
+
"length": 20,
|
1681
|
+
"start": 15540
|
1682
|
+
},
|
1683
|
+
{
|
1684
|
+
"length": 20,
|
1685
|
+
"start": 15786
|
1686
|
+
},
|
1687
|
+
{
|
1688
|
+
"length": 20,
|
1689
|
+
"start": 18001
|
1690
|
+
},
|
1691
|
+
{
|
1692
|
+
"length": 20,
|
1693
|
+
"start": 20582
|
1694
|
+
},
|
1695
|
+
{
|
1696
|
+
"length": 20,
|
1697
|
+
"start": 22429
|
1698
|
+
}
|
1699
|
+
]
|
1700
|
+
},
|
1701
|
+
"contracts/type/Fee.sol": {
|
1702
|
+
"FeeLib": [
|
1703
|
+
{
|
1704
|
+
"length": 20,
|
1705
|
+
"start": 12802
|
1706
|
+
},
|
1707
|
+
{
|
1708
|
+
"length": 20,
|
1709
|
+
"start": 12913
|
1710
|
+
},
|
1711
|
+
{
|
1712
|
+
"length": 20,
|
1713
|
+
"start": 13024
|
1714
|
+
},
|
1715
|
+
{
|
1716
|
+
"length": 20,
|
1717
|
+
"start": 13135
|
1718
|
+
},
|
1719
|
+
{
|
1720
|
+
"length": 20,
|
1721
|
+
"start": 13246
|
1722
|
+
},
|
1723
|
+
{
|
1724
|
+
"length": 20,
|
1725
|
+
"start": 13357
|
1726
|
+
},
|
1727
|
+
{
|
1728
|
+
"length": 20,
|
1729
|
+
"start": 13468
|
1730
|
+
}
|
1731
|
+
]
|
1732
|
+
},
|
1733
|
+
"contracts/type/NftId.sol": {
|
1734
|
+
"NftIdLib": [
|
1735
|
+
{
|
1736
|
+
"length": 20,
|
1737
|
+
"start": 7472
|
1738
|
+
},
|
1739
|
+
{
|
1740
|
+
"length": 20,
|
1741
|
+
"start": 8118
|
1742
|
+
},
|
1743
|
+
{
|
1744
|
+
"length": 20,
|
1745
|
+
"start": 10795
|
1746
|
+
},
|
1747
|
+
{
|
1748
|
+
"length": 20,
|
1749
|
+
"start": 12488
|
1750
|
+
},
|
1751
|
+
{
|
1752
|
+
"length": 20,
|
1753
|
+
"start": 12597
|
1754
|
+
},
|
1755
|
+
{
|
1756
|
+
"length": 20,
|
1757
|
+
"start": 17311
|
1758
|
+
},
|
1759
|
+
{
|
1760
|
+
"length": 20,
|
1761
|
+
"start": 18676
|
1762
|
+
}
|
1763
|
+
]
|
1764
|
+
},
|
1765
|
+
"contracts/type/Referral.sol": {
|
1766
|
+
"ReferralLib": [
|
1767
|
+
{
|
1768
|
+
"length": 20,
|
1769
|
+
"start": 10135
|
1770
|
+
},
|
1771
|
+
{
|
1772
|
+
"length": 20,
|
1773
|
+
"start": 10253
|
1774
|
+
},
|
1775
|
+
{
|
1776
|
+
"length": 20,
|
1777
|
+
"start": 11619
|
1778
|
+
}
|
1779
|
+
]
|
1780
|
+
},
|
1781
|
+
"contracts/type/RiskId.sol": {
|
1782
|
+
"RiskIdLib": [
|
1783
|
+
{
|
1784
|
+
"length": 20,
|
1785
|
+
"start": 6418
|
1786
|
+
},
|
1787
|
+
{
|
1788
|
+
"length": 20,
|
1789
|
+
"start": 8255
|
1790
|
+
},
|
1791
|
+
{
|
1792
|
+
"length": 20,
|
1793
|
+
"start": 8496
|
1794
|
+
},
|
1795
|
+
{
|
1796
|
+
"length": 20,
|
1797
|
+
"start": 11450
|
1798
|
+
},
|
1799
|
+
{
|
1800
|
+
"length": 20,
|
1801
|
+
"start": 13633
|
1802
|
+
},
|
1803
|
+
{
|
1804
|
+
"length": 20,
|
1805
|
+
"start": 14912
|
1806
|
+
}
|
1807
|
+
]
|
1808
|
+
},
|
1809
|
+
"contracts/type/Seconds.sol": {
|
1810
|
+
"SecondsLib": [
|
1811
|
+
{
|
1812
|
+
"length": 20,
|
1813
|
+
"start": 15176
|
1814
|
+
}
|
1815
|
+
]
|
1816
|
+
},
|
1817
|
+
"contracts/type/Timestamp.sol": {
|
1818
|
+
"TimestampLib": [
|
1819
|
+
{
|
1820
|
+
"length": 20,
|
1821
|
+
"start": 6586
|
1822
|
+
},
|
1823
|
+
{
|
1824
|
+
"length": 20,
|
1825
|
+
"start": 6788
|
1826
|
+
},
|
1827
|
+
{
|
1828
|
+
"length": 20,
|
1829
|
+
"start": 19883
|
1830
|
+
}
|
1831
|
+
]
|
1832
|
+
},
|
1833
|
+
"contracts/type/UFixed.sol": {
|
1834
|
+
"UFixedLib": [
|
1835
|
+
{
|
1836
|
+
"length": 20,
|
1837
|
+
"start": 15143
|
1838
|
+
},
|
1839
|
+
{
|
1840
|
+
"length": 20,
|
1841
|
+
"start": 15380
|
1842
|
+
},
|
1843
|
+
{
|
1844
|
+
"length": 20,
|
1845
|
+
"start": 22117
|
1846
|
+
},
|
1847
|
+
{
|
1848
|
+
"length": 20,
|
1849
|
+
"start": 22254
|
1850
|
+
},
|
1851
|
+
{
|
1852
|
+
"length": 20,
|
1853
|
+
"start": 22325
|
1854
|
+
}
|
1855
|
+
]
|
1856
|
+
},
|
1857
|
+
"contracts/type/Version.sol": {
|
1858
|
+
"VersionPartLib": [
|
1859
|
+
{
|
1860
|
+
"length": 20,
|
1861
|
+
"start": 10416
|
1862
|
+
}
|
1863
|
+
]
|
1864
|
+
}
|
1865
|
+
},
|
1866
|
+
"deployedLinkReferences": {
|
1867
|
+
"contracts/type/Amount.sol": {
|
1868
|
+
"AmountLib": [
|
1869
|
+
{
|
1870
|
+
"length": 20,
|
1871
|
+
"start": 4498
|
1872
|
+
},
|
1873
|
+
{
|
1874
|
+
"length": 20,
|
1875
|
+
"start": 4599
|
1876
|
+
},
|
1877
|
+
{
|
1878
|
+
"length": 20,
|
1879
|
+
"start": 9924
|
1880
|
+
},
|
1881
|
+
{
|
1882
|
+
"length": 20,
|
1883
|
+
"start": 10180
|
1884
|
+
},
|
1885
|
+
{
|
1886
|
+
"length": 20,
|
1887
|
+
"start": 11210
|
1888
|
+
},
|
1889
|
+
{
|
1890
|
+
"length": 20,
|
1891
|
+
"start": 11456
|
1892
|
+
},
|
1893
|
+
{
|
1894
|
+
"length": 20,
|
1895
|
+
"start": 13671
|
1896
|
+
},
|
1897
|
+
{
|
1898
|
+
"length": 20,
|
1899
|
+
"start": 16252
|
1900
|
+
},
|
1901
|
+
{
|
1902
|
+
"length": 20,
|
1903
|
+
"start": 18099
|
1904
|
+
}
|
1905
|
+
]
|
1906
|
+
},
|
1907
|
+
"contracts/type/Fee.sol": {
|
1908
|
+
"FeeLib": [
|
1909
|
+
{
|
1910
|
+
"length": 20,
|
1911
|
+
"start": 8472
|
1912
|
+
},
|
1913
|
+
{
|
1914
|
+
"length": 20,
|
1915
|
+
"start": 8583
|
1916
|
+
},
|
1917
|
+
{
|
1918
|
+
"length": 20,
|
1919
|
+
"start": 8694
|
1920
|
+
},
|
1921
|
+
{
|
1922
|
+
"length": 20,
|
1923
|
+
"start": 8805
|
1924
|
+
},
|
1925
|
+
{
|
1926
|
+
"length": 20,
|
1927
|
+
"start": 8916
|
1928
|
+
},
|
1929
|
+
{
|
1930
|
+
"length": 20,
|
1931
|
+
"start": 9027
|
1932
|
+
},
|
1933
|
+
{
|
1934
|
+
"length": 20,
|
1935
|
+
"start": 9138
|
1936
|
+
}
|
1937
|
+
]
|
1938
|
+
},
|
1939
|
+
"contracts/type/NftId.sol": {
|
1940
|
+
"NftIdLib": [
|
1941
|
+
{
|
1942
|
+
"length": 20,
|
1943
|
+
"start": 3142
|
1944
|
+
},
|
1945
|
+
{
|
1946
|
+
"length": 20,
|
1947
|
+
"start": 3788
|
1948
|
+
},
|
1949
|
+
{
|
1950
|
+
"length": 20,
|
1951
|
+
"start": 6465
|
1952
|
+
},
|
1953
|
+
{
|
1954
|
+
"length": 20,
|
1955
|
+
"start": 8158
|
1956
|
+
},
|
1957
|
+
{
|
1958
|
+
"length": 20,
|
1959
|
+
"start": 8267
|
1960
|
+
},
|
1961
|
+
{
|
1962
|
+
"length": 20,
|
1963
|
+
"start": 12981
|
1964
|
+
},
|
1965
|
+
{
|
1966
|
+
"length": 20,
|
1967
|
+
"start": 14346
|
1968
|
+
}
|
1969
|
+
]
|
1970
|
+
},
|
1971
|
+
"contracts/type/Referral.sol": {
|
1972
|
+
"ReferralLib": [
|
1973
|
+
{
|
1974
|
+
"length": 20,
|
1975
|
+
"start": 5805
|
1976
|
+
},
|
1977
|
+
{
|
1978
|
+
"length": 20,
|
1979
|
+
"start": 5923
|
1980
|
+
},
|
1981
|
+
{
|
1982
|
+
"length": 20,
|
1983
|
+
"start": 7289
|
1984
|
+
}
|
1985
|
+
]
|
1986
|
+
},
|
1987
|
+
"contracts/type/RiskId.sol": {
|
1988
|
+
"RiskIdLib": [
|
1989
|
+
{
|
1990
|
+
"length": 20,
|
1991
|
+
"start": 2088
|
1992
|
+
},
|
1993
|
+
{
|
1994
|
+
"length": 20,
|
1995
|
+
"start": 3925
|
1996
|
+
},
|
1997
|
+
{
|
1998
|
+
"length": 20,
|
1999
|
+
"start": 4166
|
2000
|
+
},
|
2001
|
+
{
|
2002
|
+
"length": 20,
|
2003
|
+
"start": 7120
|
2004
|
+
},
|
2005
|
+
{
|
2006
|
+
"length": 20,
|
2007
|
+
"start": 9303
|
2008
|
+
},
|
2009
|
+
{
|
2010
|
+
"length": 20,
|
2011
|
+
"start": 10582
|
2012
|
+
}
|
2013
|
+
]
|
2014
|
+
},
|
2015
|
+
"contracts/type/Seconds.sol": {
|
2016
|
+
"SecondsLib": [
|
2017
|
+
{
|
2018
|
+
"length": 20,
|
2019
|
+
"start": 10846
|
2020
|
+
}
|
2021
|
+
]
|
2022
|
+
},
|
2023
|
+
"contracts/type/Timestamp.sol": {
|
2024
|
+
"TimestampLib": [
|
2025
|
+
{
|
2026
|
+
"length": 20,
|
2027
|
+
"start": 2256
|
2028
|
+
},
|
2029
|
+
{
|
2030
|
+
"length": 20,
|
2031
|
+
"start": 2458
|
2032
|
+
},
|
2033
|
+
{
|
2034
|
+
"length": 20,
|
2035
|
+
"start": 15553
|
2036
|
+
}
|
2037
|
+
]
|
2038
|
+
},
|
2039
|
+
"contracts/type/UFixed.sol": {
|
2040
|
+
"UFixedLib": [
|
2041
|
+
{
|
2042
|
+
"length": 20,
|
2043
|
+
"start": 10813
|
2044
|
+
},
|
2045
|
+
{
|
2046
|
+
"length": 20,
|
2047
|
+
"start": 11050
|
2048
|
+
},
|
2049
|
+
{
|
2050
|
+
"length": 20,
|
2051
|
+
"start": 17787
|
2052
|
+
},
|
2053
|
+
{
|
2054
|
+
"length": 20,
|
2055
|
+
"start": 17924
|
2056
|
+
},
|
2057
|
+
{
|
2058
|
+
"length": 20,
|
2059
|
+
"start": 17995
|
2060
|
+
}
|
2061
|
+
]
|
2062
|
+
},
|
2063
|
+
"contracts/type/Version.sol": {
|
2064
|
+
"VersionPartLib": [
|
2065
|
+
{
|
2066
|
+
"length": 20,
|
2067
|
+
"start": 6086
|
2068
|
+
}
|
2069
|
+
]
|
2070
|
+
}
|
2071
|
+
}
|
2072
|
+
}
|