@etherisc/gif-next 0.0.2-9e6b423-414 → 0.0.2-9f1b659-471
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.dbg.json +1 -1
- package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.json +86 -34
- package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.dbg.json +1 -1
- package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.json +73 -35
- package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.dbg.json +1 -1
- package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.json +52 -0
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +1 -1
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +2 -2
- package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.dbg.json +1 -1
- package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.json +2 -2
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +1 -1
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +2 -2
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +1 -1
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +2 -2
- package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +1 -1
- package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +1 -1
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +1 -1
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +1 -1
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +1 -1
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +2 -2
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +1 -1
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +37 -18
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +1 -1
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +2 -2
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +1 -1
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +19 -0
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +1 -1
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +311 -151
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +1 -1
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +112 -86
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +1 -1
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +19 -0
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +1 -1
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +199 -15
- package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.dbg.json +1 -1
- package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.dbg.json +1 -1
- package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.json +65 -42
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +1 -1
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +16 -16
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +1 -1
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +79 -44
- package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +1 -1
- package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +16 -16
- package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.json +57 -22
- package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.json +2 -2
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +27 -8
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +69 -50
- package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.json +16 -16
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +248 -68
- package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.json +16 -16
- package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +1 -1
- package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +2 -2
- package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstance.sol/IInstance.json +26 -1
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +96 -4
- package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
- package/artifacts/contracts/instance/Instance.sol/Instance.json +37 -12
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +2 -2
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +16 -16
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +56 -56
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +118 -26
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +69 -31
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +106 -98
- package/artifacts/contracts/instance/RiskSet.sol/RiskSet.dbg.json +1 -1
- package/artifacts/contracts/instance/RiskSet.sol/RiskSet.json +101 -88
- package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +1 -1
- package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +8 -8
- package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +1 -1
- package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +1 -1
- package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +2 -2
- package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +1 -1
- package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +2 -2
- package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +1 -1
- package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +2 -2
- package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.dbg.json +1 -1
- package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.json +2 -2
- package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +1 -1
- package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +1 -1
- package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +1 -1
- package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +23 -4
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +1 -1
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +2 -2
- package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +1 -1
- package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +1 -1
- package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +19 -0
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +1 -1
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +29 -0
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +1 -1
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +19 -0
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +1 -1
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +49 -20
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +1 -1
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +78 -40
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +1 -1
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +37 -26
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +1 -1
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +19 -19
- package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +1 -1
- package/artifacts/contracts/pool/BundleService.sol/BundleService.json +280 -119
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +1 -1
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +106 -48
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +1 -1
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +180 -27
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +1 -1
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +19 -0
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +1 -1
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +220 -1
- package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +1 -1
- package/artifacts/contracts/pool/Pool.sol/Pool.json +19 -0
- package/artifacts/contracts/pool/PoolLib.sol/PoolLib.dbg.json +1 -1
- package/artifacts/contracts/pool/PoolLib.sol/PoolLib.json +36 -52
- package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +1 -1
- package/artifacts/contracts/pool/PoolService.sol/PoolService.json +292 -65
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +1 -1
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +94 -52
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +1 -1
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +202 -61
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +75 -33
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +1 -1
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +19 -0
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +1 -1
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +19 -19
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +1 -1
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +128 -104
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +95 -65
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +1 -1
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.json +166 -1
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +1 -1
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +50 -10
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +1 -1
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +55 -0
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +1 -1
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +29 -0
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +1 -1
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +19 -0
- package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +1 -1
- package/artifacts/contracts/product/IRiskService.sol/IRiskService.json +203 -18
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +1 -1
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +109 -46
- package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.dbg.json +1 -1
- package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.json +2 -2
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +91 -49
- package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +1 -1
- package/artifacts/contracts/product/PricingService.sol/PricingService.json +79 -74
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +82 -40
- package/artifacts/contracts/product/Product.sol/Product.dbg.json +1 -1
- package/artifacts/contracts/product/Product.sol/Product.json +19 -0
- package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +1 -1
- package/artifacts/contracts/product/RiskService.sol/RiskService.json +231 -46
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +70 -32
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +18 -7
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +29 -0
- package/artifacts/contracts/registry/IRelease.sol/IRelease.dbg.json +1 -1
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
- package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
- package/artifacts/contracts/registry/Registry.sol/Registry.json +56 -45
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +2 -2
- package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.json +29 -21
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +41 -12
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +65 -27
- package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.dbg.json +1 -1
- package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.json +2 -2
- package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +1 -1
- package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +81 -81
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +1 -1
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +17 -17
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +119 -59
- package/artifacts/contracts/shared/Component.sol/Component.dbg.json +1 -1
- package/artifacts/contracts/shared/Component.sol/Component.json +19 -0
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +1 -1
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +120 -56
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +1 -1
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +96 -50
- package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +1 -1
- package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +9 -9
- package/artifacts/contracts/shared/ContractLib.sol/IInstanceAdminHelper.dbg.json +1 -1
- package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.dbg.json +1 -1
- package/artifacts/contracts/shared/ContractLib.sol/ITokenRegistryHelper.dbg.json +1 -1
- package/artifacts/contracts/shared/ContractLib.sol/ITokenRegistryHelper.json +2 -2
- package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +1 -1
- package/artifacts/contracts/shared/IComponent.sol/IComponent.json +19 -0
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +1 -1
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +48 -0
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +1 -1
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +19 -0
- package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +1 -1
- package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.json +6 -6
- package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +1 -1
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +19 -0
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +1 -1
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +19 -0
- package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +1 -1
- package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
- package/artifacts/contracts/shared/IService.sol/IService.json +29 -0
- package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +1 -1
- package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +1 -1
- package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +19 -0
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +1 -1
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +6 -6
- package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +1 -1
- package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +1 -1
- package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +2 -2
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +21 -2
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +1 -1
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +2 -2
- package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
- package/artifacts/contracts/shared/Registerable.sol/Registerable.json +19 -0
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +1 -1
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +2 -2
- package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
- package/artifacts/contracts/shared/Service.sol/Service.json +29 -0
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +2 -2
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.dbg.json +1 -1
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.json +2 -2
- package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +1 -1
- package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +2 -2
- package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +1 -1
- package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1146 -53
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +1 -1
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +91 -111
- package/artifacts/contracts/staking/ITargetManager.sol/ITargetManager.dbg.json +4 -0
- package/artifacts/contracts/staking/ITargetManager.sol/ITargetManager.json +69 -0
- package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +1 -1
- package/artifacts/contracts/staking/Staking.sol/Staking.json +1392 -181
- package/artifacts/contracts/staking/StakingLib.sol/StakingLib.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingLib.sol/StakingLib.json +73 -72
- package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +138 -56
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +174 -180
- package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingService.sol/StakingService.json +115 -167
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +68 -46
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +1290 -599
- package/artifacts/contracts/staking/TargetManager.sol/TargetManager.dbg.json +4 -0
- package/artifacts/contracts/staking/TargetManager.sol/TargetManager.json +134 -0
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +1 -1
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +72 -32
- package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +1 -1
- package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +1 -1
- package/artifacts/contracts/type/Amount.sol/AmountLib.json +2 -2
- package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +1 -1
- package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +45 -19
- package/artifacts/contracts/type/ChainId.sol/ChainIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/ChainId.sol/ChainIdLib.json +193 -0
- package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +2 -2
- package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +1 -1
- package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +2 -2
- package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +1 -1
- package/artifacts/contracts/type/Fee.sol/FeeLib.json +2 -2
- package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +1 -1
- package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.dbg.json +1 -1
- package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/NftId.sol/NftIdLib.json +2 -2
- package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +1 -1
- package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +2 -2
- package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +1 -1
- package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +2 -2
- package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +1 -1
- package/artifacts/contracts/type/Referral.sol/ReferralLib.json +2 -2
- package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +2 -2
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +1 -1
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +45 -2
- package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +1 -1
- package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +1 -1
- package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/String.sol/StrLib.dbg.json +1 -1
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +1 -1
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +3 -3
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +1 -1
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +2 -2
- package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +1 -1
- package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +1 -1
- package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +1 -1
- package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.json +10 -0
- package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +1 -1
- package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +55 -17
- package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +1 -1
- package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +2 -2
- package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +1 -1
- package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.json +10 -0
- package/contracts/accounting/AccountingService.sol +13 -0
- package/contracts/accounting/IAccountingService.sol +2 -0
- package/contracts/authorization/AccessAdmin.sol +5 -5
- package/contracts/authorization/AccessAdminLib.sol +2 -2
- package/contracts/authorization/Authorization.sol +2 -7
- package/contracts/authorization/IAuthorization.sol +0 -1
- package/contracts/authorization/ServiceAuthorization.sol +2 -2
- package/contracts/distribution/BasicDistribution.sol +2 -2
- package/contracts/distribution/Distribution.sol +5 -3
- package/contracts/distribution/DistributionService.sol +27 -21
- package/contracts/distribution/IDistributionService.sol +10 -4
- package/contracts/examples/fire/FireProduct.sol +6 -6
- package/contracts/examples/unpermissioned/SimpleProduct.sol +83 -19
- package/contracts/instance/IInstance.sol +1 -1
- package/contracts/instance/IInstanceService.sol +7 -3
- package/contracts/instance/Instance.sol +6 -4
- package/contracts/instance/InstanceAuthorizationV3.sol +2 -1
- package/contracts/instance/InstanceService.sol +21 -32
- package/contracts/instance/RiskSet.sol +10 -2
- package/contracts/instance/base/BalanceStore.sol +1 -1
- package/contracts/instance/base/ObjectLifecycle.sol +2 -6
- package/contracts/oracle/BasicOracle.sol +1 -1
- package/contracts/oracle/Oracle.sol +2 -2
- package/contracts/oracle/OracleService.sol +4 -4
- package/contracts/pool/BasicPool.sol +3 -14
- package/contracts/pool/BasicPoolAuthorization.sol +1 -2
- package/contracts/pool/BundleService.sol +34 -43
- package/contracts/pool/IBundleService.sol +14 -13
- package/contracts/pool/IPoolService.sol +7 -2
- package/contracts/pool/Pool.sol +4 -14
- package/contracts/pool/PoolLib.sol +10 -22
- package/contracts/pool/PoolService.sol +35 -8
- package/contracts/product/ApplicationService.sol +58 -9
- package/contracts/product/BasicProduct.sol +1 -1
- package/contracts/product/BasicProductAuthorization.sol +2 -0
- package/contracts/product/ClaimService.sol +39 -40
- package/contracts/product/IApplicationService.sol +21 -2
- package/contracts/product/IClaimService.sol +5 -4
- package/contracts/product/IPolicyService.sol +9 -2
- package/contracts/product/IRiskService.sol +18 -3
- package/contracts/product/PolicyService.sol +13 -8
- package/contracts/product/PolicyServiceLib.sol +7 -7
- package/contracts/product/PricingService.sol +22 -25
- package/contracts/product/Product.sol +38 -12
- package/contracts/product/RiskService.sol +48 -12
- package/contracts/registry/IRegistry.sol +11 -9
- package/contracts/registry/Registry.sol +15 -9
- package/contracts/registry/RegistryAuthorization.sol +55 -20
- package/contracts/registry/RegistryService.sol +1 -1
- package/contracts/registry/ReleaseRegistry.sol +8 -3
- package/contracts/registry/ServiceAuthorizationV3.sol +10 -12
- package/contracts/registry/TokenRegistry.sol +52 -49
- package/contracts/shared/Component.sol +6 -2
- package/contracts/shared/ComponentService.sol +15 -6
- package/contracts/shared/ContractLib.sol +3 -2
- package/contracts/shared/IComponent.sol +1 -1
- package/contracts/shared/IComponentService.sol +1 -0
- package/contracts/shared/IKeyValueStore.sol +1 -1
- package/contracts/shared/INftOwnable.sol +2 -0
- package/contracts/shared/InstanceLinkedComponent.sol +4 -4
- package/contracts/shared/KeyValueStore.sol +3 -3
- package/contracts/shared/NftOwnable.sol +2 -0
- package/contracts/shared/PolicyHolder.sol +3 -2
- package/contracts/staking/IStaking.sol +187 -65
- package/contracts/staking/IStakingService.sol +36 -84
- package/contracts/staking/ITargetManager.sol +28 -0
- package/contracts/staking/Staking.sol +458 -210
- package/contracts/staking/StakingLib.sol +38 -124
- package/contracts/staking/StakingManager.sol +1 -2
- package/contracts/staking/StakingReader.sol +45 -74
- package/contracts/staking/StakingService.sol +39 -185
- package/contracts/staking/StakingServiceManager.sol +1 -0
- package/contracts/staking/StakingStore.sol +866 -327
- package/contracts/staking/TargetManager.sol +103 -0
- package/contracts/type/Amount.sol +4 -0
- package/contracts/type/Blocknumber.sol +15 -15
- package/contracts/type/ChainId.sol +101 -0
- package/contracts/type/NftId.sol +3 -3
- package/contracts/type/Seconds.sol +14 -0
- package/contracts/type/Timestamp.sol +4 -2
- package/contracts/type/UFixed.sol +1 -0
- package/contracts/upgradeability/IVersionable.sol +3 -0
- package/contracts/upgradeability/ProxyManager.sol +13 -1
- package/contracts/upgradeability/UpgradableProxyWithAdmin.sol +6 -2
- package/contracts/upgradeability/Versionable.sol +2 -2
- package/package.json +1 -1
- package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +0 -4
- package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.json +0 -485
- package/contracts/shared/ComponentVerifyingService.sol +0 -128
package/README.md
CHANGED
@@ -209,9 +209,12 @@ forge coverage --report lcov
|
|
209
209
|
| ft | forge test |
|
210
210
|
| ftf | forge test --nmt "_longRunning" |
|
211
211
|
| ftt | forge test -vvvv --mt |
|
212
|
+
| fttg | forge test -vvvv --gas-report --mt |
|
212
213
|
| fttw | forge test -vvvv --watch --mt |
|
213
214
|
| ftc | forge test -vvvv --mc |
|
214
215
|
| ftcw | forge test -vvvv --watch --mc |
|
216
|
+
| fcf | forge coverage --nmt "_longRunning" |
|
217
|
+
| fcfr | forge coverage --nmt "_longRunning" --report lcov |
|
215
218
|
|
216
219
|
**Important**: All profiles are run using the foundry `ci` profile which disables the optimizer (for speed).
|
217
220
|
|
@@ -122,6 +122,16 @@
|
|
122
122
|
"name": "ErrorRegisterableNotActive",
|
123
123
|
"type": "error"
|
124
124
|
},
|
125
|
+
{
|
126
|
+
"inputs": [],
|
127
|
+
"name": "ErrorVersionableInitializeNotImplemented",
|
128
|
+
"type": "error"
|
129
|
+
},
|
130
|
+
{
|
131
|
+
"inputs": [],
|
132
|
+
"name": "ErrorVersionableUpgradeNotImplemented",
|
133
|
+
"type": "error"
|
134
|
+
},
|
125
135
|
{
|
126
136
|
"inputs": [],
|
127
137
|
"name": "InvalidInitialization",
|
@@ -206,6 +216,25 @@
|
|
206
216
|
"name": "LogComponentServiceUpdateFee",
|
207
217
|
"type": "event"
|
208
218
|
},
|
219
|
+
{
|
220
|
+
"anonymous": false,
|
221
|
+
"inputs": [
|
222
|
+
{
|
223
|
+
"indexed": false,
|
224
|
+
"internalType": "NftId",
|
225
|
+
"name": "nftId",
|
226
|
+
"type": "uint96"
|
227
|
+
},
|
228
|
+
{
|
229
|
+
"indexed": false,
|
230
|
+
"internalType": "address",
|
231
|
+
"name": "owner",
|
232
|
+
"type": "address"
|
233
|
+
}
|
234
|
+
],
|
235
|
+
"name": "LogNftOwnableNftLinkedToAddress",
|
236
|
+
"type": "event"
|
237
|
+
},
|
209
238
|
{
|
210
239
|
"inputs": [],
|
211
240
|
"name": "NFT_OWNABLE_STORAGE_LOCATION_V1",
|
@@ -735,6 +764,29 @@
|
|
735
764
|
"stateMutability": "nonpayable",
|
736
765
|
"type": "function"
|
737
766
|
},
|
767
|
+
{
|
768
|
+
"inputs": [
|
769
|
+
{
|
770
|
+
"internalType": "contract InstanceStore",
|
771
|
+
"name": "instanceStore",
|
772
|
+
"type": "address"
|
773
|
+
},
|
774
|
+
{
|
775
|
+
"internalType": "NftId",
|
776
|
+
"name": "productNftId",
|
777
|
+
"type": "uint96"
|
778
|
+
},
|
779
|
+
{
|
780
|
+
"internalType": "Amount",
|
781
|
+
"name": "feeAmount",
|
782
|
+
"type": "uint96"
|
783
|
+
}
|
784
|
+
],
|
785
|
+
"name": "increaseProductFeesForPool",
|
786
|
+
"outputs": [],
|
787
|
+
"stateMutability": "nonpayable",
|
788
|
+
"type": "function"
|
789
|
+
},
|
738
790
|
{
|
739
791
|
"inputs": [
|
740
792
|
{
|
@@ -838,18 +890,18 @@
|
|
838
890
|
"type": "function"
|
839
891
|
}
|
840
892
|
],
|
841
|
-
"bytecode": "0x6080604052348015600e575f80fd5b5060156019565b60c9565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff161560685760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b039081161460c65780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b612466806100d65f395ff3fe608060405234801561000f575f80fd5b50600436106101dc575f3560e01c806367438c501161010957806389fad8a21161009e578063bf7e214f1161006e578063bf7e214f14610455578063d165cb641461045d578063d56cd3d514610470578063e618053f146103f3575f80fd5b806389fad8a2146104065780638fb3603714610419578063ada9652e1461043a578063b68d18091461044e575f80fd5b806376b707b7116100d957806376b707b7146103be5780637a9e5e4b146103d8578063893d20e8146103eb578063899cc04c146103f3575f80fd5b806367438c50146103655780636c741e78146103785780636e1728071461039857806374933c2f146103ab575f80fd5b806325e451d31161017f5780635ab1bd531161014f5780635ab1bd53146103105780635eec0264146102c4578063644c45e0146103355780636610178114610352575f80fd5b806325e451d3146102c4578063329d6e74146102d7578063346696cc146102ea57806349bb9e4b146102fd575f80fd5b806311a14677116101ba57806311a1467714610252578063138461e0146102675780631eff4b221461028757806322f3e2d4146102bc575f80fd5b806301ffc9a7146101e05780630d8e6e2c146102215780630fec111c1461023d575b5f80fd5b61020c6101ee366004611dba565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b610229610483565b60405162ffffff9091168152602001610218565b61024561050a565b6040516102189190611e0f565b610265610260366004611ecb565b6106c4565b005b61026f6106ee565b6040516001600160601b039091168152602001610218565b6102ae7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001610218565b61020c6106f8565b6102656102d2366004611ecb565b61076f565b6102656102e5366004611fc1565b610791565b6102656102f8366004611ff2565b6108db565b61026561030b36600461203a565b610960565b6001546001600160a01b03165b6040516001600160a01b039091168152602001610218565b5f805160206123d1833981519152546001600160601b031661026f565b610265610360366004611ecb565b610a5c565b610265610373366004611ff2565b610a70565b610380610ad2565b6040516001600160401b039091168152602001610218565b6102656103a6366004611ff2565b610b5e565b6102656103b9366004611ecb565b610b72565b6103c6610b86565b60405160ff9091168152602001610218565b6102656103e6366004612086565b610bee565b61031d610c79565b610265610401366004611ecb565b610daa565b610265610414366004611ecb565b610dbe565b610421610dd2565b6040516001600160e01b03199091168152602001610218565b6102ae5f805160206123d183398151915281565b60286103c6565b61031d610e07565b61026561046b366004611ecb565b610e22565b61026561047e366004611ecb565b610e36565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af41580156104e1573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061050591906120a1565b905090565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a0820183905260c0820152907f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156105b6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105da91906120c3565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a001610622610c79565b6001600160a01b0316815260200182600101805461063f906120de565b80601f016020809104026020016040519081016040528092919081815260200182805461066b906120de565b80156106b65780601f1061068d576101008083540402835291602001916106b6565b820191905f5260205f20905b81548152906001019060200180831161069957829003601f168201915b505050505081525091505090565b6106d0335b5f36610e4a565b6106db83600e610f48565b6106e85f8585858561107c565b50505050565b5f61050530611476565b5f610701610e07565b60405163a166aa8960e01b81523060048201526001600160a01b03919091169063a166aa8990602401602060405180830381865afa158015610745573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610769919061212a565b15905090565b610778336106c9565b610783836016610f48565b6106e860018585858561107c565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c6107b3610483565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af41580156107f1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108159190612157565b5f805160206124118339815191528054600160401b900460ff1680610847575080546001600160401b03808416911610155b156108655760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b17815561088f8361166f565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b6108e4336106c9565b61095b5f848473__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610931573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061095591906120c3565b8561107c565b505050565b5f805160206124118339815191528054600160401b810460ff1615906001600160401b03165f811580156109915750825b90505f826001600160401b031660011480156109ac5750303b155b9050811580156109ba575080155b156109d85760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610a0257845460ff60401b1916600160401b1785555b610a0c8787611677565b8315610a5357845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b610a65336106c9565b6106db836017610f48565b610a79336106c9565b610a8482600c610f48565b61095b6001848473__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610931573d5f803e3d5ffd5b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63645ceefe6028610af7610b86565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af4158015610b3a573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105059190612157565b610b67336106c9565b6108e482600c610f48565b610b7b336106c9565b61078383600e610f48565b5f610b8f610e07565b6001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015610bca573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105059190612172565b33610bf7610e07565b6001600160a01b0316816001600160a01b031614610c375760405162d1953b60e31b81526001600160a01b03821660048201526024015b60405180910390fd5b816001600160a01b03163b5f03610c6c576040516361798f2f60e11b81526001600160a01b0383166004820152602401610c2e565b610c7582611792565b5050565b5f805f805160206123d183398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610ce5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d09919061212a565b15610d94576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610d6a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d8e9190612192565b91505090565b54600160601b90046001600160a01b0316919050565b610db3336106c9565b6106db836016610f48565b610dc7336106c9565b6106db83600f610f48565b5f805160206123f183398151915280545f9190600160a01b900460ff16610df9575f610d8e565b638fb3603760e01b91505090565b5f805160206123f1833981519152546001600160a01b031690565b610e2b336106c9565b610783836017610f48565b610e3f336106c9565b61078383600f610f48565b5f805160206123f18339815191525f80610e82610e65610e07565b8730610e7460045f8a8c6121ad565b610e7d916121d4565b6117f2565b9150915081610f405763ffffffff811615610f1d57825460ff60a01b1916600160a01b178355610eb0610e07565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b8152600401610edf9392919061220c565b5f604051808303815f87803b158015610ef6575f80fd5b505af1158015610f08573d5f803e3d5ffd5b5050845460ff60a01b1916855550610f409050565b60405162d1953b60e31b81526001600160a01b0387166004820152602401610c2e565b505050505050565b60405163037c8cb160e51b815260ff8216600482015273__$0d958e68cba84670b8f4a3f2f2686b1c6b$__90636f91962090602401602060405180830381865af4158015610f98573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610fbc919061212a565b8061104a57506001546001600160a01b0316604051635b12715d60e11b81526001600160601b038416600482015260ff831660248201526001600160a01b03919091169063b624e2ba90604401602060405180830381865afa158015611024573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611048919061212a565b155b15610c755760405163d711af7560e01b81526001600160601b038316600482015260ff82166024820152604401610c2e565b5f61108783836118fa565b90508515611286576040516330b8415f60e01b81526001600160601b038216600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af41580156110e5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611109919061212a565b1561118857604051639f8151e560e01b81526001600160601b038086166004830152821660248201526001600160a01b03861690639f8151e5906044016020604051808303815f875af1158015611162573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061118691906120c3565b505b6040516330b8415f60e01b81526001600160601b038316600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af41580156111de573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611202919061212a565b156112815760405163e80c61ed60e01b81526001600160601b038086166004830152831660248201526001600160a01b0386169063e80c61ed906044016020604051808303815f875af115801561125b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061127f91906120c3565b505b610f40565b6040516330b8415f60e01b81526001600160601b038216600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af41580156112dc573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611300919061212a565b1561137f5760405163b0628dc360e01b81526001600160601b038086166004830152821660248201526001600160a01b0386169063b0628dc3906044016020604051808303815f875af1158015611359573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061137d91906120c3565b505b6040516330b8415f60e01b81526001600160601b038316600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af41580156113d5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113f9919061212a565b15610f40576040516314cc21b560e21b81526001600160601b038086166004830152831660248201526001600160a01b0386169063533086d4906044016020604051808303815f875af1158015611452573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a5391906120c3565b5f805f805160206123d183398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156114e2573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611506919061212a565b156115325780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610c2e565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015611584573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115a8919061212a565b6115d05760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610c2e565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015611622573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061164691906120c3565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b6101dc611985565b5f805160206124118339815191528054600160401b810460ff1615906001600160401b03165f811580156116a85750825b90505f826001600160401b031660011480156116c35750303b155b9050811580156116d1575080155b156116ef5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561171957845460ff60401b1916600160401b1785555b5f808780602001905181019061172f919061224b565b9150915061173e82828b6119bd565b61174e63a76f099560e01b611a56565b50508315610a5357845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001610a4a565b5f805160206123f183398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b179052516118609190612283565b5f60405180830381855afa9150503d805f8114611898576040519150601f19603f3d011682016040523d82523d5f602084013e61189d565b606091505b509150915081156118ef5760408151106118cf57808060200190518101906118c59190612299565b90945092506118ef565b60208151106118ef57808060200190518101906118ec919061212a565b93505b505094509492505050565b60405163274acb3560e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb3590604401602060405180830381865af415801561195a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061197e91906120c3565b9392505050565b5f8051602061241183398151915254600160401b900460ff166119bb57604051631afcd79f60e31b815260040160405180910390fd5b565b6119c5611985565b6119cd611a89565b611a4a8383846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015611a0e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a3291906120c3565b60085f8660405180602001604052805f815250611a99565b61095b63daf9067160e01b5b611a5e611985565b611a86816001600160e01b0319165f908152602081905260409020805460ff19166001179055565b50565b611a91611985565b6119bb611be0565b611aa1611985565b604051632330f24760e01b81526001600160a01b038816600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90632330f24790602401602060405180830381865af4158015611af7573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b1b919061212a565b611b435760405163cf6935e560e01b81526001600160a01b0388166004820152602401610c2e565b611b4c87611c0e565b611b568683611c1f565b5f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0388166cffffffffffffffffffffffffff1990911617600160601b60ff8816021760ff60681b1916600160681b86151502178155905060018101611bc58382612316565b50611bd6634a531f3360e01b611a56565b5050505050505050565b611be8611985565b60017f9b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f0055565b611c16611985565b611a8681611c95565b611c27611985565b611c2f611ca6565b611c3882611cee565b6001600160a01b038116611c5f5760405163f17ef42d60e01b815260040160405180910390fd5b5f805160206123d183398151915280546001600160601b0316600160601b6001600160a01b039093169290920291909117905550565b611c9d611985565b611a8681611792565b611cae611985565b6119bb6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b611cf6611985565b604051633334d16b60e01b81526001600160a01b038216600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90633334d16b90602401602060405180830381865af4158015611d4c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d70919061212a565b611d985760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610c2e565b600180546001600160a01b0319166001600160a01b0392909216919091179055565b5f60208284031215611dca575f80fd5b81356001600160e01b03198116811461197e575f80fd5b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151611e57608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152611e9b610100840182611de1565b949350505050565b6001600160a01b0381168114611a86575f80fd5b6001600160601b0381168114611a86575f80fd5b5f805f8060808587031215611ede575f80fd5b8435611ee981611ea3565b93506020850135611ef981611eb7565b92506040850135611f0981611eb7565b91506060850135611f1981611eb7565b939692955090935050565b634e487b7160e01b5f52604160045260245ffd5b5f82601f830112611f47575f80fd5b81356001600160401b03811115611f6057611f60611f24565b604051601f8201601f19908116603f011681016001600160401b0381118282101715611f8e57611f8e611f24565b604052818152838201602001851015611fa5575f80fd5b816020850160208301375f918101602001919091529392505050565b5f60208284031215611fd1575f80fd5b81356001600160401b03811115611fe6575f80fd5b611e9b84828501611f38565b5f805f60608486031215612004575f80fd5b833561200f81611ea3565b9250602084013561201f81611eb7565b9150604084013561202f81611eb7565b809150509250925092565b5f806040838503121561204b575f80fd5b823561205681611ea3565b915060208301356001600160401b03811115612070575f80fd5b61207c85828601611f38565b9150509250929050565b5f60208284031215612096575f80fd5b813561197e81611ea3565b5f602082840312156120b1575f80fd5b815162ffffff8116811461197e575f80fd5b5f602082840312156120d3575f80fd5b815161197e81611eb7565b600181811c908216806120f257607f821691505b60208210810361211057634e487b7160e01b5f52602260045260245ffd5b50919050565b80518015158114612125575f80fd5b919050565b5f6020828403121561213a575f80fd5b61197e82612116565b6001600160401b0381168114611a86575f80fd5b5f60208284031215612167575f80fd5b815161197e81612143565b5f60208284031215612182575f80fd5b815160ff8116811461197e575f80fd5b5f602082840312156121a2575f80fd5b815161197e81611ea3565b5f80858511156121bb575f80fd5b838611156121c7575f80fd5b5050820193919092039150565b80356001600160e01b03198116906004841015612205576001600160e01b0319600485900360031b81901b82161691505b5092915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b5f806040838503121561225c575f80fd5b825161226781611ea3565b602084015190925061227881611ea3565b809150509250929050565b5f82518060208501845e5f920191825250919050565b5f80604083850312156122aa575f80fd5b6122b383612116565b9150602083015163ffffffff81168114612278575f80fd5b601f82111561095b57805f5260205f20601f840160051c810160208510156122f05750805b601f840160051c820191505b8181101561230f575f81556001016122fc565b5050505050565b81516001600160401b0381111561232f5761232f611f24565b6123438161233d84546120de565b846122cb565b6020601f821160018114612375575f831561235e5750848201515b5f19600385901b1c1916600184901b17845561230f565b5f84815260208120601f198516915b828110156123a45787850151825560209485019460019092019101612384565b50848210156123c157868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a2646970667358221220214e262d8a3e9a47458122f3e631e03a25a3a14473ee85f89586937d3537e10264736f6c634300081a0033",
|
842
|
-
"deployedBytecode": "0x608060405234801561000f575f80fd5b50600436106101dc575f3560e01c806367438c501161010957806389fad8a21161009e578063bf7e214f1161006e578063bf7e214f14610455578063d165cb641461045d578063d56cd3d514610470578063e618053f146103f3575f80fd5b806389fad8a2146104065780638fb3603714610419578063ada9652e1461043a578063b68d18091461044e575f80fd5b806376b707b7116100d957806376b707b7146103be5780637a9e5e4b146103d8578063893d20e8146103eb578063899cc04c146103f3575f80fd5b806367438c50146103655780636c741e78146103785780636e1728071461039857806374933c2f146103ab575f80fd5b806325e451d31161017f5780635ab1bd531161014f5780635ab1bd53146103105780635eec0264146102c4578063644c45e0146103355780636610178114610352575f80fd5b806325e451d3146102c4578063329d6e74146102d7578063346696cc146102ea57806349bb9e4b146102fd575f80fd5b806311a14677116101ba57806311a1467714610252578063138461e0146102675780631eff4b221461028757806322f3e2d4146102bc575f80fd5b806301ffc9a7146101e05780630d8e6e2c146102215780630fec111c1461023d575b5f80fd5b61020c6101ee366004611dba565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b610229610483565b60405162ffffff9091168152602001610218565b61024561050a565b6040516102189190611e0f565b610265610260366004611ecb565b6106c4565b005b61026f6106ee565b6040516001600160601b039091168152602001610218565b6102ae7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001610218565b61020c6106f8565b6102656102d2366004611ecb565b61076f565b6102656102e5366004611fc1565b610791565b6102656102f8366004611ff2565b6108db565b61026561030b36600461203a565b610960565b6001546001600160a01b03165b6040516001600160a01b039091168152602001610218565b5f805160206123d1833981519152546001600160601b031661026f565b610265610360366004611ecb565b610a5c565b610265610373366004611ff2565b610a70565b610380610ad2565b6040516001600160401b039091168152602001610218565b6102656103a6366004611ff2565b610b5e565b6102656103b9366004611ecb565b610b72565b6103c6610b86565b60405160ff9091168152602001610218565b6102656103e6366004612086565b610bee565b61031d610c79565b610265610401366004611ecb565b610daa565b610265610414366004611ecb565b610dbe565b610421610dd2565b6040516001600160e01b03199091168152602001610218565b6102ae5f805160206123d183398151915281565b60286103c6565b61031d610e07565b61026561046b366004611ecb565b610e22565b61026561047e366004611ecb565b610e36565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af41580156104e1573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061050591906120a1565b905090565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a0820183905260c0820152907f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156105b6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105da91906120c3565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a001610622610c79565b6001600160a01b0316815260200182600101805461063f906120de565b80601f016020809104026020016040519081016040528092919081815260200182805461066b906120de565b80156106b65780601f1061068d576101008083540402835291602001916106b6565b820191905f5260205f20905b81548152906001019060200180831161069957829003601f168201915b505050505081525091505090565b6106d0335b5f36610e4a565b6106db83600e610f48565b6106e85f8585858561107c565b50505050565b5f61050530611476565b5f610701610e07565b60405163a166aa8960e01b81523060048201526001600160a01b03919091169063a166aa8990602401602060405180830381865afa158015610745573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610769919061212a565b15905090565b610778336106c9565b610783836016610f48565b6106e860018585858561107c565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c6107b3610483565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af41580156107f1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108159190612157565b5f805160206124118339815191528054600160401b900460ff1680610847575080546001600160401b03808416911610155b156108655760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b17815561088f8361166f565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b6108e4336106c9565b61095b5f848473__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610931573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061095591906120c3565b8561107c565b505050565b5f805160206124118339815191528054600160401b810460ff1615906001600160401b03165f811580156109915750825b90505f826001600160401b031660011480156109ac5750303b155b9050811580156109ba575080155b156109d85760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610a0257845460ff60401b1916600160401b1785555b610a0c8787611677565b8315610a5357845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b610a65336106c9565b6106db836017610f48565b610a79336106c9565b610a8482600c610f48565b61095b6001848473__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610931573d5f803e3d5ffd5b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63645ceefe6028610af7610b86565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af4158015610b3a573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105059190612157565b610b67336106c9565b6108e482600c610f48565b610b7b336106c9565b61078383600e610f48565b5f610b8f610e07565b6001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015610bca573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105059190612172565b33610bf7610e07565b6001600160a01b0316816001600160a01b031614610c375760405162d1953b60e31b81526001600160a01b03821660048201526024015b60405180910390fd5b816001600160a01b03163b5f03610c6c576040516361798f2f60e11b81526001600160a01b0383166004820152602401610c2e565b610c7582611792565b5050565b5f805f805160206123d183398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610ce5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d09919061212a565b15610d94576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610d6a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d8e9190612192565b91505090565b54600160601b90046001600160a01b0316919050565b610db3336106c9565b6106db836016610f48565b610dc7336106c9565b6106db83600f610f48565b5f805160206123f183398151915280545f9190600160a01b900460ff16610df9575f610d8e565b638fb3603760e01b91505090565b5f805160206123f1833981519152546001600160a01b031690565b610e2b336106c9565b610783836017610f48565b610e3f336106c9565b61078383600f610f48565b5f805160206123f18339815191525f80610e82610e65610e07565b8730610e7460045f8a8c6121ad565b610e7d916121d4565b6117f2565b9150915081610f405763ffffffff811615610f1d57825460ff60a01b1916600160a01b178355610eb0610e07565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b8152600401610edf9392919061220c565b5f604051808303815f87803b158015610ef6575f80fd5b505af1158015610f08573d5f803e3d5ffd5b5050845460ff60a01b1916855550610f409050565b60405162d1953b60e31b81526001600160a01b0387166004820152602401610c2e565b505050505050565b60405163037c8cb160e51b815260ff8216600482015273__$0d958e68cba84670b8f4a3f2f2686b1c6b$__90636f91962090602401602060405180830381865af4158015610f98573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610fbc919061212a565b8061104a57506001546001600160a01b0316604051635b12715d60e11b81526001600160601b038416600482015260ff831660248201526001600160a01b03919091169063b624e2ba90604401602060405180830381865afa158015611024573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611048919061212a565b155b15610c755760405163d711af7560e01b81526001600160601b038316600482015260ff82166024820152604401610c2e565b5f61108783836118fa565b90508515611286576040516330b8415f60e01b81526001600160601b038216600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af41580156110e5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611109919061212a565b1561118857604051639f8151e560e01b81526001600160601b038086166004830152821660248201526001600160a01b03861690639f8151e5906044016020604051808303815f875af1158015611162573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061118691906120c3565b505b6040516330b8415f60e01b81526001600160601b038316600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af41580156111de573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611202919061212a565b156112815760405163e80c61ed60e01b81526001600160601b038086166004830152831660248201526001600160a01b0386169063e80c61ed906044016020604051808303815f875af115801561125b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061127f91906120c3565b505b610f40565b6040516330b8415f60e01b81526001600160601b038216600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af41580156112dc573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611300919061212a565b1561137f5760405163b0628dc360e01b81526001600160601b038086166004830152821660248201526001600160a01b0386169063b0628dc3906044016020604051808303815f875af1158015611359573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061137d91906120c3565b505b6040516330b8415f60e01b81526001600160601b038316600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af41580156113d5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113f9919061212a565b15610f40576040516314cc21b560e21b81526001600160601b038086166004830152831660248201526001600160a01b0386169063533086d4906044016020604051808303815f875af1158015611452573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a5391906120c3565b5f805f805160206123d183398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156114e2573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611506919061212a565b156115325780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610c2e565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015611584573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115a8919061212a565b6115d05760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610c2e565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015611622573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061164691906120c3565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b6101dc611985565b5f805160206124118339815191528054600160401b810460ff1615906001600160401b03165f811580156116a85750825b90505f826001600160401b031660011480156116c35750303b155b9050811580156116d1575080155b156116ef5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561171957845460ff60401b1916600160401b1785555b5f808780602001905181019061172f919061224b565b9150915061173e82828b6119bd565b61174e63a76f099560e01b611a56565b50508315610a5357845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001610a4a565b5f805160206123f183398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b179052516118609190612283565b5f60405180830381855afa9150503d805f8114611898576040519150601f19603f3d011682016040523d82523d5f602084013e61189d565b606091505b509150915081156118ef5760408151106118cf57808060200190518101906118c59190612299565b90945092506118ef565b60208151106118ef57808060200190518101906118ec919061212a565b93505b505094509492505050565b60405163274acb3560e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb3590604401602060405180830381865af415801561195a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061197e91906120c3565b9392505050565b5f8051602061241183398151915254600160401b900460ff166119bb57604051631afcd79f60e31b815260040160405180910390fd5b565b6119c5611985565b6119cd611a89565b611a4a8383846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015611a0e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a3291906120c3565b60085f8660405180602001604052805f815250611a99565b61095b63daf9067160e01b5b611a5e611985565b611a86816001600160e01b0319165f908152602081905260409020805460ff19166001179055565b50565b611a91611985565b6119bb611be0565b611aa1611985565b604051632330f24760e01b81526001600160a01b038816600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90632330f24790602401602060405180830381865af4158015611af7573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b1b919061212a565b611b435760405163cf6935e560e01b81526001600160a01b0388166004820152602401610c2e565b611b4c87611c0e565b611b568683611c1f565b5f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0388166cffffffffffffffffffffffffff1990911617600160601b60ff8816021760ff60681b1916600160681b86151502178155905060018101611bc58382612316565b50611bd6634a531f3360e01b611a56565b5050505050505050565b611be8611985565b60017f9b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f0055565b611c16611985565b611a8681611c95565b611c27611985565b611c2f611ca6565b611c3882611cee565b6001600160a01b038116611c5f5760405163f17ef42d60e01b815260040160405180910390fd5b5f805160206123d183398151915280546001600160601b0316600160601b6001600160a01b039093169290920291909117905550565b611c9d611985565b611a8681611792565b611cae611985565b6119bb6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b611cf6611985565b604051633334d16b60e01b81526001600160a01b038216600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90633334d16b90602401602060405180830381865af4158015611d4c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d70919061212a565b611d985760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610c2e565b600180546001600160a01b0319166001600160a01b0392909216919091179055565b5f60208284031215611dca575f80fd5b81356001600160e01b03198116811461197e575f80fd5b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151611e57608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152611e9b610100840182611de1565b949350505050565b6001600160a01b0381168114611a86575f80fd5b6001600160601b0381168114611a86575f80fd5b5f805f8060808587031215611ede575f80fd5b8435611ee981611ea3565b93506020850135611ef981611eb7565b92506040850135611f0981611eb7565b91506060850135611f1981611eb7565b939692955090935050565b634e487b7160e01b5f52604160045260245ffd5b5f82601f830112611f47575f80fd5b81356001600160401b03811115611f6057611f60611f24565b604051601f8201601f19908116603f011681016001600160401b0381118282101715611f8e57611f8e611f24565b604052818152838201602001851015611fa5575f80fd5b816020850160208301375f918101602001919091529392505050565b5f60208284031215611fd1575f80fd5b81356001600160401b03811115611fe6575f80fd5b611e9b84828501611f38565b5f805f60608486031215612004575f80fd5b833561200f81611ea3565b9250602084013561201f81611eb7565b9150604084013561202f81611eb7565b809150509250925092565b5f806040838503121561204b575f80fd5b823561205681611ea3565b915060208301356001600160401b03811115612070575f80fd5b61207c85828601611f38565b9150509250929050565b5f60208284031215612096575f80fd5b813561197e81611ea3565b5f602082840312156120b1575f80fd5b815162ffffff8116811461197e575f80fd5b5f602082840312156120d3575f80fd5b815161197e81611eb7565b600181811c908216806120f257607f821691505b60208210810361211057634e487b7160e01b5f52602260045260245ffd5b50919050565b80518015158114612125575f80fd5b919050565b5f6020828403121561213a575f80fd5b61197e82612116565b6001600160401b0381168114611a86575f80fd5b5f60208284031215612167575f80fd5b815161197e81612143565b5f60208284031215612182575f80fd5b815160ff8116811461197e575f80fd5b5f602082840312156121a2575f80fd5b815161197e81611ea3565b5f80858511156121bb575f80fd5b838611156121c7575f80fd5b5050820193919092039150565b80356001600160e01b03198116906004841015612205576001600160e01b0319600485900360031b81901b82161691505b5092915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b5f806040838503121561225c575f80fd5b825161226781611ea3565b602084015190925061227881611ea3565b809150509250929050565b5f82518060208501845e5f920191825250919050565b5f80604083850312156122aa575f80fd5b6122b383612116565b9150602083015163ffffffff81168114612278575f80fd5b601f82111561095b57805f5260205f20601f840160051c810160208510156122f05750805b601f840160051c820191505b8181101561230f575f81556001016122fc565b5050505050565b81516001600160401b0381111561232f5761232f611f24565b6123438161233d84546120de565b846122cb565b6020601f821160018114612375575f831561235e5750848201515b5f19600385901b1c1916600184901b17845561230f565b5f84815260208120601f198516915b828110156123a45787850151825560209485019460019092019101612384565b50848210156123c157868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a2646970667358221220214e262d8a3e9a47458122f3e631e03a25a3a14473ee85f89586937d3537e10264736f6c634300081a0033",
|
893
|
+
"bytecode": "0x6080604052348015600e575f80fd5b5060156019565b60c9565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff161560685760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b039081161460c65780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b6124e7806100d65f395ff3fe608060405234801561000f575f80fd5b50600436106101e7575f3560e01c80636c741e78116101095780638fb360371161009e578063d165cb641161006e578063d165cb6414610468578063d56cd3d51461047b578063dd94be6814610370578063e618053f146103fe575f80fd5b80638fb3603714610424578063ada9652e14610445578063b68d180914610459578063bf7e214f14610460575f80fd5b80637a9e5e4b116100d95780637a9e5e4b146103e3578063893d20e8146103f6578063899cc04c146103fe57806389fad8a214610411575f80fd5b80636c741e78146103835780636e172807146103a357806374933c2f146103b657806376b707b7146103c9575f80fd5b8063329d6e741161017f5780635eec02641161014f5780635eec0264146102cf578063644c45e014610340578063661017811461035d57806367438c5014610370575f80fd5b8063329d6e74146102e2578063346696cc146102f557806349bb9e4b146103085780635ab1bd531461031b575f80fd5b8063138461e0116101ba578063138461e0146102725780631eff4b221461029257806322f3e2d4146102c757806325e451d3146102cf575f80fd5b806301ffc9a7146101eb5780630d8e6e2c1461022c5780630fec111c1461024857806311a146771461025d575b5f80fd5b6102176101f9366004611e3b565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61023461048e565b60405162ffffff9091168152602001610223565b610250610515565b6040516102239190611e90565b61027061026b366004611f4c565b6106cf565b005b61027a6106f9565b6040516001600160601b039091168152602001610223565b6102b97f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001610223565b610217610703565b6102706102dd366004611f4c565b61077a565b6102706102f0366004612042565b61079c565b610270610303366004612073565b6108e6565b6102706103163660046120bb565b61096b565b6001546001600160a01b03165b6040516001600160a01b039091168152602001610223565b5f80516020612452833981519152546001600160601b031661027a565b61027061036b366004611f4c565b610a67565b61027061037e366004612073565b610a7b565b61038b610add565b6040516001600160401b039091168152602001610223565b6102706103b1366004612073565b610b69565b6102706103c4366004611f4c565b610b7d565b6103d1610b91565b60405160ff9091168152602001610223565b6102706103f1366004612107565b610bf9565b610328610c84565b61027061040c366004611f4c565b610db5565b61027061041f366004611f4c565b610dc9565b61042c610ddd565b6040516001600160e01b03199091168152602001610223565b6102b95f8051602061245283398151915281565b60286103d1565b610328610e12565b610270610476366004611f4c565b610e2d565b610270610489366004611f4c565b610e41565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af41580156104ec573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105109190612122565b905090565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a0820183905260c0820152907f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156105c1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105e59190612144565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a00161062d610c84565b6001600160a01b0316815260200182600101805461064a9061215f565b80601f01602080910402602001604051908101604052809291908181526020018280546106769061215f565b80156106c15780601f10610698576101008083540402835291602001916106c1565b820191905f5260205f20905b8154815290600101906020018083116106a457829003601f168201915b505050505081525091505090565b6106db335b5f36610e55565b6106e683600e610f53565b6106f35f85858585611087565b50505050565b5f61051030611481565b5f61070c610e12565b60405163a166aa8960e01b81523060048201526001600160a01b03919091169063a166aa8990602401602060405180830381865afa158015610750573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061077491906121ab565b15905090565b610783336106d4565b61078e836016610f53565b6106f3600185858585611087565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c6107be61048e565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af41580156107fc573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061082091906121d8565b5f805160206124928339815191528054600160401b900460ff1680610852575080546001600160401b03808416911610155b156108705760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b17815561089a836116d7565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b6108ef336106d4565b6109665f848473__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af415801561093c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109609190612144565b85611087565b505050565b5f805160206124928339815191528054600160401b810460ff1615906001600160401b03165f8115801561099c5750825b90505f826001600160401b031660011480156109b75750303b155b9050811580156109c5575080155b156109e35760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610a0d57845460ff60401b1916600160401b1785555b610a1787876116f8565b8315610a5e57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b610a70336106d4565b6106e6836017610f53565b610a84336106d4565b610a8f82600c610f53565b6109666001848473__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af415801561093c573d5f803e3d5ffd5b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63645ceefe6028610b02610b91565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af4158015610b45573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061051091906121d8565b610b72336106d4565b6108ef82600c610f53565b610b86336106d4565b61078e83600e610f53565b5f610b9a610e12565b6001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015610bd5573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061051091906121f3565b33610c02610e12565b6001600160a01b0316816001600160a01b031614610c425760405162d1953b60e31b81526001600160a01b03821660048201526024015b60405180910390fd5b816001600160a01b03163b5f03610c77576040516361798f2f60e11b81526001600160a01b0383166004820152602401610c39565b610c8082611813565b5050565b5f805f8051602061245283398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610cf0573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d1491906121ab565b15610d9f576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610d75573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d999190612213565b91505090565b54600160601b90046001600160a01b0316919050565b610dbe336106d4565b6106e6836016610f53565b610dd2336106d4565b6106e683600f610f53565b5f8051602061247283398151915280545f9190600160a01b900460ff16610e04575f610d99565b638fb3603760e01b91505090565b5f80516020612472833981519152546001600160a01b031690565b610e36336106d4565b61078e836017610f53565b610e4a336106d4565b61078e83600f610f53565b5f805160206124728339815191525f80610e8d610e70610e12565b8730610e7f60045f8a8c61222e565b610e8891612255565b611873565b9150915081610f4b5763ffffffff811615610f2857825460ff60a01b1916600160a01b178355610ebb610e12565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b8152600401610eea9392919061228d565b5f604051808303815f87803b158015610f01575f80fd5b505af1158015610f13573d5f803e3d5ffd5b5050845460ff60a01b1916855550610f4b9050565b60405162d1953b60e31b81526001600160a01b0387166004820152602401610c39565b505050505050565b60405163037c8cb160e51b815260ff8216600482015273__$0d958e68cba84670b8f4a3f2f2686b1c6b$__90636f91962090602401602060405180830381865af4158015610fa3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610fc791906121ab565b8061105557506001546001600160a01b0316604051635b12715d60e11b81526001600160601b038416600482015260ff831660248201526001600160a01b03919091169063b624e2ba90604401602060405180830381865afa15801561102f573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061105391906121ab565b155b15610c805760405163d711af7560e01b81526001600160601b038316600482015260ff82166024820152604401610c39565b5f611092838361197b565b90508515611291576040516330b8415f60e01b81526001600160601b038216600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af41580156110f0573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061111491906121ab565b1561119357604051639f8151e560e01b81526001600160601b038086166004830152821660248201526001600160a01b03861690639f8151e5906044016020604051808303815f875af115801561116d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111919190612144565b505b6040516330b8415f60e01b81526001600160601b038316600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af41580156111e9573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061120d91906121ab565b1561128c5760405163e80c61ed60e01b81526001600160601b038086166004830152831660248201526001600160a01b0386169063e80c61ed906044016020604051808303815f875af1158015611266573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061128a9190612144565b505b610f4b565b6040516330b8415f60e01b81526001600160601b038216600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af41580156112e7573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061130b91906121ab565b1561138a5760405163b0628dc360e01b81526001600160601b038086166004830152821660248201526001600160a01b0386169063b0628dc3906044016020604051808303815f875af1158015611364573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113889190612144565b505b6040516330b8415f60e01b81526001600160601b038316600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af41580156113e0573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061140491906121ab565b15610f4b576040516314cc21b560e21b81526001600160601b038086166004830152831660248201526001600160a01b0386169063533086d4906044016020604051808303815f875af115801561145d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a5e9190612144565b5f805f8051602061245283398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156114ed573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061151191906121ab565b1561153d5780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610c39565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa15801561158f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115b391906121ab565b6115db5760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610c39565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa15801561162d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116519190612144565b81546bffffffffffffffffffffffff19166001600160601b039190911690811782557f88857b75cbef7f257c9d5a473e28aaf6a91cc28f717f60f2cda3bcf5623d7b549061169d610c84565b604080516001600160601b0390931683526001600160a01b0390911660208301520160405180910390a1546001600160601b031692915050565b6116df611a06565b60405163502ec37160e01b815260040160405180910390fd5b5f805160206124928339815191528054600160401b810460ff1615906001600160401b03165f811580156117295750825b90505f826001600160401b031660011480156117445750303b155b905081158015611752575080155b156117705760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561179a57845460ff60401b1916600160401b1785555b5f80878060200190518101906117b091906122cc565b915091506117bf82828b611a3e565b6117cf637afbb7fd60e01b611ad7565b50508315610a5e57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001610a55565b5f8051602061247283398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b179052516118e19190612304565b5f60405180830381855afa9150503d805f8114611919576040519150601f19603f3d011682016040523d82523d5f602084013e61191e565b606091505b509150915081156119705760408151106119505780806020019051810190611946919061231a565b9094509250611970565b6020815110611970578080602001905181019061196d91906121ab565b93505b505094509492505050565b60405163274acb3560e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb3590604401602060405180830381865af41580156119db573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119ff9190612144565b9392505050565b5f8051602061249283398151915254600160401b900460ff16611a3c57604051631afcd79f60e31b815260040160405180910390fd5b565b611a46611a06565b611a4e611b0a565b611acb8383846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015611a8f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ab39190612144565b60085f8660405180602001604052805f815250611b1a565b61096663daf9067160e01b5b611adf611a06565b611b07816001600160e01b0319165f908152602081905260409020805460ff19166001179055565b50565b611b12611a06565b611a3c611c61565b611b22611a06565b604051632330f24760e01b81526001600160a01b038816600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90632330f24790602401602060405180830381865af4158015611b78573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b9c91906121ab565b611bc45760405163cf6935e560e01b81526001600160a01b0388166004820152602401610c39565b611bcd87611c8f565b611bd78683611ca0565b5f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0388166cffffffffffffffffffffffffff1990911617600160601b60ff8816021760ff60681b1916600160681b86151502178155905060018101611c468382612397565b50611c57634a531f3360e01b611ad7565b5050505050505050565b611c69611a06565b60017f9b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f0055565b611c97611a06565b611b0781611d16565b611ca8611a06565b611cb0611d27565b611cb982611d6f565b6001600160a01b038116611ce05760405163f17ef42d60e01b815260040160405180910390fd5b5f8051602061245283398151915280546001600160601b0316600160601b6001600160a01b039093169290920291909117905550565b611d1e611a06565b611b0781611813565b611d2f611a06565b611a3c6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b611d77611a06565b604051633334d16b60e01b81526001600160a01b038216600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90633334d16b90602401602060405180830381865af4158015611dcd573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611df191906121ab565b611e195760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610c39565b600180546001600160a01b0319166001600160a01b0392909216919091179055565b5f60208284031215611e4b575f80fd5b81356001600160e01b0319811681146119ff575f80fd5b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151611ed8608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152611f1c610100840182611e62565b949350505050565b6001600160a01b0381168114611b07575f80fd5b6001600160601b0381168114611b07575f80fd5b5f805f8060808587031215611f5f575f80fd5b8435611f6a81611f24565b93506020850135611f7a81611f38565b92506040850135611f8a81611f38565b91506060850135611f9a81611f38565b939692955090935050565b634e487b7160e01b5f52604160045260245ffd5b5f82601f830112611fc8575f80fd5b81356001600160401b03811115611fe157611fe1611fa5565b604051601f8201601f19908116603f011681016001600160401b038111828210171561200f5761200f611fa5565b604052818152838201602001851015612026575f80fd5b816020850160208301375f918101602001919091529392505050565b5f60208284031215612052575f80fd5b81356001600160401b03811115612067575f80fd5b611f1c84828501611fb9565b5f805f60608486031215612085575f80fd5b833561209081611f24565b925060208401356120a081611f38565b915060408401356120b081611f38565b809150509250925092565b5f80604083850312156120cc575f80fd5b82356120d781611f24565b915060208301356001600160401b038111156120f1575f80fd5b6120fd85828601611fb9565b9150509250929050565b5f60208284031215612117575f80fd5b81356119ff81611f24565b5f60208284031215612132575f80fd5b815162ffffff811681146119ff575f80fd5b5f60208284031215612154575f80fd5b81516119ff81611f38565b600181811c9082168061217357607f821691505b60208210810361219157634e487b7160e01b5f52602260045260245ffd5b50919050565b805180151581146121a6575f80fd5b919050565b5f602082840312156121bb575f80fd5b6119ff82612197565b6001600160401b0381168114611b07575f80fd5b5f602082840312156121e8575f80fd5b81516119ff816121c4565b5f60208284031215612203575f80fd5b815160ff811681146119ff575f80fd5b5f60208284031215612223575f80fd5b81516119ff81611f24565b5f808585111561223c575f80fd5b83861115612248575f80fd5b5050820193919092039150565b80356001600160e01b03198116906004841015612286576001600160e01b0319600485900360031b81901b82161691505b5092915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b5f80604083850312156122dd575f80fd5b82516122e881611f24565b60208401519092506122f981611f24565b809150509250929050565b5f82518060208501845e5f920191825250919050565b5f806040838503121561232b575f80fd5b61233483612197565b9150602083015163ffffffff811681146122f9575f80fd5b601f82111561096657805f5260205f20601f840160051c810160208510156123715750805b601f840160051c820191505b81811015612390575f815560010161237d565b5050505050565b81516001600160401b038111156123b0576123b0611fa5565b6123c4816123be845461215f565b8461234c565b6020601f8211600181146123f6575f83156123df5750848201515b5f19600385901b1c1916600184901b178455612390565b5f84815260208120601f198516915b828110156124255787850151825560209485019460019092019101612405565b508482101561244257868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a264697066735822122079dc80233b0da05c26f66a3f24cdcee6feb6ae70d8d25ca0714b2f9a1b5aa34364736f6c634300081a0033",
|
894
|
+
"deployedBytecode": "0x608060405234801561000f575f80fd5b50600436106101e7575f3560e01c80636c741e78116101095780638fb360371161009e578063d165cb641161006e578063d165cb6414610468578063d56cd3d51461047b578063dd94be6814610370578063e618053f146103fe575f80fd5b80638fb3603714610424578063ada9652e14610445578063b68d180914610459578063bf7e214f14610460575f80fd5b80637a9e5e4b116100d95780637a9e5e4b146103e3578063893d20e8146103f6578063899cc04c146103fe57806389fad8a214610411575f80fd5b80636c741e78146103835780636e172807146103a357806374933c2f146103b657806376b707b7146103c9575f80fd5b8063329d6e741161017f5780635eec02641161014f5780635eec0264146102cf578063644c45e014610340578063661017811461035d57806367438c5014610370575f80fd5b8063329d6e74146102e2578063346696cc146102f557806349bb9e4b146103085780635ab1bd531461031b575f80fd5b8063138461e0116101ba578063138461e0146102725780631eff4b221461029257806322f3e2d4146102c757806325e451d3146102cf575f80fd5b806301ffc9a7146101eb5780630d8e6e2c1461022c5780630fec111c1461024857806311a146771461025d575b5f80fd5b6102176101f9366004611e3b565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61023461048e565b60405162ffffff9091168152602001610223565b610250610515565b6040516102239190611e90565b61027061026b366004611f4c565b6106cf565b005b61027a6106f9565b6040516001600160601b039091168152602001610223565b6102b97f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001610223565b610217610703565b6102706102dd366004611f4c565b61077a565b6102706102f0366004612042565b61079c565b610270610303366004612073565b6108e6565b6102706103163660046120bb565b61096b565b6001546001600160a01b03165b6040516001600160a01b039091168152602001610223565b5f80516020612452833981519152546001600160601b031661027a565b61027061036b366004611f4c565b610a67565b61027061037e366004612073565b610a7b565b61038b610add565b6040516001600160401b039091168152602001610223565b6102706103b1366004612073565b610b69565b6102706103c4366004611f4c565b610b7d565b6103d1610b91565b60405160ff9091168152602001610223565b6102706103f1366004612107565b610bf9565b610328610c84565b61027061040c366004611f4c565b610db5565b61027061041f366004611f4c565b610dc9565b61042c610ddd565b6040516001600160e01b03199091168152602001610223565b6102b95f8051602061245283398151915281565b60286103d1565b610328610e12565b610270610476366004611f4c565b610e2d565b610270610489366004611f4c565b610e41565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af41580156104ec573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105109190612122565b905090565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a0820183905260c0820152907f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156105c1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105e59190612144565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a00161062d610c84565b6001600160a01b0316815260200182600101805461064a9061215f565b80601f01602080910402602001604051908101604052809291908181526020018280546106769061215f565b80156106c15780601f10610698576101008083540402835291602001916106c1565b820191905f5260205f20905b8154815290600101906020018083116106a457829003601f168201915b505050505081525091505090565b6106db335b5f36610e55565b6106e683600e610f53565b6106f35f85858585611087565b50505050565b5f61051030611481565b5f61070c610e12565b60405163a166aa8960e01b81523060048201526001600160a01b03919091169063a166aa8990602401602060405180830381865afa158015610750573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061077491906121ab565b15905090565b610783336106d4565b61078e836016610f53565b6106f3600185858585611087565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c6107be61048e565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af41580156107fc573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061082091906121d8565b5f805160206124928339815191528054600160401b900460ff1680610852575080546001600160401b03808416911610155b156108705760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b17815561089a836116d7565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b6108ef336106d4565b6109665f848473__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af415801561093c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109609190612144565b85611087565b505050565b5f805160206124928339815191528054600160401b810460ff1615906001600160401b03165f8115801561099c5750825b90505f826001600160401b031660011480156109b75750303b155b9050811580156109c5575080155b156109e35760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610a0d57845460ff60401b1916600160401b1785555b610a1787876116f8565b8315610a5e57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b610a70336106d4565b6106e6836017610f53565b610a84336106d4565b610a8f82600c610f53565b6109666001848473__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af415801561093c573d5f803e3d5ffd5b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63645ceefe6028610b02610b91565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af4158015610b45573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061051091906121d8565b610b72336106d4565b6108ef82600c610f53565b610b86336106d4565b61078e83600e610f53565b5f610b9a610e12565b6001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015610bd5573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061051091906121f3565b33610c02610e12565b6001600160a01b0316816001600160a01b031614610c425760405162d1953b60e31b81526001600160a01b03821660048201526024015b60405180910390fd5b816001600160a01b03163b5f03610c77576040516361798f2f60e11b81526001600160a01b0383166004820152602401610c39565b610c8082611813565b5050565b5f805f8051602061245283398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610cf0573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d1491906121ab565b15610d9f576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610d75573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d999190612213565b91505090565b54600160601b90046001600160a01b0316919050565b610dbe336106d4565b6106e6836016610f53565b610dd2336106d4565b6106e683600f610f53565b5f8051602061247283398151915280545f9190600160a01b900460ff16610e04575f610d99565b638fb3603760e01b91505090565b5f80516020612472833981519152546001600160a01b031690565b610e36336106d4565b61078e836017610f53565b610e4a336106d4565b61078e83600f610f53565b5f805160206124728339815191525f80610e8d610e70610e12565b8730610e7f60045f8a8c61222e565b610e8891612255565b611873565b9150915081610f4b5763ffffffff811615610f2857825460ff60a01b1916600160a01b178355610ebb610e12565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b8152600401610eea9392919061228d565b5f604051808303815f87803b158015610f01575f80fd5b505af1158015610f13573d5f803e3d5ffd5b5050845460ff60a01b1916855550610f4b9050565b60405162d1953b60e31b81526001600160a01b0387166004820152602401610c39565b505050505050565b60405163037c8cb160e51b815260ff8216600482015273__$0d958e68cba84670b8f4a3f2f2686b1c6b$__90636f91962090602401602060405180830381865af4158015610fa3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610fc791906121ab565b8061105557506001546001600160a01b0316604051635b12715d60e11b81526001600160601b038416600482015260ff831660248201526001600160a01b03919091169063b624e2ba90604401602060405180830381865afa15801561102f573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061105391906121ab565b155b15610c805760405163d711af7560e01b81526001600160601b038316600482015260ff82166024820152604401610c39565b5f611092838361197b565b90508515611291576040516330b8415f60e01b81526001600160601b038216600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af41580156110f0573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061111491906121ab565b1561119357604051639f8151e560e01b81526001600160601b038086166004830152821660248201526001600160a01b03861690639f8151e5906044016020604051808303815f875af115801561116d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111919190612144565b505b6040516330b8415f60e01b81526001600160601b038316600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af41580156111e9573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061120d91906121ab565b1561128c5760405163e80c61ed60e01b81526001600160601b038086166004830152831660248201526001600160a01b0386169063e80c61ed906044016020604051808303815f875af1158015611266573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061128a9190612144565b505b610f4b565b6040516330b8415f60e01b81526001600160601b038216600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af41580156112e7573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061130b91906121ab565b1561138a5760405163b0628dc360e01b81526001600160601b038086166004830152821660248201526001600160a01b0386169063b0628dc3906044016020604051808303815f875af1158015611364573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113889190612144565b505b6040516330b8415f60e01b81526001600160601b038316600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af41580156113e0573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061140491906121ab565b15610f4b576040516314cc21b560e21b81526001600160601b038086166004830152831660248201526001600160a01b0386169063533086d4906044016020604051808303815f875af115801561145d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a5e9190612144565b5f805f8051602061245283398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156114ed573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061151191906121ab565b1561153d5780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610c39565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa15801561158f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115b391906121ab565b6115db5760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610c39565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa15801561162d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116519190612144565b81546bffffffffffffffffffffffff19166001600160601b039190911690811782557f88857b75cbef7f257c9d5a473e28aaf6a91cc28f717f60f2cda3bcf5623d7b549061169d610c84565b604080516001600160601b0390931683526001600160a01b0390911660208301520160405180910390a1546001600160601b031692915050565b6116df611a06565b60405163502ec37160e01b815260040160405180910390fd5b5f805160206124928339815191528054600160401b810460ff1615906001600160401b03165f811580156117295750825b90505f826001600160401b031660011480156117445750303b155b905081158015611752575080155b156117705760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561179a57845460ff60401b1916600160401b1785555b5f80878060200190518101906117b091906122cc565b915091506117bf82828b611a3e565b6117cf637afbb7fd60e01b611ad7565b50508315610a5e57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001610a55565b5f8051602061247283398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b179052516118e19190612304565b5f60405180830381855afa9150503d805f8114611919576040519150601f19603f3d011682016040523d82523d5f602084013e61191e565b606091505b509150915081156119705760408151106119505780806020019051810190611946919061231a565b9094509250611970565b6020815110611970578080602001905181019061196d91906121ab565b93505b505094509492505050565b60405163274acb3560e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb3590604401602060405180830381865af41580156119db573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119ff9190612144565b9392505050565b5f8051602061249283398151915254600160401b900460ff16611a3c57604051631afcd79f60e31b815260040160405180910390fd5b565b611a46611a06565b611a4e611b0a565b611acb8383846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015611a8f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ab39190612144565b60085f8660405180602001604052805f815250611b1a565b61096663daf9067160e01b5b611adf611a06565b611b07816001600160e01b0319165f908152602081905260409020805460ff19166001179055565b50565b611b12611a06565b611a3c611c61565b611b22611a06565b604051632330f24760e01b81526001600160a01b038816600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90632330f24790602401602060405180830381865af4158015611b78573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b9c91906121ab565b611bc45760405163cf6935e560e01b81526001600160a01b0388166004820152602401610c39565b611bcd87611c8f565b611bd78683611ca0565b5f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0388166cffffffffffffffffffffffffff1990911617600160601b60ff8816021760ff60681b1916600160681b86151502178155905060018101611c468382612397565b50611c57634a531f3360e01b611ad7565b5050505050505050565b611c69611a06565b60017f9b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f0055565b611c97611a06565b611b0781611d16565b611ca8611a06565b611cb0611d27565b611cb982611d6f565b6001600160a01b038116611ce05760405163f17ef42d60e01b815260040160405180910390fd5b5f8051602061245283398151915280546001600160601b0316600160601b6001600160a01b039093169290920291909117905550565b611d1e611a06565b611b0781611813565b611d2f611a06565b611a3c6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b611d77611a06565b604051633334d16b60e01b81526001600160a01b038216600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90633334d16b90602401602060405180830381865af4158015611dcd573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611df191906121ab565b611e195760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610c39565b600180546001600160a01b0319166001600160a01b0392909216919091179055565b5f60208284031215611e4b575f80fd5b81356001600160e01b0319811681146119ff575f80fd5b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151611ed8608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152611f1c610100840182611e62565b949350505050565b6001600160a01b0381168114611b07575f80fd5b6001600160601b0381168114611b07575f80fd5b5f805f8060808587031215611f5f575f80fd5b8435611f6a81611f24565b93506020850135611f7a81611f38565b92506040850135611f8a81611f38565b91506060850135611f9a81611f38565b939692955090935050565b634e487b7160e01b5f52604160045260245ffd5b5f82601f830112611fc8575f80fd5b81356001600160401b03811115611fe157611fe1611fa5565b604051601f8201601f19908116603f011681016001600160401b038111828210171561200f5761200f611fa5565b604052818152838201602001851015612026575f80fd5b816020850160208301375f918101602001919091529392505050565b5f60208284031215612052575f80fd5b81356001600160401b03811115612067575f80fd5b611f1c84828501611fb9565b5f805f60608486031215612085575f80fd5b833561209081611f24565b925060208401356120a081611f38565b915060408401356120b081611f38565b809150509250925092565b5f80604083850312156120cc575f80fd5b82356120d781611f24565b915060208301356001600160401b038111156120f1575f80fd5b6120fd85828601611fb9565b9150509250929050565b5f60208284031215612117575f80fd5b81356119ff81611f24565b5f60208284031215612132575f80fd5b815162ffffff811681146119ff575f80fd5b5f60208284031215612154575f80fd5b81516119ff81611f38565b600181811c9082168061217357607f821691505b60208210810361219157634e487b7160e01b5f52602260045260245ffd5b50919050565b805180151581146121a6575f80fd5b919050565b5f602082840312156121bb575f80fd5b6119ff82612197565b6001600160401b0381168114611b07575f80fd5b5f602082840312156121e8575f80fd5b81516119ff816121c4565b5f60208284031215612203575f80fd5b815160ff811681146119ff575f80fd5b5f60208284031215612223575f80fd5b81516119ff81611f24565b5f808585111561223c575f80fd5b83861115612248575f80fd5b5050820193919092039150565b80356001600160e01b03198116906004841015612286576001600160e01b0319600485900360031b81901b82161691505b5092915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b5f80604083850312156122dd575f80fd5b82516122e881611f24565b60208401519092506122f981611f24565b809150509250929050565b5f82518060208501845e5f920191825250919050565b5f806040838503121561232b575f80fd5b61233483612197565b9150602083015163ffffffff811681146122f9575f80fd5b601f82111561096657805f5260205f20601f840160051c810160208510156123715750805b601f840160051c820191505b81811015612390575f815560010161237d565b5050505050565b81516001600160401b038111156123b0576123b0611fa5565b6123c4816123be845461215f565b8461234c565b6020601f8211600181146123f6575f83156123df5750848201515b5f19600385901b1c1916600184901b178455612390565b5f84815260208120601f198516915b828110156124255787850151825560209485019460019092019101612405565b508482101561244257868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a264697066735822122079dc80233b0da05c26f66a3f24cdcee6feb6ae70d8d25ca0714b2f9a1b5aa34364736f6c634300081a0033",
|
843
895
|
"linkReferences": {
|
844
896
|
"contracts/shared/ContractLib.sol": {
|
845
897
|
"ContractLib": [
|
846
898
|
{
|
847
899
|
"length": 20,
|
848
|
-
"start":
|
900
|
+
"start": 7190
|
849
901
|
},
|
850
902
|
{
|
851
903
|
"length": 20,
|
852
|
-
"start":
|
904
|
+
"start": 7787
|
853
905
|
}
|
854
906
|
]
|
855
907
|
},
|
@@ -857,31 +909,31 @@
|
|
857
909
|
"AmountLib": [
|
858
910
|
{
|
859
911
|
"length": 20,
|
860
|
-
"start":
|
912
|
+
"start": 2509
|
861
913
|
},
|
862
914
|
{
|
863
915
|
"length": 20,
|
864
|
-
"start":
|
916
|
+
"start": 2926
|
865
917
|
},
|
866
918
|
{
|
867
919
|
"length": 20,
|
868
|
-
"start":
|
920
|
+
"start": 4494
|
869
921
|
},
|
870
922
|
{
|
871
923
|
"length": 20,
|
872
|
-
"start":
|
924
|
+
"start": 4743
|
873
925
|
},
|
874
926
|
{
|
875
927
|
"length": 20,
|
876
|
-
"start":
|
928
|
+
"start": 4997
|
877
929
|
},
|
878
930
|
{
|
879
931
|
"length": 20,
|
880
|
-
"start":
|
932
|
+
"start": 5246
|
881
933
|
},
|
882
934
|
{
|
883
935
|
"length": 20,
|
884
|
-
"start":
|
936
|
+
"start": 6777
|
885
937
|
}
|
886
938
|
]
|
887
939
|
},
|
@@ -889,15 +941,15 @@
|
|
889
941
|
"NftIdLib": [
|
890
942
|
{
|
891
943
|
"length": 20,
|
892
|
-
"start":
|
944
|
+
"start": 1618
|
893
945
|
},
|
894
946
|
{
|
895
947
|
"length": 20,
|
896
|
-
"start":
|
948
|
+
"start": 3470
|
897
949
|
},
|
898
950
|
{
|
899
951
|
"length": 20,
|
900
|
-
"start":
|
952
|
+
"start": 5515
|
901
953
|
}
|
902
954
|
]
|
903
955
|
},
|
@@ -905,7 +957,7 @@
|
|
905
957
|
"ObjectTypeLib": [
|
906
958
|
{
|
907
959
|
"length": 20,
|
908
|
-
"start":
|
960
|
+
"start": 4161
|
909
961
|
}
|
910
962
|
]
|
911
963
|
},
|
@@ -913,7 +965,7 @@
|
|
913
965
|
"RoleIdLib": [
|
914
966
|
{
|
915
967
|
"length": 20,
|
916
|
-
"start":
|
968
|
+
"start": 2998
|
917
969
|
}
|
918
970
|
]
|
919
971
|
},
|
@@ -921,11 +973,11 @@
|
|
921
973
|
"VersionLib": [
|
922
974
|
{
|
923
975
|
"length": 20,
|
924
|
-
"start":
|
976
|
+
"start": 1418
|
925
977
|
},
|
926
978
|
{
|
927
979
|
"length": 20,
|
928
|
-
"start":
|
980
|
+
"start": 2164
|
929
981
|
}
|
930
982
|
]
|
931
983
|
}
|
@@ -935,11 +987,11 @@
|
|
935
987
|
"ContractLib": [
|
936
988
|
{
|
937
989
|
"length": 20,
|
938
|
-
"start":
|
990
|
+
"start": 6976
|
939
991
|
},
|
940
992
|
{
|
941
993
|
"length": 20,
|
942
|
-
"start":
|
994
|
+
"start": 7573
|
943
995
|
}
|
944
996
|
]
|
945
997
|
},
|
@@ -947,31 +999,31 @@
|
|
947
999
|
"AmountLib": [
|
948
1000
|
{
|
949
1001
|
"length": 20,
|
950
|
-
"start":
|
1002
|
+
"start": 2295
|
951
1003
|
},
|
952
1004
|
{
|
953
1005
|
"length": 20,
|
954
|
-
"start":
|
1006
|
+
"start": 2712
|
955
1007
|
},
|
956
1008
|
{
|
957
1009
|
"length": 20,
|
958
|
-
"start":
|
1010
|
+
"start": 4280
|
959
1011
|
},
|
960
1012
|
{
|
961
1013
|
"length": 20,
|
962
|
-
"start":
|
1014
|
+
"start": 4529
|
963
1015
|
},
|
964
1016
|
{
|
965
1017
|
"length": 20,
|
966
|
-
"start":
|
1018
|
+
"start": 4783
|
967
1019
|
},
|
968
1020
|
{
|
969
1021
|
"length": 20,
|
970
|
-
"start":
|
1022
|
+
"start": 5032
|
971
1023
|
},
|
972
1024
|
{
|
973
1025
|
"length": 20,
|
974
|
-
"start":
|
1026
|
+
"start": 6563
|
975
1027
|
}
|
976
1028
|
]
|
977
1029
|
},
|
@@ -979,15 +1031,15 @@
|
|
979
1031
|
"NftIdLib": [
|
980
1032
|
{
|
981
1033
|
"length": 20,
|
982
|
-
"start":
|
1034
|
+
"start": 1404
|
983
1035
|
},
|
984
1036
|
{
|
985
1037
|
"length": 20,
|
986
|
-
"start":
|
1038
|
+
"start": 3256
|
987
1039
|
},
|
988
1040
|
{
|
989
1041
|
"length": 20,
|
990
|
-
"start":
|
1042
|
+
"start": 5301
|
991
1043
|
}
|
992
1044
|
]
|
993
1045
|
},
|
@@ -995,7 +1047,7 @@
|
|
995
1047
|
"ObjectTypeLib": [
|
996
1048
|
{
|
997
1049
|
"length": 20,
|
998
|
-
"start":
|
1050
|
+
"start": 3947
|
999
1051
|
}
|
1000
1052
|
]
|
1001
1053
|
},
|
@@ -1003,7 +1055,7 @@
|
|
1003
1055
|
"RoleIdLib": [
|
1004
1056
|
{
|
1005
1057
|
"length": 20,
|
1006
|
-
"start":
|
1058
|
+
"start": 2784
|
1007
1059
|
}
|
1008
1060
|
]
|
1009
1061
|
},
|
@@ -1011,11 +1063,11 @@
|
|
1011
1063
|
"VersionLib": [
|
1012
1064
|
{
|
1013
1065
|
"length": 20,
|
1014
|
-
"start":
|
1066
|
+
"start": 1204
|
1015
1067
|
},
|
1016
1068
|
{
|
1017
1069
|
"length": 20,
|
1018
|
-
"start":
|
1070
|
+
"start": 1950
|
1019
1071
|
}
|
1020
1072
|
]
|
1021
1073
|
}
|