@etherisc/gif-next 0.0.2-f619be3-760 → 0.0.2-f62dcdf-553
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +372 -24
- 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/access → authorization}/IAccess.sol/IAccess.json +1 -1
- package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
- package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.json +1060 -0
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +295 -0
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +167 -0
- package/artifacts/contracts/authorization/ReleaseAccessManager.sol/ReleaseAccessManager.dbg.json +4 -0
- package/artifacts/contracts/authorization/ReleaseAccessManager.sol/ReleaseAccessManager.json +1196 -0
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +253 -0
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +1402 -0
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +4 -0
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +470 -0
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +1048 -0
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1455 -0
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +838 -0
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +929 -0
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +961 -0
- package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.json +22 -0
- package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.json +1538 -0
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +470 -0
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +2072 -0
- package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +470 -0
- package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.json +376 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.json +1471 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1231 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1592 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +2095 -0
- package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +4 -0
- package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +703 -0
- package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstance.sol/IInstance.json +330 -1135
- 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 +388 -1276
- 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/{pool/IPoolModule.sol/IPool.json → module/IBundle.sol/IBundle.json} +2 -2
- 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/{component/IComponent.sol/IComponent.json → module/IDistribution.sol/IDistribution.json} +2 -2
- package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +4 -0
- package/artifacts/contracts/instance/{policy → module}/IPolicy.sol/IPolicy.json +1 -1
- package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +4 -0
- package/artifacts/contracts/instance/{treasury/ITreasury.sol/ITreasury.json → module/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 +1039 -0
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +478 -0
- package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
- package/artifacts/contracts/oracle/IOracle.sol/IOracle.json +52 -0
- package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
- package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +788 -0
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +709 -0
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +907 -0
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +966 -0
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +722 -0
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +1299 -0
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +470 -0
- package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
- package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1465 -0
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +834 -0
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +960 -0
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +960 -0
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1283 -0
- package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
- package/artifacts/contracts/pool/Pool.sol/Pool.json +1098 -0
- package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1625 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +766 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +771 -0
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +710 -0
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +1173 -0
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +470 -0
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1431 -0
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +838 -0
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.json +546 -0
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +942 -0
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +925 -0
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +578 -0
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +1012 -0
- package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
- package/artifacts/contracts/product/IRiskService.sol/IRiskService.json +429 -0
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1302 -0
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +782 -0
- package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
- package/artifacts/contracts/product/PricingService.sol/PricingService.json +907 -0
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +762 -0
- package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
- package/artifacts/contracts/product/Product.sol/Product.json +1131 -0
- package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
- package/artifacts/contracts/product/RiskService.sol/RiskService.json +622 -0
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +694 -0
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +295 -2
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +1001 -27
- 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 +1518 -119
- 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 +1768 -0
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +814 -0
- package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.json +474 -0
- 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 +1335 -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/lifecycle → shared}/ILifecycle.sol/ILifecycle.json +65 -53
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +4 -0
- package/artifacts/contracts/{registry/Registry.sol/Registerable.json → shared/INftOwnable.sol/INftOwnable.json} +57 -76
- 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 +4 -0
- package/artifacts/contracts/{instance/component/IComponent.sol/IComponentModule.json → shared/IRegisterable.sol/IRegisterable.json} +90 -97
- package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
- package/artifacts/contracts/{instance/access/IAccess.sol/IAccessCheckRole.json → shared/IRegistryLinked.sol/IRegistryLinked.json} +11 -11
- package/artifacts/contracts/shared/IService.sol/IService.dbg.json +4 -0
- package/artifacts/contracts/shared/IService.sol/IService.json +375 -0
- 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/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 +4 -0
- package/artifacts/contracts/shared/Registerable.sol/Registerable.json +322 -0
- 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/shared/Service.sol/Service.json +442 -0
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +4 -0
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +469 -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 +1888 -0
- package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +205 -0
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +776 -0
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +587 -0
- package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1249 -0
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +710 -0
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2283 -0
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +607 -0
- package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
- package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +10 -0
- package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
- package/artifacts/contracts/type/Amount.sol/AmountLib.json +398 -0
- package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
- package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +225 -0
- package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +203 -0
- package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
- package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +104 -0
- package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
- package/artifacts/contracts/type/Fee.sol/FeeLib.json +317 -0
- package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
- package/artifacts/contracts/type/Key32.sol/Key32Lib.json +125 -0
- package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/NftId.sol/NftIdLib.json +209 -0
- package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
- package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +33 -0
- package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
- package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +239 -0
- package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
- package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
- package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
- package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +204 -0
- package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +142 -0
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +369 -0
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +246 -0
- package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +4 -0
- package/artifacts/contracts/type/Selector.sol/SelectorLib.json +129 -0
- package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +4 -0
- package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +10 -0
- package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/StateId.sol/StateIdLib.json +105 -0
- package/artifacts/contracts/type/String.sol/StrLib.dbg.json +4 -0
- package/artifacts/contracts/type/String.sol/StrLib.json +132 -0
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +312 -0
- package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +4 -0
- package/artifacts/contracts/type/UFixed.sol/MathLib.json +16 -0
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +548 -0
- package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
- package/artifacts/contracts/type/Version.sol/VersionLib.json +177 -0
- package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
- package/artifacts/contracts/type/Version.sol/VersionPartLib.json +68 -0
- package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.json +55 -0
- package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +602 -0
- package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +129 -0
- package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.json +78 -0
- package/contracts/authorization/AccessAdmin.sol +596 -0
- package/contracts/authorization/AccessManagerCloneable.sol +16 -0
- package/contracts/authorization/Authorization.sol +289 -0
- package/contracts/authorization/IAccess.sol +49 -0
- package/contracts/authorization/IAccessAdmin.sol +137 -0
- package/contracts/authorization/IAuthorization.sol +60 -0
- package/contracts/authorization/IServiceAuthorization.sol +40 -0
- package/contracts/authorization/ReleaseAccessManager.sol +38 -0
- package/contracts/authorization/ServiceAuthorization.sol +106 -0
- package/contracts/distribution/BasicDistribution.sol +139 -0
- package/contracts/distribution/BasicDistributionAuthorization.sol +47 -0
- package/contracts/distribution/Distribution.sol +285 -0
- package/contracts/distribution/DistributionService.sol +355 -0
- package/contracts/distribution/DistributionServiceManager.sol +39 -0
- package/contracts/distribution/IDistributionComponent.sol +52 -0
- package/contracts/distribution/IDistributionService.sol +101 -0
- package/contracts/examples/fire/DamageLevel.sol +59 -0
- package/contracts/examples/fire/FirePool.sol +73 -0
- package/contracts/examples/fire/FirePoolAuthorization.sol +34 -0
- package/contracts/examples/fire/FireProduct.sol +415 -0
- package/contracts/examples/fire/FireProductAuthorization.sol +44 -0
- package/contracts/examples/fire/FireUSD.sol +26 -0
- package/contracts/examples/unpermissioned/SimpleDistribution.sol +50 -0
- package/contracts/examples/unpermissioned/SimpleOracle.sol +137 -0
- package/contracts/examples/unpermissioned/SimplePool.sol +76 -0
- package/contracts/examples/unpermissioned/SimpleProduct.sol +351 -0
- package/contracts/instance/BundleSet.sol +126 -0
- package/contracts/instance/IInstance.sol +63 -22
- package/contracts/instance/IInstanceService.sol +72 -0
- package/contracts/instance/Instance.sol +214 -54
- package/contracts/instance/InstanceAdmin.sol +277 -0
- package/contracts/instance/InstanceAuthorizationV3.sol +194 -0
- package/contracts/instance/InstanceReader.sol +495 -0
- package/contracts/instance/InstanceService.sol +411 -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/mock/Dip.sol +2 -2
- 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 +173 -61
- package/contracts/registry/IRegistry.sol +149 -45
- package/contracts/registry/IRegistryService.sol +62 -0
- package/contracts/registry/ITransferInterceptor.sol +6 -0
- package/contracts/registry/Registry.sol +668 -133
- 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 +265 -0
- package/contracts/shared/ComponentService.sol +745 -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 +120 -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 +26 -0
- 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 +85 -0
- package/contracts/shared/RegistryLinked.sol +44 -0
- package/contracts/shared/Service.sol +84 -0
- package/contracts/shared/TokenHandler.sol +139 -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/type/AddressSet.sol +58 -0
- 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 +64 -6
- package/contracts/type/String.sol +53 -0
- package/contracts/{types → type}/Timestamp.sol +52 -8
- package/contracts/type/UFixed.sol +355 -0
- package/contracts/type/Version.sol +110 -0
- 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 +17 -7
- package/artifacts/contracts/components/Component.sol/Component.dbg.json +0 -4
- package/artifacts/contracts/components/Component.sol/Component.json +0 -205
- package/artifacts/contracts/components/Component.sol/InstanceLinked.dbg.json +0 -4
- package/artifacts/contracts/components/Component.sol/InstanceLinked.json +0 -35
- package/artifacts/contracts/components/IPool.sol/IPoolComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IPool.sol/IPoolComponent.json +0 -255
- package/artifacts/contracts/components/IProduct.sol/IProductComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IProduct.sol/IProductComponent.json +0 -74
- package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
- package/artifacts/contracts/components/Pool.sol/Pool.json +0 -328
- package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
- package/artifacts/contracts/components/Product.sol/Product.json +0 -346
- 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/access/Access.sol/AccessModule.dbg.json +0 -4
- package/artifacts/contracts/instance/access/Access.sol/AccessModule.json +0 -400
- package/artifacts/contracts/instance/access/IAccess.sol/IAccess.dbg.json +0 -4
- package/artifacts/contracts/instance/access/IAccess.sol/IAccessCheckRole.dbg.json +0 -4
- package/artifacts/contracts/instance/access/IAccess.sol/IAccessComponentTypeRoles.dbg.json +0 -4
- package/artifacts/contracts/instance/access/IAccess.sol/IAccessComponentTypeRoles.json +0 -50
- package/artifacts/contracts/instance/access/IAccess.sol/IAccessModule.dbg.json +0 -4
- package/artifacts/contracts/instance/access/IAccess.sol/IAccessModule.json +0 -336
- package/artifacts/contracts/instance/component/ComponentModule.sol/ComponentModule.dbg.json +0 -4
- package/artifacts/contracts/instance/component/ComponentModule.sol/ComponentModule.json +0 -299
- package/artifacts/contracts/instance/component/ComponentModule.sol/ComponentOwnerService.dbg.json +0 -4
- package/artifacts/contracts/instance/component/ComponentModule.sol/ComponentOwnerService.json +0 -202
- package/artifacts/contracts/instance/component/IComponent.sol/IComponent.dbg.json +0 -4
- package/artifacts/contracts/instance/component/IComponent.sol/IComponentContract.dbg.json +0 -4
- package/artifacts/contracts/instance/component/IComponent.sol/IComponentContract.json +0 -205
- package/artifacts/contracts/instance/component/IComponent.sol/IComponentModule.dbg.json +0 -4
- package/artifacts/contracts/instance/component/IComponent.sol/IComponentOwnerService.dbg.json +0 -4
- package/artifacts/contracts/instance/component/IComponent.sol/IComponentOwnerService.json +0 -141
- package/artifacts/contracts/instance/component/IComponent.sol/IInstanceLinked.dbg.json +0 -4
- package/artifacts/contracts/instance/component/IComponent.sol/IInstanceLinked.json +0 -24
- package/artifacts/contracts/instance/lifecycle/ILifecycle.sol/ILifecycle.dbg.json +0 -4
- package/artifacts/contracts/instance/lifecycle/ILifecycle.sol/ILifecycleModule.dbg.json +0 -4
- package/artifacts/contracts/instance/lifecycle/LifecycleModule.sol/LifecycleModule.dbg.json +0 -4
- package/artifacts/contracts/instance/lifecycle/LifecycleModule.sol/LifecycleModule.json +0 -221
- package/artifacts/contracts/instance/policy/IPolicy.sol/IPolicy.dbg.json +0 -4
- package/artifacts/contracts/instance/policy/IPolicy.sol/IPolicyModule.dbg.json +0 -4
- package/artifacts/contracts/instance/policy/IPolicy.sol/IPolicyModule.json +0 -254
- package/artifacts/contracts/instance/policy/PolicyModule.sol/PolicyModule.dbg.json +0 -4
- package/artifacts/contracts/instance/policy/PolicyModule.sol/PolicyModule.json +0 -254
- package/artifacts/contracts/instance/pool/IPoolModule.sol/IPool.dbg.json +0 -4
- package/artifacts/contracts/instance/pool/IPoolModule.sol/IPoolModule.dbg.json +0 -4
- package/artifacts/contracts/instance/pool/IPoolModule.sol/IPoolModule.json +0 -129
- package/artifacts/contracts/instance/pool/PoolModule.sol/PoolModule.dbg.json +0 -4
- package/artifacts/contracts/instance/pool/PoolModule.sol/PoolModule.json +0 -155
- package/artifacts/contracts/instance/product/IProductService.sol/IProductModule.dbg.json +0 -4
- package/artifacts/contracts/instance/product/IProductService.sol/IProductModule.json +0 -75
- package/artifacts/contracts/instance/product/IProductService.sol/IProductService.dbg.json +0 -4
- package/artifacts/contracts/instance/product/IProductService.sol/IProductService.json +0 -127
- package/artifacts/contracts/instance/product/ProductService.sol/ProductModule.dbg.json +0 -4
- package/artifacts/contracts/instance/product/ProductService.sol/ProductModule.json +0 -75
- package/artifacts/contracts/instance/product/ProductService.sol/ProductService.dbg.json +0 -4
- package/artifacts/contracts/instance/product/ProductService.sol/ProductService.json +0 -196
- package/artifacts/contracts/instance/treasury/ITreasury.sol/ITreasury.dbg.json +0 -4
- package/artifacts/contracts/instance/treasury/ITreasury.sol/ITreasuryModule.dbg.json +0 -4
- package/artifacts/contracts/instance/treasury/ITreasury.sol/ITreasuryModule.json +0 -490
- package/artifacts/contracts/instance/treasury/TokenHandler.sol/TokenHandler.dbg.json +0 -4
- package/artifacts/contracts/instance/treasury/TokenHandler.sol/TokenHandler.json +0 -45
- package/artifacts/contracts/instance/treasury/TreasuryModule.sol/TreasuryModule.dbg.json +0 -4
- package/artifacts/contracts/instance/treasury/TreasuryModule.sol/TreasuryModule.json +0 -490
- package/artifacts/contracts/mock/Dip.sol/DIP.dbg.json +0 -4
- package/artifacts/contracts/mock/Dip.sol/DIP.json +0 -338
- package/artifacts/contracts/mock/TestPool.sol/TestPool.dbg.json +0 -4
- package/artifacts/contracts/mock/TestPool.sol/TestPool.json +0 -294
- package/artifacts/contracts/mock/TestProduct.sol/TestProduct.dbg.json +0 -4
- package/artifacts/contracts/mock/TestProduct.sol/TestProduct.json +0 -384
- package/artifacts/contracts/mock/Usdc.sol/USDC.dbg.json +0 -4
- package/artifacts/contracts/mock/Usdc.sol/USDC.json +0 -338
- 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/IRegistry.sol/IOwnable.dbg.json +0 -4
- package/artifacts/contracts/registry/IRegistry.sol/IOwnable.json +0 -24
- package/artifacts/contracts/registry/IRegistry.sol/IRegisterable.dbg.json +0 -4
- package/artifacts/contracts/registry/IRegistry.sol/IRegisterable.json +0 -166
- package/artifacts/contracts/registry/IRegistry.sol/IRegistryLinked.dbg.json +0 -4
- package/artifacts/contracts/registry/IRegistry.sol/IRegistryLinked.json +0 -49
- package/artifacts/contracts/registry/Registry.sol/Registerable.dbg.json +0 -4
- package/artifacts/contracts/registry/Registry.sol/RegistryLinked.dbg.json +0 -4
- package/artifacts/contracts/registry/Registry.sol/RegistryLinked.json +0 -60
- 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/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 -174
- package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.dbg.json +0 -4
- package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.json +0 -479
- package/contracts/components/Component.sol +0 -77
- package/contracts/components/IPool.sol +0 -15
- package/contracts/components/IProduct.sol +0 -16
- package/contracts/components/Pool.sol +0 -52
- package/contracts/components/Product.sol +0 -89
- 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/access/Access.sol +0 -165
- package/contracts/instance/access/IAccess.sol +0 -63
- package/contracts/instance/component/ComponentModule.sol +0 -274
- package/contracts/instance/component/IComponent.sol +0 -74
- package/contracts/instance/lifecycle/ILifecycle.sol +0 -47
- package/contracts/instance/lifecycle/LifecycleModule.sol +0 -88
- package/contracts/instance/policy/IPolicy.sol +0 -50
- package/contracts/instance/policy/PolicyModule.sol +0 -114
- package/contracts/instance/pool/IPoolModule.sol +0 -23
- package/contracts/instance/pool/PoolModule.sol +0 -81
- package/contracts/instance/product/IProductService.sol +0 -36
- package/contracts/instance/product/ProductService.sol +0 -136
- package/contracts/instance/treasury/ITreasury.sol +0 -91
- package/contracts/instance/treasury/TokenHandler.sol +0 -24
- package/contracts/instance/treasury/TreasuryModule.sol +0 -168
- package/contracts/mock/TestPool.sol +0 -16
- package/contracts/mock/TestProduct.sol +0 -39
- package/contracts/mock/Usdc.sol +0 -26
- package/contracts/registry/IChainNft.sol +0 -21
- package/contracts/types/ChainId.sol +0 -38
- package/contracts/types/Fee.sol +0 -32
- package/contracts/types/NftId.sol +0 -51
- package/contracts/types/ObjectType.sol +0 -107
- package/contracts/types/UFixed.sol +0 -210
@@ -0,0 +1,1302 @@
|
|
1
|
+
{
|
2
|
+
"_format": "hh-sol-artifact-1",
|
3
|
+
"contractName": "PolicyService",
|
4
|
+
"sourceName": "contracts/product/PolicyService.sol",
|
5
|
+
"abi": [
|
6
|
+
{
|
7
|
+
"inputs": [
|
8
|
+
{
|
9
|
+
"internalType": "address",
|
10
|
+
"name": "authority",
|
11
|
+
"type": "address"
|
12
|
+
}
|
13
|
+
],
|
14
|
+
"name": "AccessManagedInvalidAuthority",
|
15
|
+
"type": "error"
|
16
|
+
},
|
17
|
+
{
|
18
|
+
"inputs": [
|
19
|
+
{
|
20
|
+
"internalType": "address",
|
21
|
+
"name": "caller",
|
22
|
+
"type": "address"
|
23
|
+
},
|
24
|
+
{
|
25
|
+
"internalType": "uint32",
|
26
|
+
"name": "delay",
|
27
|
+
"type": "uint32"
|
28
|
+
}
|
29
|
+
],
|
30
|
+
"name": "AccessManagedRequiredDelay",
|
31
|
+
"type": "error"
|
32
|
+
},
|
33
|
+
{
|
34
|
+
"inputs": [
|
35
|
+
{
|
36
|
+
"internalType": "address",
|
37
|
+
"name": "caller",
|
38
|
+
"type": "address"
|
39
|
+
}
|
40
|
+
],
|
41
|
+
"name": "AccessManagedUnauthorized",
|
42
|
+
"type": "error"
|
43
|
+
},
|
44
|
+
{
|
45
|
+
"inputs": [
|
46
|
+
{
|
47
|
+
"internalType": "NftId",
|
48
|
+
"name": "componentNftId",
|
49
|
+
"type": "uint96"
|
50
|
+
}
|
51
|
+
],
|
52
|
+
"name": "ErrorComponentVerifyingServiceComponentIsLocked",
|
53
|
+
"type": "error"
|
54
|
+
},
|
55
|
+
{
|
56
|
+
"inputs": [
|
57
|
+
{
|
58
|
+
"internalType": "NftId",
|
59
|
+
"name": "componentNftId",
|
60
|
+
"type": "uint96"
|
61
|
+
},
|
62
|
+
{
|
63
|
+
"internalType": "ObjectType",
|
64
|
+
"name": "expectedType",
|
65
|
+
"type": "uint8"
|
66
|
+
},
|
67
|
+
{
|
68
|
+
"internalType": "ObjectType",
|
69
|
+
"name": "actualType",
|
70
|
+
"type": "uint8"
|
71
|
+
}
|
72
|
+
],
|
73
|
+
"name": "ErrorComponentVerifyingServiceComponentTypeInvalid",
|
74
|
+
"type": "error"
|
75
|
+
},
|
76
|
+
{
|
77
|
+
"inputs": [
|
78
|
+
{
|
79
|
+
"internalType": "NftId",
|
80
|
+
"name": "nftId",
|
81
|
+
"type": "uint96"
|
82
|
+
}
|
83
|
+
],
|
84
|
+
"name": "ErrorNftOwnableAlreadyLinked",
|
85
|
+
"type": "error"
|
86
|
+
},
|
87
|
+
{
|
88
|
+
"inputs": [
|
89
|
+
{
|
90
|
+
"internalType": "address",
|
91
|
+
"name": "contractAddress",
|
92
|
+
"type": "address"
|
93
|
+
}
|
94
|
+
],
|
95
|
+
"name": "ErrorNftOwnableContractNotRegistered",
|
96
|
+
"type": "error"
|
97
|
+
},
|
98
|
+
{
|
99
|
+
"inputs": [],
|
100
|
+
"name": "ErrorNftOwnableInitialOwnerZero",
|
101
|
+
"type": "error"
|
102
|
+
},
|
103
|
+
{
|
104
|
+
"inputs": [
|
105
|
+
{
|
106
|
+
"internalType": "NftId",
|
107
|
+
"name": "nftId",
|
108
|
+
"type": "uint96"
|
109
|
+
},
|
110
|
+
{
|
111
|
+
"internalType": "ObjectType",
|
112
|
+
"name": "expectedObjectType",
|
113
|
+
"type": "uint8"
|
114
|
+
}
|
115
|
+
],
|
116
|
+
"name": "ErrorNftOwnableInvalidType",
|
117
|
+
"type": "error"
|
118
|
+
},
|
119
|
+
{
|
120
|
+
"inputs": [
|
121
|
+
{
|
122
|
+
"internalType": "address",
|
123
|
+
"name": "account",
|
124
|
+
"type": "address"
|
125
|
+
}
|
126
|
+
],
|
127
|
+
"name": "ErrorNftOwnableNotOwner",
|
128
|
+
"type": "error"
|
129
|
+
},
|
130
|
+
{
|
131
|
+
"inputs": [
|
132
|
+
{
|
133
|
+
"internalType": "address",
|
134
|
+
"name": "registryAddress",
|
135
|
+
"type": "address"
|
136
|
+
}
|
137
|
+
],
|
138
|
+
"name": "ErrorNotRegistry",
|
139
|
+
"type": "error"
|
140
|
+
},
|
141
|
+
{
|
142
|
+
"inputs": [
|
143
|
+
{
|
144
|
+
"internalType": "address",
|
145
|
+
"name": "policyOwner",
|
146
|
+
"type": "address"
|
147
|
+
},
|
148
|
+
{
|
149
|
+
"internalType": "address",
|
150
|
+
"name": "tokenHandler",
|
151
|
+
"type": "address"
|
152
|
+
},
|
153
|
+
{
|
154
|
+
"internalType": "uint256",
|
155
|
+
"name": "premiumAmount",
|
156
|
+
"type": "uint256"
|
157
|
+
},
|
158
|
+
{
|
159
|
+
"internalType": "uint256",
|
160
|
+
"name": "allowance",
|
161
|
+
"type": "uint256"
|
162
|
+
}
|
163
|
+
],
|
164
|
+
"name": "ErrorPolicyServiceAllowanceInsufficient",
|
165
|
+
"type": "error"
|
166
|
+
},
|
167
|
+
{
|
168
|
+
"inputs": [
|
169
|
+
{
|
170
|
+
"internalType": "address",
|
171
|
+
"name": "policyOwner",
|
172
|
+
"type": "address"
|
173
|
+
},
|
174
|
+
{
|
175
|
+
"internalType": "uint256",
|
176
|
+
"name": "premiumAmount",
|
177
|
+
"type": "uint256"
|
178
|
+
},
|
179
|
+
{
|
180
|
+
"internalType": "uint256",
|
181
|
+
"name": "balance",
|
182
|
+
"type": "uint256"
|
183
|
+
}
|
184
|
+
],
|
185
|
+
"name": "ErrorPolicyServiceBalanceInsufficient",
|
186
|
+
"type": "error"
|
187
|
+
},
|
188
|
+
{
|
189
|
+
"inputs": [
|
190
|
+
{
|
191
|
+
"internalType": "address",
|
192
|
+
"name": "customer",
|
193
|
+
"type": "address"
|
194
|
+
},
|
195
|
+
{
|
196
|
+
"internalType": "address",
|
197
|
+
"name": "tokenHandlerAddress",
|
198
|
+
"type": "address"
|
199
|
+
},
|
200
|
+
{
|
201
|
+
"internalType": "uint256",
|
202
|
+
"name": "amount",
|
203
|
+
"type": "uint256"
|
204
|
+
}
|
205
|
+
],
|
206
|
+
"name": "ErrorPolicyServiceInsufficientAllowance",
|
207
|
+
"type": "error"
|
208
|
+
},
|
209
|
+
{
|
210
|
+
"inputs": [
|
211
|
+
{
|
212
|
+
"internalType": "NftId",
|
213
|
+
"name": "policyNftId",
|
214
|
+
"type": "uint96"
|
215
|
+
},
|
216
|
+
{
|
217
|
+
"internalType": "uint16",
|
218
|
+
"name": "openClaimsCount",
|
219
|
+
"type": "uint16"
|
220
|
+
}
|
221
|
+
],
|
222
|
+
"name": "ErrorPolicyServiceOpenClaims",
|
223
|
+
"type": "error"
|
224
|
+
},
|
225
|
+
{
|
226
|
+
"inputs": [
|
227
|
+
{
|
228
|
+
"internalType": "NftId",
|
229
|
+
"name": "policyNftId",
|
230
|
+
"type": "uint96"
|
231
|
+
}
|
232
|
+
],
|
233
|
+
"name": "ErrorPolicyServicePolicyAlreadyActivated",
|
234
|
+
"type": "error"
|
235
|
+
},
|
236
|
+
{
|
237
|
+
"inputs": [
|
238
|
+
{
|
239
|
+
"internalType": "NftId",
|
240
|
+
"name": "policyNftId",
|
241
|
+
"type": "uint96"
|
242
|
+
}
|
243
|
+
],
|
244
|
+
"name": "ErrorPolicyServicePolicyAlreadyClosed",
|
245
|
+
"type": "error"
|
246
|
+
},
|
247
|
+
{
|
248
|
+
"inputs": [
|
249
|
+
{
|
250
|
+
"internalType": "NftId",
|
251
|
+
"name": "policyNftId",
|
252
|
+
"type": "uint96"
|
253
|
+
},
|
254
|
+
{
|
255
|
+
"internalType": "Timestamp",
|
256
|
+
"name": "lowerLimit",
|
257
|
+
"type": "uint40"
|
258
|
+
},
|
259
|
+
{
|
260
|
+
"internalType": "Timestamp",
|
261
|
+
"name": "expiredAt",
|
262
|
+
"type": "uint40"
|
263
|
+
}
|
264
|
+
],
|
265
|
+
"name": "ErrorPolicyServicePolicyExpirationTooEarly",
|
266
|
+
"type": "error"
|
267
|
+
},
|
268
|
+
{
|
269
|
+
"inputs": [
|
270
|
+
{
|
271
|
+
"internalType": "NftId",
|
272
|
+
"name": "policyNftId",
|
273
|
+
"type": "uint96"
|
274
|
+
},
|
275
|
+
{
|
276
|
+
"internalType": "Timestamp",
|
277
|
+
"name": "upperLimit",
|
278
|
+
"type": "uint40"
|
279
|
+
},
|
280
|
+
{
|
281
|
+
"internalType": "Timestamp",
|
282
|
+
"name": "expiredAt",
|
283
|
+
"type": "uint40"
|
284
|
+
}
|
285
|
+
],
|
286
|
+
"name": "ErrorPolicyServicePolicyExpirationTooLate",
|
287
|
+
"type": "error"
|
288
|
+
},
|
289
|
+
{
|
290
|
+
"inputs": [
|
291
|
+
{
|
292
|
+
"internalType": "NftId",
|
293
|
+
"name": "policyNftId",
|
294
|
+
"type": "uint96"
|
295
|
+
},
|
296
|
+
{
|
297
|
+
"internalType": "Timestamp",
|
298
|
+
"name": "expiredAt",
|
299
|
+
"type": "uint40"
|
300
|
+
}
|
301
|
+
],
|
302
|
+
"name": "ErrorPolicyServicePolicyHasNotExpired",
|
303
|
+
"type": "error"
|
304
|
+
},
|
305
|
+
{
|
306
|
+
"inputs": [
|
307
|
+
{
|
308
|
+
"internalType": "NftId",
|
309
|
+
"name": "policyNftId",
|
310
|
+
"type": "uint96"
|
311
|
+
}
|
312
|
+
],
|
313
|
+
"name": "ErrorPolicyServicePolicyNotActivated",
|
314
|
+
"type": "error"
|
315
|
+
},
|
316
|
+
{
|
317
|
+
"inputs": [
|
318
|
+
{
|
319
|
+
"internalType": "NftId",
|
320
|
+
"name": "policyNftId",
|
321
|
+
"type": "uint96"
|
322
|
+
},
|
323
|
+
{
|
324
|
+
"internalType": "StateId",
|
325
|
+
"name": "state",
|
326
|
+
"type": "uint8"
|
327
|
+
}
|
328
|
+
],
|
329
|
+
"name": "ErrorPolicyServicePolicyNotActive",
|
330
|
+
"type": "error"
|
331
|
+
},
|
332
|
+
{
|
333
|
+
"inputs": [
|
334
|
+
{
|
335
|
+
"internalType": "NftId",
|
336
|
+
"name": "applicationNftId",
|
337
|
+
"type": "uint96"
|
338
|
+
},
|
339
|
+
{
|
340
|
+
"internalType": "NftId",
|
341
|
+
"name": "expectedProductNftId",
|
342
|
+
"type": "uint96"
|
343
|
+
},
|
344
|
+
{
|
345
|
+
"internalType": "NftId",
|
346
|
+
"name": "actualProductNftId",
|
347
|
+
"type": "uint96"
|
348
|
+
}
|
349
|
+
],
|
350
|
+
"name": "ErrorPolicyServicePolicyProductMismatch",
|
351
|
+
"type": "error"
|
352
|
+
},
|
353
|
+
{
|
354
|
+
"inputs": [
|
355
|
+
{
|
356
|
+
"internalType": "NftId",
|
357
|
+
"name": "applicationNftId",
|
358
|
+
"type": "uint96"
|
359
|
+
}
|
360
|
+
],
|
361
|
+
"name": "ErrorPolicyServicePolicyStateNotApplied",
|
362
|
+
"type": "error"
|
363
|
+
},
|
364
|
+
{
|
365
|
+
"inputs": [
|
366
|
+
{
|
367
|
+
"internalType": "NftId",
|
368
|
+
"name": "applicationNftId",
|
369
|
+
"type": "uint96"
|
370
|
+
}
|
371
|
+
],
|
372
|
+
"name": "ErrorPolicyServicePolicyStateNotCollateralized",
|
373
|
+
"type": "error"
|
374
|
+
},
|
375
|
+
{
|
376
|
+
"inputs": [
|
377
|
+
{
|
378
|
+
"internalType": "NftId",
|
379
|
+
"name": "policyNftId",
|
380
|
+
"type": "uint96"
|
381
|
+
}
|
382
|
+
],
|
383
|
+
"name": "ErrorPolicyServicePremiumAlreadyPaid",
|
384
|
+
"type": "error"
|
385
|
+
},
|
386
|
+
{
|
387
|
+
"inputs": [
|
388
|
+
{
|
389
|
+
"internalType": "NftId",
|
390
|
+
"name": "policyNftId",
|
391
|
+
"type": "uint96"
|
392
|
+
},
|
393
|
+
{
|
394
|
+
"internalType": "Amount",
|
395
|
+
"name": "expectedPremiumAmount",
|
396
|
+
"type": "uint96"
|
397
|
+
},
|
398
|
+
{
|
399
|
+
"internalType": "Amount",
|
400
|
+
"name": "recalculatedPremiumAmount",
|
401
|
+
"type": "uint96"
|
402
|
+
}
|
403
|
+
],
|
404
|
+
"name": "ErrorPolicyServicePremiumMismatch",
|
405
|
+
"type": "error"
|
406
|
+
},
|
407
|
+
{
|
408
|
+
"inputs": [
|
409
|
+
{
|
410
|
+
"internalType": "NftId",
|
411
|
+
"name": "policyNftId",
|
412
|
+
"type": "uint96"
|
413
|
+
},
|
414
|
+
{
|
415
|
+
"internalType": "Amount",
|
416
|
+
"name": "premiumAmount",
|
417
|
+
"type": "uint96"
|
418
|
+
}
|
419
|
+
],
|
420
|
+
"name": "ErrorPolicyServicePremiumNotPaid",
|
421
|
+
"type": "error"
|
422
|
+
},
|
423
|
+
{
|
424
|
+
"inputs": [
|
425
|
+
{
|
426
|
+
"internalType": "NftId",
|
427
|
+
"name": "policyNftId",
|
428
|
+
"type": "uint96"
|
429
|
+
},
|
430
|
+
{
|
431
|
+
"internalType": "Amount",
|
432
|
+
"name": "expectedPremiumAmount",
|
433
|
+
"type": "uint96"
|
434
|
+
},
|
435
|
+
{
|
436
|
+
"internalType": "Amount",
|
437
|
+
"name": "transferredPremiumAmount",
|
438
|
+
"type": "uint96"
|
439
|
+
}
|
440
|
+
],
|
441
|
+
"name": "ErrorPolicyServiceTransferredPremiumMismatch",
|
442
|
+
"type": "error"
|
443
|
+
},
|
444
|
+
{
|
445
|
+
"inputs": [],
|
446
|
+
"name": "ErrorServiceNotImplemented",
|
447
|
+
"type": "error"
|
448
|
+
},
|
449
|
+
{
|
450
|
+
"inputs": [],
|
451
|
+
"name": "InvalidInitialization",
|
452
|
+
"type": "error"
|
453
|
+
},
|
454
|
+
{
|
455
|
+
"inputs": [],
|
456
|
+
"name": "NotInitializing",
|
457
|
+
"type": "error"
|
458
|
+
},
|
459
|
+
{
|
460
|
+
"inputs": [],
|
461
|
+
"name": "ReentrancyGuardReentrantCall",
|
462
|
+
"type": "error"
|
463
|
+
},
|
464
|
+
{
|
465
|
+
"anonymous": false,
|
466
|
+
"inputs": [
|
467
|
+
{
|
468
|
+
"indexed": false,
|
469
|
+
"internalType": "address",
|
470
|
+
"name": "authority",
|
471
|
+
"type": "address"
|
472
|
+
}
|
473
|
+
],
|
474
|
+
"name": "AuthorityUpdated",
|
475
|
+
"type": "event"
|
476
|
+
},
|
477
|
+
{
|
478
|
+
"anonymous": false,
|
479
|
+
"inputs": [
|
480
|
+
{
|
481
|
+
"indexed": false,
|
482
|
+
"internalType": "uint64",
|
483
|
+
"name": "version",
|
484
|
+
"type": "uint64"
|
485
|
+
}
|
486
|
+
],
|
487
|
+
"name": "Initialized",
|
488
|
+
"type": "event"
|
489
|
+
},
|
490
|
+
{
|
491
|
+
"anonymous": false,
|
492
|
+
"inputs": [
|
493
|
+
{
|
494
|
+
"indexed": false,
|
495
|
+
"internalType": "NftId",
|
496
|
+
"name": "policyNftId",
|
497
|
+
"type": "uint96"
|
498
|
+
},
|
499
|
+
{
|
500
|
+
"indexed": false,
|
501
|
+
"internalType": "Timestamp",
|
502
|
+
"name": "activatedAt",
|
503
|
+
"type": "uint40"
|
504
|
+
}
|
505
|
+
],
|
506
|
+
"name": "LogPolicyServicePolicyActivated",
|
507
|
+
"type": "event"
|
508
|
+
},
|
509
|
+
{
|
510
|
+
"anonymous": false,
|
511
|
+
"inputs": [
|
512
|
+
{
|
513
|
+
"indexed": false,
|
514
|
+
"internalType": "NftId",
|
515
|
+
"name": "policyNftId",
|
516
|
+
"type": "uint96"
|
517
|
+
}
|
518
|
+
],
|
519
|
+
"name": "LogPolicyServicePolicyClosed",
|
520
|
+
"type": "event"
|
521
|
+
},
|
522
|
+
{
|
523
|
+
"anonymous": false,
|
524
|
+
"inputs": [
|
525
|
+
{
|
526
|
+
"indexed": false,
|
527
|
+
"internalType": "NftId",
|
528
|
+
"name": "policyNftId",
|
529
|
+
"type": "uint96"
|
530
|
+
},
|
531
|
+
{
|
532
|
+
"indexed": false,
|
533
|
+
"internalType": "Amount",
|
534
|
+
"name": "premiumAmount",
|
535
|
+
"type": "uint96"
|
536
|
+
},
|
537
|
+
{
|
538
|
+
"indexed": false,
|
539
|
+
"internalType": "Timestamp",
|
540
|
+
"name": "activatedAt",
|
541
|
+
"type": "uint40"
|
542
|
+
}
|
543
|
+
],
|
544
|
+
"name": "LogPolicyServicePolicyCreated",
|
545
|
+
"type": "event"
|
546
|
+
},
|
547
|
+
{
|
548
|
+
"anonymous": false,
|
549
|
+
"inputs": [
|
550
|
+
{
|
551
|
+
"indexed": false,
|
552
|
+
"internalType": "NftId",
|
553
|
+
"name": "policyNftId",
|
554
|
+
"type": "uint96"
|
555
|
+
}
|
556
|
+
],
|
557
|
+
"name": "LogPolicyServicePolicyDeclined",
|
558
|
+
"type": "event"
|
559
|
+
},
|
560
|
+
{
|
561
|
+
"anonymous": false,
|
562
|
+
"inputs": [
|
563
|
+
{
|
564
|
+
"indexed": false,
|
565
|
+
"internalType": "NftId",
|
566
|
+
"name": "policyNftId",
|
567
|
+
"type": "uint96"
|
568
|
+
},
|
569
|
+
{
|
570
|
+
"indexed": false,
|
571
|
+
"internalType": "Timestamp",
|
572
|
+
"name": "originalExpiredAt",
|
573
|
+
"type": "uint40"
|
574
|
+
},
|
575
|
+
{
|
576
|
+
"indexed": false,
|
577
|
+
"internalType": "Timestamp",
|
578
|
+
"name": "expiredAt",
|
579
|
+
"type": "uint40"
|
580
|
+
}
|
581
|
+
],
|
582
|
+
"name": "LogPolicyServicePolicyExpirationUpdated",
|
583
|
+
"type": "event"
|
584
|
+
},
|
585
|
+
{
|
586
|
+
"anonymous": false,
|
587
|
+
"inputs": [
|
588
|
+
{
|
589
|
+
"indexed": false,
|
590
|
+
"internalType": "NftId",
|
591
|
+
"name": "policyNftId",
|
592
|
+
"type": "uint96"
|
593
|
+
},
|
594
|
+
{
|
595
|
+
"indexed": false,
|
596
|
+
"internalType": "Amount",
|
597
|
+
"name": "premiumAmount",
|
598
|
+
"type": "uint96"
|
599
|
+
}
|
600
|
+
],
|
601
|
+
"name": "LogPolicyServicePolicyPremiumCollected",
|
602
|
+
"type": "event"
|
603
|
+
},
|
604
|
+
{
|
605
|
+
"inputs": [],
|
606
|
+
"name": "GIF_RELEASE",
|
607
|
+
"outputs": [
|
608
|
+
{
|
609
|
+
"internalType": "uint256",
|
610
|
+
"name": "",
|
611
|
+
"type": "uint256"
|
612
|
+
}
|
613
|
+
],
|
614
|
+
"stateMutability": "view",
|
615
|
+
"type": "function"
|
616
|
+
},
|
617
|
+
{
|
618
|
+
"inputs": [],
|
619
|
+
"name": "NFT_OWNABLE_STORAGE_LOCATION_V1",
|
620
|
+
"outputs": [
|
621
|
+
{
|
622
|
+
"internalType": "bytes32",
|
623
|
+
"name": "",
|
624
|
+
"type": "bytes32"
|
625
|
+
}
|
626
|
+
],
|
627
|
+
"stateMutability": "view",
|
628
|
+
"type": "function"
|
629
|
+
},
|
630
|
+
{
|
631
|
+
"inputs": [],
|
632
|
+
"name": "REGISTERABLE_LOCATION_V1",
|
633
|
+
"outputs": [
|
634
|
+
{
|
635
|
+
"internalType": "bytes32",
|
636
|
+
"name": "",
|
637
|
+
"type": "bytes32"
|
638
|
+
}
|
639
|
+
],
|
640
|
+
"stateMutability": "view",
|
641
|
+
"type": "function"
|
642
|
+
},
|
643
|
+
{
|
644
|
+
"inputs": [
|
645
|
+
{
|
646
|
+
"internalType": "NftId",
|
647
|
+
"name": "policyNftId",
|
648
|
+
"type": "uint96"
|
649
|
+
},
|
650
|
+
{
|
651
|
+
"internalType": "Timestamp",
|
652
|
+
"name": "activateAt",
|
653
|
+
"type": "uint40"
|
654
|
+
}
|
655
|
+
],
|
656
|
+
"name": "activate",
|
657
|
+
"outputs": [],
|
658
|
+
"stateMutability": "nonpayable",
|
659
|
+
"type": "function"
|
660
|
+
},
|
661
|
+
{
|
662
|
+
"inputs": [],
|
663
|
+
"name": "authority",
|
664
|
+
"outputs": [
|
665
|
+
{
|
666
|
+
"internalType": "address",
|
667
|
+
"name": "",
|
668
|
+
"type": "address"
|
669
|
+
}
|
670
|
+
],
|
671
|
+
"stateMutability": "view",
|
672
|
+
"type": "function"
|
673
|
+
},
|
674
|
+
{
|
675
|
+
"inputs": [
|
676
|
+
{
|
677
|
+
"internalType": "NftId",
|
678
|
+
"name": "policyNftId",
|
679
|
+
"type": "uint96"
|
680
|
+
}
|
681
|
+
],
|
682
|
+
"name": "close",
|
683
|
+
"outputs": [],
|
684
|
+
"stateMutability": "nonpayable",
|
685
|
+
"type": "function"
|
686
|
+
},
|
687
|
+
{
|
688
|
+
"inputs": [
|
689
|
+
{
|
690
|
+
"internalType": "NftId",
|
691
|
+
"name": "policyNftId",
|
692
|
+
"type": "uint96"
|
693
|
+
},
|
694
|
+
{
|
695
|
+
"internalType": "Timestamp",
|
696
|
+
"name": "activateAt",
|
697
|
+
"type": "uint40"
|
698
|
+
}
|
699
|
+
],
|
700
|
+
"name": "collectPremium",
|
701
|
+
"outputs": [],
|
702
|
+
"stateMutability": "nonpayable",
|
703
|
+
"type": "function"
|
704
|
+
},
|
705
|
+
{
|
706
|
+
"inputs": [
|
707
|
+
{
|
708
|
+
"internalType": "NftId",
|
709
|
+
"name": "applicationNftId",
|
710
|
+
"type": "uint96"
|
711
|
+
},
|
712
|
+
{
|
713
|
+
"internalType": "Timestamp",
|
714
|
+
"name": "activateAt",
|
715
|
+
"type": "uint40"
|
716
|
+
}
|
717
|
+
],
|
718
|
+
"name": "createPolicy",
|
719
|
+
"outputs": [],
|
720
|
+
"stateMutability": "nonpayable",
|
721
|
+
"type": "function"
|
722
|
+
},
|
723
|
+
{
|
724
|
+
"inputs": [
|
725
|
+
{
|
726
|
+
"internalType": "NftId",
|
727
|
+
"name": "applicationNftId",
|
728
|
+
"type": "uint96"
|
729
|
+
}
|
730
|
+
],
|
731
|
+
"name": "decline",
|
732
|
+
"outputs": [],
|
733
|
+
"stateMutability": "nonpayable",
|
734
|
+
"type": "function"
|
735
|
+
},
|
736
|
+
{
|
737
|
+
"inputs": [
|
738
|
+
{
|
739
|
+
"internalType": "NftId",
|
740
|
+
"name": "policyNftId",
|
741
|
+
"type": "uint96"
|
742
|
+
},
|
743
|
+
{
|
744
|
+
"internalType": "Timestamp",
|
745
|
+
"name": "expireAt",
|
746
|
+
"type": "uint40"
|
747
|
+
}
|
748
|
+
],
|
749
|
+
"name": "expire",
|
750
|
+
"outputs": [
|
751
|
+
{
|
752
|
+
"internalType": "Timestamp",
|
753
|
+
"name": "expiredAt",
|
754
|
+
"type": "uint40"
|
755
|
+
}
|
756
|
+
],
|
757
|
+
"stateMutability": "nonpayable",
|
758
|
+
"type": "function"
|
759
|
+
},
|
760
|
+
{
|
761
|
+
"inputs": [
|
762
|
+
{
|
763
|
+
"internalType": "contract IInstance",
|
764
|
+
"name": "instance",
|
765
|
+
"type": "address"
|
766
|
+
},
|
767
|
+
{
|
768
|
+
"internalType": "NftId",
|
769
|
+
"name": "policyNftId",
|
770
|
+
"type": "uint96"
|
771
|
+
},
|
772
|
+
{
|
773
|
+
"internalType": "Timestamp",
|
774
|
+
"name": "expireAt",
|
775
|
+
"type": "uint40"
|
776
|
+
}
|
777
|
+
],
|
778
|
+
"name": "expirePolicy",
|
779
|
+
"outputs": [
|
780
|
+
{
|
781
|
+
"internalType": "Timestamp",
|
782
|
+
"name": "expiredAt",
|
783
|
+
"type": "uint40"
|
784
|
+
}
|
785
|
+
],
|
786
|
+
"stateMutability": "nonpayable",
|
787
|
+
"type": "function"
|
788
|
+
},
|
789
|
+
{
|
790
|
+
"inputs": [],
|
791
|
+
"name": "getDomain",
|
792
|
+
"outputs": [
|
793
|
+
{
|
794
|
+
"internalType": "ObjectType",
|
795
|
+
"name": "serviceDomain",
|
796
|
+
"type": "uint8"
|
797
|
+
}
|
798
|
+
],
|
799
|
+
"stateMutability": "pure",
|
800
|
+
"type": "function"
|
801
|
+
},
|
802
|
+
{
|
803
|
+
"inputs": [],
|
804
|
+
"name": "getInitialInfo",
|
805
|
+
"outputs": [
|
806
|
+
{
|
807
|
+
"components": [
|
808
|
+
{
|
809
|
+
"internalType": "NftId",
|
810
|
+
"name": "nftId",
|
811
|
+
"type": "uint96"
|
812
|
+
},
|
813
|
+
{
|
814
|
+
"internalType": "NftId",
|
815
|
+
"name": "parentNftId",
|
816
|
+
"type": "uint96"
|
817
|
+
},
|
818
|
+
{
|
819
|
+
"internalType": "ObjectType",
|
820
|
+
"name": "objectType",
|
821
|
+
"type": "uint8"
|
822
|
+
},
|
823
|
+
{
|
824
|
+
"internalType": "bool",
|
825
|
+
"name": "isInterceptor",
|
826
|
+
"type": "bool"
|
827
|
+
},
|
828
|
+
{
|
829
|
+
"internalType": "address",
|
830
|
+
"name": "objectAddress",
|
831
|
+
"type": "address"
|
832
|
+
},
|
833
|
+
{
|
834
|
+
"internalType": "address",
|
835
|
+
"name": "initialOwner",
|
836
|
+
"type": "address"
|
837
|
+
},
|
838
|
+
{
|
839
|
+
"internalType": "bytes",
|
840
|
+
"name": "data",
|
841
|
+
"type": "bytes"
|
842
|
+
}
|
843
|
+
],
|
844
|
+
"internalType": "struct IRegistry.ObjectInfo",
|
845
|
+
"name": "info",
|
846
|
+
"type": "tuple"
|
847
|
+
}
|
848
|
+
],
|
849
|
+
"stateMutability": "view",
|
850
|
+
"type": "function"
|
851
|
+
},
|
852
|
+
{
|
853
|
+
"inputs": [],
|
854
|
+
"name": "getNftId",
|
855
|
+
"outputs": [
|
856
|
+
{
|
857
|
+
"internalType": "NftId",
|
858
|
+
"name": "",
|
859
|
+
"type": "uint96"
|
860
|
+
}
|
861
|
+
],
|
862
|
+
"stateMutability": "view",
|
863
|
+
"type": "function"
|
864
|
+
},
|
865
|
+
{
|
866
|
+
"inputs": [],
|
867
|
+
"name": "getOwner",
|
868
|
+
"outputs": [
|
869
|
+
{
|
870
|
+
"internalType": "address",
|
871
|
+
"name": "",
|
872
|
+
"type": "address"
|
873
|
+
}
|
874
|
+
],
|
875
|
+
"stateMutability": "view",
|
876
|
+
"type": "function"
|
877
|
+
},
|
878
|
+
{
|
879
|
+
"inputs": [],
|
880
|
+
"name": "getRegistry",
|
881
|
+
"outputs": [
|
882
|
+
{
|
883
|
+
"internalType": "contract IRegistry",
|
884
|
+
"name": "",
|
885
|
+
"type": "address"
|
886
|
+
}
|
887
|
+
],
|
888
|
+
"stateMutability": "view",
|
889
|
+
"type": "function"
|
890
|
+
},
|
891
|
+
{
|
892
|
+
"inputs": [],
|
893
|
+
"name": "getRelease",
|
894
|
+
"outputs": [
|
895
|
+
{
|
896
|
+
"internalType": "VersionPart",
|
897
|
+
"name": "release",
|
898
|
+
"type": "uint8"
|
899
|
+
}
|
900
|
+
],
|
901
|
+
"stateMutability": "pure",
|
902
|
+
"type": "function"
|
903
|
+
},
|
904
|
+
{
|
905
|
+
"inputs": [],
|
906
|
+
"name": "getRoleId",
|
907
|
+
"outputs": [
|
908
|
+
{
|
909
|
+
"internalType": "RoleId",
|
910
|
+
"name": "serviceRoleId",
|
911
|
+
"type": "uint64"
|
912
|
+
}
|
913
|
+
],
|
914
|
+
"stateMutability": "pure",
|
915
|
+
"type": "function"
|
916
|
+
},
|
917
|
+
{
|
918
|
+
"inputs": [],
|
919
|
+
"name": "getVersion",
|
920
|
+
"outputs": [
|
921
|
+
{
|
922
|
+
"internalType": "Version",
|
923
|
+
"name": "",
|
924
|
+
"type": "uint24"
|
925
|
+
}
|
926
|
+
],
|
927
|
+
"stateMutability": "pure",
|
928
|
+
"type": "function"
|
929
|
+
},
|
930
|
+
{
|
931
|
+
"inputs": [
|
932
|
+
{
|
933
|
+
"internalType": "address",
|
934
|
+
"name": "activatedBy",
|
935
|
+
"type": "address"
|
936
|
+
},
|
937
|
+
{
|
938
|
+
"internalType": "bytes",
|
939
|
+
"name": "data",
|
940
|
+
"type": "bytes"
|
941
|
+
}
|
942
|
+
],
|
943
|
+
"name": "initializeVersionable",
|
944
|
+
"outputs": [],
|
945
|
+
"stateMutability": "nonpayable",
|
946
|
+
"type": "function"
|
947
|
+
},
|
948
|
+
{
|
949
|
+
"inputs": [],
|
950
|
+
"name": "isConsumingScheduledOp",
|
951
|
+
"outputs": [
|
952
|
+
{
|
953
|
+
"internalType": "bytes4",
|
954
|
+
"name": "",
|
955
|
+
"type": "bytes4"
|
956
|
+
}
|
957
|
+
],
|
958
|
+
"stateMutability": "view",
|
959
|
+
"type": "function"
|
960
|
+
},
|
961
|
+
{
|
962
|
+
"inputs": [],
|
963
|
+
"name": "linkToRegisteredNftId",
|
964
|
+
"outputs": [
|
965
|
+
{
|
966
|
+
"internalType": "NftId",
|
967
|
+
"name": "nftId",
|
968
|
+
"type": "uint96"
|
969
|
+
}
|
970
|
+
],
|
971
|
+
"stateMutability": "nonpayable",
|
972
|
+
"type": "function"
|
973
|
+
},
|
974
|
+
{
|
975
|
+
"inputs": [
|
976
|
+
{
|
977
|
+
"internalType": "address",
|
978
|
+
"name": "newAuthority",
|
979
|
+
"type": "address"
|
980
|
+
}
|
981
|
+
],
|
982
|
+
"name": "setAuthority",
|
983
|
+
"outputs": [],
|
984
|
+
"stateMutability": "nonpayable",
|
985
|
+
"type": "function"
|
986
|
+
},
|
987
|
+
{
|
988
|
+
"inputs": [
|
989
|
+
{
|
990
|
+
"internalType": "bytes4",
|
991
|
+
"name": "interfaceId",
|
992
|
+
"type": "bytes4"
|
993
|
+
}
|
994
|
+
],
|
995
|
+
"name": "supportsInterface",
|
996
|
+
"outputs": [
|
997
|
+
{
|
998
|
+
"internalType": "bool",
|
999
|
+
"name": "",
|
1000
|
+
"type": "bool"
|
1001
|
+
}
|
1002
|
+
],
|
1003
|
+
"stateMutability": "view",
|
1004
|
+
"type": "function"
|
1005
|
+
},
|
1006
|
+
{
|
1007
|
+
"inputs": [
|
1008
|
+
{
|
1009
|
+
"internalType": "bytes",
|
1010
|
+
"name": "data",
|
1011
|
+
"type": "bytes"
|
1012
|
+
}
|
1013
|
+
],
|
1014
|
+
"name": "upgradeVersionable",
|
1015
|
+
"outputs": [],
|
1016
|
+
"stateMutability": "nonpayable",
|
1017
|
+
"type": "function"
|
1018
|
+
}
|
1019
|
+
],
|
1020
|
+
"bytecode": "0x6080604052348015600e575f80fd5b5060156019565b60c9565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff161560685760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b039081161460c65780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b615ea6806100d65f395ff3fe608060405234801561000f575f80fd5b506004361061016d575f3560e01c806376b707b7116100d95780639ffcede911610093578063b68d18091161006e578063b68d1809146103a9578063bbfbbfba146103b0578063bc4a1c35146103c3578063bf7e214f146103d6575f80fd5b80639ffcede91461036f578063aa5ae5aa14610382578063ada9652e14610395575f80fd5b806376b707b7146102e85780637a9e5e4b146103025780637baa9a0b146103155780638899278a1461033e578063893d20e8146103465780638fb360371461034e575f80fd5b8063329d6e741161012a578063329d6e741461024d57806349bb9e4b146102605780634d5e16a9146102735780635ab1bd5314610286578063644c45e0146102ab5780636c741e78146102c8575f80fd5b806301ffc9a7146101715780630aaba8e8146101b25780630d8e6e2c146101c75780630fec111c146101e3578063138461e0146101f85780631eff4b2214610218575b5f80fd5b61019d61017f366004614b49565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6101c56101c0366004614b84565b6103f3565b005b6101cf610a2a565b60405162ffffff90911681526020016101a9565b6101eb610ab1565b6040516101a99190614bcd565b610200610c3d565b6040516001600160601b0390911681526020016101a9565b61023f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b6040519081526020016101a9565b6101c561025b366004614dd0565b610c47565b6101c561026e366004614e15565b610d91565b6101c5610281366004614e73565b610e8d565b6001546001600160a01b03165b6040516001600160a01b0390911681526020016101a9565b5f80516020615df1833981519152546001600160601b0316610200565b6102d06110c2565b6040516001600160401b0390911681526020016101a9565b6102f061114e565b60405160ff90911681526020016101a9565b6101c5610310366004614eaa565b6111c2565b610328610323366004614e73565b61125a565b60405164ffffffffff90911681526020016101a9565b61023f600381565b6102936113ca565b6103566114fb565b6040516001600160e01b031990911681526020016101a9565b6101c561037d366004614b84565b611530565b6101c5610390366004614e73565b611829565b61023f5f80516020615df183398151915281565b60156102f0565b6101c56103be366004614e73565b611f2c565b6103286103d1366004614ec5565b612464565b5f80516020615e11833981519152546001600160a01b0316610293565b6103fb6124a2565b6104068160156124d9565b5f610411600c612590565b925050505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610452573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104769190614f0d565b60405163bd7d9d8560e01b81526001600160601b03851660048201529091505f906001600160a01b0383169063bd7d9d85906024015f60405180830381865afa1580156104c5573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526104ec9190810190614fbf565b604051639096a1f360e01b81526001600160601b03861660048201529091505f906001600160a01b03841690639096a1f390602401602060405180830381865afa15801561053c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610560919061516b565b905061056c818361262c565b6105a25760405163536eb56160e11b81526001600160601b038616600482015260ff821660248201526044015b60405180910390fd5b6101e0820151604051638d38cd4b60e01b815264ffffffffff909116600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__90638d38cd4b90602401602060405180830381865af41580156105fd573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106219190615195565b1561064a5760405163bdcc947d60e01b81526001600160601b0386166004820152602401610599565b61014082015161ffff161561068e57610140820151604051637459ec8b60e11b81526001600160601b038716600482015261ffff9091166024820152604401610599565b6040516309c5844f60e01b81526001600160601b03861660048201526001600160a01b038416906309c5844f90602401602060405180830381865afa1580156106d9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106fd919061516b565b60408051632c2f8a6760e01b815260ff909216600483015260dc60248301525173__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__91632c2f8a679160448083019260209291908290030181865af415801561075b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061077f9190615195565b6107b55760a0820151604051635567446960e11b81526001600160601b0380881660048301529091166024820152604401610599565b60048054835160405163f0ea17c360e01b81526001600160a01b03928316936332f9f3df9389939089169263f0ea17c3926108009291016001600160601b0391909116815260200190565b5f60405180830381865afa15801561081a573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261084191908101906151b9565b6020015188866040518563ffffffff1660e01b8152600401610866949392919061543e565b5f604051808303815f87803b15801561087d575f80fd5b505af115801561088f573d5f803e3d5ffd5b5050505073__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af41580156108da573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108fe9190615482565b64ffffffffff166101e083015260408051631a99b41b60e31b815290516001600160a01b0386169163d4cda0d89160048083019260209291908290030181865afa15801561094e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109729190614f0d565b6001600160a01b031663425d08e2868460c86040518463ffffffff1660e01b81526004016109a29392919061549d565b5f604051808303815f87803b1580156109b9575f80fd5b505af11580156109cb573d5f803e3d5ffd5b50506040516001600160601b03881681527f549ae8b6fdcdbc1ee634d00b432905175415ba23ee737dac1d99b6ef540afc71925060200190505b60405180910390a150505050610a2760015f80516020615e3183398151915255565b50565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af4158015610a88573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610aac91906154d1565b905090565b610ab9614b0c565b5f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610b2f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b5391906154f3565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a001610b9b6113ca565b6001600160a01b03168152602001826001018054610bb89061550e565b80601f0160208091040260200160405190810160405280929190818152602001828054610be49061550e565b8015610c2f5780601f10610c0657610100808354040283529160200191610c2f565b820191905f5260205f20905b815481529060010190602001808311610c1257829003601f168201915b505050505081525091505090565b5f610aac306126ef565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c610c69610a2a565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015610ca7573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ccb9190615554565b5f80516020615e518339815191528054600160401b900460ff1680610cfd575080546001600160401b03808416911610155b15610d1b5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b178155610d45836128e8565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b5f80516020615e518339815191528054600160401b810460ff1615906001600160401b03165f81158015610dc25750825b90505f826001600160401b03166001148015610ddd5750303b155b905081158015610deb575080155b15610e095760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610e3357845460ff60401b1916600160401b1785555b610e3d87876128f0565b8315610e8457845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b610e956124a2565b610ea08260156124d9565b5f610eab600c612590565b925050505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610eec573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f109190614f0d565b60405163bd7d9d8560e01b81526001600160601b03861660048201529091505f906001600160a01b0383169063bd7d9d85906024015f60405180830381865afa158015610f5f573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610f869190810190614fbf565b9050610f93858286612d00565b9050826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610fd1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ff59190614f0d565b6001600160a01b031663425d08e2868360ff6040518463ffffffff1660e01b81526004016110259392919061549d565b5f604051808303815f87803b15801561103c575f80fd5b505af115801561104e573d5f803e3d5ffd5b5050604080516001600160601b038916815264ffffffffff881660208201527f0fb266de81849f168e7cbd8db91f5efc1e79dd85e672e18e6fdb84e86c42cc6c935001905060405180910390a16110a58585612f06565b5050506110be60015f80516020615e3183398151915255565b5050565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d360156110e761114e565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af415801561112a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610aac9190615554565b604051632392b61b60e21b8152600360048201525f9073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af415801561119e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610aac919061516b565b336111e15f80516020615e11833981519152546001600160a01b031690565b6001600160a01b0316816001600160a01b03161461121c5760405162d1953b60e31b81526001600160a01b0382166004820152602401610599565b816001600160a01b03163b5f03611251576040516361798f2f60e11b81526001600160a01b0383166004820152602401610599565b6110be8261300e565b5f6112636124a2565b61126e8360156124d9565b5f8061127a600c612590565b92505091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156112bc573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112e09190614f0d565b60405163bd7d9d8560e01b81526001600160601b03881660048201526001600160a01b03919091169063bd7d9d85906024015f60405180830381865afa15801561132c573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526113539190810190614fbf565b9050611362815f01518461306e565b1561139e578051604051631a06208360e01b81526001600160601b03808916600483015291821660248201529084166044820152606401610599565b6113a98287876130f2565b93505050506113c460015f80516020615e3183398151915255565b92915050565b5f805f80516020615df183398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611436573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061145a9190615195565b156114e5576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa1580156114bb573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114df9190614f0d565b91505090565b54600160601b90046001600160a01b0316919050565b5f80516020615e1183398151915280545f9190600160a01b900460ff16611522575f6114df565b638fb3603760e01b91505090565b6115386124a2565b6115438160156124d9565b5f8061154f600c612590565b92505091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015611591573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115b59190614f0d565b604051639096a1f360e01b81526001600160601b038616600482015290915061163b906001600160a01b03831690639096a1f3906024015b602060405180830381865afa158015611608573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061162c919061516b565b600a5b60ff9081169116141590565b1561166457604051631130ddad60e21b81526001600160601b0385166004820152602401610599565b60405163bd7d9d8560e01b81526001600160601b03851660048201525f906001600160a01b0383169063bd7d9d85906024015f60405180830381865afa1580156116b0573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526116d79190810190614fbf565b90506116e6815f01518561306e565b15611722578051604051631a06208360e01b81526001600160601b03808816600483015291821660248201529085166044820152606401610599565b826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa15801561175e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117829190614f0d565b6001600160a01b0316635d4345cc86601e6040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff1660248201526044015f604051808303815f87803b1580156117d9575f80fd5b505af11580156117eb573d5f803e3d5ffd5b50506040516001600160601b03881681527fa9d1c49a019bf7dc62cfada9540cd302c4fc54f6ed05d99b581074ed70441fae92506020019050610a05565b6118316124a2565b61183c8260156124d9565b5f80611848600c612590565b92505091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801561188a573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906118ae9190614f0d565b604051639096a1f360e01b81526001600160601b03871660048201529091506118ea906001600160a01b03831690639096a1f3906024016115ed565b1561191357604051631130ddad60e21b81526001600160601b0386166004820152602401610599565b60405163bd7d9d8560e01b81526001600160601b03861660048201525f906001600160a01b0383169063bd7d9d85906024015f60405180830381865afa15801561195f573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526119869190810190614fbf565b9050611995815f01518561306e565b156119d1578051604051631a06208360e01b81526001600160601b03808916600483015291821660248201529085166044820152606401610599565b6004805460405163f0ea17c360e01b81526001600160601b038716928101929092526001600160a01b03908116916384d1f7cf9186919086169063f0ea17c3906024015f60405180830381865afa158015611a2e573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611a5591908101906151b9565b6020908101519085015160808601516040516001600160e01b031960e087901b1681526001600160a01b0394851660048201529390921660248401526001600160601b03808a166044850152808c16606485015290811660848401521660a482015260c40160408051808303815f875af1158015611ad5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611af9919061556f565b5050611b1585611b065f90565b64ffffffffff90811691161190565b15611b2857611b25868287612d00565b90505b826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015611b64573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b889190614f0d565b6001600160a01b031663425d08e2878360286040518463ffffffff1660e01b8152600401611bb89392919061549d565b5f604051808303815f87803b158015611bcf575f80fd5b505af1158015611be1573d5f803e3d5ffd5b50506005546060840151608085015160c086015160e087015160208801516040808a01519051637a5ff29d60e11b81525f99506001600160a01b03909716975063f4bfe53a96611c3f968e969095909490939092909160040161559c565b61024060405180830381865afa158015611c5b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c7f9190615619565b9050836001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015611cbd573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ce19190614f0d565b6001600160a01b0316634d4a7ae988836040518363ffffffff1660e01b8152600401611d0e929190615966565b5f604051808303815f87803b158015611d25575f80fd5b505af1158015611d37573d5f803e3d5ffd5b50506040516302d764c760e21b81526001600160601b03881660048201525f92506001600160a01b0386169150630b5d931c906024015f60405180830381865afa158015611d87573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611dae9190810190615a4e565b60a0810151604051630a4d29dd60e31b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af4158015611e0d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e319190615195565b611eb15760035460a0820151604085810151905163038f0f2560e11b81526001600160601b0390921660048301526001600160c01b03191660248201526001600160a01b039091169063071e1e4a906044015f604051808303815f87803b158015611e9a575f80fd5b505af1158015611eac573d5f803e3d5ffd5b505050505b5060a0810151604080516001600160601b038a81168252909216602083015264ffffffffff881682820152517f2e8d9b075b0da8e4e0de386a81c149b1f6fb08eb063859bb0802de4d3261249b9181900360600190a1611f118787612f06565b50505050506110be60015f80516020615e3183398151915255565b611f346124a2565b611f3f8260156124d9565b5f611f4a600c612590565b925050505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015611f8b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611faf9190614f0d565b604051639096a1f360e01b81526001600160601b03861660048201529091505f906001600160a01b03831690639096a1f390602401602060405180830381865afa158015611fff573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612023919061516b565b90506120378160285b60ff90811691161490565b61205f5760405163904913a960e01b81526001600160601b0386166004820152602401610599565b6040516309c5844f60e01b81526001600160601b03861660048201526120d9906001600160a01b038416906309c5844f90602401602060405180830381865afa1580156120ae573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906120d2919061516b565b60dc61202c565b1561210257604051635b7a826360e01b81526001600160601b0386166004820152602401610599565b60405163bd7d9d8560e01b81526001600160601b03861660048201525f906001600160a01b0384169063bd7d9d85906024015f60405180830381865afa15801561214e573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526121759190810190614fbf565b60405163e444c3df60e01b81526001600160601b03881660048201529091505f906001600160a01b0385169063e444c3df9060240161024060405180830381865afa1580156121c6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906121ea9190615619565b90506121f885888484613685565b604051638d38cd4b60e01b815264ffffffffff8716600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__90638d38cd4b90602401602060405180830381865af415801561224c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122709190615195565b1561228357612280878388612d00565b91505b846001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156122bf573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122e39190614f0d565b6001600160a01b031663425d08e2888460ff6040518463ffffffff1660e01b81526004016123139392919061549d565b5f604051808303815f87803b15801561232a575f80fd5b505af115801561233c573d5f803e3d5ffd5b50505050846001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa15801561237c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123a09190614f0d565b6001600160a01b0316632ae5819d8860dc6040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff1660248201526044015f604051808303815f87803b1580156123f7575f80fd5b505af1158015612409573d5f803e3d5ffd5b50505060a0820151604080516001600160601b03808c16825290921660208301527ea0c8fe3b5b724e2059f6961117d71cb0d74006490b63aa1e51f89d050e1b3b92500160405180910390a1611f118488845f015184613870565b5f61246d6124a2565b6124788360156124d9565b6124838484846130f2565b905061249b60015f80516020615e3183398151915255565b9392505050565b5f80516020615e318339815191528054600119016124d357604051633ee5aeb560e01b815260040160405180910390fd5b60029055565b6001546001600160a01b0316604051635b12715d60e11b81526001600160601b038416600482015260ff831660248201526001600160a01b03919091169063b624e2ba90604401602060405180830381865afa15801561253b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061255f9190615195565b6110be5760405163d711af7560e01b81526001600160601b038316600482015260ff82166024820152604401610599565b5f612599614b0c565b5f6125ac6001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa1580156125f0573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061261491906154f3565b9250612622838560016139be565b9395909450915050565b5f61263883602861162f565b1561264457505f6113c4565b6126c773__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af415801561268e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906126b29190615482565b836101a0015164ffffffffff90811691161090565b156126d357505f6113c4565b50600192915050565b60015f80516020615e3183398151915255565b5f805f80516020615df183398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af415801561275b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061277f9190615195565b156127ab5780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610599565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa1580156127fd573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906128219190615195565b6128495760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610599565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa15801561289b573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906128bf91906154f3565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b61016d613c52565b5f80516020615e518339815191528054600160401b810460ff1615906001600160401b03165f811580156129215750825b90505f826001600160401b0316600114801561293c5750303b155b90508115801561294a575080155b156129685760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561299257845460ff60401b1916600160401b1785555b5f80878060200190518101906129a89190615ba9565b915091506129b782828b613c8a565b5f6129c0610a2a565b60405163c9e66e2960e01b815262ffffff909116600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__9063c9e66e2990602401602060405180830381865af4158015612a13573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a37919061516b565b9050612a4b6001546001600160a01b031690565b6001600160a01b031663d39e6043600b6040516001600160e01b031960e084901b16815260ff91821660048201529084166024820152604401602060405180830381865afa158015612a9f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ac39190614f0d565b600280546001600160a01b0319166001600160a01b03928316179055600154166001600160a01b031663d39e6043600f6040516001600160e01b031960e084901b16815260ff91821660048201529084166024820152604401602060405180830381865afa158015612b37573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612b5b9190614f0d565b600480546001600160a01b0319166001600160a01b03928316179055600154166001600160a01b031663d39e6043600e6040516001600160e01b031960e084901b16815260ff91821660048201529084166024820152604401602060405180830381865afa158015612bcf573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612bf39190614f0d565b600380546001600160a01b0319166001600160a01b03928316179055600154166001600160a01b031663d39e6043601a6040516001600160e01b031960e084901b16815260ff91821660048201529084166024820152604401602060405180830381865afa158015612c67573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612c8b9190614f0d565b600580546001600160a01b0319166001600160a01b0392909216919091179055612cbb63072447c360e11b613dc6565b5050508315610e8457845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001610e7b565b60408051610200810182525f8082526020820181905291810182905260608082018390526080820183905260a0820183905260c0820183905260e0820181905261010082015261012081018290526101408101829052610160810182905261018081018290526101a081018290526101c081018290526101e08101919091526101a083015160405163790a38ad60e01b815264ffffffffff909116600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063790a38ad90602401602060405180830381865af4158015612dda573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612dfe9190615195565b158015612e1a57506101a083015164ffffffffff808416911614155b15612e435760405163f95747d360e01b81526001600160601b0385166004820152602401610599565b6101a083015164ffffffffff838116911603612e6057508161249b565b64ffffffffff8281166101a0850181905260c08501516040516352bcc5a760e11b81526004810192909252909116602482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063a5798b4e90604401602060405180830381865af4158015612ecd573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ef19190615482565b64ffffffffff166101c0840152509092915050565b60405163790a38ad60e01b815264ffffffffff8216600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063790a38ad90602401602060405180830381865af4158015612f5a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612f7e9190615195565b15612f87575050565b5f612f9183613df2565b90506001600160a01b0381161561300957604051630be6b84560e21b81526001600160601b038416600482015264ffffffffff831660248201526001600160a01b03821690632f9ae114906044015b5f604051808303815f87803b158015612ff7575f80fd5b505af1158015610e84573d5f803e3d5ffd5b505050565b5f80516020615e1183398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6040516399009c5160e01b81526001600160601b038084166004830152821660248201525f9073__$94a2c899be079b00d952d0d84fffaa5c34$__906399009c5190604401602060405180830381865af41580156130ce573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061249b9190615195565b5f80846001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015613130573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906131549190614f0d565b604051639096a1f360e01b81526001600160601b03861660048201529091505f906001600160a01b03831690639096a1f390602401602060405180830381865afa1580156131a4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906131c8919061516b565b90505f866001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015613207573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061322b9190614f0d565b60405163bd7d9d8560e01b81526001600160601b03881660048201526001600160a01b03919091169063bd7d9d85906024015f60405180830381865afa158015613277573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261329e9190810190614fbf565b90506132aa828261262c565b6132db5760405163536eb56160e11b81526001600160601b038716600482015260ff83166024820152604401610599565b60405163790a38ad60e01b815264ffffffffff8616600482015285945073__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063790a38ad90602401602060405180830381865af4158015613332573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906133569190615195565b156133c95773__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af41580156133a2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906133c69190615482565b93505b6101c081015164ffffffffff90811690851610613420576101c08101516040516372f7b9bd60e11b81526001600160601b038816600482015264ffffffffff91821660248201529086166044820152606401610599565b61349e8473__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af415801561346b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061348f9190615482565b64ffffffffff90811691161090565b15613549578573__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af41580156134eb573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061350f9190615482565b604051631c66624d60e01b81526001600160601b03909216600483015264ffffffffff908116602483015286166044820152606401610599565b6101c08101805164ffffffffff861690915260408051631a99b41b60e31b815290516001600160a01b038a169163d4cda0d89160048083019260209291908290030181865afa15801561359e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906135c29190614f0d565b6001600160a01b031663425d08e2888460ff6040518463ffffffff1660e01b81526004016135f29392919061549d565b5f604051808303815f87803b158015613609575f80fd5b505af115801561361b573d5f803e3d5ffd5b5050604080516001600160601b038b16815264ffffffffff858116602083015289168183015290517f4f967a98dc5f06461aaa876310c99e192cdb277cb377899950e0a00b04f6629c9350908190036060019150a161367a8786613f05565b505050509392505050565b5f825f015190505f856001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156136c9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906136ed9190614f0d565b90505f6136fa8284613fe3565b90505f61370f6001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03891660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa15801561375c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906137809190614f0d565b90506137f1826001600160a01b03166321df0da76040518163ffffffff1660e01b8152600401602060405180830381865afa1580156137c1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906137e59190614f0d565b83838860a00151614061565b505061386881876001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015613833573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906138579190614f0d565b84876020015188604001518861423d565b505050505050565b5f61387b8584613fe3565b90505f6138906001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03871660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa1580156138dd573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906139019190614f0d565b90505f805f6139108988614436565b895160208b01516040808d015190516321711b5760e21b81526001600160a01b038c8116600483015280861660248301526001600160601b0394851660448301528088166064830152928416608482015282861660a4820152921660c4830152939750919550935090871691506385c46d5c9060e4015f604051808303815f87803b15801561399d575f80fd5b505af11580156139af573d5f803e3d5ffd5b50505050505050505050505050565b6139c6614b0c565b5f806139da6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03881660048201529091506001600160a01b0382169063a48f42e0906024015f60405180830381865afa158015613a27573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052613a4e9190810190615bd6565b9250613a5b85600b61162f565b15613ab157604083015160ff868116911614613aac57604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff80881660248301529091166044820152606401610599565b613b42565b613ac1836040015161202c600c90565b80613ad75750613ad7836040015161202c600f90565b80613aed5750613aed836040015161202c600e90565b80613b035750613b03836040015161202c600d90565b613b4257604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff80881660248301529091166044820152606401610599565b613b4c8184614633565b91508315613c4957816001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015613b90573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613bb49190614f0d565b6080840151604051629b7b3560e61b81526001600160a01b0391821660048201529116906326decd4090602401602060405180830381865afa158015613bfc573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613c209190615195565b15613c4957604051637d71120960e11b81526001600160601b0387166004820152602401610599565b50935093915050565b5f80516020615e5183398151915254600160401b900460ff16613c8857604051631afcd79f60e31b815260040160405180910390fd5b565b613c92613c52565b613c9a6146e4565b6001600160a01b03821615613cb757613cb2826146f4565b613d2e565b5f613cc26002614705565b9050613d2c816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015613d03573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613d279190614f0d565b6146f4565b505b613daa83846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015613d6e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613d9291906154f3565b60085f8560405180602001604052805f815250614796565b613dba634a531f3360e01b613dc6565b61300963daf9067160e01b5b613dce613c52565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b5f80613e066001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03851660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015613e53573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613e779190614f0d565b604051635b5dd68960e11b81526001600160a01b038216600482015290925082915073__$fb599632d08395912d9d70eb2f0f93b5e2$__9063b6bbad1290602401602060405180830381865af4158015613ed3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613ef79190615195565b613eff575f91505b50919050565b60405163790a38ad60e01b815264ffffffffff8216600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063790a38ad90602401602060405180830381865af4158015613f59573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613f7d9190615195565b15613f86575050565b5f613f9083613df2565b90506001600160a01b03811615613009576040516362782d9f60e01b81526001600160601b038416600482015264ffffffffff831660248201526001600160a01b038216906362782d9f90604401612fe0565b60405163f0ea17c360e01b81526001600160601b03821660048201525f906001600160a01b0384169063f0ea17c3906024015f60405180830381865afa15801561402f573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261405691908101906151b9565b604001519392505050565b60405163046e44af60e11b81526001600160601b03821660048201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__906308dc895e90602401602060405180830381865af41580156140b9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906140dd9190615ca6565b6040516370a0823160e01b81526001600160a01b0385811660048301529192505f918716906370a0823190602401602060405180830381865afa158015614126573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061414a9190615ca6565b604051636eb1769f60e11b81526001600160a01b03868116600483015287811660248301529192505f9188169063dd62ed3e90604401602060405180830381865afa15801561419b573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906141bf9190615ca6565b9050828210156141fb5760405163503edf3960e11b81526001600160a01b03861660048201526024810184905260448101839052606401610599565b82811015610e8457604051630afa3e2d60e11b81526001600160a01b038087166004830152871660248201526044810184905260648101829052608401610599565b5f6142488786614436565b505050905060025f9054906101000a90046001600160a01b03166001600160a01b03166367438c5087876142858661014001518760c0015161483b565b6040516001600160e01b031960e086901b1681526001600160a01b0390931660048401526001600160601b0391821660248401521660448201526064015f604051808303815f87803b1580156142d9575f80fd5b505af11580156142eb573d5f803e3d5ffd5b5050604051630a4d29dd60e31b81526001600160601b038416600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__92506352694ee89150602401602060405180830381865af4158015614345573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906143699190615195565b6143cf57600354604051633ca8687160e11b81526001600160a01b0390911690637950d0e2906143a190849087908790600401615cbd565b5f604051808303815f87803b1580156143b8575f80fd5b505af11580156143ca573d5f803e3d5ffd5b505050505b6004805460405163fb3bcd1f60e01b81526001600160a01b039091169163fb3bcd1f91614400918891879101615966565b5f604051808303815f87803b158015614417575f80fd5b505af1158015614429573d5f803e3d5ffd5b5050505050505050505050565b6040516302d764c760e21b81526001600160601b03821660048201525f9081908190819081906001600160a01b03881690630b5d931c906024015f60405180830381865afa15801561448a573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526144b19190810190615a4e565b60a081015160405163f0ea17c360e01b81526001600160601b03821660048201529096509091506001600160a01b0388169063f0ea17c3906024015f60405180830381865afa158015614506573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261452d91908101906151b9565b60600151608082015160405163f0ea17c360e01b81526001600160601b0390911660048201529094506001600160a01b0388169063f0ea17c3906024015f60405180830381865afa158015614584573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526145ab91908101906151b9565b6060015160405163f0ea17c360e01b81526001600160601b03881660048201529093506001600160a01b0388169063f0ea17c3906024015f60405180830381865afa1580156145fc573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261462391908101906151b9565b6060015191505092959194509250565b5f614644826040015161202c600c90565b1561465e576146578383602001516148bf565b90506113c4565b60208201516040516305247a1760e51b81526001600160601b03909116600482015261249b9084906001600160a01b0382169063a48f42e0906024015f60405180830381865afa1580156146b4573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526146db9190810190615bd6565b602001516148bf565b6146ec613c52565b613c88614930565b6146fc613c52565b610a2781614938565b5f6147186001546001600160a01b031690565b6001600160a01b031663d39e60438361472f61114e565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015614772573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113c49190614f0d565b61479e613c52565b6147a88683614949565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa3016148318382615d36565b5050505050505050565b60405163274acb3560e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb3590604401602060405180830381865af415801561489b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061249b91906154f3565b60405163bf8e179760e01b81526001600160601b03821660048201525f906001600160a01b0384169063bf8e179790602401602060405180830381865afa15801561490c573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061249b9190614f0d565b6126dc613c52565b614940613c52565b610a278161300e565b614951613c52565b61495a826149bf565b614962614ac7565b6001600160a01b0381166149895760405163f17ef42d60e01b815260040160405180910390fd5b5f80516020615df183398151915280546001600160601b0316600160601b6001600160a01b039093169290920291909117905550565b6149c7613c52565b806001600160a01b03163b5f036149fc5760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610599565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b81526325713e4b60e21b60048201526301ffc9a790602401602060405180830381865afa925050508015614a76575060408051601f3d908101601f19168201909252614a7391810190615195565b60015b614a9e5760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610599565b806110be5760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610599565b614acf613c52565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b5f60208284031215614b59575f80fd5b81356001600160e01b03198116811461249b575f80fd5b6001600160601b0381168114610a27575f80fd5b5f60208284031215614b94575f80fd5b813561249b81614b70565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151614c15608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152614c59610100840182614b9f565b949350505050565b634e487b7160e01b5f52604160045260245ffd5b60405161020081016001600160401b0381118282101715614c9857614c98614c61565b60405290565b60405160a081016001600160401b0381118282101715614c9857614c98614c61565b60405161024081016001600160401b0381118282101715614c9857614c98614c61565b6040516101c081016001600160401b0381118282101715614c9857614c98614c61565b60405160e081016001600160401b0381118282101715614c9857614c98614c61565b604051601f8201601f191681016001600160401b0381118282101715614d5057614d50614c61565b604052919050565b5f6001600160401b03821115614d7057614d70614c61565b50601f01601f191660200190565b5f82601f830112614d8d575f80fd5b8135614da0614d9b82614d58565b614d28565b818152846020838601011115614db4575f80fd5b816020850160208301375f918101602001919091529392505050565b5f60208284031215614de0575f80fd5b81356001600160401b03811115614df5575f80fd5b614c5984828501614d7e565b6001600160a01b0381168114610a27575f80fd5b5f8060408385031215614e26575f80fd5b8235614e3181614e01565b915060208301356001600160401b03811115614e4b575f80fd5b614e5785828601614d7e565b9150509250929050565b64ffffffffff81168114610a27575f80fd5b5f8060408385031215614e84575f80fd5b8235614e8f81614b70565b91506020830135614e9f81614e61565b809150509250929050565b5f60208284031215614eba575f80fd5b813561249b81614e01565b5f805f60608486031215614ed7575f80fd5b8335614ee281614e01565b92506020840135614ef281614b70565b91506040840135614f0281614e61565b809150509250925092565b5f60208284031215614f1d575f80fd5b815161249b81614e01565b8051614f3381614b70565b919050565b80516001600160c01b031981168114614f33575f80fd5b8051614f3381614e61565b5f614f67614d9b84614d58565b9050828152838383011115614f7a575f80fd5b8282602083015e5f602084830101529392505050565b5f82601f830112614f9f575f80fd5b61249b83835160208501614f5a565b805161ffff81168114614f33575f80fd5b5f60208284031215614fcf575f80fd5b81516001600160401b03811115614fe4575f80fd5b82016102008185031215614ff6575f80fd5b614ffe614c75565b61500782614f28565b815261501560208301614f28565b602082015261502660408301614f38565b604082015261503760608301614f38565b606082015261504860808301614f28565b608082015261505960a08301614f28565b60a082015261506a60c08301614f4f565b60c082015260e08201516001600160401b03811115615087575f80fd5b61509386828501614f90565b60e0830152506101008201516001600160401b038111156150b2575f80fd5b6150be86828501614f90565b610100830152506150d26101208301614fae565b6101208201526150e56101408301614fae565b6101408201526150f86101608301614f28565b61016082015261510b6101808301614f28565b61018082015261511e6101a08301614f4f565b6101a08201526151316101c08301614f4f565b6101c08201526151446101e08301614f4f565b6101e0820152949350505050565b60ff81168114610a27575f80fd5b8051614f3381615152565b5f6020828403121561517b575f80fd5b815161249b81615152565b80518015158114614f33575f80fd5b5f602082840312156151a5575f80fd5b61249b82615186565b8051614f3381614e01565b5f602082840312156151c9575f80fd5b81516001600160401b038111156151de575f80fd5b820160a081850312156151ef575f80fd5b6151f7614c9e565b81516001600160401b0381111561520c575f80fd5b8201601f8101861361521c575f80fd5b61522b86825160208401614f5a565b82525061523a602083016151ae565b602082015261524b604083016151ae565b604082015261525c606083016151ae565b606082015260808201516001600160401b03811115615279575f80fd5b61528586828501614f90565b608083015250949350505050565b80516001600160601b031682525f60208201516152bb60208501826001600160601b03169052565b5060408201516152d760408501826001600160c01b0319169052565b5060608201516152f360608501826001600160c01b0319169052565b50608082015161530e60808501826001600160601b03169052565b5060a082015161532960a08501826001600160601b03169052565b5060c082015161534260c085018264ffffffffff169052565b5060e082015161020060e085015261535e610200850182614b9f565b90506101008301518482036101008601526153798282614b9f565b91505061012083015161539361012086018261ffff169052565b506101408301516153ab61014086018261ffff169052565b506101608301516153c86101608601826001600160601b03169052565b506101808301516153e56101808601826001600160601b03169052565b506101a08301516154006101a086018264ffffffffff169052565b506101c083015161541b6101c086018264ffffffffff169052565b506101e08301516154366101e086018264ffffffffff169052565b509392505050565b6001600160a01b038581168252841660208201526001600160601b03831660408201526080606082018190525f9061547890830184615293565b9695505050505050565b5f60208284031215615492575f80fd5b815161249b81614e61565b6001600160601b0384168152606060208201525f6154be6060830185615293565b905060ff83166040830152949350505050565b5f602082840312156154e1575f80fd5b815162ffffff8116811461249b575f80fd5b5f60208284031215615503575f80fd5b815161249b81614b70565b600181811c9082168061552257607f821691505b602082108103613eff57634e487b7160e01b5f52602260045260245ffd5b6001600160401b0381168114610a27575f80fd5b5f60208284031215615564575f80fd5b815161249b81615540565b5f8060408385031215615580575f80fd5b825161558b81614b70565b6020840151909250614e9f81614b70565b6001600160601b03881681526001600160401b0360c01b871660208201526001600160601b038616604082015264ffffffffff8516606082015260e060808201525f6155eb60e0830186614b9f565b6001600160601b039490941660a0830152506001600160c01b03199190911660c09091015295945050505050565b5f61024082840312801561562b575f80fd5b50615634614cc0565b61563d83614f28565b815261564b60208401614f28565b602082015261565c60408401614f28565b604082015261566d60608401614f28565b606082015261567e60808401614f28565b608082015261568f60a08401614f28565b60a08201526156a060c08401614f28565b60c08201526156b160e08401614f28565b60e08201526156c36101008401614f28565b6101008201526156d66101208401614f28565b6101208201526156e96101408401614f28565b6101408201526156fc6101608401614f28565b61016082015261570f6101808401614f28565b6101808201526157226101a08401614f28565b6101a08201526157356101c08401614f28565b6101c08201526157486101e08401614f28565b6101e082015261575b6102008401614f28565b61020082015261576e6102208401614f28565b6102208201529392505050565b80516001600160601b0316825260208101516157a260208401826001600160601b03169052565b5060408101516157bd60408401826001600160601b03169052565b5060608101516157d860608401826001600160601b03169052565b5060808101516157f360808401826001600160601b03169052565b5060a081015161580e60a08401826001600160601b03169052565b5060c081015161582960c08401826001600160601b03169052565b5060e081015161584460e08401826001600160601b03169052565b506101008101516158616101008401826001600160601b03169052565b5061012081015161587e6101208401826001600160601b03169052565b5061014081015161589b6101408401826001600160601b03169052565b506101608101516158b86101608401826001600160601b03169052565b506101808101516158d56101808401826001600160601b03169052565b506101a08101516158f26101a08401826001600160601b03169052565b506101c081015161590f6101c08401826001600160601b03169052565b506101e081015161592c6101e08401826001600160601b03169052565b506102008101516159496102008401826001600160601b03169052565b506102208101516130096102208401826001600160601b03169052565b6001600160601b0383168152610260810161249b602083018461577b565b5f82601f830112615993575f80fd5b81516001600160401b038111156159ac576159ac614c61565b8060051b6159bc60208201614d28565b918252602081850181019290810190868411156159d7575f80fd5b6020860192505b838310156154785782516159f181614b70565b8252602092830192909101906159de565b5f60408284031215615a12575f80fd5b604080519081016001600160401b0381118282101715615a3457615a34614c61565b604052825181526020928301519281019290925250919050565b5f60208284031215615a5e575f80fd5b81516001600160401b03811115615a73575f80fd5b82016102a08185031215615a85575f80fd5b615a8d614ce3565b615a9682615186565b8152615aa460208301615186565b6020820152615ab560408301615160565b6040820152615ac660608301615160565b6060820152615ad760808301614f28565b6080820152615ae860a08301614f28565b60a082015260c08201516001600160401b03811115615b05575f80fd5b615b1186828501615984565b60c083015250615b248560e08401615a02565b60e0820152615b37856101208401615a02565b610100820152615b4b856101608401615a02565b610120820152615b5f856101a08401615a02565b610140820152615b73856101e08401615a02565b610160820152615b87856102208401615a02565b610180820152615b9b856102608401615a02565b6101a0820152949350505050565b5f8060408385031215615bba575f80fd5b8251615bc581614e01565b6020840151909250614e9f81614e01565b5f60208284031215615be6575f80fd5b81516001600160401b03811115615bfb575f80fd5b820160e08185031215615c0c575f80fd5b615c14614d06565b615c1d82614f28565b8152615c2b60208301614f28565b6020820152615c3c60408301615160565b6040820152615c4d60608301615186565b6060820152615c5e608083016151ae565b6080820152615c6f60a083016151ae565b60a082015260c08201516001600160401b03811115615c8c575f80fd5b615c9886828501614f90565b60c083015250949350505050565b5f60208284031215615cb6575f80fd5b5051919050565b6001600160601b03841681526001600160c01b0319831660208201526102808101614c59604083018461577b565b601f82111561300957805f5260205f20601f840160051c81016020851015615d105750805b601f840160051c820191505b81811015615d2f575f8155600101615d1c565b5050505050565b81516001600160401b03811115615d4f57615d4f614c61565b615d6381615d5d845461550e565b84615ceb565b6020601f821160018114615d95575f8315615d7e5750848201515b5f19600385901b1c1916600184901b178455615d2f565b5f84815260208120601f198516915b82811015615dc45787850151825560209485019460019092019101615da4565b5084821015615de157868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a009b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a264697066735822122075a8f268d40fb244262a4489e5be24d3694892154eda2b4c50520324866b3c2a64736f6c634300081a0033",
|
1021
|
+
"deployedBytecode": "0x608060405234801561000f575f80fd5b506004361061016d575f3560e01c806376b707b7116100d95780639ffcede911610093578063b68d18091161006e578063b68d1809146103a9578063bbfbbfba146103b0578063bc4a1c35146103c3578063bf7e214f146103d6575f80fd5b80639ffcede91461036f578063aa5ae5aa14610382578063ada9652e14610395575f80fd5b806376b707b7146102e85780637a9e5e4b146103025780637baa9a0b146103155780638899278a1461033e578063893d20e8146103465780638fb360371461034e575f80fd5b8063329d6e741161012a578063329d6e741461024d57806349bb9e4b146102605780634d5e16a9146102735780635ab1bd5314610286578063644c45e0146102ab5780636c741e78146102c8575f80fd5b806301ffc9a7146101715780630aaba8e8146101b25780630d8e6e2c146101c75780630fec111c146101e3578063138461e0146101f85780631eff4b2214610218575b5f80fd5b61019d61017f366004614b49565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6101c56101c0366004614b84565b6103f3565b005b6101cf610a2a565b60405162ffffff90911681526020016101a9565b6101eb610ab1565b6040516101a99190614bcd565b610200610c3d565b6040516001600160601b0390911681526020016101a9565b61023f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b6040519081526020016101a9565b6101c561025b366004614dd0565b610c47565b6101c561026e366004614e15565b610d91565b6101c5610281366004614e73565b610e8d565b6001546001600160a01b03165b6040516001600160a01b0390911681526020016101a9565b5f80516020615df1833981519152546001600160601b0316610200565b6102d06110c2565b6040516001600160401b0390911681526020016101a9565b6102f061114e565b60405160ff90911681526020016101a9565b6101c5610310366004614eaa565b6111c2565b610328610323366004614e73565b61125a565b60405164ffffffffff90911681526020016101a9565b61023f600381565b6102936113ca565b6103566114fb565b6040516001600160e01b031990911681526020016101a9565b6101c561037d366004614b84565b611530565b6101c5610390366004614e73565b611829565b61023f5f80516020615df183398151915281565b60156102f0565b6101c56103be366004614e73565b611f2c565b6103286103d1366004614ec5565b612464565b5f80516020615e11833981519152546001600160a01b0316610293565b6103fb6124a2565b6104068160156124d9565b5f610411600c612590565b925050505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610452573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104769190614f0d565b60405163bd7d9d8560e01b81526001600160601b03851660048201529091505f906001600160a01b0383169063bd7d9d85906024015f60405180830381865afa1580156104c5573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526104ec9190810190614fbf565b604051639096a1f360e01b81526001600160601b03861660048201529091505f906001600160a01b03841690639096a1f390602401602060405180830381865afa15801561053c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610560919061516b565b905061056c818361262c565b6105a25760405163536eb56160e11b81526001600160601b038616600482015260ff821660248201526044015b60405180910390fd5b6101e0820151604051638d38cd4b60e01b815264ffffffffff909116600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__90638d38cd4b90602401602060405180830381865af41580156105fd573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106219190615195565b1561064a5760405163bdcc947d60e01b81526001600160601b0386166004820152602401610599565b61014082015161ffff161561068e57610140820151604051637459ec8b60e11b81526001600160601b038716600482015261ffff9091166024820152604401610599565b6040516309c5844f60e01b81526001600160601b03861660048201526001600160a01b038416906309c5844f90602401602060405180830381865afa1580156106d9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106fd919061516b565b60408051632c2f8a6760e01b815260ff909216600483015260dc60248301525173__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__91632c2f8a679160448083019260209291908290030181865af415801561075b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061077f9190615195565b6107b55760a0820151604051635567446960e11b81526001600160601b0380881660048301529091166024820152604401610599565b60048054835160405163f0ea17c360e01b81526001600160a01b03928316936332f9f3df9389939089169263f0ea17c3926108009291016001600160601b0391909116815260200190565b5f60405180830381865afa15801561081a573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261084191908101906151b9565b6020015188866040518563ffffffff1660e01b8152600401610866949392919061543e565b5f604051808303815f87803b15801561087d575f80fd5b505af115801561088f573d5f803e3d5ffd5b5050505073__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af41580156108da573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108fe9190615482565b64ffffffffff166101e083015260408051631a99b41b60e31b815290516001600160a01b0386169163d4cda0d89160048083019260209291908290030181865afa15801561094e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109729190614f0d565b6001600160a01b031663425d08e2868460c86040518463ffffffff1660e01b81526004016109a29392919061549d565b5f604051808303815f87803b1580156109b9575f80fd5b505af11580156109cb573d5f803e3d5ffd5b50506040516001600160601b03881681527f549ae8b6fdcdbc1ee634d00b432905175415ba23ee737dac1d99b6ef540afc71925060200190505b60405180910390a150505050610a2760015f80516020615e3183398151915255565b50565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af4158015610a88573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610aac91906154d1565b905090565b610ab9614b0c565b5f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610b2f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b5391906154f3565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a001610b9b6113ca565b6001600160a01b03168152602001826001018054610bb89061550e565b80601f0160208091040260200160405190810160405280929190818152602001828054610be49061550e565b8015610c2f5780601f10610c0657610100808354040283529160200191610c2f565b820191905f5260205f20905b815481529060010190602001808311610c1257829003601f168201915b505050505081525091505090565b5f610aac306126ef565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c610c69610a2a565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015610ca7573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ccb9190615554565b5f80516020615e518339815191528054600160401b900460ff1680610cfd575080546001600160401b03808416911610155b15610d1b5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b178155610d45836128e8565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b5f80516020615e518339815191528054600160401b810460ff1615906001600160401b03165f81158015610dc25750825b90505f826001600160401b03166001148015610ddd5750303b155b905081158015610deb575080155b15610e095760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610e3357845460ff60401b1916600160401b1785555b610e3d87876128f0565b8315610e8457845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b610e956124a2565b610ea08260156124d9565b5f610eab600c612590565b925050505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610eec573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f109190614f0d565b60405163bd7d9d8560e01b81526001600160601b03861660048201529091505f906001600160a01b0383169063bd7d9d85906024015f60405180830381865afa158015610f5f573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610f869190810190614fbf565b9050610f93858286612d00565b9050826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610fd1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ff59190614f0d565b6001600160a01b031663425d08e2868360ff6040518463ffffffff1660e01b81526004016110259392919061549d565b5f604051808303815f87803b15801561103c575f80fd5b505af115801561104e573d5f803e3d5ffd5b5050604080516001600160601b038916815264ffffffffff881660208201527f0fb266de81849f168e7cbd8db91f5efc1e79dd85e672e18e6fdb84e86c42cc6c935001905060405180910390a16110a58585612f06565b5050506110be60015f80516020615e3183398151915255565b5050565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d360156110e761114e565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af415801561112a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610aac9190615554565b604051632392b61b60e21b8152600360048201525f9073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af415801561119e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610aac919061516b565b336111e15f80516020615e11833981519152546001600160a01b031690565b6001600160a01b0316816001600160a01b03161461121c5760405162d1953b60e31b81526001600160a01b0382166004820152602401610599565b816001600160a01b03163b5f03611251576040516361798f2f60e11b81526001600160a01b0383166004820152602401610599565b6110be8261300e565b5f6112636124a2565b61126e8360156124d9565b5f8061127a600c612590565b92505091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156112bc573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112e09190614f0d565b60405163bd7d9d8560e01b81526001600160601b03881660048201526001600160a01b03919091169063bd7d9d85906024015f60405180830381865afa15801561132c573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526113539190810190614fbf565b9050611362815f01518461306e565b1561139e578051604051631a06208360e01b81526001600160601b03808916600483015291821660248201529084166044820152606401610599565b6113a98287876130f2565b93505050506113c460015f80516020615e3183398151915255565b92915050565b5f805f80516020615df183398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611436573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061145a9190615195565b156114e5576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa1580156114bb573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114df9190614f0d565b91505090565b54600160601b90046001600160a01b0316919050565b5f80516020615e1183398151915280545f9190600160a01b900460ff16611522575f6114df565b638fb3603760e01b91505090565b6115386124a2565b6115438160156124d9565b5f8061154f600c612590565b92505091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015611591573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115b59190614f0d565b604051639096a1f360e01b81526001600160601b038616600482015290915061163b906001600160a01b03831690639096a1f3906024015b602060405180830381865afa158015611608573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061162c919061516b565b600a5b60ff9081169116141590565b1561166457604051631130ddad60e21b81526001600160601b0385166004820152602401610599565b60405163bd7d9d8560e01b81526001600160601b03851660048201525f906001600160a01b0383169063bd7d9d85906024015f60405180830381865afa1580156116b0573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526116d79190810190614fbf565b90506116e6815f01518561306e565b15611722578051604051631a06208360e01b81526001600160601b03808816600483015291821660248201529085166044820152606401610599565b826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa15801561175e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117829190614f0d565b6001600160a01b0316635d4345cc86601e6040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff1660248201526044015f604051808303815f87803b1580156117d9575f80fd5b505af11580156117eb573d5f803e3d5ffd5b50506040516001600160601b03881681527fa9d1c49a019bf7dc62cfada9540cd302c4fc54f6ed05d99b581074ed70441fae92506020019050610a05565b6118316124a2565b61183c8260156124d9565b5f80611848600c612590565b92505091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801561188a573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906118ae9190614f0d565b604051639096a1f360e01b81526001600160601b03871660048201529091506118ea906001600160a01b03831690639096a1f3906024016115ed565b1561191357604051631130ddad60e21b81526001600160601b0386166004820152602401610599565b60405163bd7d9d8560e01b81526001600160601b03861660048201525f906001600160a01b0383169063bd7d9d85906024015f60405180830381865afa15801561195f573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526119869190810190614fbf565b9050611995815f01518561306e565b156119d1578051604051631a06208360e01b81526001600160601b03808916600483015291821660248201529085166044820152606401610599565b6004805460405163f0ea17c360e01b81526001600160601b038716928101929092526001600160a01b03908116916384d1f7cf9186919086169063f0ea17c3906024015f60405180830381865afa158015611a2e573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611a5591908101906151b9565b6020908101519085015160808601516040516001600160e01b031960e087901b1681526001600160a01b0394851660048201529390921660248401526001600160601b03808a166044850152808c16606485015290811660848401521660a482015260c40160408051808303815f875af1158015611ad5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611af9919061556f565b5050611b1585611b065f90565b64ffffffffff90811691161190565b15611b2857611b25868287612d00565b90505b826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015611b64573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b889190614f0d565b6001600160a01b031663425d08e2878360286040518463ffffffff1660e01b8152600401611bb89392919061549d565b5f604051808303815f87803b158015611bcf575f80fd5b505af1158015611be1573d5f803e3d5ffd5b50506005546060840151608085015160c086015160e087015160208801516040808a01519051637a5ff29d60e11b81525f99506001600160a01b03909716975063f4bfe53a96611c3f968e969095909490939092909160040161559c565b61024060405180830381865afa158015611c5b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c7f9190615619565b9050836001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015611cbd573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ce19190614f0d565b6001600160a01b0316634d4a7ae988836040518363ffffffff1660e01b8152600401611d0e929190615966565b5f604051808303815f87803b158015611d25575f80fd5b505af1158015611d37573d5f803e3d5ffd5b50506040516302d764c760e21b81526001600160601b03881660048201525f92506001600160a01b0386169150630b5d931c906024015f60405180830381865afa158015611d87573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611dae9190810190615a4e565b60a0810151604051630a4d29dd60e31b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af4158015611e0d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e319190615195565b611eb15760035460a0820151604085810151905163038f0f2560e11b81526001600160601b0390921660048301526001600160c01b03191660248201526001600160a01b039091169063071e1e4a906044015f604051808303815f87803b158015611e9a575f80fd5b505af1158015611eac573d5f803e3d5ffd5b505050505b5060a0810151604080516001600160601b038a81168252909216602083015264ffffffffff881682820152517f2e8d9b075b0da8e4e0de386a81c149b1f6fb08eb063859bb0802de4d3261249b9181900360600190a1611f118787612f06565b50505050506110be60015f80516020615e3183398151915255565b611f346124a2565b611f3f8260156124d9565b5f611f4a600c612590565b925050505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015611f8b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611faf9190614f0d565b604051639096a1f360e01b81526001600160601b03861660048201529091505f906001600160a01b03831690639096a1f390602401602060405180830381865afa158015611fff573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612023919061516b565b90506120378160285b60ff90811691161490565b61205f5760405163904913a960e01b81526001600160601b0386166004820152602401610599565b6040516309c5844f60e01b81526001600160601b03861660048201526120d9906001600160a01b038416906309c5844f90602401602060405180830381865afa1580156120ae573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906120d2919061516b565b60dc61202c565b1561210257604051635b7a826360e01b81526001600160601b0386166004820152602401610599565b60405163bd7d9d8560e01b81526001600160601b03861660048201525f906001600160a01b0384169063bd7d9d85906024015f60405180830381865afa15801561214e573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526121759190810190614fbf565b60405163e444c3df60e01b81526001600160601b03881660048201529091505f906001600160a01b0385169063e444c3df9060240161024060405180830381865afa1580156121c6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906121ea9190615619565b90506121f885888484613685565b604051638d38cd4b60e01b815264ffffffffff8716600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__90638d38cd4b90602401602060405180830381865af415801561224c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122709190615195565b1561228357612280878388612d00565b91505b846001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156122bf573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122e39190614f0d565b6001600160a01b031663425d08e2888460ff6040518463ffffffff1660e01b81526004016123139392919061549d565b5f604051808303815f87803b15801561232a575f80fd5b505af115801561233c573d5f803e3d5ffd5b50505050846001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa15801561237c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123a09190614f0d565b6001600160a01b0316632ae5819d8860dc6040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff1660248201526044015f604051808303815f87803b1580156123f7575f80fd5b505af1158015612409573d5f803e3d5ffd5b50505060a0820151604080516001600160601b03808c16825290921660208301527ea0c8fe3b5b724e2059f6961117d71cb0d74006490b63aa1e51f89d050e1b3b92500160405180910390a1611f118488845f015184613870565b5f61246d6124a2565b6124788360156124d9565b6124838484846130f2565b905061249b60015f80516020615e3183398151915255565b9392505050565b5f80516020615e318339815191528054600119016124d357604051633ee5aeb560e01b815260040160405180910390fd5b60029055565b6001546001600160a01b0316604051635b12715d60e11b81526001600160601b038416600482015260ff831660248201526001600160a01b03919091169063b624e2ba90604401602060405180830381865afa15801561253b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061255f9190615195565b6110be5760405163d711af7560e01b81526001600160601b038316600482015260ff82166024820152604401610599565b5f612599614b0c565b5f6125ac6001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa1580156125f0573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061261491906154f3565b9250612622838560016139be565b9395909450915050565b5f61263883602861162f565b1561264457505f6113c4565b6126c773__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af415801561268e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906126b29190615482565b836101a0015164ffffffffff90811691161090565b156126d357505f6113c4565b50600192915050565b60015f80516020615e3183398151915255565b5f805f80516020615df183398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af415801561275b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061277f9190615195565b156127ab5780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610599565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa1580156127fd573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906128219190615195565b6128495760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610599565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa15801561289b573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906128bf91906154f3565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b61016d613c52565b5f80516020615e518339815191528054600160401b810460ff1615906001600160401b03165f811580156129215750825b90505f826001600160401b0316600114801561293c5750303b155b90508115801561294a575080155b156129685760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561299257845460ff60401b1916600160401b1785555b5f80878060200190518101906129a89190615ba9565b915091506129b782828b613c8a565b5f6129c0610a2a565b60405163c9e66e2960e01b815262ffffff909116600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__9063c9e66e2990602401602060405180830381865af4158015612a13573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a37919061516b565b9050612a4b6001546001600160a01b031690565b6001600160a01b031663d39e6043600b6040516001600160e01b031960e084901b16815260ff91821660048201529084166024820152604401602060405180830381865afa158015612a9f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ac39190614f0d565b600280546001600160a01b0319166001600160a01b03928316179055600154166001600160a01b031663d39e6043600f6040516001600160e01b031960e084901b16815260ff91821660048201529084166024820152604401602060405180830381865afa158015612b37573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612b5b9190614f0d565b600480546001600160a01b0319166001600160a01b03928316179055600154166001600160a01b031663d39e6043600e6040516001600160e01b031960e084901b16815260ff91821660048201529084166024820152604401602060405180830381865afa158015612bcf573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612bf39190614f0d565b600380546001600160a01b0319166001600160a01b03928316179055600154166001600160a01b031663d39e6043601a6040516001600160e01b031960e084901b16815260ff91821660048201529084166024820152604401602060405180830381865afa158015612c67573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612c8b9190614f0d565b600580546001600160a01b0319166001600160a01b0392909216919091179055612cbb63072447c360e11b613dc6565b5050508315610e8457845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001610e7b565b60408051610200810182525f8082526020820181905291810182905260608082018390526080820183905260a0820183905260c0820183905260e0820181905261010082015261012081018290526101408101829052610160810182905261018081018290526101a081018290526101c081018290526101e08101919091526101a083015160405163790a38ad60e01b815264ffffffffff909116600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063790a38ad90602401602060405180830381865af4158015612dda573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612dfe9190615195565b158015612e1a57506101a083015164ffffffffff808416911614155b15612e435760405163f95747d360e01b81526001600160601b0385166004820152602401610599565b6101a083015164ffffffffff838116911603612e6057508161249b565b64ffffffffff8281166101a0850181905260c08501516040516352bcc5a760e11b81526004810192909252909116602482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063a5798b4e90604401602060405180830381865af4158015612ecd573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ef19190615482565b64ffffffffff166101c0840152509092915050565b60405163790a38ad60e01b815264ffffffffff8216600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063790a38ad90602401602060405180830381865af4158015612f5a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612f7e9190615195565b15612f87575050565b5f612f9183613df2565b90506001600160a01b0381161561300957604051630be6b84560e21b81526001600160601b038416600482015264ffffffffff831660248201526001600160a01b03821690632f9ae114906044015b5f604051808303815f87803b158015612ff7575f80fd5b505af1158015610e84573d5f803e3d5ffd5b505050565b5f80516020615e1183398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6040516399009c5160e01b81526001600160601b038084166004830152821660248201525f9073__$94a2c899be079b00d952d0d84fffaa5c34$__906399009c5190604401602060405180830381865af41580156130ce573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061249b9190615195565b5f80846001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015613130573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906131549190614f0d565b604051639096a1f360e01b81526001600160601b03861660048201529091505f906001600160a01b03831690639096a1f390602401602060405180830381865afa1580156131a4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906131c8919061516b565b90505f866001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015613207573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061322b9190614f0d565b60405163bd7d9d8560e01b81526001600160601b03881660048201526001600160a01b03919091169063bd7d9d85906024015f60405180830381865afa158015613277573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261329e9190810190614fbf565b90506132aa828261262c565b6132db5760405163536eb56160e11b81526001600160601b038716600482015260ff83166024820152604401610599565b60405163790a38ad60e01b815264ffffffffff8616600482015285945073__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063790a38ad90602401602060405180830381865af4158015613332573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906133569190615195565b156133c95773__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af41580156133a2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906133c69190615482565b93505b6101c081015164ffffffffff90811690851610613420576101c08101516040516372f7b9bd60e11b81526001600160601b038816600482015264ffffffffff91821660248201529086166044820152606401610599565b61349e8473__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af415801561346b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061348f9190615482565b64ffffffffff90811691161090565b15613549578573__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af41580156134eb573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061350f9190615482565b604051631c66624d60e01b81526001600160601b03909216600483015264ffffffffff908116602483015286166044820152606401610599565b6101c08101805164ffffffffff861690915260408051631a99b41b60e31b815290516001600160a01b038a169163d4cda0d89160048083019260209291908290030181865afa15801561359e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906135c29190614f0d565b6001600160a01b031663425d08e2888460ff6040518463ffffffff1660e01b81526004016135f29392919061549d565b5f604051808303815f87803b158015613609575f80fd5b505af115801561361b573d5f803e3d5ffd5b5050604080516001600160601b038b16815264ffffffffff858116602083015289168183015290517f4f967a98dc5f06461aaa876310c99e192cdb277cb377899950e0a00b04f6629c9350908190036060019150a161367a8786613f05565b505050509392505050565b5f825f015190505f856001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156136c9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906136ed9190614f0d565b90505f6136fa8284613fe3565b90505f61370f6001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03891660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa15801561375c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906137809190614f0d565b90506137f1826001600160a01b03166321df0da76040518163ffffffff1660e01b8152600401602060405180830381865afa1580156137c1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906137e59190614f0d565b83838860a00151614061565b505061386881876001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015613833573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906138579190614f0d565b84876020015188604001518861423d565b505050505050565b5f61387b8584613fe3565b90505f6138906001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03871660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa1580156138dd573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906139019190614f0d565b90505f805f6139108988614436565b895160208b01516040808d015190516321711b5760e21b81526001600160a01b038c8116600483015280861660248301526001600160601b0394851660448301528088166064830152928416608482015282861660a4820152921660c4830152939750919550935090871691506385c46d5c9060e4015f604051808303815f87803b15801561399d575f80fd5b505af11580156139af573d5f803e3d5ffd5b50505050505050505050505050565b6139c6614b0c565b5f806139da6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03881660048201529091506001600160a01b0382169063a48f42e0906024015f60405180830381865afa158015613a27573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052613a4e9190810190615bd6565b9250613a5b85600b61162f565b15613ab157604083015160ff868116911614613aac57604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff80881660248301529091166044820152606401610599565b613b42565b613ac1836040015161202c600c90565b80613ad75750613ad7836040015161202c600f90565b80613aed5750613aed836040015161202c600e90565b80613b035750613b03836040015161202c600d90565b613b4257604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff80881660248301529091166044820152606401610599565b613b4c8184614633565b91508315613c4957816001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015613b90573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613bb49190614f0d565b6080840151604051629b7b3560e61b81526001600160a01b0391821660048201529116906326decd4090602401602060405180830381865afa158015613bfc573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613c209190615195565b15613c4957604051637d71120960e11b81526001600160601b0387166004820152602401610599565b50935093915050565b5f80516020615e5183398151915254600160401b900460ff16613c8857604051631afcd79f60e31b815260040160405180910390fd5b565b613c92613c52565b613c9a6146e4565b6001600160a01b03821615613cb757613cb2826146f4565b613d2e565b5f613cc26002614705565b9050613d2c816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015613d03573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613d279190614f0d565b6146f4565b505b613daa83846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015613d6e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613d9291906154f3565b60085f8560405180602001604052805f815250614796565b613dba634a531f3360e01b613dc6565b61300963daf9067160e01b5b613dce613c52565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b5f80613e066001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03851660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015613e53573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613e779190614f0d565b604051635b5dd68960e11b81526001600160a01b038216600482015290925082915073__$fb599632d08395912d9d70eb2f0f93b5e2$__9063b6bbad1290602401602060405180830381865af4158015613ed3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613ef79190615195565b613eff575f91505b50919050565b60405163790a38ad60e01b815264ffffffffff8216600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063790a38ad90602401602060405180830381865af4158015613f59573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613f7d9190615195565b15613f86575050565b5f613f9083613df2565b90506001600160a01b03811615613009576040516362782d9f60e01b81526001600160601b038416600482015264ffffffffff831660248201526001600160a01b038216906362782d9f90604401612fe0565b60405163f0ea17c360e01b81526001600160601b03821660048201525f906001600160a01b0384169063f0ea17c3906024015f60405180830381865afa15801561402f573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261405691908101906151b9565b604001519392505050565b60405163046e44af60e11b81526001600160601b03821660048201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__906308dc895e90602401602060405180830381865af41580156140b9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906140dd9190615ca6565b6040516370a0823160e01b81526001600160a01b0385811660048301529192505f918716906370a0823190602401602060405180830381865afa158015614126573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061414a9190615ca6565b604051636eb1769f60e11b81526001600160a01b03868116600483015287811660248301529192505f9188169063dd62ed3e90604401602060405180830381865afa15801561419b573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906141bf9190615ca6565b9050828210156141fb5760405163503edf3960e11b81526001600160a01b03861660048201526024810184905260448101839052606401610599565b82811015610e8457604051630afa3e2d60e11b81526001600160a01b038087166004830152871660248201526044810184905260648101829052608401610599565b5f6142488786614436565b505050905060025f9054906101000a90046001600160a01b03166001600160a01b03166367438c5087876142858661014001518760c0015161483b565b6040516001600160e01b031960e086901b1681526001600160a01b0390931660048401526001600160601b0391821660248401521660448201526064015f604051808303815f87803b1580156142d9575f80fd5b505af11580156142eb573d5f803e3d5ffd5b5050604051630a4d29dd60e31b81526001600160601b038416600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__92506352694ee89150602401602060405180830381865af4158015614345573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906143699190615195565b6143cf57600354604051633ca8687160e11b81526001600160a01b0390911690637950d0e2906143a190849087908790600401615cbd565b5f604051808303815f87803b1580156143b8575f80fd5b505af11580156143ca573d5f803e3d5ffd5b505050505b6004805460405163fb3bcd1f60e01b81526001600160a01b039091169163fb3bcd1f91614400918891879101615966565b5f604051808303815f87803b158015614417575f80fd5b505af1158015614429573d5f803e3d5ffd5b5050505050505050505050565b6040516302d764c760e21b81526001600160601b03821660048201525f9081908190819081906001600160a01b03881690630b5d931c906024015f60405180830381865afa15801561448a573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526144b19190810190615a4e565b60a081015160405163f0ea17c360e01b81526001600160601b03821660048201529096509091506001600160a01b0388169063f0ea17c3906024015f60405180830381865afa158015614506573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261452d91908101906151b9565b60600151608082015160405163f0ea17c360e01b81526001600160601b0390911660048201529094506001600160a01b0388169063f0ea17c3906024015f60405180830381865afa158015614584573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526145ab91908101906151b9565b6060015160405163f0ea17c360e01b81526001600160601b03881660048201529093506001600160a01b0388169063f0ea17c3906024015f60405180830381865afa1580156145fc573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261462391908101906151b9565b6060015191505092959194509250565b5f614644826040015161202c600c90565b1561465e576146578383602001516148bf565b90506113c4565b60208201516040516305247a1760e51b81526001600160601b03909116600482015261249b9084906001600160a01b0382169063a48f42e0906024015f60405180830381865afa1580156146b4573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526146db9190810190615bd6565b602001516148bf565b6146ec613c52565b613c88614930565b6146fc613c52565b610a2781614938565b5f6147186001546001600160a01b031690565b6001600160a01b031663d39e60438361472f61114e565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015614772573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113c49190614f0d565b61479e613c52565b6147a88683614949565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa3016148318382615d36565b5050505050505050565b60405163274acb3560e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb3590604401602060405180830381865af415801561489b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061249b91906154f3565b60405163bf8e179760e01b81526001600160601b03821660048201525f906001600160a01b0384169063bf8e179790602401602060405180830381865afa15801561490c573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061249b9190614f0d565b6126dc613c52565b614940613c52565b610a278161300e565b614951613c52565b61495a826149bf565b614962614ac7565b6001600160a01b0381166149895760405163f17ef42d60e01b815260040160405180910390fd5b5f80516020615df183398151915280546001600160601b0316600160601b6001600160a01b039093169290920291909117905550565b6149c7613c52565b806001600160a01b03163b5f036149fc5760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610599565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b81526325713e4b60e21b60048201526301ffc9a790602401602060405180830381865afa925050508015614a76575060408051601f3d908101601f19168201909252614a7391810190615195565b60015b614a9e5760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610599565b806110be5760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610599565b614acf613c52565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b5f60208284031215614b59575f80fd5b81356001600160e01b03198116811461249b575f80fd5b6001600160601b0381168114610a27575f80fd5b5f60208284031215614b94575f80fd5b813561249b81614b70565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151614c15608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152614c59610100840182614b9f565b949350505050565b634e487b7160e01b5f52604160045260245ffd5b60405161020081016001600160401b0381118282101715614c9857614c98614c61565b60405290565b60405160a081016001600160401b0381118282101715614c9857614c98614c61565b60405161024081016001600160401b0381118282101715614c9857614c98614c61565b6040516101c081016001600160401b0381118282101715614c9857614c98614c61565b60405160e081016001600160401b0381118282101715614c9857614c98614c61565b604051601f8201601f191681016001600160401b0381118282101715614d5057614d50614c61565b604052919050565b5f6001600160401b03821115614d7057614d70614c61565b50601f01601f191660200190565b5f82601f830112614d8d575f80fd5b8135614da0614d9b82614d58565b614d28565b818152846020838601011115614db4575f80fd5b816020850160208301375f918101602001919091529392505050565b5f60208284031215614de0575f80fd5b81356001600160401b03811115614df5575f80fd5b614c5984828501614d7e565b6001600160a01b0381168114610a27575f80fd5b5f8060408385031215614e26575f80fd5b8235614e3181614e01565b915060208301356001600160401b03811115614e4b575f80fd5b614e5785828601614d7e565b9150509250929050565b64ffffffffff81168114610a27575f80fd5b5f8060408385031215614e84575f80fd5b8235614e8f81614b70565b91506020830135614e9f81614e61565b809150509250929050565b5f60208284031215614eba575f80fd5b813561249b81614e01565b5f805f60608486031215614ed7575f80fd5b8335614ee281614e01565b92506020840135614ef281614b70565b91506040840135614f0281614e61565b809150509250925092565b5f60208284031215614f1d575f80fd5b815161249b81614e01565b8051614f3381614b70565b919050565b80516001600160c01b031981168114614f33575f80fd5b8051614f3381614e61565b5f614f67614d9b84614d58565b9050828152838383011115614f7a575f80fd5b8282602083015e5f602084830101529392505050565b5f82601f830112614f9f575f80fd5b61249b83835160208501614f5a565b805161ffff81168114614f33575f80fd5b5f60208284031215614fcf575f80fd5b81516001600160401b03811115614fe4575f80fd5b82016102008185031215614ff6575f80fd5b614ffe614c75565b61500782614f28565b815261501560208301614f28565b602082015261502660408301614f38565b604082015261503760608301614f38565b606082015261504860808301614f28565b608082015261505960a08301614f28565b60a082015261506a60c08301614f4f565b60c082015260e08201516001600160401b03811115615087575f80fd5b61509386828501614f90565b60e0830152506101008201516001600160401b038111156150b2575f80fd5b6150be86828501614f90565b610100830152506150d26101208301614fae565b6101208201526150e56101408301614fae565b6101408201526150f86101608301614f28565b61016082015261510b6101808301614f28565b61018082015261511e6101a08301614f4f565b6101a08201526151316101c08301614f4f565b6101c08201526151446101e08301614f4f565b6101e0820152949350505050565b60ff81168114610a27575f80fd5b8051614f3381615152565b5f6020828403121561517b575f80fd5b815161249b81615152565b80518015158114614f33575f80fd5b5f602082840312156151a5575f80fd5b61249b82615186565b8051614f3381614e01565b5f602082840312156151c9575f80fd5b81516001600160401b038111156151de575f80fd5b820160a081850312156151ef575f80fd5b6151f7614c9e565b81516001600160401b0381111561520c575f80fd5b8201601f8101861361521c575f80fd5b61522b86825160208401614f5a565b82525061523a602083016151ae565b602082015261524b604083016151ae565b604082015261525c606083016151ae565b606082015260808201516001600160401b03811115615279575f80fd5b61528586828501614f90565b608083015250949350505050565b80516001600160601b031682525f60208201516152bb60208501826001600160601b03169052565b5060408201516152d760408501826001600160c01b0319169052565b5060608201516152f360608501826001600160c01b0319169052565b50608082015161530e60808501826001600160601b03169052565b5060a082015161532960a08501826001600160601b03169052565b5060c082015161534260c085018264ffffffffff169052565b5060e082015161020060e085015261535e610200850182614b9f565b90506101008301518482036101008601526153798282614b9f565b91505061012083015161539361012086018261ffff169052565b506101408301516153ab61014086018261ffff169052565b506101608301516153c86101608601826001600160601b03169052565b506101808301516153e56101808601826001600160601b03169052565b506101a08301516154006101a086018264ffffffffff169052565b506101c083015161541b6101c086018264ffffffffff169052565b506101e08301516154366101e086018264ffffffffff169052565b509392505050565b6001600160a01b038581168252841660208201526001600160601b03831660408201526080606082018190525f9061547890830184615293565b9695505050505050565b5f60208284031215615492575f80fd5b815161249b81614e61565b6001600160601b0384168152606060208201525f6154be6060830185615293565b905060ff83166040830152949350505050565b5f602082840312156154e1575f80fd5b815162ffffff8116811461249b575f80fd5b5f60208284031215615503575f80fd5b815161249b81614b70565b600181811c9082168061552257607f821691505b602082108103613eff57634e487b7160e01b5f52602260045260245ffd5b6001600160401b0381168114610a27575f80fd5b5f60208284031215615564575f80fd5b815161249b81615540565b5f8060408385031215615580575f80fd5b825161558b81614b70565b6020840151909250614e9f81614b70565b6001600160601b03881681526001600160401b0360c01b871660208201526001600160601b038616604082015264ffffffffff8516606082015260e060808201525f6155eb60e0830186614b9f565b6001600160601b039490941660a0830152506001600160c01b03199190911660c09091015295945050505050565b5f61024082840312801561562b575f80fd5b50615634614cc0565b61563d83614f28565b815261564b60208401614f28565b602082015261565c60408401614f28565b604082015261566d60608401614f28565b606082015261567e60808401614f28565b608082015261568f60a08401614f28565b60a08201526156a060c08401614f28565b60c08201526156b160e08401614f28565b60e08201526156c36101008401614f28565b6101008201526156d66101208401614f28565b6101208201526156e96101408401614f28565b6101408201526156fc6101608401614f28565b61016082015261570f6101808401614f28565b6101808201526157226101a08401614f28565b6101a08201526157356101c08401614f28565b6101c08201526157486101e08401614f28565b6101e082015261575b6102008401614f28565b61020082015261576e6102208401614f28565b6102208201529392505050565b80516001600160601b0316825260208101516157a260208401826001600160601b03169052565b5060408101516157bd60408401826001600160601b03169052565b5060608101516157d860608401826001600160601b03169052565b5060808101516157f360808401826001600160601b03169052565b5060a081015161580e60a08401826001600160601b03169052565b5060c081015161582960c08401826001600160601b03169052565b5060e081015161584460e08401826001600160601b03169052565b506101008101516158616101008401826001600160601b03169052565b5061012081015161587e6101208401826001600160601b03169052565b5061014081015161589b6101408401826001600160601b03169052565b506101608101516158b86101608401826001600160601b03169052565b506101808101516158d56101808401826001600160601b03169052565b506101a08101516158f26101a08401826001600160601b03169052565b506101c081015161590f6101c08401826001600160601b03169052565b506101e081015161592c6101e08401826001600160601b03169052565b506102008101516159496102008401826001600160601b03169052565b506102208101516130096102208401826001600160601b03169052565b6001600160601b0383168152610260810161249b602083018461577b565b5f82601f830112615993575f80fd5b81516001600160401b038111156159ac576159ac614c61565b8060051b6159bc60208201614d28565b918252602081850181019290810190868411156159d7575f80fd5b6020860192505b838310156154785782516159f181614b70565b8252602092830192909101906159de565b5f60408284031215615a12575f80fd5b604080519081016001600160401b0381118282101715615a3457615a34614c61565b604052825181526020928301519281019290925250919050565b5f60208284031215615a5e575f80fd5b81516001600160401b03811115615a73575f80fd5b82016102a08185031215615a85575f80fd5b615a8d614ce3565b615a9682615186565b8152615aa460208301615186565b6020820152615ab560408301615160565b6040820152615ac660608301615160565b6060820152615ad760808301614f28565b6080820152615ae860a08301614f28565b60a082015260c08201516001600160401b03811115615b05575f80fd5b615b1186828501615984565b60c083015250615b248560e08401615a02565b60e0820152615b37856101208401615a02565b610100820152615b4b856101608401615a02565b610120820152615b5f856101a08401615a02565b610140820152615b73856101e08401615a02565b610160820152615b87856102208401615a02565b610180820152615b9b856102608401615a02565b6101a0820152949350505050565b5f8060408385031215615bba575f80fd5b8251615bc581614e01565b6020840151909250614e9f81614e01565b5f60208284031215615be6575f80fd5b81516001600160401b03811115615bfb575f80fd5b820160e08185031215615c0c575f80fd5b615c14614d06565b615c1d82614f28565b8152615c2b60208301614f28565b6020820152615c3c60408301615160565b6040820152615c4d60608301615186565b6060820152615c5e608083016151ae565b6080820152615c6f60a083016151ae565b60a082015260c08201516001600160401b03811115615c8c575f80fd5b615c9886828501614f90565b60c083015250949350505050565b5f60208284031215615cb6575f80fd5b5051919050565b6001600160601b03841681526001600160c01b0319831660208201526102808101614c59604083018461577b565b601f82111561300957805f5260205f20601f840160051c81016020851015615d105750805b601f840160051c820191505b81811015615d2f575f8155600101615d1c565b5050505050565b81516001600160401b03811115615d4f57615d4f614c61565b615d6381615d5d845461550e565b84615ceb565b6020601f821160018114615d95575f8315615d7e5750848201515b5f19600385901b1c1916600184901b178455615d2f565b5f84815260208120601f198516915b82811015615dc45787850151825560209485019460019092019101615da4565b5084821015615de157868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a009b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a264697066735822122075a8f268d40fb244262a4489e5be24d3694892154eda2b4c50520324866b3c2a64736f6c634300081a0033",
|
1022
|
+
"linkReferences": {
|
1023
|
+
"contracts/shared/ContractLib.sol": {
|
1024
|
+
"ContractLib": [
|
1025
|
+
{
|
1026
|
+
"length": 20,
|
1027
|
+
"start": 16241
|
1028
|
+
}
|
1029
|
+
]
|
1030
|
+
},
|
1031
|
+
"contracts/type/Amount.sol": {
|
1032
|
+
"AmountLib": [
|
1033
|
+
{
|
1034
|
+
"length": 20,
|
1035
|
+
"start": 16727
|
1036
|
+
},
|
1037
|
+
{
|
1038
|
+
"length": 20,
|
1039
|
+
"start": 18745
|
1040
|
+
}
|
1041
|
+
]
|
1042
|
+
},
|
1043
|
+
"contracts/type/NftId.sol": {
|
1044
|
+
"NftIdLib": [
|
1045
|
+
{
|
1046
|
+
"length": 20,
|
1047
|
+
"start": 3008
|
1048
|
+
},
|
1049
|
+
{
|
1050
|
+
"length": 20,
|
1051
|
+
"start": 5332
|
1052
|
+
},
|
1053
|
+
{
|
1054
|
+
"length": 20,
|
1055
|
+
"start": 7851
|
1056
|
+
},
|
1057
|
+
{
|
1058
|
+
"length": 20,
|
1059
|
+
"start": 10233
|
1060
|
+
},
|
1061
|
+
{
|
1062
|
+
"length": 20,
|
1063
|
+
"start": 12652
|
1064
|
+
},
|
1065
|
+
{
|
1066
|
+
"length": 20,
|
1067
|
+
"start": 17377
|
1068
|
+
}
|
1069
|
+
]
|
1070
|
+
},
|
1071
|
+
"contracts/type/RoleId.sol": {
|
1072
|
+
"RoleIdLib": [
|
1073
|
+
{
|
1074
|
+
"length": 20,
|
1075
|
+
"start": 4507
|
1076
|
+
}
|
1077
|
+
]
|
1078
|
+
},
|
1079
|
+
"contracts/type/StateId.sol": {
|
1080
|
+
"StateIdLib": [
|
1081
|
+
{
|
1082
|
+
"length": 20,
|
1083
|
+
"start": 2037
|
1084
|
+
}
|
1085
|
+
]
|
1086
|
+
},
|
1087
|
+
"contracts/type/Timestamp.sol": {
|
1088
|
+
"TimestampLib": [
|
1089
|
+
{
|
1090
|
+
"length": 20,
|
1091
|
+
"start": 1691
|
1092
|
+
},
|
1093
|
+
{
|
1094
|
+
"length": 20,
|
1095
|
+
"start": 2411
|
1096
|
+
},
|
1097
|
+
{
|
1098
|
+
"length": 20,
|
1099
|
+
"start": 8938
|
1100
|
+
},
|
1101
|
+
{
|
1102
|
+
"length": 20,
|
1103
|
+
"start": 10015
|
1104
|
+
},
|
1105
|
+
{
|
1106
|
+
"length": 20,
|
1107
|
+
"start": 11896
|
1108
|
+
},
|
1109
|
+
{
|
1110
|
+
"length": 20,
|
1111
|
+
"start": 12139
|
1112
|
+
},
|
1113
|
+
{
|
1114
|
+
"length": 20,
|
1115
|
+
"start": 12280
|
1116
|
+
},
|
1117
|
+
{
|
1118
|
+
"length": 20,
|
1119
|
+
"start": 13264
|
1120
|
+
},
|
1121
|
+
{
|
1122
|
+
"length": 20,
|
1123
|
+
"start": 13363
|
1124
|
+
},
|
1125
|
+
{
|
1126
|
+
"length": 20,
|
1127
|
+
"start": 13564
|
1128
|
+
},
|
1129
|
+
{
|
1130
|
+
"length": 20,
|
1131
|
+
"start": 13692
|
1132
|
+
},
|
1133
|
+
{
|
1134
|
+
"length": 20,
|
1135
|
+
"start": 16375
|
1136
|
+
}
|
1137
|
+
]
|
1138
|
+
},
|
1139
|
+
"contracts/type/Version.sol": {
|
1140
|
+
"VersionLib": [
|
1141
|
+
{
|
1142
|
+
"length": 20,
|
1143
|
+
"start": 2854
|
1144
|
+
},
|
1145
|
+
{
|
1146
|
+
"length": 20,
|
1147
|
+
"start": 3359
|
1148
|
+
},
|
1149
|
+
{
|
1150
|
+
"length": 20,
|
1151
|
+
"start": 10929
|
1152
|
+
}
|
1153
|
+
],
|
1154
|
+
"VersionPartLib": [
|
1155
|
+
{
|
1156
|
+
"length": 20,
|
1157
|
+
"start": 4668
|
1158
|
+
}
|
1159
|
+
]
|
1160
|
+
}
|
1161
|
+
},
|
1162
|
+
"deployedLinkReferences": {
|
1163
|
+
"contracts/shared/ContractLib.sol": {
|
1164
|
+
"ContractLib": [
|
1165
|
+
{
|
1166
|
+
"length": 20,
|
1167
|
+
"start": 16027
|
1168
|
+
}
|
1169
|
+
]
|
1170
|
+
},
|
1171
|
+
"contracts/type/Amount.sol": {
|
1172
|
+
"AmountLib": [
|
1173
|
+
{
|
1174
|
+
"length": 20,
|
1175
|
+
"start": 16513
|
1176
|
+
},
|
1177
|
+
{
|
1178
|
+
"length": 20,
|
1179
|
+
"start": 18531
|
1180
|
+
}
|
1181
|
+
]
|
1182
|
+
},
|
1183
|
+
"contracts/type/NftId.sol": {
|
1184
|
+
"NftIdLib": [
|
1185
|
+
{
|
1186
|
+
"length": 20,
|
1187
|
+
"start": 2794
|
1188
|
+
},
|
1189
|
+
{
|
1190
|
+
"length": 20,
|
1191
|
+
"start": 5118
|
1192
|
+
},
|
1193
|
+
{
|
1194
|
+
"length": 20,
|
1195
|
+
"start": 7637
|
1196
|
+
},
|
1197
|
+
{
|
1198
|
+
"length": 20,
|
1199
|
+
"start": 10019
|
1200
|
+
},
|
1201
|
+
{
|
1202
|
+
"length": 20,
|
1203
|
+
"start": 12438
|
1204
|
+
},
|
1205
|
+
{
|
1206
|
+
"length": 20,
|
1207
|
+
"start": 17163
|
1208
|
+
}
|
1209
|
+
]
|
1210
|
+
},
|
1211
|
+
"contracts/type/RoleId.sol": {
|
1212
|
+
"RoleIdLib": [
|
1213
|
+
{
|
1214
|
+
"length": 20,
|
1215
|
+
"start": 4293
|
1216
|
+
}
|
1217
|
+
]
|
1218
|
+
},
|
1219
|
+
"contracts/type/StateId.sol": {
|
1220
|
+
"StateIdLib": [
|
1221
|
+
{
|
1222
|
+
"length": 20,
|
1223
|
+
"start": 1823
|
1224
|
+
}
|
1225
|
+
]
|
1226
|
+
},
|
1227
|
+
"contracts/type/Timestamp.sol": {
|
1228
|
+
"TimestampLib": [
|
1229
|
+
{
|
1230
|
+
"length": 20,
|
1231
|
+
"start": 1477
|
1232
|
+
},
|
1233
|
+
{
|
1234
|
+
"length": 20,
|
1235
|
+
"start": 2197
|
1236
|
+
},
|
1237
|
+
{
|
1238
|
+
"length": 20,
|
1239
|
+
"start": 8724
|
1240
|
+
},
|
1241
|
+
{
|
1242
|
+
"length": 20,
|
1243
|
+
"start": 9801
|
1244
|
+
},
|
1245
|
+
{
|
1246
|
+
"length": 20,
|
1247
|
+
"start": 11682
|
1248
|
+
},
|
1249
|
+
{
|
1250
|
+
"length": 20,
|
1251
|
+
"start": 11925
|
1252
|
+
},
|
1253
|
+
{
|
1254
|
+
"length": 20,
|
1255
|
+
"start": 12066
|
1256
|
+
},
|
1257
|
+
{
|
1258
|
+
"length": 20,
|
1259
|
+
"start": 13050
|
1260
|
+
},
|
1261
|
+
{
|
1262
|
+
"length": 20,
|
1263
|
+
"start": 13149
|
1264
|
+
},
|
1265
|
+
{
|
1266
|
+
"length": 20,
|
1267
|
+
"start": 13350
|
1268
|
+
},
|
1269
|
+
{
|
1270
|
+
"length": 20,
|
1271
|
+
"start": 13478
|
1272
|
+
},
|
1273
|
+
{
|
1274
|
+
"length": 20,
|
1275
|
+
"start": 16161
|
1276
|
+
}
|
1277
|
+
]
|
1278
|
+
},
|
1279
|
+
"contracts/type/Version.sol": {
|
1280
|
+
"VersionLib": [
|
1281
|
+
{
|
1282
|
+
"length": 20,
|
1283
|
+
"start": 2640
|
1284
|
+
},
|
1285
|
+
{
|
1286
|
+
"length": 20,
|
1287
|
+
"start": 3145
|
1288
|
+
},
|
1289
|
+
{
|
1290
|
+
"length": 20,
|
1291
|
+
"start": 10715
|
1292
|
+
}
|
1293
|
+
],
|
1294
|
+
"VersionPartLib": [
|
1295
|
+
{
|
1296
|
+
"length": 20,
|
1297
|
+
"start": 4454
|
1298
|
+
}
|
1299
|
+
]
|
1300
|
+
}
|
1301
|
+
}
|
1302
|
+
}
|