@etherisc/gif-next 0.0.2-da77c50-824 → 0.0.2-db7f30b-255
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 +1394 -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 +1530 -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 +2064 -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 +1463 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1223 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1584 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +2087 -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 +301 -1649
- 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 +392 -1843
- 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/module/IComponents.sol/IComponents.json +10 -0
- 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/{pool/IPoolModule.sol/IPool.json → IRisk.sol/IRisk.json} +2 -2
- 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 +1031 -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/shared/IKeyValueStore.sol/IKeyValueStore.json +510 -0
- package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
- package/artifacts/contracts/{instance/module/lifecycle → shared}/ILifecycle.sol/ILifecycle.json +65 -53
- 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/{instance/module/lifecycle/ILifecycle.sol/ILifecycleModule.json → shared/Lifecycle.sol/Lifecycle.json} +50 -58
- 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 +511 -0
- package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +4 -0
- package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +108 -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 +1880 -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 +772 -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 +59 -43
- package/contracts/instance/IInstanceService.sol +72 -0
- package/contracts/instance/Instance.sol +218 -48
- 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/TestToken.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 +259 -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/shared/ILifecycle.sol +31 -0
- 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 +180 -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/type/Key32.sol +50 -0
- package/contracts/type/NftId.sol +79 -0
- 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 +60 -6
- 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 +46 -27
- 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/IServiceLinked.sol/IServiceLinked.dbg.json +0 -4
- package/artifacts/contracts/instance/IServiceLinked.sol/IServiceLinked.json +0 -50
- package/artifacts/contracts/instance/InstanceBase.sol/InstanceBase.dbg.json +0 -4
- package/artifacts/contracts/instance/InstanceBase.sol/InstanceBase.json +0 -313
- 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 -276
- 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 -276
- 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/lifecycle/ILifecycle.sol/ILifecycle.dbg.json +0 -4
- package/artifacts/contracts/instance/module/lifecycle/ILifecycle.sol/ILifecycleModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/lifecycle/LifecycleModule.sol/LifecycleModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/lifecycle/LifecycleModule.sol/LifecycleModule.json +0 -221
- 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/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/product/IProductModule.sol/IProductModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/product/IProductModule.sol/IProductModule.json +0 -10
- package/artifacts/contracts/instance/module/product/ProductModule.sol/ProductModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/product/ProductModule.sol/ProductModule.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 -538
- 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 -538
- package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.json +0 -519
- package/artifacts/contracts/instance/service/ComponentServiceBase.sol/ComponentServiceBase.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ComponentServiceBase.sol/ComponentServiceBase.json +0 -300
- 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/IService.sol/IService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IService.sol/IService.json +0 -300
- package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -499
- package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +0 -685
- package/artifacts/contracts/instance/service/ServiceBase.sol/ServiceBase.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ServiceBase.sol/ServiceBase.json +0 -300
- 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 -95
- 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 -82
- package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +0 -4
- package/artifacts/contracts/test/TestService.sol/TestService.json +0 -407
- 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 -222
- package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
- package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -230
- 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/NftId.sol/NftIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -92
- 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/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 -453
- package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
- package/artifacts/contracts/types/Version.sol/VersionLib.json +0 -78
- 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 -89
- 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/IServiceLinked.sol +0 -12
- package/contracts/instance/InstanceBase.sol +0 -74
- 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 -228
- package/contracts/instance/module/bundle/IBundle.sol +0 -53
- package/contracts/instance/module/component/ComponentModule.sol +0 -104
- package/contracts/instance/module/component/IComponent.sol +0 -53
- package/contracts/instance/module/lifecycle/ILifecycle.sol +0 -47
- package/contracts/instance/module/lifecycle/LifecycleModule.sol +0 -89
- package/contracts/instance/module/policy/IPolicy.sol +0 -60
- package/contracts/instance/module/policy/PolicyModule.sol +0 -84
- package/contracts/instance/module/pool/IPoolModule.sol +0 -41
- package/contracts/instance/module/pool/PoolModule.sol +0 -87
- package/contracts/instance/module/product/IProductModule.sol +0 -6
- package/contracts/instance/module/product/ProductModule.sol +0 -8
- package/contracts/instance/module/treasury/ITreasury.sol +0 -104
- package/contracts/instance/module/treasury/TokenHandler.sol +0 -48
- package/contracts/instance/module/treasury/TreasuryModule.sol +0 -148
- package/contracts/instance/service/ComponentOwnerService.sol +0 -174
- package/contracts/instance/service/ComponentServiceBase.sol +0 -41
- 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/IService.sol +0 -15
- package/contracts/instance/service/PoolService.sol +0 -98
- package/contracts/instance/service/ProductService.sol +0 -358
- package/contracts/instance/service/ServiceBase.sol +0 -39
- 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 -92
- 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 -35
- package/contracts/test/TestVersion.sol +0 -47
- package/contracts/test/TestVersionable.sol +0 -20
- package/contracts/types/ChainId.sol +0 -38
- package/contracts/types/Fee.sol +0 -32
- package/contracts/types/NftId.sol +0 -57
- package/contracts/types/NftIdSet.sol +0 -60
- package/contracts/types/ObjectType.sol +0 -115
- package/contracts/types/RoleId.sol +0 -36
- package/contracts/types/UFixed.sol +0 -206
@@ -0,0 +1,2064 @@
|
|
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": "0x608060405234801561000f575f80fd5b50604051616b4d380380616b4d83398101604081905261002e91610da3565b3361003d868686868686610048565b5050505050506110dd565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000810460ff1615906001600160401b03165f811580156100915750825b90505f826001600160401b031660011480156100ac5750303b155b9050811580156100ba575080155b156100d85760405163f92ee8a960e01b815260040160405180910390fd5b84546001600160401b0319166001178555831561010657845460ff60401b1916680100000000000000001785555b6101178b8b89898d8d5f808061016a565b831561015d57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b5050505050505050505050565b6101726101a4565b610199898989898989895f8a8a60405180602001604052805f8152506101f460201b60201c565b505050505050505050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005468010000000000000000900460ff166101f257604051631afcd79f60e31b815260040160405180910390fd5b565b6101fc6101a4565b61020e8b8b8989600c8e8b8f89610391565b5f7f0bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d6800805461ffff191686151561ff00191617610100861515021762ff000019166201000060ff861602178155905061026c610267600c90565b6105c6565b81546001600160a01b03919091166301000000026301000000600160b81b031990911617815561029d610267601490565b6001820180546001600160a01b0319166001600160a01b03929092169190911790556102ca610267601590565b6002820180546001600160a01b0319166001600160a01b03929092169190911790556102f7610267601790565b6003820180546001600160a01b0319166001600160a01b0392909216919091179055610324610267601a90565b6004820180546001600160a01b0319166001600160a01b0392909216919091179055610351610267600b90565b6005820180546001600160a01b0319166001600160a01b0392909216919091179055610383631c56415960e31b6106e1565b505050505050505050505050565b6103996101a4565b5f6103a58a8a8861070d565b90505f7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f0060405163bf8e179760e01b81526001600160601b03841660048201529091506001600160a01b038c169063bf8e179790602401602060405180830381865afa158015610417573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061043b9190610e3a565b81546001600160a01b0319166001600160a01b039190911690811782556040805163bf7e214f60e01b815290516104db929163bf7e214f9160048083019260209291908290030181865afa158015610495573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104b99190610e3a565b8c8c8c8c8c8b8b60405180602001604052805f8152508c6107bc60201b60201c565b8054604080516302cd307160e01b815290516001600160a01b03909216916302cd3071916004808201926020929091908290030181865afa158015610522573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105469190610e3a565b6001820180546001600160a01b03199081166001600160a01b0393841617909155600283018054909116918816919091179055610584610267600b90565b6003820180546001600160a01b0319166001600160a01b03929092169190911790556105b6634a531f3360e01b6106e1565b61015d6307bb0a0360e51b6106e1565b5f807fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f0054604080516376b707b760e01b815290516001600160a01b03909216916376b707b7916004808201926020929091908290030181865afa15801561062f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106539190610e6e565b90506106676001546001600160a01b031690565b60405163d39e604360e01b815260ff8086166004830152831660248201526001600160a01b03919091169063d39e604390604401602060405180830381865afa1580156106b6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106da9190610e3a565b9392505050565b6106e96101a4565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b5f60ff8216600c0361072e576107258484600a6108c1565b508290506106da565b5f61073b8585600c6108c1565b6040516305247a1760e51b81526001600160601b03861660048201529091506001600160a01b0382169063a48f42e0906024015f60405180830381865afa158015610788573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526107af9190810190610eb6565b6020015195945050505050565b6107c46101a4565b6001600160a01b0386166107eb576040516327eab2e360e11b815260040160405180910390fd5b86515f0361080c5760405163591eebf360e11b815260040160405180910390fd5b61081a89898787878761098b565b6108238a610a3d565b7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f008061084f898261100a565b506001810180546001600160a01b0319166001600160a01b0389161790556002810180546001600160a81b0319163060ff60a01b191617600160a01b87151502179055600381016108a0838261100a565b506108b1634a531f3360e01b6106e1565b61015d632986755f60e11b6106e1565b6040516305247a1760e51b81526001600160601b038316600482015283905f906001600160a01b0383169063a48f42e0906024015f60405180830381865afa15801561090f573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526109369190810190610eb6565b905061094d81604001518460ff9081169116141590565b1561098357604080820151905163b0c1f6eb60e01b815260ff808616600483015290911660248201526044015b60405180910390fd5b509392505050565b6109936101a4565b61099d8683610a51565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166001600160681b0319909116176c0100000000000000000000000060ff8716021760ff60681b19166d0100000000000000000000000000851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa301610a33838261100a565b5050505050505050565b610a456101a4565b610a4e81610ae3565b50565b610a596101a4565b610a6282610af4565b610a6a610c00565b6001600160a01b038116610a915760405163f17ef42d60e01b815260040160405180910390fd5b7f07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f0080546001600160601b03166c010000000000000000000000006001600160a01b039093169290920291909117905550565b610aeb6101a4565b610a4e81610c45565b610afc6101a4565b806001600160a01b03163b5f03610b315760405163fdeac91f60e01b81526001600160a01b038216600482015260240161097a565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b81526325713e4b60e21b60048201526301ffc9a790602401602060405180830381865afa925050508015610bab575060408051601f3d908101601f19168201909252610ba8918101906110c4565b60015b610bd35760405163fdeac91f60e01b81526001600160a01b038216600482015260240161097a565b80610bfc5760405163fdeac91f60e01b81526001600160a01b038316600482015260240161097a565b5050565b610c086101a4565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b7ff3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a0080546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6001600160a01b0381168114610a4e575f80fd5b8051610cd781610cb8565b919050565b80516001600160601b0381168114610cd7575f80fd5b634e487b7160e01b5f52604160045260245ffd5b60405160e081016001600160401b0381118282101715610d2857610d28610cf2565b60405290565b5f806001600160401b03841115610d4757610d47610cf2565b50604051601f19601f85018116603f011681018181106001600160401b0382111715610d7557610d75610cf2565b604052838152905080828401851015610d8c575f80fd5b8383602083015e5f60208583010152509392505050565b5f805f805f60a08688031215610db7575f80fd5b8551610dc281610cb8565b9450610dd060208701610cdc565b60408701519094506001600160401b03811115610deb575f80fd5b8601601f81018813610dfb575f80fd5b610e0a88825160208401610d2e565b9350506060860151610e1b81610cb8565b6080870151909250610e2c81610cb8565b809150509295509295909350565b5f60208284031215610e4a575f80fd5b81516106da81610cb8565b60ff81168114610a4e575f80fd5b8051610cd781610e55565b5f60208284031215610e7e575f80fd5b81516106da81610e55565b80518015158114610cd7575f80fd5b5f82601f830112610ea7575f80fd5b6106da83835160208501610d2e565b5f60208284031215610ec6575f80fd5b81516001600160401b03811115610edb575f80fd5b820160e08185031215610eec575f80fd5b610ef4610d06565b610efd82610cdc565b8152610f0b60208301610cdc565b6020820152610f1c60408301610e63565b6040820152610f2d60608301610e89565b6060820152610f3e60808301610ccc565b6080820152610f4f60a08301610ccc565b60a082015260c08201516001600160401b03811115610f6c575f80fd5b610f7886828501610e98565b60c083015250949350505050565b600181811c90821680610f9a57607f821691505b602082108103610fb857634e487b7160e01b5f52602260045260245ffd5b50919050565b601f82111561100557805f5260205f20601f840160051c81016020851015610fe35750805b601f840160051c820191505b81811015611002575f8155600101610fef565b50505b505050565b81516001600160401b0381111561102357611023610cf2565b611037816110318454610f86565b84610fbe565b6020601f821160018114611069575f83156110525750848201515b5f19600385901b1c1916600184901b178455611002565b5f84815260208120601f198516915b828110156110985787850151825560209485019460019092019101611078565b50848210156110b557868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b5f602082840312156110d4575f80fd5b6106da82610e89565b615a63806110ea5f395ff3fe608060405234801561000f575f80fd5b5060043610610333575f3560e01c80638899278a116101af578063bae99c99116100fe578063e1f216fa1161009e578063eb0df31911610079578063eb0df3191461078f578063f179d064146107a2578063f29d9cd8146107b5578063f83d08ba146107e8575f80fd5b8063e1f216fa14610741578063e9b2460c14610754578063ea15869f14610768575f80fd5b8063c9d87e69116100d9578063c9d87e69146106e3578063d8fb2577146106eb578063de7b5d14146106fe578063deaa59df1461072e575f80fd5b8063bae99c99146106b3578063bf7e214f146106c6578063c108bd4c146106ce575f80fd5b8063a7407c7111610169578063ada9652e11610144578063ada9652e14610671578063b423086c14610685578063b6b412ba1461068d578063b8bc787e146106a0575f80fd5b8063a7407c7114610638578063aa5ae5aa1461064b578063ad12ad601461065e575f80fd5b80638899278a146105d7578063893d20e8146105df5780638fb36037146105e757806390edbd35146106085780639ffcede91461061d578063a69df4b514610630575f80fd5b8063330234fc116102855780636078a3b2116102255780636bd1c0eb116102005780636bd1c0eb1461055157806376b707b7146105815780637a9e5e4b1461059b5780637baa9a0b146105ae575f80fd5b80636078a3b214610523578063644c45e01461053657806364854f9b1461053e575f80fd5b80634545177f116102605780634545177f146104e45780635349d2a8146104f75780635741e5e91461050a5780635ab1bd5314610512575f80fd5b8063330234fc146104a9578063419197fe146104c957806343d752d3146104dc575f80fd5b8063138461e0116102f05780631eff4b22116102cb5780631eff4b221461043d57806321df0da714610472578063223668441461047a5780632eb3e6f414610482575f80fd5b8063138461e0146103f557806317d7de7c146104155780631c6b21901461042a575f80fd5b806301ffc9a714610337578063034dac63146103785780630aaba8e81461038d5780630bb9b257146103a05780630fec111c146103c057806313299604146103d5575b5f80fd5b610363610345366004614549565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61038b610386366004614700565b6107f0565b005b61038b61039b36600461477b565b610a92565b6103b36103ae366004614796565b610af1565b60405161036f91906147db565b6103c8610bdb565b60405161036f9190614820565b6103dd610d99565b6040516001600160a01b03909116815260200161036f565b6103fd610dab565b6040516001600160601b03909116815260200161036f565b61041d610dba565b60405161036f91906148ac565b6103fd61043836600461477b565b610dca565b6104647f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b60405190815260200161036f565b6103dd610e20565b610363610e32565b6104647fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f0081565b6104bc6104b73660046148be565b610f28565b60405161036f91906148ef565b61038b6104d7366004614918565b611107565b6103dd611359565b61041d6104f2366004614796565b61136b565b6103fd610505366004614964565b611416565b6103636114d8565b6001546001600160a01b03166103dd565b6103fd6105313660046149f9565b61158c565b6103fd611655565b6103fd61054c366004614a14565b611670565b7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f02546001600160a01b03166103dd565b6105896117ae565b60405160ff909116815260200161036f565b61038b6105a93660046149f9565b611822565b6105c16105bc366004614a79565b6118a8565b60405164ffffffffff909116815260200161036f565b610464600381565b6103dd61190d565b6105ef611a3e565b6040516001600160e01b0319909116815260200161036f565b610610611a73565b60405161036f9190614aa5565b61038b61062b36600461477b565b611a98565b61038b611af2565b6103fd610646366004614a14565b611b90565b61038b610659366004614a79565b611cca565b61038b61066c366004614b10565b611d2f565b6104645f8051602061598e83398151915281565b610610611dd1565b61038b61069b366004614b84565b611de1565b6104bc6106ae3660046148be565b611e2f565b61038b6106c136600461477b565b611e40565b6103dd611e8f565b6106d6611eaa565b60405161036f9190614bfa565b600254610464565b61038b6106f93660046148be565b612422565b7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f00546001600160a01b03166103dd565b61038b61073c3660046149f9565b612523565b61038b61074f366004614d53565b612738565b6104645f805160206159ee83398151915281565b6104647fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0081565b61038b61079d3660046148be565b61274e565b6103fd6107b0366004614d9b565b61284a565b6107c86107c3366004614e0b565b612b49565b6040805161ffff909316835264ffffffffff90911660208301520161036f565b61038b612e1b565b6107fc335b5f36612e8f565b60038360405161080c9190614e4c565b90815260405190819003602001812054637bc32ecf60e01b825273__$32e9ecefef68cb354d118e0496fdd3f4bc$__91637bc32ecf91610862916001600160c01b031960c09290921b91909116906004016148ef565b602060405180830381865af415801561087d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108a19190614e66565b156108ca57826040516316add56760e21b81526004016108c191906148ac565b60405180910390fd5b6109488173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af4158015610915573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109399190614e8a565b64ffffffffff90811691161190565b156109665760405163a9f68a6b60e01b815260040160405180910390fd5b5f8481526004602081905260409182902060010154915163790a38ad60e01b815261010090920464ffffffffff169082015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063790a38ad90602401602060405180830381865af41580156109d2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109f69190614e66565b610a1357604051636ec7628b60e11b815260040160405180910390fd5b6040805160608101825284815260ff841660208083019190915264ffffffffff8416828401525f87815260049091529190912081518190610a549082614f21565b5060208201516001909101805460409093015164ffffffffff166101000265ffffffffffff1990931660ff9092169190911791909117905550505050565b610a9b336107f5565b610aa361190d565b6001600160a01b0316336001600160a01b031614610ad65760405163086391f760e31b81523360048201526024016108c1565b806015610ae38282612f8d565b610aec83613044565b505050565b604080516060808201835281525f60208201819052918101919091525f8281526004602052604090819020815160608101909252805482908290610b3490614ea5565b80601f0160208091040260200160405190810160405280929190818152602001828054610b6090614ea5565b8015610bab5780601f10610b8257610100808354040283529160200191610bab565b820191905f5260205f20905b815481529060010190602001808311610b8e57829003601f168201915b50505091835250506001919091015460ff81166020830152610100900464ffffffffff1660409091015292915050565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c08101919091525f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610c8b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610caf9190614fe6565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a001610cf761190d565b6001600160a01b03168152602001826001018054610d1490614ea5565b80601f0160208091040260200160405190810160405280929190818152602001828054610d4090614ea5565b8015610d8b5780601f10610d6257610100808354040283529160200191610d8b565b820191905f5260205f20905b815481529060010190602001808311610d6e57829003601f168201915b505050505081525091505090565b5f610da2611a73565b60600151905090565b5f610db5306130ae565b905090565b6060610dc4611a73565b51919050565b5f610dd361190d565b6001600160a01b0316336001600160a01b031614610e065760405163086391f760e31b81523360048201526024016108c1565b610e0f336107f5565b610e18826132a7565b90505b919050565b5f610e29611a73565b60200151905090565b5f610e456001546001600160a01b031690565b604051632f2a35f760e11b81523060048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015610e89573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ead9190614fe6565b6040516330b8415f60e01b81526001600160601b03909116600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610f04573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610db59190614e66565b5f600382604051610f399190614e4c565b90815260405190819003602001812054637bc32ecf60e01b825273__$32e9ecefef68cb354d118e0496fdd3f4bc$__91637bc32ecf91610f8f916001600160c01b031960c09290921b91909116906004016148ef565b602060405180830381865af4158015610faa573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610fce9190614e66565b610ffb57600382604051610fe29190614e4c565b9081526040519081900360200190205460c01b92915050565b600280546001810182555f919091527f405787fa12a823e0f2b7631cc41b3ba8828b3321ca811111fa75cd3aa3bb5ace016110368382614f21565b5060405163253a42dd60e11b815273__$32e9ecefef68cb354d118e0496fdd3f4bc$__90634a7485ba9061106e9085906004016148ac565b602060405180830381865af4158015611089573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110ad919061500c565b90506110c78160405180602001604052805f8152506132ff565b806003836040516110d89190614e4c565b908152604051908190036020019020805460c09290921c67ffffffffffffffff19909216919091179055919050565b61110f61190d565b6001600160a01b0316336001600160a01b0316146111425760405163086391f760e31b81523360048201526024016108c1565b3061114b610d99565b6001600160a01b0316146111725760405163b6d7537f60e01b815260040160405180910390fd5b60405163046e44af60e11b81526001600160601b03821660048201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__906308dc895e90602401602060405180830381865af41580156111ca573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111ee9190615027565b90505f6112658373__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af415801561123c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112609190614fe6565b61336c565b1561127257505f19905060015b7f99d7b1d3869e469ab19cd2c6e66718a63bca93dc1a2d27d375cb4bebbf5348ce61129b611359565b604080516001600160a01b0390921682526001600160601b03861660208301528315159082015260600160405180910390a1836001600160a01b031663095ea7b36112e4611359565b6040516001600160e01b031960e084901b1681526001600160a01b039091166004820152602481018590526044016020604051808303815f875af115801561132e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113529190614e66565b5050505050565b5f611362611a73565b60400151905090565b6060600282815481106113805761138061503e565b905f5260205f2001805461139390614ea5565b80601f01602080910402602001604051908101604052809291908181526020018280546113bf90614ea5565b801561140a5780601f106113e15761010080835404028352916020019161140a565b820191905f5260205f20905b8154815290600101906020018083116113ed57829003601f168201915b50505050509050919050565b5f82601f6114248282612f8d565b7f0bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d6804545f906001600160a01b031663f4bfe53a61145e611655565b8b8d8c8c8c8c6040518863ffffffff1660e01b81526004016114869796959493929190615052565b61024060405180830381865afa1580156114a2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114c691906150cf565b60a001519a9950505050505050505050565b5f6114e1610e32565b1561155c576001546001600160a01b03166040516308b09a5f60e41b81523060048201526001600160a01b039190911690638b09a5f0906024015f60405180830381865afa158015611535573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610da2919081019061529b565b507fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0254600160a01b900460ff1690565b5f61159561190d565b6001600160a01b0316336001600160a01b0316146115c85760405163086391f760e31b81523360048201526024016108c1565b7f0bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d68055460405163303c51d960e11b81526001600160a01b03848116600483015290911690636078a3b2906024015b6020604051808303815f875af1158015611631573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e189190614fe6565b5f8051602061598e833981519152546001600160601b031690565b5f61167a336107f5565b81601f6116878282612f8d565b335f61169289610f28565b90505f61171689838a60405180602001604052805f8152508b73__$05887d5853069c88bcd4c0a2107db45f29$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156116f2573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610505919061500c565b90506117a083838b848c8c73__$05887d5853069c88bcd4c0a2107db45f29$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015611768573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061178c919061500c565b60405180602001604052805f8152506133f8565b9a9950505050505050505050565b604051632392b61b60e21b8152600360048201525f9073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af41580156117fe573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610db5919061536b565b3361182b611e8f565b6001600160a01b0316816001600160a01b0316146118665760405162d1953b60e31b81526001600160a01b03821660048201526024016108c1565b816001600160a01b03163b5f0361189b576040516361798f2f60e11b81526001600160a01b03831660048201526024016108c1565b6118a4826134a2565b5050565b5f6118b2336107f5565b6118ba61190d565b6001600160a01b0316336001600160a01b0316146118ed5760405163086391f760e31b81523360048201526024016108c1565b8260156118fa8282612f8d565b6119048585613502565b95945050505050565b5f805f8051602061598e83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611979573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061199d9190614e66565b15611a28576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa1580156119fe573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a229190615386565b91505090565b54600160601b90046001600160a01b0316919050565b5f805160206159ae83398151915280545f9190600160a01b900460ff16611a65575f611a22565b638fb3603760e01b91505090565b611a7b614502565b611a83610e32565b15611a9057610db5613593565b610db5611dd1565b611aa1336107f5565b611aa961190d565b6001600160a01b0316336001600160a01b031614611adc5760405163086391f760e31b81523360048201526024016108c1565b806015611ae98282612f8d565b610aec83613740565b611afa61190d565b6001600160a01b0316336001600160a01b031614611b2d5760405163086391f760e31b81523360048201526024016108c1565b611b37600a613785565b60405163581e954760e11b81525f60048201526001600160a01b03919091169063b03d2a8e906024015b5f604051808303815f87803b158015611b78575f80fd5b505af1158015611b8a573d5f803e3d5ffd5b50505050565b5f81601f611b9e8282612f8d565b5f600388604051611baf9190614e4c565b90815260405190819003602001812054637bc32ecf60e01b825260c01b915073__$32e9ecefef68cb354d118e0496fdd3f4bc$__90637bc32ecf90611c02906001600160c01b03198516906004016148ef565b602060405180830381865af4158015611c1d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c419190614e66565b15611c6157876040516316add56760e21b81526004016108c191906148ac565b611cbe87828860405180602001604052805f8152508973__$05887d5853069c88bcd4c0a2107db45f29$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156116f2573d5f803e3d5ffd5b98975050505050505050565b611cd3336107f5565b611cdb61190d565b6001600160a01b0316336001600160a01b031614611d0e5760405163086391f760e31b81523360048201526024016108c1565b816015611d1b8282612f8d565b611d258484613899565b611b8a84846138eb565b6001546001600160a01b03166001600160a01b031663120726c36040518163ffffffff1660e01b8152600401602060405180830381865afa158015611d76573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d9a9190615386565b6001600160a01b0316336001600160a01b031614611dcc5760405162f0630960e01b81523360048201526024016108c1565b611b8a565b611dd9614502565b610db5613593565b611de961190d565b6001600160a01b0316336001600160a01b031614611e1c5760405163086391f760e31b81523360048201526024016108c1565b611e25336107f5565b6118a4828261393d565b5f600382604051610fe29190614e4c565b611e4861190d565b6001600160a01b0316336001600160a01b031614611e7b5760405163086391f760e31b81523360048201526024016108c1565b611e8c611e86610e20565b82611107565b50565b5f805160206159ae833981519152546001600160a01b031690565b611f80604080516101c0810182525f808252602080830182905282840182905260608084018390526080840183905260a0840183905260c08401528351808501855282815280820183905260e084015283518085018552828152808201839052610100840152835180850185528281528082018390526101208401528351808501855282815280820183905261014084015283518085018552828152808201839052610160840152835180850185528281528082018390526101808401528351808501909452818452830152906101a082015290565b604080516101c0810182525f8082525f805160206159ee833981519152805460ff6101008204811615156020808701919091526201000090920416848601526060840192909252835163bc1b392d60e01b815293519093608084019273__$94a2c899be079b00d952d0d84fffaa5c34$__9263bc1b392d9260048082019392918290030181865af4158015612017573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061203b9190614fe6565b6001600160601b0316815260200173__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015612090573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906120b49190614fe6565b6001600160601b03168152825460209091019062010000900460ff166001600160401b038111156120e7576120e7614570565b604051908082528060200260200182016040528015612110578160200160208202803683370190505b50815260200173__$58e11c6004c5796aaa8c56e718245e69a2$__63bc1b392d6040518163ffffffff1660e01b81526004016040805180830381865af415801561215c573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061218091906153a1565b815260200173__$58e11c6004c5796aaa8c56e718245e69a2$__63bc1b392d6040518163ffffffff1660e01b81526004016040805180830381865af41580156121cb573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906121ef91906153a1565b815260200173__$58e11c6004c5796aaa8c56e718245e69a2$__63bc1b392d6040518163ffffffff1660e01b81526004016040805180830381865af415801561223a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061225e91906153a1565b815260200173__$58e11c6004c5796aaa8c56e718245e69a2$__63bc1b392d6040518163ffffffff1660e01b81526004016040805180830381865af41580156122a9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122cd91906153a1565b815260200173__$58e11c6004c5796aaa8c56e718245e69a2$__63bc1b392d6040518163ffffffff1660e01b81526004016040805180830381865af4158015612318573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061233c91906153a1565b815260200173__$58e11c6004c5796aaa8c56e718245e69a2$__63bc1b392d6040518163ffffffff1660e01b81526004016040805180830381865af4158015612387573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123ab91906153a1565b815260200173__$58e11c6004c5796aaa8c56e718245e69a2$__63bc1b392d6040518163ffffffff1660e01b81526004016040805180830381865af41580156123f6573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061241a91906153a1565b905292915050565b61242b336107f5565b60038160405161243b9190614e4c565b90815260405190819003602001812054637bc32ecf60e01b825273__$32e9ecefef68cb354d118e0496fdd3f4bc$__91637bc32ecf91612491916001600160c01b031960c09290921b91909116906004016148ef565b602060405180830381865af41580156124ac573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906124d09190614e66565b156124f057806040516316add56760e21b81526004016108c191906148ac565b611e8c6003826040516125039190614e4c565b9081526040519081900360200190205460c01b61251e606e90565b61398e565b61252b61190d565b6001600160a01b0316336001600160a01b03161461255e5760405163086391f760e31b81523360048201526024016108c1565b5f612567610d99565b90505f612572610e20565b6040516370a0823160e01b81526001600160a01b03848116600483015291909116906370a0823190602401602060405180830381865afa1580156125b8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906125dc9190615027565b90506125e7836139e3565b8015610aec57604080516001600160a01b038085168252851660208201529081018290527f8f925ed35e36754081a3353f30c5686c405280f94d1cfe322ee5707833d898679060600160405180910390a1612640611359565b6001600160a01b031663c7d63d57838573__$3bac17678db7ae928afa209f2f44deec9c$__634c41dd96866040518263ffffffff1660e01b815260040161268991815260200190565b602060405180830381865af41580156126a4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906126c89190614fe6565b6040516001600160e01b031960e086901b1681526001600160a01b0393841660048201529290911660248301526001600160601b031660448201526064015f604051808303815f87803b15801561271d575f80fd5b505af115801561272f573d5f803e3d5ffd5b50505050505050565b612741336107f5565b8260156113528282612f8d565b612757336107f5565b6003816040516127679190614e4c565b90815260405190819003602001812054637bc32ecf60e01b825273__$32e9ecefef68cb354d118e0496fdd3f4bc$__91637bc32ecf916127bd916001600160c01b031960c09290921b91909116906004016148ef565b602060405180830381865af41580156127d8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906127fc9190614e66565b1561281c57806040516316add56760e21b81526004016108c191906148ac565b611e8c60038260405161282f9190614e4c565b9081526040519081900360200190205460c01b61251e600590565b604051633682752160e21b815264ffffffffff831660048201525f90819073__$bf7bc340cbb9229ef1de2c568356e67902$__906345ebb61e90620151809073__$71e292c09eace9601b3e21e68a1278917a$__9063da09d48490602401602060405180830381865af41580156128c3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906128e79190615027565b6128f191906153e6565b6040518263ffffffff1660e01b815260040161290f91815260200190565b602060405180830381865af415801561292a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061294e9190615027565b90505f6129d48273__$bf7bc340cbb9229ef1de2c568356e67902$__6345ebb61e6101686040518263ffffffff1660e01b815260040161299091815260200190565b602060405180830381865af41580156129ab573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906129cf9190615027565b613a58565b60405163046e44af60e11b81526001600160601b03891660048201529091505f9073__$3bac17678db7ae928afa209f2f44deec9c$__90634c41dd969060149083906308dc895e90602401602060405180830381865af4158015612a3a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a5e9190615027565b612a6891906153e6565b6040518263ffffffff1660e01b8152600401612a8691815260200190565b602060405180830381865af4158015612aa1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ac59190614fe6565b604051632c34efe560e11b81526001600160601b03821660048201526024810184905290915073__$3bac17678db7ae928afa209f2f44deec9c$__90635869dfca90604401602060405180830381865af4158015612b25573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611cbe9190614fe6565b5f80612b54336107f5565b83612b676001546001600160a01b031690565b604051631660755f60e31b81526001600160601b03831660048201523360248201526001600160a01b03919091169063b303aaf890604401602060405180830381865afa158015612bba573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612bde9190614e66565b612bfd5760405163086391f760e31b81523360048201526024016108c1565b846015612c0a8282612f8d565b5f612c13613a8c565b60405163bd7d9d8560e01b81526001600160601b038a1660048201526001600160a01b03919091169063bd7d9d85906024015f60405180830381865afa158015612c5f573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612c869190810190615410565b9050612c93888289613aba565b5f87815260046020526040808220815160608101909252805482908290612cb990614ea5565b80601f0160208091040260200160405190810160405280929190818152602001828054612ce590614ea5565b8015612d305780601f10612d0757610100808354040283529160200191612d30565b820191905f5260205f20905b815481529060010190602001808311612d1357829003601f168201915b505050918352505060019182015460ff811660208084019190915261010090910464ffffffffff166040928301525f8c8152600582528281206001600160601b038f1682528252918220805460ff191690931790925560808501519183015192935091612d9e918c91613da5565b9050612dcc8a828b604051602001612db891815260200190565b604051602081830303815290604052613ede565b9750612de88a898360405180602001604052805f815250613f66565b612e028a898360405180602001604052805f815250613fdb565b9650612e0e8a8861405d565b5050505050509250929050565b612e2361190d565b6001600160a01b0316336001600160a01b031614612e565760405163086391f760e31b81523360048201526024016108c1565b612e60600a613785565b60405163581e954760e11b8152600160048201526001600160a01b03919091169063b03d2a8e90602401611b61565b5f805160206159ae8339815191525f80612ec7612eaa611e8f565b8730612eb960045f8a8c6155a3565b612ec2916155ca565b6140af565b9150915081612f855763ffffffff811615612f6257825460ff60a01b1916600160a01b178355612ef5611e8f565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b8152600401612f2493929190615602565b5f604051808303815f87803b158015612f3b575f80fd5b505af1158015612f4d573d5f803e3d5ffd5b5050845460ff60a01b1916855550612f859050565b60405162d1953b60e31b81526001600160a01b03871660048201526024016108c1565b505050505050565b6001546001600160a01b0316604051635b12715d60e11b81526001600160601b038416600482015260ff831660248201526001600160a01b03919091169063b624e2ba90604401602060405180830381865afa158015612fef573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906130139190614e66565b6118a45760405163d711af7560e01b81526001600160601b038316600482015260ff821660248201526044016108c1565b5f80516020615a0e83398151915254604051630155751d60e31b81526001600160601b03831660048201526001600160a01b0390911690630aaba8e8906024015b5f604051808303815f87803b15801561309c575f80fd5b505af1158015611352573d5f803e3d5ffd5b5f805f8051602061598e83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af415801561311a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061313e9190614e66565b1561316a5780546040516301ab8b6760e21b81526001600160601b0390911660048201526024016108c1565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa1580156131bc573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906131e09190614e66565b6132085760405163b9304b0d60e01b81526001600160a01b03841660048201526024016108c1565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa15801561325a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061327e9190614fe6565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f03546040516301c6b21960e41b81526001600160601b03831660048201525f916001600160a01b031690631c6b219090602401611615565b5f805160206159ee833981519152546040516304af15b960e11b815263010000009091046001600160a01b03169063095e2b72906133439085908590600401615641565b5f604051808303815f87803b15801561335a575f80fd5b505af1158015612f85573d5f803e3d5ffd5b60405163c4cade9d60e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063c4cade9d906044015b602060405180830381865af41580156133cd573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906133f19190614e66565b9392505050565b7f0bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d680154604051639a83274160e01b81525f916001600160a01b031690639a83274190613455908c908c908c908c908c908c908c908c90600401615665565b6020604051808303815f875af1158015613471573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906134959190614fe6565b9998505050505050505050565b5f805160206159ae83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b5f5f805160206159ee83398151915260020154604051637baa9a0b60e01b81526001600160601b038516600482015264ffffffffff841660248201526001600160a01b0390911690637baa9a0b906044016020604051808303815f875af115801561356f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906133f19190614e8a565b61359b614502565b5f6135ae6001546001600160a01b031690565b604051632f2a35f760e11b81523060048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa1580156135f2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906136169190614fe6565b6040516330b8415f60e01b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af415801561366f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906136939190614e66565b15613738576136a0613a8c565b6001600160a01b031663f0ea17c36136b6611655565b6040516001600160e01b031960e084901b1681526001600160601b0390911660048201526024015f60405180830381865afa1580156136f7573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261371e91908101906156cd565b60608101519092506001600160a01b031615613738575090565b611a226141b7565b5f80516020615a0e83398151915254604051639ffcede960e01b81526001600160601b03831660048201526001600160a01b0390911690639ffcede990602401613085565b5f807fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f0054604080516376b707b760e01b815290516001600160a01b03909216916376b707b7916004808201926020929091908290030181865afa1580156137ee573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613812919061536b565b90506138266001546001600160a01b031690565b60405163d39e604360e01b815260ff8086166004830152831660248201526001600160a01b03919091169063d39e604390604401602060405180830381865afa158015613875573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906133f19190615386565b5f80516020615a0e8339815191525460405163552d72d560e11b81526001600160601b038416600482015264ffffffffff831660248201526001600160a01b039091169063aa5ae5aa90604401613343565b5f80516020615a0e83398151915254604051635dfddfdd60e11b81526001600160601b038416600482015264ffffffffff831660248201526001600160a01b039091169063bbfbbfba90604401613343565b7f0bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d68055460405163067ba1c160e41b81526001600160a01b03909116906367ba1c109061334390859085906004016157a7565b5f805160206159ee83398151915254604051633e77a42160e11b81526001600160c01b03198416600482015260ff8316602482015263010000009091046001600160a01b031690637cef484290604401613343565b6139eb61190d565b6001600160a01b0316336001600160a01b031614613a1e5760405163086391f760e31b81523360048201526024016108c1565b613a28600b613785565b60405163deaa59df60e01b81526001600160a01b038381166004830152919091169063deaa59df90602401613085565b5f815f03613a7957604051630f6c8fc360e21b815260040160405180910390fd5b6133f183670de0b6b3a7640000846142b6565b7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f01546001600160a01b031690565b5f8181526004602081905260409182902060010154915163790a38ad60e01b815261010090920464ffffffffff169082015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063790a38ad90602401602060405180830381865af4158015613b26573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613b4a9190614e66565b15613b6b576040516395b47f7b60e01b8152600481018290526024016108c1565b5f81815260046020526040908190209051613bbc91600391613b8d91906157cd565b90815260405190819003602001902054606084015160c09190911b906001600160c01b03199081169116141590565b15613bec575f81815260046020819052604091829020915163d675176b60e01b81526108c192849290910161583e565b5f8181526005602090815260408083206001600160601b038716845290915290205460ff1615613c2f57604051639758dd1d60e01b815260040160405180910390fd5b5f81815260046020526040808220815160608101909252805482908290613c5590614ea5565b80601f0160208091040260200160405190810160405280929190818152602001828054613c8190614ea5565b8015613ccc5780601f10613ca357610100808354040283529160200191613ccc565b820191905f5260205f20905b815481529060010190602001808311613caf57829003601f168201915b50505091835250506001919091015460ff81166020830152610100900464ffffffffff166040918201528101516101a0850151919250613d159164ffffffffff90811691161090565b15613d52576101a083015160405163fd05036760e01b81526001600160601b038616600482015264ffffffffff90911660248201526044016108c1565b60408101516101c084015164ffffffffff908116911610611b8a576101c083015160405163505710d560e01b81526001600160601b038616600482015264ffffffffff90911660248201526044016108c1565b5f8073__$3bac17678db7ae928afa209f2f44deec9c$__635869dfca6001600160601b038616613dd486614373565b6040516001600160e01b031960e085901b1681526001600160601b0390921660048301526024820152604401602060405180830381865af4158015613e1b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613e3f9190614fe6565b90505f613e4a613a8c565b604051630160668360e51b81526001600160601b03881660048201526001600160a01b039190911690632c0cd06090602401602060405180830381865afa158015613e97573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613ebb9190614fe6565b9050613ec781836144b8565b15613ed55791506133f19050565b50949350505050565b5f805160206159ce833981519152546040516374b775eb60e01b81525f916001600160a01b0316906374b775eb90613f1e908790879087906004016158cc565b6020604051808303815f875af1158015613f3a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613f5e91906158fc565b949350505050565b5f805160206159ce83398151915254604051636e2cdce760e01b81526001600160a01b0390911690636e2cdce790613fa8908790879087908790600401615917565b5f604051808303815f87803b158015613fbf575f80fd5b505af1158015613fd1573d5f803e3d5ffd5b5050505050505050565b5f805160206159ce83398151915254604051631e2992c760e11b81525f916001600160a01b031690633c53258e9061401d908890889088908890600401615917565b6020604051808303815f875af1158015614039573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119049190614e8a565b5f805160206159ce8339815191525460405163137a92a760e01b81526001600160601b038416600482015264ffffffffff831660248201526001600160a01b039091169063137a92a790604401613343565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b1790525161411d9190614e4c565b5f60405180830381855afa9150503d805f8114614155576040519150601f19603f3d011682016040523d82523d5f602084013e61415a565b606091505b509150915081156141ac57604081511061418c5780806020019051810190614182919061595b565b90945092506141ac565b60208151106141ac57808060200190518101906141a99190614e66565b93505b505094509492505050565b6141bf614502565b5f7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0090506040518060a00160405280825f0180546141fc90614ea5565b80601f016020809104026020016040519081016040528092919081815260200182805461422890614ea5565b80156142735780601f1061424a57610100808354040283529160200191614273565b820191905f5260205f20905b81548152906001019060200180831161425657829003601f168201915b505050918352505060018301546001600160a01b0390811660208301525f60408301526002840154166060820152600383018054608090920191610d1490614ea5565b5f80805f19858709858702925082811083820303915050805f036142ed578382816142e3576142e36153d2565b04925050506133f1565b80841161430c57604051629540d960e61b815260040160405180910390fd5b5f8486880960026001871981018816978890046003810283188082028403028082028403028082028403028082028403028082028403029081029092039091025f889003889004909101858311909403939093029303949094049190911702949350505050565b5f61438560015b60ff84811691161490565b1561440557604051631488c84560e01b815260196004820152600119602482015273__$bf7bc340cbb9229ef1de2c568356e67902$__90631488c845906044015b602060405180830381865af41580156143e1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e189190615027565b61440f600261437a565b1561445357604051631488c84560e01b8152600560048201525f19602482015273__$bf7bc340cbb9229ef1de2c568356e67902$__90631488c845906044016143c6565b61445d600361437a565b1561449a576040516322f5db0f60e11b81526001600482015273__$bf7bc340cbb9229ef1de2c568356e67902$__906345ebb61e906024016143c6565b6040516363d977df60e01b815260ff831660048201526024016108c1565b6040516304d40eb160e11b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__906309a81d62906044016133b2565b6040518060a00160405280606081526020015f6001600160a01b031681526020015f6001600160a01b031681526020015f6001600160a01b03168152602001606081525090565b5f60208284031215614559575f80fd5b81356001600160e01b0319811681146133f1575f80fd5b634e487b7160e01b5f52604160045260245ffd5b604080519081016001600160401b03811182821017156145a6576145a6614570565b60405290565b60405161024081016001600160401b03811182821017156145a6576145a6614570565b60405160e081016001600160401b03811182821017156145a6576145a6614570565b60405161020081016001600160401b03811182821017156145a6576145a6614570565b60405160a081016001600160401b03811182821017156145a6576145a6614570565b604051601f8201601f191681016001600160401b038111828210171561465e5761465e614570565b604052919050565b5f6001600160401b0382111561467e5761467e614570565b50601f01601f191660200190565b5f82601f83011261469b575f80fd5b8135602083015f6146b36146ae84614666565b614636565b90508281528583830111156146c6575f80fd5b828260208301375f92810160200192909252509392505050565b60ff81168114611e8c575f80fd5b64ffffffffff81168114611e8c575f80fd5b5f805f8060808587031215614713575f80fd5b8435935060208501356001600160401b0381111561472f575f80fd5b61473b8782880161468c565b935050604085013561474c816146e0565b9150606085013561475c816146ee565b939692955090935050565b6001600160601b0381168114611e8c575f80fd5b5f6020828403121561478b575f80fd5b81356133f181614767565b5f602082840312156147a6575f80fd5b5035919050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f8251606060208401526147f660808401826147ad565b905060ff602085015116604084015264ffffffffff60408501511660608401528091505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151614868608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152613f5e6101008401826147ad565b602081525f6133f160208301846147ad565b5f602082840312156148ce575f80fd5b81356001600160401b038111156148e3575f80fd5b613f5e8482850161468c565b6001600160c01b031991909116815260200190565b6001600160a01b0381168114611e8c575f80fd5b5f8060408385031215614929575f80fd5b823561493481614904565b9150602083013561494481614767565b809150509250929050565b6001600160c01b031981168114611e8c575f80fd5b5f805f805f8060c08789031215614979575f80fd5b863561498481614767565b955060208701356149948161494f565b945060408701356149a4816146ee565b935060608701356001600160401b038111156149be575f80fd5b6149ca89828a0161468c565b93505060808701356149db81614767565b915060a08701356149eb8161494f565b809150509295509295509295565b5f60208284031215614a09575f80fd5b81356133f181614904565b5f805f8060808587031215614a27575f80fd5b84356001600160401b03811115614a3c575f80fd5b614a488782880161468c565b9450506020850135614a5981614767565b92506040850135614a69816146ee565b9150606085013561475c81614767565b5f8060408385031215614a8a575f80fd5b8235614a9581614767565b91506020830135614944816146ee565b602081525f825160a06020840152614ac060c08401826147ad565b60208501516001600160a01b03908116604086810191909152860151811660608087019190915286015116608080860191909152850151848203601f190160a086015290915061190482826147ad565b5f805f8060808587031215614b23575f80fd5b8435614b2e81614904565b93506020850135614b3e81614904565b925060408501359150606085013561475c81614904565b5f60408284031215614b65575f80fd5b614b6d614584565b823581526020928301359281019290925250919050565b5f8060808385031215614b95575f80fd5b614b9f8484614b55565b9150614bae8460408501614b55565b90509250929050565b5f8151808452602084019350602083015f5b82811015614bf05781516001600160601b0316865260209586019590910190600101614bc9565b5093949350505050565b60208152614c0d60208201835115159052565b5f6020830151614c21604084018215159052565b50604083015160ff8116606084015250606083015160ff811660808401525060808301516001600160601b03811660a08401525060a08301516001600160601b03811660c08401525060c08301516102a060e0840152614c856102c0840182614bb7565b60e085015180516101008601526020810151610120860152909150506101008401518051610140850152602081015161016085015250610120840151805161018085015260208101516101a08501525061014084015180516101c085015260208101516101e085015250610160840151805161020085015260208101516102208501525061018084015180516102408501526020810151610260850152506101a0840151805161028085015260208101516102a0850152509392505050565b61ffff81168114611e8c575f80fd5b5f805f60608486031215614d65575f80fd5b8335614d7081614767565b92506020840135614d8081614d44565b91506040840135614d9081614767565b809150509250925092565b5f805f8060808587031215614dae575f80fd5b8435614db981614767565b93506020850135614dc98161494f565b92506040850135614dd9816146ee565b915060608501356001600160401b03811115614df3575f80fd5b614dff8782880161468c565b91505092959194509250565b5f8060408385031215614e1c575f80fd5b8235614e2781614767565b946020939093013593505050565b5f81518060208401855e5f93019283525090919050565b5f6133f18284614e35565b80518015158114610e1b575f80fd5b5f60208284031215614e76575f80fd5b6133f182614e57565b8051610e1b816146ee565b5f60208284031215614e9a575f80fd5b81516133f1816146ee565b600181811c90821680614eb957607f821691505b602082108103614ed757634e487b7160e01b5f52602260045260245ffd5b50919050565b601f821115610aec57805f5260205f20601f840160051c81016020851015614f025750805b601f840160051c820191505b81811015611352575f8155600101614f0e565b81516001600160401b03811115614f3a57614f3a614570565b614f4e81614f488454614ea5565b84614edd565b6020601f821160018114614f80575f8315614f695750848201515b5f19600385901b1c1916600184901b178455611352565b5f84815260208120601f198516915b82811015614faf5787850151825560209485019460019092019101614f8f565b5084821015614fcc57868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b8051610e1b81614767565b5f60208284031215614ff6575f80fd5b81516133f181614767565b8051610e1b8161494f565b5f6020828403121561501c575f80fd5b81516133f18161494f565b5f60208284031215615037575f80fd5b5051919050565b634e487b7160e01b5f52603260045260245ffd5b6001600160601b03881681526001600160401b0360c01b871660208201526001600160601b038616604082015264ffffffffff8516606082015260e060808201525f6150a160e08301866147ad565b6001600160601b039490941660a0830152506001600160c01b03199190911660c09091015295945050505050565b5f6102408284031280156150e1575f80fd5b506150ea6145ac565b6150f383614fdb565b815261510160208401614fdb565b602082015261511260408401614fdb565b604082015261512360608401614fdb565b606082015261513460808401614fdb565b608082015261514560a08401614fdb565b60a082015261515660c08401614fdb565b60c082015261516760e08401614fdb565b60e08201526151796101008401614fdb565b61010082015261518c6101208401614fdb565b61012082015261519f6101408401614fdb565b6101408201526151b26101608401614fdb565b6101608201526151c56101808401614fdb565b6101808201526151d86101a08401614fdb565b6101a08201526151eb6101c08401614fdb565b6101c08201526151fe6101e08401614fdb565b6101e08201526152116102008401614fdb565b6102008201526152246102208401614fdb565b6102208201529392505050565b8051610e1b816146e0565b8051610e1b81614904565b5f6152546146ae84614666565b9050828152838383011115615267575f80fd5b8282602083015e5f602084830101529392505050565b5f82601f83011261528c575f80fd5b6133f183835160208501615247565b5f602082840312156152ab575f80fd5b81516001600160401b038111156152c0575f80fd5b820160e081850312156152d1575f80fd5b6152d96145cf565b6152e282614fdb565b81526152f060208301614fdb565b602082015261530160408301615231565b604082015261531260608301614e57565b60608201526153236080830161523c565b608082015261533460a0830161523c565b60a082015260c08201516001600160401b03811115615351575f80fd5b61535d8682850161527d565b60c083015250949350505050565b5f6020828403121561537b575f80fd5b81516133f1816146e0565b5f60208284031215615396575f80fd5b81516133f181614904565b5f60408284031280156153b2575f80fd5b506153bb614584565b825181526020928301519281019290925250919050565b634e487b7160e01b5f52601260045260245ffd5b5f8261540057634e487b7160e01b5f52601260045260245ffd5b500490565b8051610e1b81614d44565b5f60208284031215615420575f80fd5b81516001600160401b03811115615435575f80fd5b82016102008185031215615447575f80fd5b61544f6145f1565b61545882614fdb565b815261546660208301614fdb565b602082015261547760408301615001565b604082015261548860608301615001565b606082015261549960808301614fdb565b60808201526154aa60a08301614fdb565b60a08201526154bb60c08301614e7f565b60c082015260e08201516001600160401b038111156154d8575f80fd5b6154e48682850161527d565b60e0830152506101008201516001600160401b03811115615503575f80fd5b61550f8682850161527d565b610100830152506155236101208301615405565b6101208201526155366101408301615405565b6101408201526155496101608301614fdb565b61016082015261555c6101808301614fdb565b61018082015261556f6101a08301614e7f565b6101a08201526155826101c08301614e7f565b6101c08201526155956101e08301614e7f565b6101e0820152949350505050565b5f80858511156155b1575f80fd5b838611156155bd575f80fd5b5050820193919092039150565b80356001600160e01b031981169060048410156155fb576001600160e01b0319600485900360031b81901b82161691505b5092915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b6001600160401b0360c01b83168152604060208201525f613f5e60408301846147ad565b6001600160a01b03891681526001600160c01b031988811660208301526001600160601b038881166040840152878116606084015264ffffffffff87166080840152851660a0830152831660c082015261010060e082018190525f906117a0908301846147ad565b5f602082840312156156dd575f80fd5b81516001600160401b038111156156f2575f80fd5b820160a08185031215615703575f80fd5b61570b614614565b81516001600160401b03811115615720575f80fd5b8201601f81018613615730575f80fd5b61573f86825160208401615247565b82525061574e6020830161523c565b602082015261575f6040830161523c565b60408201526157706060830161523c565b606082015260808201516001600160401b0381111561578d575f80fd5b6157998682850161527d565b608083015250949350505050565b8251815260208084015181830152825160408301528201516060820152608081016133f1565b5f8083546157da81614ea5565b6001821680156157f1576001811461580657615833565b60ff1983168652811515820286019350615833565b865f5260205f205f5b8381101561582b5781548882015260019091019060200161580f565b505081860193505b509195945050505050565b828152604060208201525f80835461585581614ea5565b806040860152600182165f8114615873576001811461588f576158c0565b60ff1983166060870152606082151560051b87010193506158c0565b865f5260205f205f5b838110156158b757815488820160600152600190910190602001615898565b87016060019450505b50919695505050505050565b6001600160601b03841681526001600160601b0383166020820152606060408201525f61190460608301846147ad565b5f6020828403121561590c575f80fd5b81516133f181614d44565b6001600160601b038516815261ffff841660208201526001600160601b0383166040820152608060608201525f61595160808301846147ad565b9695505050505050565b5f806040838503121561596c575f80fd5b61597583614e57565b9150602083015163ffffffff81168114614944575f80fdfe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a000bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d68030bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d68000bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d6802a26469706673582212203b1187035982d73e3164b401b658360ba0873b9d3b863dfe0633ba156c2dc8ad64736f6c634300081a0033",
|
1659
|
+
"deployedBytecode": "0x608060405234801561000f575f80fd5b5060043610610333575f3560e01c80638899278a116101af578063bae99c99116100fe578063e1f216fa1161009e578063eb0df31911610079578063eb0df3191461078f578063f179d064146107a2578063f29d9cd8146107b5578063f83d08ba146107e8575f80fd5b8063e1f216fa14610741578063e9b2460c14610754578063ea15869f14610768575f80fd5b8063c9d87e69116100d9578063c9d87e69146106e3578063d8fb2577146106eb578063de7b5d14146106fe578063deaa59df1461072e575f80fd5b8063bae99c99146106b3578063bf7e214f146106c6578063c108bd4c146106ce575f80fd5b8063a7407c7111610169578063ada9652e11610144578063ada9652e14610671578063b423086c14610685578063b6b412ba1461068d578063b8bc787e146106a0575f80fd5b8063a7407c7114610638578063aa5ae5aa1461064b578063ad12ad601461065e575f80fd5b80638899278a146105d7578063893d20e8146105df5780638fb36037146105e757806390edbd35146106085780639ffcede91461061d578063a69df4b514610630575f80fd5b8063330234fc116102855780636078a3b2116102255780636bd1c0eb116102005780636bd1c0eb1461055157806376b707b7146105815780637a9e5e4b1461059b5780637baa9a0b146105ae575f80fd5b80636078a3b214610523578063644c45e01461053657806364854f9b1461053e575f80fd5b80634545177f116102605780634545177f146104e45780635349d2a8146104f75780635741e5e91461050a5780635ab1bd5314610512575f80fd5b8063330234fc146104a9578063419197fe146104c957806343d752d3146104dc575f80fd5b8063138461e0116102f05780631eff4b22116102cb5780631eff4b221461043d57806321df0da714610472578063223668441461047a5780632eb3e6f414610482575f80fd5b8063138461e0146103f557806317d7de7c146104155780631c6b21901461042a575f80fd5b806301ffc9a714610337578063034dac63146103785780630aaba8e81461038d5780630bb9b257146103a05780630fec111c146103c057806313299604146103d5575b5f80fd5b610363610345366004614549565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61038b610386366004614700565b6107f0565b005b61038b61039b36600461477b565b610a92565b6103b36103ae366004614796565b610af1565b60405161036f91906147db565b6103c8610bdb565b60405161036f9190614820565b6103dd610d99565b6040516001600160a01b03909116815260200161036f565b6103fd610dab565b6040516001600160601b03909116815260200161036f565b61041d610dba565b60405161036f91906148ac565b6103fd61043836600461477b565b610dca565b6104647f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b60405190815260200161036f565b6103dd610e20565b610363610e32565b6104647fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f0081565b6104bc6104b73660046148be565b610f28565b60405161036f91906148ef565b61038b6104d7366004614918565b611107565b6103dd611359565b61041d6104f2366004614796565b61136b565b6103fd610505366004614964565b611416565b6103636114d8565b6001546001600160a01b03166103dd565b6103fd6105313660046149f9565b61158c565b6103fd611655565b6103fd61054c366004614a14565b611670565b7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f02546001600160a01b03166103dd565b6105896117ae565b60405160ff909116815260200161036f565b61038b6105a93660046149f9565b611822565b6105c16105bc366004614a79565b6118a8565b60405164ffffffffff909116815260200161036f565b610464600381565b6103dd61190d565b6105ef611a3e565b6040516001600160e01b0319909116815260200161036f565b610610611a73565b60405161036f9190614aa5565b61038b61062b36600461477b565b611a98565b61038b611af2565b6103fd610646366004614a14565b611b90565b61038b610659366004614a79565b611cca565b61038b61066c366004614b10565b611d2f565b6104645f8051602061598e83398151915281565b610610611dd1565b61038b61069b366004614b84565b611de1565b6104bc6106ae3660046148be565b611e2f565b61038b6106c136600461477b565b611e40565b6103dd611e8f565b6106d6611eaa565b60405161036f9190614bfa565b600254610464565b61038b6106f93660046148be565b612422565b7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f00546001600160a01b03166103dd565b61038b61073c3660046149f9565b612523565b61038b61074f366004614d53565b612738565b6104645f805160206159ee83398151915281565b6104647fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0081565b61038b61079d3660046148be565b61274e565b6103fd6107b0366004614d9b565b61284a565b6107c86107c3366004614e0b565b612b49565b6040805161ffff909316835264ffffffffff90911660208301520161036f565b61038b612e1b565b6107fc335b5f36612e8f565b60038360405161080c9190614e4c565b90815260405190819003602001812054637bc32ecf60e01b825273__$32e9ecefef68cb354d118e0496fdd3f4bc$__91637bc32ecf91610862916001600160c01b031960c09290921b91909116906004016148ef565b602060405180830381865af415801561087d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108a19190614e66565b156108ca57826040516316add56760e21b81526004016108c191906148ac565b60405180910390fd5b6109488173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af4158015610915573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109399190614e8a565b64ffffffffff90811691161190565b156109665760405163a9f68a6b60e01b815260040160405180910390fd5b5f8481526004602081905260409182902060010154915163790a38ad60e01b815261010090920464ffffffffff169082015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063790a38ad90602401602060405180830381865af41580156109d2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109f69190614e66565b610a1357604051636ec7628b60e11b815260040160405180910390fd5b6040805160608101825284815260ff841660208083019190915264ffffffffff8416828401525f87815260049091529190912081518190610a549082614f21565b5060208201516001909101805460409093015164ffffffffff166101000265ffffffffffff1990931660ff9092169190911791909117905550505050565b610a9b336107f5565b610aa361190d565b6001600160a01b0316336001600160a01b031614610ad65760405163086391f760e31b81523360048201526024016108c1565b806015610ae38282612f8d565b610aec83613044565b505050565b604080516060808201835281525f60208201819052918101919091525f8281526004602052604090819020815160608101909252805482908290610b3490614ea5565b80601f0160208091040260200160405190810160405280929190818152602001828054610b6090614ea5565b8015610bab5780601f10610b8257610100808354040283529160200191610bab565b820191905f5260205f20905b815481529060010190602001808311610b8e57829003601f168201915b50505091835250506001919091015460ff81166020830152610100900464ffffffffff1660409091015292915050565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c08101919091525f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610c8b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610caf9190614fe6565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a001610cf761190d565b6001600160a01b03168152602001826001018054610d1490614ea5565b80601f0160208091040260200160405190810160405280929190818152602001828054610d4090614ea5565b8015610d8b5780601f10610d6257610100808354040283529160200191610d8b565b820191905f5260205f20905b815481529060010190602001808311610d6e57829003601f168201915b505050505081525091505090565b5f610da2611a73565b60600151905090565b5f610db5306130ae565b905090565b6060610dc4611a73565b51919050565b5f610dd361190d565b6001600160a01b0316336001600160a01b031614610e065760405163086391f760e31b81523360048201526024016108c1565b610e0f336107f5565b610e18826132a7565b90505b919050565b5f610e29611a73565b60200151905090565b5f610e456001546001600160a01b031690565b604051632f2a35f760e11b81523060048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015610e89573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ead9190614fe6565b6040516330b8415f60e01b81526001600160601b03909116600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610f04573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610db59190614e66565b5f600382604051610f399190614e4c565b90815260405190819003602001812054637bc32ecf60e01b825273__$32e9ecefef68cb354d118e0496fdd3f4bc$__91637bc32ecf91610f8f916001600160c01b031960c09290921b91909116906004016148ef565b602060405180830381865af4158015610faa573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610fce9190614e66565b610ffb57600382604051610fe29190614e4c565b9081526040519081900360200190205460c01b92915050565b600280546001810182555f919091527f405787fa12a823e0f2b7631cc41b3ba8828b3321ca811111fa75cd3aa3bb5ace016110368382614f21565b5060405163253a42dd60e11b815273__$32e9ecefef68cb354d118e0496fdd3f4bc$__90634a7485ba9061106e9085906004016148ac565b602060405180830381865af4158015611089573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110ad919061500c565b90506110c78160405180602001604052805f8152506132ff565b806003836040516110d89190614e4c565b908152604051908190036020019020805460c09290921c67ffffffffffffffff19909216919091179055919050565b61110f61190d565b6001600160a01b0316336001600160a01b0316146111425760405163086391f760e31b81523360048201526024016108c1565b3061114b610d99565b6001600160a01b0316146111725760405163b6d7537f60e01b815260040160405180910390fd5b60405163046e44af60e11b81526001600160601b03821660048201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__906308dc895e90602401602060405180830381865af41580156111ca573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111ee9190615027565b90505f6112658373__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af415801561123c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112609190614fe6565b61336c565b1561127257505f19905060015b7f99d7b1d3869e469ab19cd2c6e66718a63bca93dc1a2d27d375cb4bebbf5348ce61129b611359565b604080516001600160a01b0390921682526001600160601b03861660208301528315159082015260600160405180910390a1836001600160a01b031663095ea7b36112e4611359565b6040516001600160e01b031960e084901b1681526001600160a01b039091166004820152602481018590526044016020604051808303815f875af115801561132e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113529190614e66565b5050505050565b5f611362611a73565b60400151905090565b6060600282815481106113805761138061503e565b905f5260205f2001805461139390614ea5565b80601f01602080910402602001604051908101604052809291908181526020018280546113bf90614ea5565b801561140a5780601f106113e15761010080835404028352916020019161140a565b820191905f5260205f20905b8154815290600101906020018083116113ed57829003601f168201915b50505050509050919050565b5f82601f6114248282612f8d565b7f0bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d6804545f906001600160a01b031663f4bfe53a61145e611655565b8b8d8c8c8c8c6040518863ffffffff1660e01b81526004016114869796959493929190615052565b61024060405180830381865afa1580156114a2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114c691906150cf565b60a001519a9950505050505050505050565b5f6114e1610e32565b1561155c576001546001600160a01b03166040516308b09a5f60e41b81523060048201526001600160a01b039190911690638b09a5f0906024015f60405180830381865afa158015611535573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610da2919081019061529b565b507fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0254600160a01b900460ff1690565b5f61159561190d565b6001600160a01b0316336001600160a01b0316146115c85760405163086391f760e31b81523360048201526024016108c1565b7f0bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d68055460405163303c51d960e11b81526001600160a01b03848116600483015290911690636078a3b2906024015b6020604051808303815f875af1158015611631573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e189190614fe6565b5f8051602061598e833981519152546001600160601b031690565b5f61167a336107f5565b81601f6116878282612f8d565b335f61169289610f28565b90505f61171689838a60405180602001604052805f8152508b73__$05887d5853069c88bcd4c0a2107db45f29$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156116f2573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610505919061500c565b90506117a083838b848c8c73__$05887d5853069c88bcd4c0a2107db45f29$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015611768573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061178c919061500c565b60405180602001604052805f8152506133f8565b9a9950505050505050505050565b604051632392b61b60e21b8152600360048201525f9073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af41580156117fe573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610db5919061536b565b3361182b611e8f565b6001600160a01b0316816001600160a01b0316146118665760405162d1953b60e31b81526001600160a01b03821660048201526024016108c1565b816001600160a01b03163b5f0361189b576040516361798f2f60e11b81526001600160a01b03831660048201526024016108c1565b6118a4826134a2565b5050565b5f6118b2336107f5565b6118ba61190d565b6001600160a01b0316336001600160a01b0316146118ed5760405163086391f760e31b81523360048201526024016108c1565b8260156118fa8282612f8d565b6119048585613502565b95945050505050565b5f805f8051602061598e83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611979573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061199d9190614e66565b15611a28576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa1580156119fe573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a229190615386565b91505090565b54600160601b90046001600160a01b0316919050565b5f805160206159ae83398151915280545f9190600160a01b900460ff16611a65575f611a22565b638fb3603760e01b91505090565b611a7b614502565b611a83610e32565b15611a9057610db5613593565b610db5611dd1565b611aa1336107f5565b611aa961190d565b6001600160a01b0316336001600160a01b031614611adc5760405163086391f760e31b81523360048201526024016108c1565b806015611ae98282612f8d565b610aec83613740565b611afa61190d565b6001600160a01b0316336001600160a01b031614611b2d5760405163086391f760e31b81523360048201526024016108c1565b611b37600a613785565b60405163581e954760e11b81525f60048201526001600160a01b03919091169063b03d2a8e906024015b5f604051808303815f87803b158015611b78575f80fd5b505af1158015611b8a573d5f803e3d5ffd5b50505050565b5f81601f611b9e8282612f8d565b5f600388604051611baf9190614e4c565b90815260405190819003602001812054637bc32ecf60e01b825260c01b915073__$32e9ecefef68cb354d118e0496fdd3f4bc$__90637bc32ecf90611c02906001600160c01b03198516906004016148ef565b602060405180830381865af4158015611c1d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c419190614e66565b15611c6157876040516316add56760e21b81526004016108c191906148ac565b611cbe87828860405180602001604052805f8152508973__$05887d5853069c88bcd4c0a2107db45f29$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156116f2573d5f803e3d5ffd5b98975050505050505050565b611cd3336107f5565b611cdb61190d565b6001600160a01b0316336001600160a01b031614611d0e5760405163086391f760e31b81523360048201526024016108c1565b816015611d1b8282612f8d565b611d258484613899565b611b8a84846138eb565b6001546001600160a01b03166001600160a01b031663120726c36040518163ffffffff1660e01b8152600401602060405180830381865afa158015611d76573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d9a9190615386565b6001600160a01b0316336001600160a01b031614611dcc5760405162f0630960e01b81523360048201526024016108c1565b611b8a565b611dd9614502565b610db5613593565b611de961190d565b6001600160a01b0316336001600160a01b031614611e1c5760405163086391f760e31b81523360048201526024016108c1565b611e25336107f5565b6118a4828261393d565b5f600382604051610fe29190614e4c565b611e4861190d565b6001600160a01b0316336001600160a01b031614611e7b5760405163086391f760e31b81523360048201526024016108c1565b611e8c611e86610e20565b82611107565b50565b5f805160206159ae833981519152546001600160a01b031690565b611f80604080516101c0810182525f808252602080830182905282840182905260608084018390526080840183905260a0840183905260c08401528351808501855282815280820183905260e084015283518085018552828152808201839052610100840152835180850185528281528082018390526101208401528351808501855282815280820183905261014084015283518085018552828152808201839052610160840152835180850185528281528082018390526101808401528351808501909452818452830152906101a082015290565b604080516101c0810182525f8082525f805160206159ee833981519152805460ff6101008204811615156020808701919091526201000090920416848601526060840192909252835163bc1b392d60e01b815293519093608084019273__$94a2c899be079b00d952d0d84fffaa5c34$__9263bc1b392d9260048082019392918290030181865af4158015612017573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061203b9190614fe6565b6001600160601b0316815260200173__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015612090573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906120b49190614fe6565b6001600160601b03168152825460209091019062010000900460ff166001600160401b038111156120e7576120e7614570565b604051908082528060200260200182016040528015612110578160200160208202803683370190505b50815260200173__$58e11c6004c5796aaa8c56e718245e69a2$__63bc1b392d6040518163ffffffff1660e01b81526004016040805180830381865af415801561215c573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061218091906153a1565b815260200173__$58e11c6004c5796aaa8c56e718245e69a2$__63bc1b392d6040518163ffffffff1660e01b81526004016040805180830381865af41580156121cb573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906121ef91906153a1565b815260200173__$58e11c6004c5796aaa8c56e718245e69a2$__63bc1b392d6040518163ffffffff1660e01b81526004016040805180830381865af415801561223a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061225e91906153a1565b815260200173__$58e11c6004c5796aaa8c56e718245e69a2$__63bc1b392d6040518163ffffffff1660e01b81526004016040805180830381865af41580156122a9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122cd91906153a1565b815260200173__$58e11c6004c5796aaa8c56e718245e69a2$__63bc1b392d6040518163ffffffff1660e01b81526004016040805180830381865af4158015612318573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061233c91906153a1565b815260200173__$58e11c6004c5796aaa8c56e718245e69a2$__63bc1b392d6040518163ffffffff1660e01b81526004016040805180830381865af4158015612387573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123ab91906153a1565b815260200173__$58e11c6004c5796aaa8c56e718245e69a2$__63bc1b392d6040518163ffffffff1660e01b81526004016040805180830381865af41580156123f6573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061241a91906153a1565b905292915050565b61242b336107f5565b60038160405161243b9190614e4c565b90815260405190819003602001812054637bc32ecf60e01b825273__$32e9ecefef68cb354d118e0496fdd3f4bc$__91637bc32ecf91612491916001600160c01b031960c09290921b91909116906004016148ef565b602060405180830381865af41580156124ac573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906124d09190614e66565b156124f057806040516316add56760e21b81526004016108c191906148ac565b611e8c6003826040516125039190614e4c565b9081526040519081900360200190205460c01b61251e606e90565b61398e565b61252b61190d565b6001600160a01b0316336001600160a01b03161461255e5760405163086391f760e31b81523360048201526024016108c1565b5f612567610d99565b90505f612572610e20565b6040516370a0823160e01b81526001600160a01b03848116600483015291909116906370a0823190602401602060405180830381865afa1580156125b8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906125dc9190615027565b90506125e7836139e3565b8015610aec57604080516001600160a01b038085168252851660208201529081018290527f8f925ed35e36754081a3353f30c5686c405280f94d1cfe322ee5707833d898679060600160405180910390a1612640611359565b6001600160a01b031663c7d63d57838573__$3bac17678db7ae928afa209f2f44deec9c$__634c41dd96866040518263ffffffff1660e01b815260040161268991815260200190565b602060405180830381865af41580156126a4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906126c89190614fe6565b6040516001600160e01b031960e086901b1681526001600160a01b0393841660048201529290911660248301526001600160601b031660448201526064015f604051808303815f87803b15801561271d575f80fd5b505af115801561272f573d5f803e3d5ffd5b50505050505050565b612741336107f5565b8260156113528282612f8d565b612757336107f5565b6003816040516127679190614e4c565b90815260405190819003602001812054637bc32ecf60e01b825273__$32e9ecefef68cb354d118e0496fdd3f4bc$__91637bc32ecf916127bd916001600160c01b031960c09290921b91909116906004016148ef565b602060405180830381865af41580156127d8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906127fc9190614e66565b1561281c57806040516316add56760e21b81526004016108c191906148ac565b611e8c60038260405161282f9190614e4c565b9081526040519081900360200190205460c01b61251e600590565b604051633682752160e21b815264ffffffffff831660048201525f90819073__$bf7bc340cbb9229ef1de2c568356e67902$__906345ebb61e90620151809073__$71e292c09eace9601b3e21e68a1278917a$__9063da09d48490602401602060405180830381865af41580156128c3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906128e79190615027565b6128f191906153e6565b6040518263ffffffff1660e01b815260040161290f91815260200190565b602060405180830381865af415801561292a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061294e9190615027565b90505f6129d48273__$bf7bc340cbb9229ef1de2c568356e67902$__6345ebb61e6101686040518263ffffffff1660e01b815260040161299091815260200190565b602060405180830381865af41580156129ab573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906129cf9190615027565b613a58565b60405163046e44af60e11b81526001600160601b03891660048201529091505f9073__$3bac17678db7ae928afa209f2f44deec9c$__90634c41dd969060149083906308dc895e90602401602060405180830381865af4158015612a3a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a5e9190615027565b612a6891906153e6565b6040518263ffffffff1660e01b8152600401612a8691815260200190565b602060405180830381865af4158015612aa1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ac59190614fe6565b604051632c34efe560e11b81526001600160601b03821660048201526024810184905290915073__$3bac17678db7ae928afa209f2f44deec9c$__90635869dfca90604401602060405180830381865af4158015612b25573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611cbe9190614fe6565b5f80612b54336107f5565b83612b676001546001600160a01b031690565b604051631660755f60e31b81526001600160601b03831660048201523360248201526001600160a01b03919091169063b303aaf890604401602060405180830381865afa158015612bba573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612bde9190614e66565b612bfd5760405163086391f760e31b81523360048201526024016108c1565b846015612c0a8282612f8d565b5f612c13613a8c565b60405163bd7d9d8560e01b81526001600160601b038a1660048201526001600160a01b03919091169063bd7d9d85906024015f60405180830381865afa158015612c5f573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612c869190810190615410565b9050612c93888289613aba565b5f87815260046020526040808220815160608101909252805482908290612cb990614ea5565b80601f0160208091040260200160405190810160405280929190818152602001828054612ce590614ea5565b8015612d305780601f10612d0757610100808354040283529160200191612d30565b820191905f5260205f20905b815481529060010190602001808311612d1357829003601f168201915b505050918352505060019182015460ff811660208084019190915261010090910464ffffffffff166040928301525f8c8152600582528281206001600160601b038f1682528252918220805460ff191690931790925560808501519183015192935091612d9e918c91613da5565b9050612dcc8a828b604051602001612db891815260200190565b604051602081830303815290604052613ede565b9750612de88a898360405180602001604052805f815250613f66565b612e028a898360405180602001604052805f815250613fdb565b9650612e0e8a8861405d565b5050505050509250929050565b612e2361190d565b6001600160a01b0316336001600160a01b031614612e565760405163086391f760e31b81523360048201526024016108c1565b612e60600a613785565b60405163581e954760e11b8152600160048201526001600160a01b03919091169063b03d2a8e90602401611b61565b5f805160206159ae8339815191525f80612ec7612eaa611e8f565b8730612eb960045f8a8c6155a3565b612ec2916155ca565b6140af565b9150915081612f855763ffffffff811615612f6257825460ff60a01b1916600160a01b178355612ef5611e8f565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b8152600401612f2493929190615602565b5f604051808303815f87803b158015612f3b575f80fd5b505af1158015612f4d573d5f803e3d5ffd5b5050845460ff60a01b1916855550612f859050565b60405162d1953b60e31b81526001600160a01b03871660048201526024016108c1565b505050505050565b6001546001600160a01b0316604051635b12715d60e11b81526001600160601b038416600482015260ff831660248201526001600160a01b03919091169063b624e2ba90604401602060405180830381865afa158015612fef573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906130139190614e66565b6118a45760405163d711af7560e01b81526001600160601b038316600482015260ff821660248201526044016108c1565b5f80516020615a0e83398151915254604051630155751d60e31b81526001600160601b03831660048201526001600160a01b0390911690630aaba8e8906024015b5f604051808303815f87803b15801561309c575f80fd5b505af1158015611352573d5f803e3d5ffd5b5f805f8051602061598e83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af415801561311a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061313e9190614e66565b1561316a5780546040516301ab8b6760e21b81526001600160601b0390911660048201526024016108c1565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa1580156131bc573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906131e09190614e66565b6132085760405163b9304b0d60e01b81526001600160a01b03841660048201526024016108c1565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa15801561325a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061327e9190614fe6565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f03546040516301c6b21960e41b81526001600160601b03831660048201525f916001600160a01b031690631c6b219090602401611615565b5f805160206159ee833981519152546040516304af15b960e11b815263010000009091046001600160a01b03169063095e2b72906133439085908590600401615641565b5f604051808303815f87803b15801561335a575f80fd5b505af1158015612f85573d5f803e3d5ffd5b60405163c4cade9d60e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063c4cade9d906044015b602060405180830381865af41580156133cd573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906133f19190614e66565b9392505050565b7f0bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d680154604051639a83274160e01b81525f916001600160a01b031690639a83274190613455908c908c908c908c908c908c908c908c90600401615665565b6020604051808303815f875af1158015613471573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906134959190614fe6565b9998505050505050505050565b5f805160206159ae83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b5f5f805160206159ee83398151915260020154604051637baa9a0b60e01b81526001600160601b038516600482015264ffffffffff841660248201526001600160a01b0390911690637baa9a0b906044016020604051808303815f875af115801561356f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906133f19190614e8a565b61359b614502565b5f6135ae6001546001600160a01b031690565b604051632f2a35f760e11b81523060048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa1580156135f2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906136169190614fe6565b6040516330b8415f60e01b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af415801561366f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906136939190614e66565b15613738576136a0613a8c565b6001600160a01b031663f0ea17c36136b6611655565b6040516001600160e01b031960e084901b1681526001600160601b0390911660048201526024015f60405180830381865afa1580156136f7573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261371e91908101906156cd565b60608101519092506001600160a01b031615613738575090565b611a226141b7565b5f80516020615a0e83398151915254604051639ffcede960e01b81526001600160601b03831660048201526001600160a01b0390911690639ffcede990602401613085565b5f807fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f0054604080516376b707b760e01b815290516001600160a01b03909216916376b707b7916004808201926020929091908290030181865afa1580156137ee573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613812919061536b565b90506138266001546001600160a01b031690565b60405163d39e604360e01b815260ff8086166004830152831660248201526001600160a01b03919091169063d39e604390604401602060405180830381865afa158015613875573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906133f19190615386565b5f80516020615a0e8339815191525460405163552d72d560e11b81526001600160601b038416600482015264ffffffffff831660248201526001600160a01b039091169063aa5ae5aa90604401613343565b5f80516020615a0e83398151915254604051635dfddfdd60e11b81526001600160601b038416600482015264ffffffffff831660248201526001600160a01b039091169063bbfbbfba90604401613343565b7f0bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d68055460405163067ba1c160e41b81526001600160a01b03909116906367ba1c109061334390859085906004016157a7565b5f805160206159ee83398151915254604051633e77a42160e11b81526001600160c01b03198416600482015260ff8316602482015263010000009091046001600160a01b031690637cef484290604401613343565b6139eb61190d565b6001600160a01b0316336001600160a01b031614613a1e5760405163086391f760e31b81523360048201526024016108c1565b613a28600b613785565b60405163deaa59df60e01b81526001600160a01b038381166004830152919091169063deaa59df90602401613085565b5f815f03613a7957604051630f6c8fc360e21b815260040160405180910390fd5b6133f183670de0b6b3a7640000846142b6565b7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f01546001600160a01b031690565b5f8181526004602081905260409182902060010154915163790a38ad60e01b815261010090920464ffffffffff169082015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063790a38ad90602401602060405180830381865af4158015613b26573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613b4a9190614e66565b15613b6b576040516395b47f7b60e01b8152600481018290526024016108c1565b5f81815260046020526040908190209051613bbc91600391613b8d91906157cd565b90815260405190819003602001902054606084015160c09190911b906001600160c01b03199081169116141590565b15613bec575f81815260046020819052604091829020915163d675176b60e01b81526108c192849290910161583e565b5f8181526005602090815260408083206001600160601b038716845290915290205460ff1615613c2f57604051639758dd1d60e01b815260040160405180910390fd5b5f81815260046020526040808220815160608101909252805482908290613c5590614ea5565b80601f0160208091040260200160405190810160405280929190818152602001828054613c8190614ea5565b8015613ccc5780601f10613ca357610100808354040283529160200191613ccc565b820191905f5260205f20905b815481529060010190602001808311613caf57829003601f168201915b50505091835250506001919091015460ff81166020830152610100900464ffffffffff166040918201528101516101a0850151919250613d159164ffffffffff90811691161090565b15613d52576101a083015160405163fd05036760e01b81526001600160601b038616600482015264ffffffffff90911660248201526044016108c1565b60408101516101c084015164ffffffffff908116911610611b8a576101c083015160405163505710d560e01b81526001600160601b038616600482015264ffffffffff90911660248201526044016108c1565b5f8073__$3bac17678db7ae928afa209f2f44deec9c$__635869dfca6001600160601b038616613dd486614373565b6040516001600160e01b031960e085901b1681526001600160601b0390921660048301526024820152604401602060405180830381865af4158015613e1b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613e3f9190614fe6565b90505f613e4a613a8c565b604051630160668360e51b81526001600160601b03881660048201526001600160a01b039190911690632c0cd06090602401602060405180830381865afa158015613e97573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613ebb9190614fe6565b9050613ec781836144b8565b15613ed55791506133f19050565b50949350505050565b5f805160206159ce833981519152546040516374b775eb60e01b81525f916001600160a01b0316906374b775eb90613f1e908790879087906004016158cc565b6020604051808303815f875af1158015613f3a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613f5e91906158fc565b949350505050565b5f805160206159ce83398151915254604051636e2cdce760e01b81526001600160a01b0390911690636e2cdce790613fa8908790879087908790600401615917565b5f604051808303815f87803b158015613fbf575f80fd5b505af1158015613fd1573d5f803e3d5ffd5b5050505050505050565b5f805160206159ce83398151915254604051631e2992c760e11b81525f916001600160a01b031690633c53258e9061401d908890889088908890600401615917565b6020604051808303815f875af1158015614039573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119049190614e8a565b5f805160206159ce8339815191525460405163137a92a760e01b81526001600160601b038416600482015264ffffffffff831660248201526001600160a01b039091169063137a92a790604401613343565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b1790525161411d9190614e4c565b5f60405180830381855afa9150503d805f8114614155576040519150601f19603f3d011682016040523d82523d5f602084013e61415a565b606091505b509150915081156141ac57604081511061418c5780806020019051810190614182919061595b565b90945092506141ac565b60208151106141ac57808060200190518101906141a99190614e66565b93505b505094509492505050565b6141bf614502565b5f7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0090506040518060a00160405280825f0180546141fc90614ea5565b80601f016020809104026020016040519081016040528092919081815260200182805461422890614ea5565b80156142735780601f1061424a57610100808354040283529160200191614273565b820191905f5260205f20905b81548152906001019060200180831161425657829003601f168201915b505050918352505060018301546001600160a01b0390811660208301525f60408301526002840154166060820152600383018054608090920191610d1490614ea5565b5f80805f19858709858702925082811083820303915050805f036142ed578382816142e3576142e36153d2565b04925050506133f1565b80841161430c57604051629540d960e61b815260040160405180910390fd5b5f8486880960026001871981018816978890046003810283188082028403028082028403028082028403028082028403028082028403029081029092039091025f889003889004909101858311909403939093029303949094049190911702949350505050565b5f61438560015b60ff84811691161490565b1561440557604051631488c84560e01b815260196004820152600119602482015273__$bf7bc340cbb9229ef1de2c568356e67902$__90631488c845906044015b602060405180830381865af41580156143e1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e189190615027565b61440f600261437a565b1561445357604051631488c84560e01b8152600560048201525f19602482015273__$bf7bc340cbb9229ef1de2c568356e67902$__90631488c845906044016143c6565b61445d600361437a565b1561449a576040516322f5db0f60e11b81526001600482015273__$bf7bc340cbb9229ef1de2c568356e67902$__906345ebb61e906024016143c6565b6040516363d977df60e01b815260ff831660048201526024016108c1565b6040516304d40eb160e11b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__906309a81d62906044016133b2565b6040518060a00160405280606081526020015f6001600160a01b031681526020015f6001600160a01b031681526020015f6001600160a01b03168152602001606081525090565b5f60208284031215614559575f80fd5b81356001600160e01b0319811681146133f1575f80fd5b634e487b7160e01b5f52604160045260245ffd5b604080519081016001600160401b03811182821017156145a6576145a6614570565b60405290565b60405161024081016001600160401b03811182821017156145a6576145a6614570565b60405160e081016001600160401b03811182821017156145a6576145a6614570565b60405161020081016001600160401b03811182821017156145a6576145a6614570565b60405160a081016001600160401b03811182821017156145a6576145a6614570565b604051601f8201601f191681016001600160401b038111828210171561465e5761465e614570565b604052919050565b5f6001600160401b0382111561467e5761467e614570565b50601f01601f191660200190565b5f82601f83011261469b575f80fd5b8135602083015f6146b36146ae84614666565b614636565b90508281528583830111156146c6575f80fd5b828260208301375f92810160200192909252509392505050565b60ff81168114611e8c575f80fd5b64ffffffffff81168114611e8c575f80fd5b5f805f8060808587031215614713575f80fd5b8435935060208501356001600160401b0381111561472f575f80fd5b61473b8782880161468c565b935050604085013561474c816146e0565b9150606085013561475c816146ee565b939692955090935050565b6001600160601b0381168114611e8c575f80fd5b5f6020828403121561478b575f80fd5b81356133f181614767565b5f602082840312156147a6575f80fd5b5035919050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f8251606060208401526147f660808401826147ad565b905060ff602085015116604084015264ffffffffff60408501511660608401528091505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151614868608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152613f5e6101008401826147ad565b602081525f6133f160208301846147ad565b5f602082840312156148ce575f80fd5b81356001600160401b038111156148e3575f80fd5b613f5e8482850161468c565b6001600160c01b031991909116815260200190565b6001600160a01b0381168114611e8c575f80fd5b5f8060408385031215614929575f80fd5b823561493481614904565b9150602083013561494481614767565b809150509250929050565b6001600160c01b031981168114611e8c575f80fd5b5f805f805f8060c08789031215614979575f80fd5b863561498481614767565b955060208701356149948161494f565b945060408701356149a4816146ee565b935060608701356001600160401b038111156149be575f80fd5b6149ca89828a0161468c565b93505060808701356149db81614767565b915060a08701356149eb8161494f565b809150509295509295509295565b5f60208284031215614a09575f80fd5b81356133f181614904565b5f805f8060808587031215614a27575f80fd5b84356001600160401b03811115614a3c575f80fd5b614a488782880161468c565b9450506020850135614a5981614767565b92506040850135614a69816146ee565b9150606085013561475c81614767565b5f8060408385031215614a8a575f80fd5b8235614a9581614767565b91506020830135614944816146ee565b602081525f825160a06020840152614ac060c08401826147ad565b60208501516001600160a01b03908116604086810191909152860151811660608087019190915286015116608080860191909152850151848203601f190160a086015290915061190482826147ad565b5f805f8060808587031215614b23575f80fd5b8435614b2e81614904565b93506020850135614b3e81614904565b925060408501359150606085013561475c81614904565b5f60408284031215614b65575f80fd5b614b6d614584565b823581526020928301359281019290925250919050565b5f8060808385031215614b95575f80fd5b614b9f8484614b55565b9150614bae8460408501614b55565b90509250929050565b5f8151808452602084019350602083015f5b82811015614bf05781516001600160601b0316865260209586019590910190600101614bc9565b5093949350505050565b60208152614c0d60208201835115159052565b5f6020830151614c21604084018215159052565b50604083015160ff8116606084015250606083015160ff811660808401525060808301516001600160601b03811660a08401525060a08301516001600160601b03811660c08401525060c08301516102a060e0840152614c856102c0840182614bb7565b60e085015180516101008601526020810151610120860152909150506101008401518051610140850152602081015161016085015250610120840151805161018085015260208101516101a08501525061014084015180516101c085015260208101516101e085015250610160840151805161020085015260208101516102208501525061018084015180516102408501526020810151610260850152506101a0840151805161028085015260208101516102a0850152509392505050565b61ffff81168114611e8c575f80fd5b5f805f60608486031215614d65575f80fd5b8335614d7081614767565b92506020840135614d8081614d44565b91506040840135614d9081614767565b809150509250925092565b5f805f8060808587031215614dae575f80fd5b8435614db981614767565b93506020850135614dc98161494f565b92506040850135614dd9816146ee565b915060608501356001600160401b03811115614df3575f80fd5b614dff8782880161468c565b91505092959194509250565b5f8060408385031215614e1c575f80fd5b8235614e2781614767565b946020939093013593505050565b5f81518060208401855e5f93019283525090919050565b5f6133f18284614e35565b80518015158114610e1b575f80fd5b5f60208284031215614e76575f80fd5b6133f182614e57565b8051610e1b816146ee565b5f60208284031215614e9a575f80fd5b81516133f1816146ee565b600181811c90821680614eb957607f821691505b602082108103614ed757634e487b7160e01b5f52602260045260245ffd5b50919050565b601f821115610aec57805f5260205f20601f840160051c81016020851015614f025750805b601f840160051c820191505b81811015611352575f8155600101614f0e565b81516001600160401b03811115614f3a57614f3a614570565b614f4e81614f488454614ea5565b84614edd565b6020601f821160018114614f80575f8315614f695750848201515b5f19600385901b1c1916600184901b178455611352565b5f84815260208120601f198516915b82811015614faf5787850151825560209485019460019092019101614f8f565b5084821015614fcc57868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b8051610e1b81614767565b5f60208284031215614ff6575f80fd5b81516133f181614767565b8051610e1b8161494f565b5f6020828403121561501c575f80fd5b81516133f18161494f565b5f60208284031215615037575f80fd5b5051919050565b634e487b7160e01b5f52603260045260245ffd5b6001600160601b03881681526001600160401b0360c01b871660208201526001600160601b038616604082015264ffffffffff8516606082015260e060808201525f6150a160e08301866147ad565b6001600160601b039490941660a0830152506001600160c01b03199190911660c09091015295945050505050565b5f6102408284031280156150e1575f80fd5b506150ea6145ac565b6150f383614fdb565b815261510160208401614fdb565b602082015261511260408401614fdb565b604082015261512360608401614fdb565b606082015261513460808401614fdb565b608082015261514560a08401614fdb565b60a082015261515660c08401614fdb565b60c082015261516760e08401614fdb565b60e08201526151796101008401614fdb565b61010082015261518c6101208401614fdb565b61012082015261519f6101408401614fdb565b6101408201526151b26101608401614fdb565b6101608201526151c56101808401614fdb565b6101808201526151d86101a08401614fdb565b6101a08201526151eb6101c08401614fdb565b6101c08201526151fe6101e08401614fdb565b6101e08201526152116102008401614fdb565b6102008201526152246102208401614fdb565b6102208201529392505050565b8051610e1b816146e0565b8051610e1b81614904565b5f6152546146ae84614666565b9050828152838383011115615267575f80fd5b8282602083015e5f602084830101529392505050565b5f82601f83011261528c575f80fd5b6133f183835160208501615247565b5f602082840312156152ab575f80fd5b81516001600160401b038111156152c0575f80fd5b820160e081850312156152d1575f80fd5b6152d96145cf565b6152e282614fdb565b81526152f060208301614fdb565b602082015261530160408301615231565b604082015261531260608301614e57565b60608201526153236080830161523c565b608082015261533460a0830161523c565b60a082015260c08201516001600160401b03811115615351575f80fd5b61535d8682850161527d565b60c083015250949350505050565b5f6020828403121561537b575f80fd5b81516133f1816146e0565b5f60208284031215615396575f80fd5b81516133f181614904565b5f60408284031280156153b2575f80fd5b506153bb614584565b825181526020928301519281019290925250919050565b634e487b7160e01b5f52601260045260245ffd5b5f8261540057634e487b7160e01b5f52601260045260245ffd5b500490565b8051610e1b81614d44565b5f60208284031215615420575f80fd5b81516001600160401b03811115615435575f80fd5b82016102008185031215615447575f80fd5b61544f6145f1565b61545882614fdb565b815261546660208301614fdb565b602082015261547760408301615001565b604082015261548860608301615001565b606082015261549960808301614fdb565b60808201526154aa60a08301614fdb565b60a08201526154bb60c08301614e7f565b60c082015260e08201516001600160401b038111156154d8575f80fd5b6154e48682850161527d565b60e0830152506101008201516001600160401b03811115615503575f80fd5b61550f8682850161527d565b610100830152506155236101208301615405565b6101208201526155366101408301615405565b6101408201526155496101608301614fdb565b61016082015261555c6101808301614fdb565b61018082015261556f6101a08301614e7f565b6101a08201526155826101c08301614e7f565b6101c08201526155956101e08301614e7f565b6101e0820152949350505050565b5f80858511156155b1575f80fd5b838611156155bd575f80fd5b5050820193919092039150565b80356001600160e01b031981169060048410156155fb576001600160e01b0319600485900360031b81901b82161691505b5092915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b6001600160401b0360c01b83168152604060208201525f613f5e60408301846147ad565b6001600160a01b03891681526001600160c01b031988811660208301526001600160601b038881166040840152878116606084015264ffffffffff87166080840152851660a0830152831660c082015261010060e082018190525f906117a0908301846147ad565b5f602082840312156156dd575f80fd5b81516001600160401b038111156156f2575f80fd5b820160a08185031215615703575f80fd5b61570b614614565b81516001600160401b03811115615720575f80fd5b8201601f81018613615730575f80fd5b61573f86825160208401615247565b82525061574e6020830161523c565b602082015261575f6040830161523c565b60408201526157706060830161523c565b606082015260808201516001600160401b0381111561578d575f80fd5b6157998682850161527d565b608083015250949350505050565b8251815260208084015181830152825160408301528201516060820152608081016133f1565b5f8083546157da81614ea5565b6001821680156157f1576001811461580657615833565b60ff1983168652811515820286019350615833565b865f5260205f205f5b8381101561582b5781548882015260019091019060200161580f565b505081860193505b509195945050505050565b828152604060208201525f80835461585581614ea5565b806040860152600182165f8114615873576001811461588f576158c0565b60ff1983166060870152606082151560051b87010193506158c0565b865f5260205f205f5b838110156158b757815488820160600152600190910190602001615898565b87016060019450505b50919695505050505050565b6001600160601b03841681526001600160601b0383166020820152606060408201525f61190460608301846147ad565b5f6020828403121561590c575f80fd5b81516133f181614d44565b6001600160601b038516815261ffff841660208201526001600160601b0383166040820152608060608201525f61595160808301846147ad565b9695505050505050565b5f806040838503121561596c575f80fd5b61597583614e57565b9150602083015163ffffffff81168114614944575f80fdfe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a000bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d68030bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d68000bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d6802a26469706673582212203b1187035982d73e3164b401b658360ba0873b9d3b863dfe0633ba156c2dc8ad64736f6c634300081a0033",
|
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": 14140
|
1674
|
+
},
|
1675
|
+
{
|
1676
|
+
"length": 20,
|
1677
|
+
"start": 15073
|
1678
|
+
},
|
1679
|
+
{
|
1680
|
+
"length": 20,
|
1681
|
+
"start": 15319
|
1682
|
+
},
|
1683
|
+
{
|
1684
|
+
"length": 20,
|
1685
|
+
"start": 17534
|
1686
|
+
},
|
1687
|
+
{
|
1688
|
+
"length": 20,
|
1689
|
+
"start": 20115
|
1690
|
+
},
|
1691
|
+
{
|
1692
|
+
"length": 20,
|
1693
|
+
"start": 21962
|
1694
|
+
}
|
1695
|
+
]
|
1696
|
+
},
|
1697
|
+
"contracts/type/Fee.sol": {
|
1698
|
+
"FeeLib": [
|
1699
|
+
{
|
1700
|
+
"length": 20,
|
1701
|
+
"start": 12802
|
1702
|
+
},
|
1703
|
+
{
|
1704
|
+
"length": 20,
|
1705
|
+
"start": 12913
|
1706
|
+
},
|
1707
|
+
{
|
1708
|
+
"length": 20,
|
1709
|
+
"start": 13024
|
1710
|
+
},
|
1711
|
+
{
|
1712
|
+
"length": 20,
|
1713
|
+
"start": 13135
|
1714
|
+
},
|
1715
|
+
{
|
1716
|
+
"length": 20,
|
1717
|
+
"start": 13246
|
1718
|
+
},
|
1719
|
+
{
|
1720
|
+
"length": 20,
|
1721
|
+
"start": 13357
|
1722
|
+
},
|
1723
|
+
{
|
1724
|
+
"length": 20,
|
1725
|
+
"start": 13468
|
1726
|
+
}
|
1727
|
+
]
|
1728
|
+
},
|
1729
|
+
"contracts/type/NftId.sol": {
|
1730
|
+
"NftIdLib": [
|
1731
|
+
{
|
1732
|
+
"length": 20,
|
1733
|
+
"start": 7472
|
1734
|
+
},
|
1735
|
+
{
|
1736
|
+
"length": 20,
|
1737
|
+
"start": 8118
|
1738
|
+
},
|
1739
|
+
{
|
1740
|
+
"length": 20,
|
1741
|
+
"start": 10795
|
1742
|
+
},
|
1743
|
+
{
|
1744
|
+
"length": 20,
|
1745
|
+
"start": 12488
|
1746
|
+
},
|
1747
|
+
{
|
1748
|
+
"length": 20,
|
1749
|
+
"start": 12597
|
1750
|
+
},
|
1751
|
+
{
|
1752
|
+
"length": 20,
|
1753
|
+
"start": 16844
|
1754
|
+
},
|
1755
|
+
{
|
1756
|
+
"length": 20,
|
1757
|
+
"start": 18209
|
1758
|
+
}
|
1759
|
+
]
|
1760
|
+
},
|
1761
|
+
"contracts/type/Referral.sol": {
|
1762
|
+
"ReferralLib": [
|
1763
|
+
{
|
1764
|
+
"length": 20,
|
1765
|
+
"start": 10135
|
1766
|
+
},
|
1767
|
+
{
|
1768
|
+
"length": 20,
|
1769
|
+
"start": 10253
|
1770
|
+
},
|
1771
|
+
{
|
1772
|
+
"length": 20,
|
1773
|
+
"start": 11619
|
1774
|
+
}
|
1775
|
+
]
|
1776
|
+
},
|
1777
|
+
"contracts/type/RiskId.sol": {
|
1778
|
+
"RiskIdLib": [
|
1779
|
+
{
|
1780
|
+
"length": 20,
|
1781
|
+
"start": 6418
|
1782
|
+
},
|
1783
|
+
{
|
1784
|
+
"length": 20,
|
1785
|
+
"start": 8255
|
1786
|
+
},
|
1787
|
+
{
|
1788
|
+
"length": 20,
|
1789
|
+
"start": 8496
|
1790
|
+
},
|
1791
|
+
{
|
1792
|
+
"length": 20,
|
1793
|
+
"start": 11450
|
1794
|
+
},
|
1795
|
+
{
|
1796
|
+
"length": 20,
|
1797
|
+
"start": 13633
|
1798
|
+
},
|
1799
|
+
{
|
1800
|
+
"length": 20,
|
1801
|
+
"start": 14445
|
1802
|
+
}
|
1803
|
+
]
|
1804
|
+
},
|
1805
|
+
"contracts/type/Seconds.sol": {
|
1806
|
+
"SecondsLib": [
|
1807
|
+
{
|
1808
|
+
"length": 20,
|
1809
|
+
"start": 14709
|
1810
|
+
}
|
1811
|
+
]
|
1812
|
+
},
|
1813
|
+
"contracts/type/Timestamp.sol": {
|
1814
|
+
"TimestampLib": [
|
1815
|
+
{
|
1816
|
+
"length": 20,
|
1817
|
+
"start": 6586
|
1818
|
+
},
|
1819
|
+
{
|
1820
|
+
"length": 20,
|
1821
|
+
"start": 6788
|
1822
|
+
},
|
1823
|
+
{
|
1824
|
+
"length": 20,
|
1825
|
+
"start": 19416
|
1826
|
+
}
|
1827
|
+
]
|
1828
|
+
},
|
1829
|
+
"contracts/type/UFixed.sol": {
|
1830
|
+
"UFixedLib": [
|
1831
|
+
{
|
1832
|
+
"length": 20,
|
1833
|
+
"start": 14676
|
1834
|
+
},
|
1835
|
+
{
|
1836
|
+
"length": 20,
|
1837
|
+
"start": 14913
|
1838
|
+
},
|
1839
|
+
{
|
1840
|
+
"length": 20,
|
1841
|
+
"start": 21650
|
1842
|
+
},
|
1843
|
+
{
|
1844
|
+
"length": 20,
|
1845
|
+
"start": 21787
|
1846
|
+
},
|
1847
|
+
{
|
1848
|
+
"length": 20,
|
1849
|
+
"start": 21858
|
1850
|
+
}
|
1851
|
+
]
|
1852
|
+
},
|
1853
|
+
"contracts/type/Version.sol": {
|
1854
|
+
"VersionPartLib": [
|
1855
|
+
{
|
1856
|
+
"length": 20,
|
1857
|
+
"start": 10416
|
1858
|
+
}
|
1859
|
+
]
|
1860
|
+
}
|
1861
|
+
},
|
1862
|
+
"deployedLinkReferences": {
|
1863
|
+
"contracts/type/Amount.sol": {
|
1864
|
+
"AmountLib": [
|
1865
|
+
{
|
1866
|
+
"length": 20,
|
1867
|
+
"start": 4498
|
1868
|
+
},
|
1869
|
+
{
|
1870
|
+
"length": 20,
|
1871
|
+
"start": 4599
|
1872
|
+
},
|
1873
|
+
{
|
1874
|
+
"length": 20,
|
1875
|
+
"start": 9810
|
1876
|
+
},
|
1877
|
+
{
|
1878
|
+
"length": 20,
|
1879
|
+
"start": 10743
|
1880
|
+
},
|
1881
|
+
{
|
1882
|
+
"length": 20,
|
1883
|
+
"start": 10989
|
1884
|
+
},
|
1885
|
+
{
|
1886
|
+
"length": 20,
|
1887
|
+
"start": 13204
|
1888
|
+
},
|
1889
|
+
{
|
1890
|
+
"length": 20,
|
1891
|
+
"start": 15785
|
1892
|
+
},
|
1893
|
+
{
|
1894
|
+
"length": 20,
|
1895
|
+
"start": 17632
|
1896
|
+
}
|
1897
|
+
]
|
1898
|
+
},
|
1899
|
+
"contracts/type/Fee.sol": {
|
1900
|
+
"FeeLib": [
|
1901
|
+
{
|
1902
|
+
"length": 20,
|
1903
|
+
"start": 8472
|
1904
|
+
},
|
1905
|
+
{
|
1906
|
+
"length": 20,
|
1907
|
+
"start": 8583
|
1908
|
+
},
|
1909
|
+
{
|
1910
|
+
"length": 20,
|
1911
|
+
"start": 8694
|
1912
|
+
},
|
1913
|
+
{
|
1914
|
+
"length": 20,
|
1915
|
+
"start": 8805
|
1916
|
+
},
|
1917
|
+
{
|
1918
|
+
"length": 20,
|
1919
|
+
"start": 8916
|
1920
|
+
},
|
1921
|
+
{
|
1922
|
+
"length": 20,
|
1923
|
+
"start": 9027
|
1924
|
+
},
|
1925
|
+
{
|
1926
|
+
"length": 20,
|
1927
|
+
"start": 9138
|
1928
|
+
}
|
1929
|
+
]
|
1930
|
+
},
|
1931
|
+
"contracts/type/NftId.sol": {
|
1932
|
+
"NftIdLib": [
|
1933
|
+
{
|
1934
|
+
"length": 20,
|
1935
|
+
"start": 3142
|
1936
|
+
},
|
1937
|
+
{
|
1938
|
+
"length": 20,
|
1939
|
+
"start": 3788
|
1940
|
+
},
|
1941
|
+
{
|
1942
|
+
"length": 20,
|
1943
|
+
"start": 6465
|
1944
|
+
},
|
1945
|
+
{
|
1946
|
+
"length": 20,
|
1947
|
+
"start": 8158
|
1948
|
+
},
|
1949
|
+
{
|
1950
|
+
"length": 20,
|
1951
|
+
"start": 8267
|
1952
|
+
},
|
1953
|
+
{
|
1954
|
+
"length": 20,
|
1955
|
+
"start": 12514
|
1956
|
+
},
|
1957
|
+
{
|
1958
|
+
"length": 20,
|
1959
|
+
"start": 13879
|
1960
|
+
}
|
1961
|
+
]
|
1962
|
+
},
|
1963
|
+
"contracts/type/Referral.sol": {
|
1964
|
+
"ReferralLib": [
|
1965
|
+
{
|
1966
|
+
"length": 20,
|
1967
|
+
"start": 5805
|
1968
|
+
},
|
1969
|
+
{
|
1970
|
+
"length": 20,
|
1971
|
+
"start": 5923
|
1972
|
+
},
|
1973
|
+
{
|
1974
|
+
"length": 20,
|
1975
|
+
"start": 7289
|
1976
|
+
}
|
1977
|
+
]
|
1978
|
+
},
|
1979
|
+
"contracts/type/RiskId.sol": {
|
1980
|
+
"RiskIdLib": [
|
1981
|
+
{
|
1982
|
+
"length": 20,
|
1983
|
+
"start": 2088
|
1984
|
+
},
|
1985
|
+
{
|
1986
|
+
"length": 20,
|
1987
|
+
"start": 3925
|
1988
|
+
},
|
1989
|
+
{
|
1990
|
+
"length": 20,
|
1991
|
+
"start": 4166
|
1992
|
+
},
|
1993
|
+
{
|
1994
|
+
"length": 20,
|
1995
|
+
"start": 7120
|
1996
|
+
},
|
1997
|
+
{
|
1998
|
+
"length": 20,
|
1999
|
+
"start": 9303
|
2000
|
+
},
|
2001
|
+
{
|
2002
|
+
"length": 20,
|
2003
|
+
"start": 10115
|
2004
|
+
}
|
2005
|
+
]
|
2006
|
+
},
|
2007
|
+
"contracts/type/Seconds.sol": {
|
2008
|
+
"SecondsLib": [
|
2009
|
+
{
|
2010
|
+
"length": 20,
|
2011
|
+
"start": 10379
|
2012
|
+
}
|
2013
|
+
]
|
2014
|
+
},
|
2015
|
+
"contracts/type/Timestamp.sol": {
|
2016
|
+
"TimestampLib": [
|
2017
|
+
{
|
2018
|
+
"length": 20,
|
2019
|
+
"start": 2256
|
2020
|
+
},
|
2021
|
+
{
|
2022
|
+
"length": 20,
|
2023
|
+
"start": 2458
|
2024
|
+
},
|
2025
|
+
{
|
2026
|
+
"length": 20,
|
2027
|
+
"start": 15086
|
2028
|
+
}
|
2029
|
+
]
|
2030
|
+
},
|
2031
|
+
"contracts/type/UFixed.sol": {
|
2032
|
+
"UFixedLib": [
|
2033
|
+
{
|
2034
|
+
"length": 20,
|
2035
|
+
"start": 10346
|
2036
|
+
},
|
2037
|
+
{
|
2038
|
+
"length": 20,
|
2039
|
+
"start": 10583
|
2040
|
+
},
|
2041
|
+
{
|
2042
|
+
"length": 20,
|
2043
|
+
"start": 17320
|
2044
|
+
},
|
2045
|
+
{
|
2046
|
+
"length": 20,
|
2047
|
+
"start": 17457
|
2048
|
+
},
|
2049
|
+
{
|
2050
|
+
"length": 20,
|
2051
|
+
"start": 17528
|
2052
|
+
}
|
2053
|
+
]
|
2054
|
+
},
|
2055
|
+
"contracts/type/Version.sol": {
|
2056
|
+
"VersionPartLib": [
|
2057
|
+
{
|
2058
|
+
"length": 20,
|
2059
|
+
"start": 6086
|
2060
|
+
}
|
2061
|
+
]
|
2062
|
+
}
|
2063
|
+
}
|
2064
|
+
}
|