@etherisc/gif-next 0.0.2-f398177-971 → 0.0.2-f47f21f-178
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +51 -5
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +1293 -0
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +4 -0
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +1206 -0
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +414 -0
- package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +4 -0
- package/artifacts/contracts/{instance/module/ISetup.sol/ISetup.json → authorization/IAccess.sol/IAccess.json} +2 -2
- package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
- package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.json +1060 -0
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +295 -0
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +167 -0
- package/artifacts/contracts/authorization/ReleaseAccessManager.sol/ReleaseAccessManager.dbg.json +4 -0
- package/artifacts/contracts/authorization/ReleaseAccessManager.sol/ReleaseAccessManager.json +1196 -0
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +253 -0
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +1402 -0
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +4 -0
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +470 -0
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +1048 -0
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1439 -0
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +830 -0
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
- package/artifacts/contracts/{components → distribution}/IDistributionComponent.sol/IDistributionComponent.json +221 -292
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service → distribution}/IDistributionService.sol/IDistributionService.json +216 -95
- package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.json +22 -0
- package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.json +1538 -0
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +470 -0
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +2077 -0
- package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +470 -0
- package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.json +376 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.json +1471 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1231 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1592 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +2095 -0
- package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +4 -0
- package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +703 -0
- package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstance.sol/IInstance.json +118 -97
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +171 -85
- package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
- package/artifacts/contracts/instance/Instance.sol/Instance.json +126 -226
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +1653 -0
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +561 -0
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +874 -385
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +247 -231
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +151 -85
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +1288 -398
- package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +4 -0
- package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +318 -0
- package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
- package/artifacts/contracts/instance/{Cloneable.sol → base/Cloneable.sol}/Cloneable.json +1 -54
- package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +10 -0
- package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +223 -0
- package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +181 -0
- package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +8 -116
- 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 +4 -0
- package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
- package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +4 -0
- package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +1039 -0
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +478 -0
- package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
- package/artifacts/contracts/oracle/IOracle.sol/IOracle.json +52 -0
- package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
- package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +788 -0
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IPolicyService.sol/IPolicyService.json → oracle/IOracleService.sol/IOracleService.json} +262 -204
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
- package/artifacts/contracts/{components/IProductComponent.sol/IProductComponent.json → oracle/Oracle.sol/Oracle.json} +318 -272
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +966 -0
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +722 -0
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
- package/artifacts/contracts/{components/Pool.sol/Pool.json → pool/BasicPool.sol/BasicPool.json} +305 -413
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +470 -0
- package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
- package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1465 -0
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +834 -0
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service → pool}/IBundleService.sol/IBundleService.json +257 -32
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +960 -0
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service → pool}/IPoolService.sol/IPoolService.json +463 -257
- package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
- package/artifacts/contracts/{components/IPoolComponent.sol/IPoolComponent.json → pool/Pool.sol/Pool.json} +379 -376
- package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1625 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +766 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +771 -0
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +710 -0
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
- package/artifacts/contracts/{components/Product.sol/Product.json → product/BasicProduct.sol/BasicProduct.json} +387 -412
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +470 -0
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1431 -0
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +838 -0
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service → product}/IApplicationService.sol/IApplicationService.json +55 -2
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service → product}/IClaimService.sol/IClaimService.json +207 -8
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +925 -0
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service → product}/IPricingService.sol/IPricingService.json +155 -87
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +1012 -0
- package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IProductService.sol/IProductService.json → product/IRiskService.sol/IRiskService.json} +44 -57
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1302 -0
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +782 -0
- package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
- package/artifacts/contracts/product/PricingService.sol/PricingService.json +907 -0
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +762 -0
- package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
- package/artifacts/contracts/product/Product.sol/Product.json +1131 -0
- package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
- package/artifacts/contracts/product/RiskService.sol/RiskService.json +622 -0
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +694 -0
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +59 -16
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +435 -29
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +270 -109
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +5 -18
- package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
- package/artifacts/contracts/registry/Registry.sol/Registry.json +865 -68
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +1886 -0
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +334 -238
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +138 -82
- package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +4 -0
- package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +205 -0
- package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +4 -0
- package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +1067 -0
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +272 -0
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +316 -140
- package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
- package/artifacts/contracts/shared/Component.sol/Component.json +725 -0
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1768 -0
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +814 -0
- package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
- package/artifacts/contracts/{instance/base/ComponentService.sol/ComponentService.json → shared/ComponentVerifyingService.sol/ComponentVerifyingService.json} +59 -216
- package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +4 -0
- package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +92 -0
- package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
- package/artifacts/contracts/{components → shared}/IComponent.sol/IComponent.json +111 -115
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +1335 -0
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +723 -0
- package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
- package/artifacts/contracts/{instance/base → shared}/IKeyValueStore.sol/IKeyValueStore.json +95 -14
- package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
- package/artifacts/contracts/{instance/base → shared}/ILifecycle.sol/ILifecycle.json +35 -4
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +23 -1
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +1 -1
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +16 -30
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +36 -1
- 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 +49 -1
- package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +4 -0
- package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.json +53 -0
- package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
- package/artifacts/contracts/{components/Component.sol/Component.json → shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json} +213 -257
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +538 -0
- package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
- package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.json +174 -0
- package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +4 -0
- package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +306 -0
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +28 -57
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +1 -1
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +20 -124
- package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
- package/artifacts/contracts/shared/Registerable.sol/Registerable.json +70 -87
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +1 -1
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +2 -15
- package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
- package/artifacts/contracts/shared/Service.sol/Service.json +55 -101
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +364 -9
- package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +4 -0
- package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +108 -0
- package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
- package/artifacts/contracts/{components/Distribution.sol/Distribution.json → staking/IStaking.sol/IStaking.json} +688 -599
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1043 -0
- package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +4 -0
- package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +440 -0
- package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
- package/artifacts/contracts/staking/Staking.sol/Staking.json +1888 -0
- package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +205 -0
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +776 -0
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +587 -0
- package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1249 -0
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +710 -0
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2283 -0
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +607 -0
- package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
- package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +10 -0
- package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
- package/artifacts/contracts/type/Amount.sol/AmountLib.json +398 -0
- package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
- package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +225 -0
- package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +203 -0
- package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
- package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +104 -0
- package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
- package/artifacts/contracts/type/Fee.sol/FeeLib.json +317 -0
- package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
- package/artifacts/contracts/type/Key32.sol/Key32Lib.json +125 -0
- package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/NftId.sol/NftIdLib.json +209 -0
- package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
- package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +33 -0
- package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
- package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +239 -0
- package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
- package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
- package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
- package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +204 -0
- package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +142 -0
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +369 -0
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +246 -0
- package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +4 -0
- package/artifacts/contracts/type/Selector.sol/SelectorLib.json +129 -0
- package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +4 -0
- package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +10 -0
- package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/StateId.sol/StateIdLib.json +105 -0
- package/artifacts/contracts/type/String.sol/StrLib.dbg.json +4 -0
- package/artifacts/contracts/type/String.sol/StrLib.json +132 -0
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
- package/artifacts/contracts/{types → type}/Timestamp.sol/TimestampLib.json +39 -7
- package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +4 -0
- package/artifacts/contracts/type/UFixed.sol/MathLib.json +16 -0
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +548 -0
- package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
- package/artifacts/contracts/type/Version.sol/VersionLib.json +177 -0
- package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
- package/artifacts/contracts/type/Version.sol/VersionPartLib.json +68 -0
- package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +4 -0
- package/artifacts/contracts/{shared → upgradeability}/IVersionable.sol/IVersionable.json +1 -1
- package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +602 -0
- package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +129 -0
- package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
- package/artifacts/contracts/{shared → upgradeability}/Versionable.sol/Versionable.json +1 -1
- package/contracts/authorization/AccessAdmin.sol +596 -0
- package/contracts/authorization/AccessManagerCloneable.sol +16 -0
- package/contracts/authorization/Authorization.sol +289 -0
- package/contracts/authorization/IAccess.sol +49 -0
- package/contracts/authorization/IAccessAdmin.sol +137 -0
- package/contracts/authorization/IAuthorization.sol +60 -0
- package/contracts/authorization/IServiceAuthorization.sol +40 -0
- package/contracts/authorization/ReleaseAccessManager.sol +38 -0
- package/contracts/authorization/ServiceAuthorization.sol +106 -0
- package/contracts/distribution/BasicDistribution.sol +139 -0
- package/contracts/distribution/BasicDistributionAuthorization.sol +47 -0
- package/contracts/{components → distribution}/Distribution.sol +160 -160
- package/contracts/distribution/DistributionService.sol +355 -0
- package/contracts/distribution/DistributionServiceManager.sol +39 -0
- package/contracts/distribution/IDistributionComponent.sol +52 -0
- package/contracts/{instance/service → distribution}/IDistributionService.sol +32 -18
- package/contracts/examples/fire/DamageLevel.sol +59 -0
- package/contracts/examples/fire/FirePool.sol +75 -0
- package/contracts/examples/fire/FirePoolAuthorization.sol +34 -0
- package/contracts/examples/fire/FireProduct.sol +418 -0
- package/contracts/examples/fire/FireProductAuthorization.sol +44 -0
- package/contracts/examples/fire/FireUSD.sol +26 -0
- package/contracts/examples/unpermissioned/SimpleDistribution.sol +50 -0
- package/contracts/examples/unpermissioned/SimpleOracle.sol +137 -0
- package/contracts/examples/unpermissioned/SimplePool.sol +76 -0
- package/contracts/examples/unpermissioned/SimpleProduct.sol +351 -0
- package/contracts/instance/{BundleManager.sol → BundleSet.sol} +27 -27
- package/contracts/instance/IInstance.sol +33 -44
- package/contracts/instance/IInstanceService.sol +34 -35
- package/contracts/instance/Instance.sol +129 -126
- package/contracts/instance/InstanceAdmin.sol +277 -0
- package/contracts/instance/InstanceAuthorizationV3.sol +194 -0
- package/contracts/instance/InstanceReader.sol +202 -75
- package/contracts/instance/InstanceService.sol +250 -147
- package/contracts/instance/InstanceServiceManager.sol +14 -29
- package/contracts/instance/InstanceStore.sol +148 -73
- package/contracts/instance/base/BalanceStore.sol +123 -0
- package/contracts/instance/base/Cloneable.sol +28 -0
- package/contracts/instance/base/ObjectCounter.sol +21 -0
- package/contracts/instance/base/ObjectLifecycle.sol +111 -0
- package/contracts/instance/{ObjectManager.sol → base/ObjectSet.sol} +18 -21
- package/contracts/instance/module/IAccess.sol +4 -12
- package/contracts/instance/module/IBundle.sol +6 -9
- package/contracts/instance/module/IComponents.sol +26 -16
- package/contracts/instance/module/IDistribution.sol +5 -6
- package/contracts/instance/module/IPolicy.sol +40 -33
- package/contracts/instance/module/IRisk.sol +1 -1
- package/contracts/{test/Usdc.sol → mock/Dip.sol} +6 -6
- package/contracts/oracle/BasicOracle.sol +47 -0
- package/contracts/oracle/BasicOracleAuthorization.sol +46 -0
- package/contracts/oracle/IOracle.sol +36 -0
- package/contracts/oracle/IOracleComponent.sol +33 -0
- package/contracts/oracle/IOracleService.sol +66 -0
- package/contracts/oracle/Oracle.sol +156 -0
- package/contracts/oracle/OracleService.sol +291 -0
- package/contracts/oracle/OracleServiceManager.sol +39 -0
- package/contracts/pool/BasicPool.sol +154 -0
- package/contracts/pool/BasicPoolAuthorization.sol +57 -0
- package/contracts/pool/BundleService.sol +493 -0
- package/contracts/pool/BundleServiceManager.sol +39 -0
- package/contracts/{instance/service → pool}/IBundleService.sol +54 -29
- package/contracts/pool/IPoolComponent.sol +68 -0
- package/contracts/pool/IPoolService.sol +167 -0
- package/contracts/pool/Pool.sol +335 -0
- package/contracts/pool/PoolService.sol +544 -0
- package/contracts/pool/PoolServiceManager.sol +39 -0
- package/contracts/product/ApplicationService.sol +259 -0
- package/contracts/{instance/service → product}/ApplicationServiceManager.sol +12 -9
- package/contracts/product/BasicProduct.sol +53 -0
- package/contracts/product/BasicProductAuthorization.sol +42 -0
- package/contracts/product/ClaimService.sol +612 -0
- package/contracts/{instance/service → product}/ClaimServiceManager.sol +12 -9
- package/contracts/{instance/service → product}/IApplicationService.sol +10 -9
- package/contracts/{instance/service → product}/IClaimService.sol +51 -18
- package/contracts/product/IPolicyService.sol +80 -0
- package/contracts/product/IPricingService.sol +39 -0
- package/contracts/product/IProductComponent.sol +59 -0
- package/contracts/product/IRiskService.sol +33 -0
- package/contracts/product/PolicyService.sol +697 -0
- package/contracts/product/PolicyServiceManager.sol +39 -0
- package/contracts/product/PricingService.sol +300 -0
- package/contracts/product/PricingServiceManager.sol +39 -0
- package/contracts/product/Product.sol +455 -0
- package/contracts/product/RiskService.sol +96 -0
- package/contracts/product/RiskServiceManager.sol +39 -0
- package/contracts/registry/ChainNft.sol +75 -38
- package/contracts/registry/IRegistry.sol +96 -26
- package/contracts/registry/IRegistryService.sol +34 -38
- package/contracts/registry/ITransferInterceptor.sol +1 -2
- package/contracts/registry/Registry.sol +445 -195
- package/contracts/registry/RegistryAdmin.sol +448 -0
- package/contracts/registry/RegistryService.sol +87 -132
- package/contracts/registry/RegistryServiceManager.sol +23 -32
- package/contracts/registry/ReleaseLifecycle.sol +30 -0
- package/contracts/registry/ReleaseRegistry.sol +501 -0
- package/contracts/registry/ServiceAuthorizationV3.sol +194 -0
- package/contracts/registry/TokenRegistry.sol +261 -62
- package/contracts/shared/Component.sol +265 -0
- package/contracts/shared/ComponentService.sol +735 -0
- package/contracts/shared/ComponentServiceManager.sol +38 -0
- package/contracts/shared/ComponentVerifyingService.sol +126 -0
- package/contracts/shared/ContractLib.sol +38 -0
- package/contracts/{components → shared}/IComponent.sol +25 -41
- package/contracts/shared/IComponentService.sol +120 -0
- package/contracts/shared/IInstanceLinkedComponent.sol +41 -0
- package/contracts/{instance/base → shared}/IKeyValueStore.sol +16 -11
- package/contracts/{instance/base → shared}/ILifecycle.sol +5 -4
- package/contracts/shared/INftOwnable.sol +4 -2
- package/contracts/shared/IPolicyHolder.sol +16 -21
- package/contracts/shared/IRegisterable.sol +11 -0
- package/contracts/shared/IService.sol +10 -3
- package/contracts/shared/{ERC165.sol → InitializableERC165.sol} +4 -4
- package/contracts/shared/InstanceLinkedComponent.sol +213 -0
- package/contracts/shared/KeyValueStore.sol +131 -0
- package/contracts/shared/Lifecycle.sol +88 -0
- package/contracts/shared/NftIdSet.sol +65 -0
- package/contracts/shared/NftOwnable.sol +32 -23
- package/contracts/shared/PolicyHolder.sol +20 -52
- package/contracts/shared/Registerable.sol +22 -12
- package/contracts/shared/RegistryLinked.sol +3 -2
- package/contracts/shared/Service.sol +48 -36
- package/contracts/shared/TokenHandler.sol +113 -9
- package/contracts/shared/TokenHandlerDeployerLib.sol +12 -0
- package/contracts/staking/IStaking.sol +168 -0
- package/contracts/staking/IStakingService.sol +157 -0
- package/contracts/staking/StakeManagerLib.sol +224 -0
- package/contracts/staking/Staking.sol +497 -0
- package/contracts/staking/StakingLifecycle.sol +23 -0
- package/contracts/staking/StakingManager.sol +52 -0
- package/contracts/staking/StakingReader.sol +190 -0
- package/contracts/staking/StakingService.sol +393 -0
- package/contracts/staking/StakingServiceManager.sol +44 -0
- package/contracts/staking/StakingStore.sol +605 -0
- package/contracts/staking/TargetManagerLib.sol +211 -0
- package/contracts/{types → type}/AddressSet.sol +1 -1
- package/contracts/{types → type}/Amount.sol +44 -3
- package/contracts/{types → type}/Blocknumber.sol +26 -3
- package/contracts/{types → type}/ClaimId.sol +6 -1
- package/contracts/{types → type}/Fee.sol +17 -16
- package/contracts/{types → type}/NftId.sol +15 -16
- package/contracts/{types → type}/NftIdSet.sol +2 -2
- package/contracts/type/ObjectType.sol +276 -0
- package/contracts/{types → type}/PayoutId.sol +10 -10
- package/contracts/{types → type}/Referral.sol +2 -1
- package/contracts/type/RequestId.sol +75 -0
- package/contracts/{types → type}/RiskId.sol +16 -2
- package/contracts/type/RoleId.sol +162 -0
- package/contracts/type/Seconds.sol +101 -0
- package/contracts/type/Selector.sol +102 -0
- package/contracts/{types → type}/StateId.sol +41 -2
- package/contracts/type/String.sol +53 -0
- package/contracts/{types → type}/Timestamp.sol +17 -3
- package/contracts/{types → type}/UFixed.sol +38 -9
- package/contracts/{types → type}/Version.sol +4 -2
- package/contracts/{shared → upgradeability}/IVersionable.sol +1 -1
- package/contracts/{shared → upgradeability}/ProxyManager.sol +93 -30
- package/contracts/{shared → upgradeability}/UpgradableProxyWithAdmin.sol +1 -3
- package/contracts/{shared → upgradeability}/Versionable.sol +3 -3
- package/package.json +9 -5
- package/artifacts/contracts/components/Component.sol/Component.dbg.json +0 -4
- package/artifacts/contracts/components/Distribution.sol/Distribution.dbg.json +0 -4
- package/artifacts/contracts/components/IComponent.sol/IComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
- package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
- package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
- package/artifacts/contracts/instance/BundleManager.sol/BundleManager.dbg.json +0 -4
- package/artifacts/contracts/instance/BundleManager.sol/BundleManager.json +0 -778
- package/artifacts/contracts/instance/Cloneable.sol/Cloneable.dbg.json +0 -4
- package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.dbg.json +0 -4
- package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.json +0 -1348
- package/artifacts/contracts/instance/InstanceAuthorizationsLib.sol/InstanceAuthorizationsLib.dbg.json +0 -4
- package/artifacts/contracts/instance/InstanceAuthorizationsLib.sol/InstanceAuthorizationsLib.json +0 -124
- package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.dbg.json +0 -4
- package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.json +0 -256
- package/artifacts/contracts/instance/base/ComponentService.sol/ComponentService.dbg.json +0 -4
- package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +0 -4
- package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +0 -4
- package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +0 -4
- package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +0 -532
- package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +0 -4
- package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +0 -194
- package/artifacts/contracts/instance/module/ISetup.sol/ISetup.dbg.json +0 -4
- package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.dbg.json +0 -4
- package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.json +0 -10
- package/artifacts/contracts/instance/service/ApplicationService.sol/ApplicationService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ApplicationService.sol/ApplicationService.json +0 -918
- package/artifacts/contracts/instance/service/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ApplicationServiceManager.sol/ApplicationServiceManager.json +0 -648
- package/artifacts/contracts/instance/service/BundleService.sol/BundleService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/BundleService.sol/BundleService.json +0 -1288
- package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.json +0 -696
- package/artifacts/contracts/instance/service/ClaimService.sol/ClaimService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ClaimService.sol/ClaimService.json +0 -1384
- package/artifacts/contracts/instance/service/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ClaimServiceManager.sol/ClaimServiceManager.json +0 -752
- package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.json +0 -1556
- package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.json +0 -780
- package/artifacts/contracts/instance/service/IApplicationService.sol/IApplicationService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IBundleService.sol/IBundleService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IClaimService.sol/IClaimService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IPolicyService.sol/IPolicyService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IPricingService.sol/IPricingService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.json +0 -1281
- package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.json +0 -740
- package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -1622
- package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.json +0 -708
- package/artifacts/contracts/instance/service/PricingService.sol/PricingService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PricingService.sol/PricingService.json +0 -1004
- package/artifacts/contracts/instance/service/PricingServiceManager.sol/PricingServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PricingServiceManager.sol/PricingServiceManager.json +0 -688
- package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +0 -864
- package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.json +0 -640
- package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.dbg.json +0 -4
- package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.json +0 -285
- package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.dbg.json +0 -4
- package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.json +0 -559
- package/artifacts/contracts/shared/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.dbg.json +0 -4
- package/artifacts/contracts/shared/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.json +0 -1206
- package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.dbg.json +0 -4
- package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.json +0 -107
- package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +0 -4
- package/artifacts/contracts/shared/ERC165.sol/ERC165.json +0 -73
- package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +0 -4
- package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +0 -4
- package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +0 -569
- package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +0 -4
- package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +0 -129
- package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +0 -4
- package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
- package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -119
- package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
- package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -370
- package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +0 -4
- package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +0 -116
- package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +0 -4
- package/artifacts/contracts/test/TestService.sol/TestService.json +0 -588
- package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
- package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -376
- package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
- package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -218
- package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
- package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -104
- package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +0 -4
- package/artifacts/contracts/test/Usdc.sol/USDC.json +0 -376
- package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
- package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.json +0 -10
- package/artifacts/contracts/types/Amount.sol/AmountLib.dbg.json +0 -4
- package/artifacts/contracts/types/Amount.sol/AmountLib.json +0 -281
- package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
- package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -174
- package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
- package/artifacts/contracts/types/ClaimId.sol/ClaimIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/ClaimId.sol/ClaimIdLib.json +0 -179
- package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.dbg.json +0 -4
- package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.json +0 -104
- package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +0 -4
- package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -312
- package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +0 -4
- package/artifacts/contracts/types/Key32.sol/Key32Lib.json +0 -125
- package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -166
- package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
- package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +0 -33
- package/artifacts/contracts/types/NumberId.sol/NumberIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/NumberId.sol/NumberIdLib.json +0 -100
- package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
- package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +0 -92
- package/artifacts/contracts/types/PayoutId.sol/PayoutIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/PayoutId.sol/PayoutIdLib.json +0 -209
- package/artifacts/contracts/types/Referral.sol/ReferralLib.dbg.json +0 -4
- package/artifacts/contracts/types/Referral.sol/ReferralLib.json +0 -142
- package/artifacts/contracts/types/RiskId.sol/RiskIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/RiskId.sol/RiskIdLib.json +0 -86
- package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/RoleId.sol/RoleIdLib.json +0 -156
- package/artifacts/contracts/types/Seconds.sol/SecondsLib.dbg.json +0 -4
- package/artifacts/contracts/types/Seconds.sol/SecondsLib.json +0 -124
- package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/StateId.sol/StateIdLib.json +0 -92
- package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
- package/artifacts/contracts/types/UFixed.sol/MathLib.dbg.json +0 -4
- package/artifacts/contracts/types/UFixed.sol/MathLib.json +0 -10
- package/artifacts/contracts/types/UFixed.sol/UFixedLib.dbg.json +0 -4
- package/artifacts/contracts/types/UFixed.sol/UFixedLib.json +0 -479
- package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
- package/artifacts/contracts/types/Version.sol/VersionLib.json +0 -177
- package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
- package/artifacts/contracts/types/Version.sol/VersionPartLib.json +0 -49
- package/contracts/components/Component.sol +0 -272
- package/contracts/components/IDistributionComponent.sol +0 -71
- package/contracts/components/IPoolComponent.sol +0 -114
- package/contracts/components/IProductComponent.sol +0 -41
- package/contracts/components/Pool.sol +0 -302
- package/contracts/components/Product.sol +0 -375
- package/contracts/instance/Cloneable.sol +0 -51
- package/contracts/instance/InstanceAccessManager.sol +0 -541
- package/contracts/instance/InstanceAuthorizationsLib.sol +0 -308
- package/contracts/instance/base/ComponentService.sol +0 -148
- package/contracts/instance/base/KeyValueStore.sol +0 -149
- package/contracts/instance/base/Lifecycle.sol +0 -120
- package/contracts/instance/module/ISetup.sol +0 -33
- package/contracts/instance/module/ITreasury.sol +0 -23
- package/contracts/instance/service/ApplicationService.sol +0 -186
- package/contracts/instance/service/BundleService.sol +0 -382
- package/contracts/instance/service/BundleServiceManager.sol +0 -51
- package/contracts/instance/service/ClaimService.sol +0 -437
- package/contracts/instance/service/DistributionService.sol +0 -348
- package/contracts/instance/service/DistributionServiceManager.sol +0 -51
- package/contracts/instance/service/IPolicyService.sol +0 -80
- package/contracts/instance/service/IPoolService.sol +0 -114
- package/contracts/instance/service/IPricingService.sol +0 -37
- package/contracts/instance/service/IProductService.sol +0 -40
- package/contracts/instance/service/PolicyService.sol +0 -376
- package/contracts/instance/service/PolicyServiceManager.sol +0 -54
- package/contracts/instance/service/PoolService.sol +0 -403
- package/contracts/instance/service/PoolServiceManager.sol +0 -51
- package/contracts/instance/service/PricingService.sol +0 -275
- package/contracts/instance/service/PricingServiceManager.sol +0 -51
- package/contracts/instance/service/ProductService.sol +0 -210
- package/contracts/instance/service/ProductServiceManager.sol +0 -54
- package/contracts/registry/RegistryAccessManager.sol +0 -216
- package/contracts/registry/ReleaseManager.sol +0 -324
- package/contracts/shared/AccessManagerUpgradeableInitializeable.sol +0 -13
- package/contracts/shared/ContractDeployerLib.sol +0 -72
- package/contracts/test/TestFee.sol +0 -25
- package/contracts/test/TestRegisterable.sol +0 -18
- package/contracts/test/TestRoleId.sol +0 -14
- package/contracts/test/TestService.sol +0 -25
- package/contracts/test/TestToken.sol +0 -26
- package/contracts/test/TestVersion.sol +0 -44
- package/contracts/test/TestVersionable.sol +0 -17
- package/contracts/types/ChainId.sol +0 -38
- package/contracts/types/NumberId.sol +0 -52
- package/contracts/types/ObjectType.sol +0 -161
- package/contracts/types/RoleId.sol +0 -97
- package/contracts/types/Seconds.sol +0 -54
- /package/contracts/{types → type}/DistributorType.sol +0 -0
- /package/contracts/{types → type}/Key32.sol +0 -0
@@ -48,17 +48,33 @@
|
|
48
48
|
},
|
49
49
|
{
|
50
50
|
"inputs": [],
|
51
|
-
"name": "
|
51
|
+
"name": "ErrorInstanceServiceAccessManagerZero",
|
52
52
|
"type": "error"
|
53
53
|
},
|
54
54
|
{
|
55
55
|
"inputs": [],
|
56
|
-
"name": "
|
56
|
+
"name": "ErrorInstanceServiceBundleMangerInstanceMismatch",
|
57
57
|
"type": "error"
|
58
58
|
},
|
59
59
|
{
|
60
60
|
"inputs": [],
|
61
|
-
"name": "
|
61
|
+
"name": "ErrorInstanceServiceBundleSetAuthorityMismatch",
|
62
|
+
"type": "error"
|
63
|
+
},
|
64
|
+
{
|
65
|
+
"inputs": [],
|
66
|
+
"name": "ErrorInstanceServiceBundleSetZero",
|
67
|
+
"type": "error"
|
68
|
+
},
|
69
|
+
{
|
70
|
+
"inputs": [
|
71
|
+
{
|
72
|
+
"internalType": "address",
|
73
|
+
"name": "component",
|
74
|
+
"type": "address"
|
75
|
+
}
|
76
|
+
],
|
77
|
+
"name": "ErrorInstanceServiceComponentNotInstanceLinked",
|
62
78
|
"type": "error"
|
63
79
|
},
|
64
80
|
{
|
@@ -74,12 +90,12 @@
|
|
74
90
|
},
|
75
91
|
{
|
76
92
|
"inputs": [],
|
77
|
-
"name": "
|
93
|
+
"name": "ErrorInstanceServiceInstanceAddressZero",
|
78
94
|
"type": "error"
|
79
95
|
},
|
80
96
|
{
|
81
97
|
"inputs": [],
|
82
|
-
"name": "
|
98
|
+
"name": "ErrorInstanceServiceInstanceAdminZero",
|
83
99
|
"type": "error"
|
84
100
|
},
|
85
101
|
{
|
@@ -138,6 +154,22 @@
|
|
138
154
|
"name": "ErrorInstanceServiceInstanceStoreZero",
|
139
155
|
"type": "error"
|
140
156
|
},
|
157
|
+
{
|
158
|
+
"inputs": [
|
159
|
+
{
|
160
|
+
"internalType": "address",
|
161
|
+
"name": "instance",
|
162
|
+
"type": "address"
|
163
|
+
},
|
164
|
+
{
|
165
|
+
"internalType": "VersionPart",
|
166
|
+
"name": "instanceVersion",
|
167
|
+
"type": "uint8"
|
168
|
+
}
|
169
|
+
],
|
170
|
+
"name": "ErrorInstanceServiceInstanceVersionMismatch",
|
171
|
+
"type": "error"
|
172
|
+
},
|
141
173
|
{
|
142
174
|
"inputs": [
|
143
175
|
{
|
@@ -161,12 +193,12 @@
|
|
161
193
|
},
|
162
194
|
{
|
163
195
|
"inputs": [],
|
164
|
-
"name": "
|
196
|
+
"name": "ErrorInstanceServiceMasterBundleSetAlreadySet",
|
165
197
|
"type": "error"
|
166
198
|
},
|
167
199
|
{
|
168
200
|
"inputs": [],
|
169
|
-
"name": "
|
201
|
+
"name": "ErrorInstanceServiceMasterInstanceAdminAlreadySet",
|
170
202
|
"type": "error"
|
171
203
|
},
|
172
204
|
{
|
@@ -180,8 +212,19 @@
|
|
180
212
|
"type": "error"
|
181
213
|
},
|
182
214
|
{
|
183
|
-
"inputs": [
|
184
|
-
|
215
|
+
"inputs": [
|
216
|
+
{
|
217
|
+
"internalType": "address",
|
218
|
+
"name": "instance",
|
219
|
+
"type": "address"
|
220
|
+
},
|
221
|
+
{
|
222
|
+
"internalType": "ObjectType",
|
223
|
+
"name": "objectType",
|
224
|
+
"type": "uint8"
|
225
|
+
}
|
226
|
+
],
|
227
|
+
"name": "ErrorInstanceServiceNotInstance",
|
185
228
|
"type": "error"
|
186
229
|
},
|
187
230
|
{
|
@@ -192,23 +235,18 @@
|
|
192
235
|
"type": "uint96"
|
193
236
|
}
|
194
237
|
],
|
195
|
-
"name": "
|
238
|
+
"name": "ErrorInstanceServiceNotInstanceNftId",
|
196
239
|
"type": "error"
|
197
240
|
},
|
198
241
|
{
|
199
242
|
"inputs": [
|
200
243
|
{
|
201
244
|
"internalType": "address",
|
202
|
-
"name": "
|
245
|
+
"name": "instance",
|
203
246
|
"type": "address"
|
204
|
-
},
|
205
|
-
{
|
206
|
-
"internalType": "NftId",
|
207
|
-
"name": "instanceNftId",
|
208
|
-
"type": "uint96"
|
209
247
|
}
|
210
248
|
],
|
211
|
-
"name": "
|
249
|
+
"name": "ErrorInstanceServiceNotRegistered",
|
212
250
|
"type": "error"
|
213
251
|
},
|
214
252
|
{
|
@@ -249,6 +287,22 @@
|
|
249
287
|
"name": "ErrorNftOwnableInitialOwnerZero",
|
250
288
|
"type": "error"
|
251
289
|
},
|
290
|
+
{
|
291
|
+
"inputs": [
|
292
|
+
{
|
293
|
+
"internalType": "NftId",
|
294
|
+
"name": "nftId",
|
295
|
+
"type": "uint96"
|
296
|
+
},
|
297
|
+
{
|
298
|
+
"internalType": "ObjectType",
|
299
|
+
"name": "expectedObjectType",
|
300
|
+
"type": "uint8"
|
301
|
+
}
|
302
|
+
],
|
303
|
+
"name": "ErrorNftOwnableInvalidType",
|
304
|
+
"type": "error"
|
305
|
+
},
|
252
306
|
{
|
253
307
|
"inputs": [
|
254
308
|
{
|
@@ -286,6 +340,11 @@
|
|
286
340
|
"name": "NotInitializing",
|
287
341
|
"type": "error"
|
288
342
|
},
|
343
|
+
{
|
344
|
+
"inputs": [],
|
345
|
+
"name": "ReentrancyGuardReentrantCall",
|
346
|
+
"type": "error"
|
347
|
+
},
|
289
348
|
{
|
290
349
|
"anonymous": false,
|
291
350
|
"inputs": [
|
@@ -317,45 +376,15 @@
|
|
317
376
|
"inputs": [
|
318
377
|
{
|
319
378
|
"indexed": false,
|
320
|
-
"internalType": "
|
321
|
-
"name": "
|
322
|
-
"type": "
|
323
|
-
},
|
324
|
-
{
|
325
|
-
"indexed": false,
|
326
|
-
"internalType": "address",
|
327
|
-
"name": "clonedInstanceAccessManager",
|
328
|
-
"type": "address"
|
329
|
-
},
|
330
|
-
{
|
331
|
-
"indexed": false,
|
332
|
-
"internalType": "address",
|
333
|
-
"name": "clonedInstance",
|
334
|
-
"type": "address"
|
335
|
-
},
|
336
|
-
{
|
337
|
-
"indexed": false,
|
338
|
-
"internalType": "address",
|
339
|
-
"name": "clonedInstanceStore",
|
340
|
-
"type": "address"
|
341
|
-
},
|
342
|
-
{
|
343
|
-
"indexed": false,
|
344
|
-
"internalType": "address",
|
345
|
-
"name": "clonedBundleManager",
|
346
|
-
"type": "address"
|
379
|
+
"internalType": "NftId",
|
380
|
+
"name": "instanceNftId",
|
381
|
+
"type": "uint96"
|
347
382
|
},
|
348
383
|
{
|
349
384
|
"indexed": false,
|
350
385
|
"internalType": "address",
|
351
|
-
"name": "
|
386
|
+
"name": "instance",
|
352
387
|
"type": "address"
|
353
|
-
},
|
354
|
-
{
|
355
|
-
"indexed": false,
|
356
|
-
"internalType": "NftId",
|
357
|
-
"name": "clonedInstanceNftId",
|
358
|
-
"type": "uint96"
|
359
388
|
}
|
360
389
|
],
|
361
390
|
"name": "LogInstanceCloned",
|
@@ -363,12 +392,12 @@
|
|
363
392
|
},
|
364
393
|
{
|
365
394
|
"inputs": [],
|
366
|
-
"name": "
|
395
|
+
"name": "GIF_RELEASE",
|
367
396
|
"outputs": [
|
368
397
|
{
|
369
|
-
"internalType": "
|
398
|
+
"internalType": "uint256",
|
370
399
|
"name": "",
|
371
|
-
"type": "
|
400
|
+
"type": "uint256"
|
372
401
|
}
|
373
402
|
],
|
374
403
|
"stateMutability": "view",
|
@@ -376,7 +405,7 @@
|
|
376
405
|
},
|
377
406
|
{
|
378
407
|
"inputs": [],
|
379
|
-
"name": "
|
408
|
+
"name": "INSTANCE_CREATION_CODE_HASH",
|
380
409
|
"outputs": [
|
381
410
|
{
|
382
411
|
"internalType": "bytes32",
|
@@ -389,7 +418,7 @@
|
|
389
418
|
},
|
390
419
|
{
|
391
420
|
"inputs": [],
|
392
|
-
"name": "
|
421
|
+
"name": "NFT_OWNABLE_STORAGE_LOCATION_V1",
|
393
422
|
"outputs": [
|
394
423
|
{
|
395
424
|
"internalType": "bytes32",
|
@@ -402,53 +431,33 @@
|
|
402
431
|
},
|
403
432
|
{
|
404
433
|
"inputs": [],
|
405
|
-
"name": "
|
434
|
+
"name": "REGISTERABLE_LOCATION_V1",
|
406
435
|
"outputs": [
|
407
436
|
{
|
408
|
-
"internalType": "
|
437
|
+
"internalType": "bytes32",
|
409
438
|
"name": "",
|
410
|
-
"type": "
|
439
|
+
"type": "bytes32"
|
411
440
|
}
|
412
441
|
],
|
413
442
|
"stateMutability": "view",
|
414
443
|
"type": "function"
|
415
444
|
},
|
416
445
|
{
|
417
|
-
"inputs": [
|
418
|
-
|
419
|
-
|
420
|
-
"name": "instanceNftId",
|
421
|
-
"type": "uint96"
|
422
|
-
},
|
446
|
+
"inputs": [],
|
447
|
+
"name": "authority",
|
448
|
+
"outputs": [
|
423
449
|
{
|
424
450
|
"internalType": "address",
|
425
|
-
"name": "
|
451
|
+
"name": "",
|
426
452
|
"type": "address"
|
427
|
-
},
|
428
|
-
{
|
429
|
-
"internalType": "string",
|
430
|
-
"name": "targetName",
|
431
|
-
"type": "string"
|
432
|
-
},
|
433
|
-
{
|
434
|
-
"internalType": "bytes4[][]",
|
435
|
-
"name": "selectors",
|
436
|
-
"type": "bytes4[][]"
|
437
|
-
},
|
438
|
-
{
|
439
|
-
"internalType": "RoleId[]",
|
440
|
-
"name": "roles",
|
441
|
-
"type": "uint64[]"
|
442
453
|
}
|
443
454
|
],
|
444
|
-
"
|
445
|
-
"outputs": [],
|
446
|
-
"stateMutability": "nonpayable",
|
455
|
+
"stateMutability": "view",
|
447
456
|
"type": "function"
|
448
457
|
},
|
449
458
|
{
|
450
459
|
"inputs": [],
|
451
|
-
"name": "
|
460
|
+
"name": "createInstance",
|
452
461
|
"outputs": [
|
453
462
|
{
|
454
463
|
"internalType": "contract Instance",
|
@@ -470,7 +479,7 @@
|
|
470
479
|
"outputs": [
|
471
480
|
{
|
472
481
|
"internalType": "ObjectType",
|
473
|
-
"name": "",
|
482
|
+
"name": "serviceDomain",
|
474
483
|
"type": "uint8"
|
475
484
|
}
|
476
485
|
],
|
@@ -581,12 +590,12 @@
|
|
581
590
|
},
|
582
591
|
{
|
583
592
|
"inputs": [],
|
584
|
-
"name": "
|
593
|
+
"name": "getRelease",
|
585
594
|
"outputs": [
|
586
595
|
{
|
587
|
-
"internalType": "
|
588
|
-
"name": "",
|
589
|
-
"type": "
|
596
|
+
"internalType": "VersionPart",
|
597
|
+
"name": "release",
|
598
|
+
"type": "uint8"
|
590
599
|
}
|
591
600
|
],
|
592
601
|
"stateMutability": "pure",
|
@@ -594,101 +603,28 @@
|
|
594
603
|
},
|
595
604
|
{
|
596
605
|
"inputs": [],
|
597
|
-
"name": "
|
598
|
-
"outputs": [
|
599
|
-
"stateMutability": "nonpayable",
|
600
|
-
"type": "function"
|
601
|
-
},
|
602
|
-
{
|
603
|
-
"inputs": [
|
604
|
-
{
|
605
|
-
"internalType": "address",
|
606
|
-
"name": "initialOwner",
|
607
|
-
"type": "address"
|
608
|
-
},
|
609
|
-
{
|
610
|
-
"internalType": "address",
|
611
|
-
"name": "registryAddress",
|
612
|
-
"type": "address"
|
613
|
-
}
|
614
|
-
],
|
615
|
-
"name": "initializeNftOwnable",
|
616
|
-
"outputs": [],
|
617
|
-
"stateMutability": "nonpayable",
|
618
|
-
"type": "function"
|
619
|
-
},
|
620
|
-
{
|
621
|
-
"inputs": [
|
622
|
-
{
|
623
|
-
"internalType": "address",
|
624
|
-
"name": "registryAddress",
|
625
|
-
"type": "address"
|
626
|
-
},
|
627
|
-
{
|
628
|
-
"internalType": "NftId",
|
629
|
-
"name": "parentNftId",
|
630
|
-
"type": "uint96"
|
631
|
-
},
|
632
|
-
{
|
633
|
-
"internalType": "ObjectType",
|
634
|
-
"name": "objectType",
|
635
|
-
"type": "uint8"
|
636
|
-
},
|
637
|
-
{
|
638
|
-
"internalType": "bool",
|
639
|
-
"name": "isInterceptor",
|
640
|
-
"type": "bool"
|
641
|
-
},
|
642
|
-
{
|
643
|
-
"internalType": "address",
|
644
|
-
"name": "initialOwner",
|
645
|
-
"type": "address"
|
646
|
-
},
|
647
|
-
{
|
648
|
-
"internalType": "bytes",
|
649
|
-
"name": "registryData",
|
650
|
-
"type": "bytes"
|
651
|
-
}
|
652
|
-
],
|
653
|
-
"name": "initializeRegisterable",
|
654
|
-
"outputs": [],
|
655
|
-
"stateMutability": "nonpayable",
|
656
|
-
"type": "function"
|
657
|
-
},
|
658
|
-
{
|
659
|
-
"inputs": [
|
606
|
+
"name": "getRoleId",
|
607
|
+
"outputs": [
|
660
608
|
{
|
661
|
-
"internalType": "
|
662
|
-
"name": "
|
663
|
-
"type": "
|
609
|
+
"internalType": "RoleId",
|
610
|
+
"name": "serviceRoleId",
|
611
|
+
"type": "uint64"
|
664
612
|
}
|
665
613
|
],
|
666
|
-
"
|
667
|
-
"outputs": [],
|
668
|
-
"stateMutability": "nonpayable",
|
614
|
+
"stateMutability": "pure",
|
669
615
|
"type": "function"
|
670
616
|
},
|
671
617
|
{
|
672
|
-
"inputs": [
|
673
|
-
|
674
|
-
|
675
|
-
"name": "registry",
|
676
|
-
"type": "address"
|
677
|
-
},
|
678
|
-
{
|
679
|
-
"internalType": "address",
|
680
|
-
"name": "authority",
|
681
|
-
"type": "address"
|
682
|
-
},
|
618
|
+
"inputs": [],
|
619
|
+
"name": "getVersion",
|
620
|
+
"outputs": [
|
683
621
|
{
|
684
|
-
"internalType": "
|
685
|
-
"name": "
|
686
|
-
"type": "
|
622
|
+
"internalType": "Version",
|
623
|
+
"name": "",
|
624
|
+
"type": "uint24"
|
687
625
|
}
|
688
626
|
],
|
689
|
-
"
|
690
|
-
"outputs": [],
|
691
|
-
"stateMutability": "nonpayable",
|
627
|
+
"stateMutability": "pure",
|
692
628
|
"type": "function"
|
693
629
|
},
|
694
630
|
{
|
@@ -725,19 +661,30 @@
|
|
725
661
|
{
|
726
662
|
"inputs": [],
|
727
663
|
"name": "linkToRegisteredNftId",
|
728
|
-
"outputs": [
|
664
|
+
"outputs": [
|
665
|
+
{
|
666
|
+
"internalType": "NftId",
|
667
|
+
"name": "nftId",
|
668
|
+
"type": "uint96"
|
669
|
+
}
|
670
|
+
],
|
729
671
|
"stateMutability": "nonpayable",
|
730
672
|
"type": "function"
|
731
673
|
},
|
732
674
|
{
|
733
675
|
"inputs": [
|
734
676
|
{
|
735
|
-
"internalType": "
|
736
|
-
"name": "
|
737
|
-
"type": "
|
677
|
+
"internalType": "address",
|
678
|
+
"name": "rewardProvider",
|
679
|
+
"type": "address"
|
680
|
+
},
|
681
|
+
{
|
682
|
+
"internalType": "Amount",
|
683
|
+
"name": "dipAmount",
|
684
|
+
"type": "uint96"
|
738
685
|
}
|
739
686
|
],
|
740
|
-
"name": "
|
687
|
+
"name": "refillStakingRewardReserves",
|
741
688
|
"outputs": [],
|
742
689
|
"stateMutability": "nonpayable",
|
743
690
|
"type": "function"
|
@@ -790,12 +737,25 @@
|
|
790
737
|
{
|
791
738
|
"inputs": [
|
792
739
|
{
|
793
|
-
"internalType": "
|
794
|
-
"name": "
|
795
|
-
"type": "
|
740
|
+
"internalType": "Seconds",
|
741
|
+
"name": "stakeLockingPeriod",
|
742
|
+
"type": "uint40"
|
796
743
|
}
|
797
744
|
],
|
798
|
-
"name": "
|
745
|
+
"name": "setStakingLockingPeriod",
|
746
|
+
"outputs": [],
|
747
|
+
"stateMutability": "nonpayable",
|
748
|
+
"type": "function"
|
749
|
+
},
|
750
|
+
{
|
751
|
+
"inputs": [
|
752
|
+
{
|
753
|
+
"internalType": "UFixed",
|
754
|
+
"name": "rewardRate",
|
755
|
+
"type": "uint256"
|
756
|
+
}
|
757
|
+
],
|
758
|
+
"name": "setStakingRewardRate",
|
799
759
|
"outputs": [],
|
800
760
|
"stateMutability": "nonpayable",
|
801
761
|
"type": "function"
|
@@ -832,6 +792,19 @@
|
|
832
792
|
"stateMutability": "nonpayable",
|
833
793
|
"type": "function"
|
834
794
|
},
|
795
|
+
{
|
796
|
+
"inputs": [
|
797
|
+
{
|
798
|
+
"internalType": "address",
|
799
|
+
"name": "instanceReaderAddress",
|
800
|
+
"type": "address"
|
801
|
+
}
|
802
|
+
],
|
803
|
+
"name": "upgradeMasterInstanceReader",
|
804
|
+
"outputs": [],
|
805
|
+
"stateMutability": "nonpayable",
|
806
|
+
"type": "function"
|
807
|
+
},
|
835
808
|
{
|
836
809
|
"inputs": [
|
837
810
|
{
|
@@ -844,134 +817,177 @@
|
|
844
817
|
"outputs": [],
|
845
818
|
"stateMutability": "nonpayable",
|
846
819
|
"type": "function"
|
820
|
+
},
|
821
|
+
{
|
822
|
+
"inputs": [
|
823
|
+
{
|
824
|
+
"internalType": "Amount",
|
825
|
+
"name": "dipAmount",
|
826
|
+
"type": "uint96"
|
827
|
+
}
|
828
|
+
],
|
829
|
+
"name": "withdrawStakingRewardReserves",
|
830
|
+
"outputs": [
|
831
|
+
{
|
832
|
+
"internalType": "Amount",
|
833
|
+
"name": "newBalance",
|
834
|
+
"type": "uint96"
|
835
|
+
}
|
836
|
+
],
|
837
|
+
"stateMutability": "nonpayable",
|
838
|
+
"type": "function"
|
847
839
|
}
|
848
840
|
],
|
849
|
-
"bytecode": "0x60806040523480156200001157600080fd5b506200001c62000022565b620000d6565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff1615620000735760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b0390811614620000d35780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b613c2a80620000e66000396000f3fe608060405234801561001057600080fd5b50600436106101cf5760003560e01c80636c6fbb2811610104578063b03d2a8e116100a2578063edabac0311610071578063edabac0314610429578063eeff428e1461043a578063f7c34ee014610469578063feec11901461047c57600080fd5b8063b03d2a8e146103d6578063b68d1809146103e9578063bf7e214f146103f8578063c22f980d1461041657600080fd5b8063893d20e8116100de578063893d20e8146103855780638e32e9791461038d5780638fb36037146103a0578063ada9652e146103c157600080fd5b80636c6fbb28146103575780637a9e5e4b1461036a578063872309c71461037d57600080fd5b8063329d6e74116101715780635ab1bd531161014b5780635ab1bd53146102da578063644c45e0146102ff578063675393bf146103315780636a778e731461034457600080fd5b8063329d6e74146102ac57806336fc697e146102bf57806349bb9e4b146102c757600080fd5b8063138461e0116101ad578063138461e0146102475780631eff4b2214610251578063214cdb801461028657806327bb7a331461029957600080fd5b806301ffc9a7146101d45780630d8e6e2c146102165780630fec111c14610232575b600080fd5b6102016101e23660046130d2565b6001600160e01b03191660009081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61021e61048f565b60405162ffffff909116815260200161020d565b61023a610519565b60405161020d9190613144565b61024f61066c565b005b6102787f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b60405190815260200161020d565b61024f6102943660046130d2565b610873565b61024f6102a7366004613309565b6108a0565b61024f6102ba3660046133a1565b610945565b61024f610a92565b61024f6102d53660046133d5565b610ad8565b6001546001600160a01b03165b6040516001600160a01b03909116815260200161020d565b600080516020613b95833981519152546001600160601b03165b6040516001600160601b03909116815260200161020d565b61024f61033f366004613424565b610bd7565b610319610352366004613424565b610ce5565b61024f6103653660046135cf565b61159c565b61024f610378366004613424565b6117ba565b610278600081565b6102e7611854565b61024f61039b366004613693565b61198b565b6103a8611bc4565b6040516001600160e01b0319909116815260200161020d565b610278600080516020613b9583398151915281565b61024f6103e43660046136de565b611bfc565b6040516046815260200161020d565b600080516020613bb5833981519152546001600160a01b03166102e7565b61024f6104243660046136fb565b611e6d565b6006546001600160a01b03166102e7565b610442612098565b604080516001600160a01b0390931683526001600160601b0390911660208301520161020d565b61024f610477366004613718565b61292d565b61024f61048a366004613424565b6129a4565b604051632efe011360e01b815260036004820152600060248201819052604482018190529073__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__90632efe011390606401602060405180830381865af41580156104f0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105149190613751565b905090565b6040805160e0808201835260008083526020830181905282840181905260608084018290526080840182905260a0840182905260c0840152835191820190935290917f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa300919081906001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a0016105c8611854565b6001600160a01b031681526020018260010180546105e590613776565b80601f016020809104026020016040519081016040528092919081815260200182805461061190613776565b801561065e5780601f106106335761010080835404028352916020019161065e565b820191906000526020600020905b81548152906001019060200180831161064157829003601f168201915b505050505081525091505090565b6000600080516020613b9583398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af41580156106db573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106ff91906137bb565b156107305780546040516301ab8b6760e21b81526001600160601b0390911660048201526024015b60405180910390fd5b306107436001546001600160a01b031690565b60405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa15801561078b573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107af91906137bb565b6107d75760405163b9304b0d60e01b81526001600160a01b0382166004820152602401610727565b6001546001600160a01b0316604051636939560f60e11b81526001600160a01b038381166004830152919091169063d272ac1e90602401602060405180830381865afa15801561082b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061084f91906137e3565b82546bffffffffffffffffffffffff19166001600160601b03919091161790915550565b61087b612b1c565b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b6108a8612b1c565b6108b2828761292d565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30161093b838261384e565b5050505050505050565b73__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__63a123b37c61096761048f565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af41580156109a7573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109cb919061390d565b600080516020613bd58339815191528054600160401b900460ff16806109fe575080546001600160401b03808416911610155b15610a1c5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b178155610a4683612b55565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b610a9a612b1c565b6301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b600080516020613bd58339815191528054600160401b810460ff1615906001600160401b0316600081158015610b0b5750825b90506000826001600160401b03166001148015610b275750303b155b905081158015610b35575080155b15610b535760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610b7d57845460ff60401b1916600160401b1785555b610b878787612b5d565b8315610bce57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b610bdf612b1c565b806001600160a01b03163b600003610c155760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610727565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b8152630a3888e560e31b60048201526301ffc9a790602401602060405180830381865afa925050508015610c8f575060408051601f3d908101601f19168201909252610c8c918101906137bb565b60015b610cb75760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610727565b80610ce05760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610727565b505b50565b6000610cef611854565b6001600160a01b0316336001600160a01b031614610d225760405163086391f760e31b8152336004820152602401610727565b6005546001600160a01b031615610d4c57604051632c237de760e11b815260040160405180910390fd5b6003546001600160a01b031615610d7657604051636519f6b960e01b815260040160405180910390fd5b6004546001600160a01b031615610da057604051630157f74960e01b815260040160405180910390fd5b6007546001600160a01b031615610dca57604051637f405a2960e01b815260040160405180910390fd5b6001600160a01b038216610df1576040516309353e4560e11b815260040160405180910390fd5b60008290506000816001600160a01b031663e5f6cd276040518163ffffffff1660e01b8152600401602060405180830381865afa158015610e36573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e5a919061392a565b905060008190506000836001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610ea1573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ec5919061392a565b905060008190506000856001600160a01b03166361f5f4206040518163ffffffff1660e01b8152600401602060405180830381865afa158015610f0c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f30919061392a565b905060008190506000876001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610f77573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f9b919061392a565b9050806001600160a01b038716610fc55760405163459e9b9760e01b815260040160405180910390fd5b6001600160a01b038516610fec5760405163e267254160e01b815260040160405180910390fd5b6001600160a01b03831661101357604051630ddeaef560e11b815260040160405180910390fd5b6001600160a01b03811661103a576040516301fa2a2b60e01b815260040160405180910390fd5b876001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611078573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061109c919061392a565b6001600160a01b0316896001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156110e3573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611107919061392a565b6001600160a01b03161461112e576040516334ddf1a760e21b815260040160405180910390fd5b876001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561116c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611190919061392a565b6001600160a01b0316846001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156111d7573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111fb919061392a565b6001600160a01b031614611222576040516326c89a4160e01b815260040160405180910390fd5b876001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611260573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611284919061392a565b6001600160a01b0316826001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156112cb573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906112ef919061392a565b6001600160a01b03161461131657604051631129422760e31b815260040160405180910390fd5b886001600160a01b0316846001600160a01b031663de7b5d146040518163ffffffff1660e01b8152600401602060405180830381865afa15801561135e573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611382919061392a565b6001600160a01b0316146113a957604051631b25e96d60e31b815260040160405180910390fd5b886001600160a01b0316866001600160a01b031663de7b5d146040518163ffffffff1660e01b8152600401602060405180830381865afa1580156113f1573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611415919061392a565b6001600160a01b03161461143c576040516331783c7160e11b815260040160405180910390fd5b886001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561147a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061149e919061392a565b600380546001600160a01b03199081166001600160a01b03938416179091556004805482168a84161790556005805482168e8416908117909155600680548316898516179055600780548316878516179055600880549092168484161790915560025490916000911663026bc43b83611515611854565b6040516001600160e01b031960e085901b1681526001600160a01b039283166004820152911660248201526044016000604051808303816000875af1158015611562573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261158a91908101906139a2565b519d9c50505050505050505050505050565b6001546001600160a01b0316604051632b91e0a960e01b81523360048201526001600160a01b039190911690632b91e0a990602401602060405180830381865afa1580156115ee573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061161291906137bb565b611631576040516302613e9f60e51b8152336004820152602401610727565b600061163d8686612d9e565b5090506000816001600160a01b031663e5f6cd276040518163ffffffff1660e01b8152600401602060405180830381865afa158015611680573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906116a4919061392a565b60405163044ec4c360e41b81529091506001600160a01b038216906344ec4c30906116d59089908990600401613a74565b600060405180830381600087803b1580156116ef57600080fd5b505af1158015611703573d6000803e3d6000fd5b5050505060005b835181101561093b57816001600160a01b0316630c8ae53e8787848151811061173557611735613a98565b602002602001015187858151811061174f5761174f613a98565b60200260200101516040518463ffffffff1660e01b815260040161177593929190613aae565b600060405180830381600087803b15801561178f57600080fd5b505af11580156117a3573d6000803e3d6000fd5b5050505080806117b290613b21565b91505061170a565b336117da600080516020613bb5833981519152546001600160a01b031690565b6001600160a01b0316816001600160a01b0316146118155760405162d1953b60e31b81526001600160a01b0382166004820152602401610727565b816001600160a01b03163b60000361184b576040516361798f2f60e11b81526001600160a01b0383166004820152602401610727565b610ce082612f4e565b600080600080516020613b9583398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af41580156118c4573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906118e891906137bb565b15611975576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa15801561194b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061196f919061392a565b91505090565b54600160601b90046001600160a01b0316919050565b611993612b1c565b611a1383846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa1580156119d5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906119f991906137e3565b603c600085604051806020016040528060008152506108a0565b6001600160a01b03821615611a3057611a2b82612faf565b611b9f565b6000611a446001546001600160a01b031690565b6001600160a01b031663d39e60436028604051632392b61b60e21b81526003600482015273__$9dab98ad7ae1a426029e5739f922230a41$__90638e4ad86c90602401602060405180830381865af4158015611aa4573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ac89190613b48565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015611b0d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611b31919061392a565b9050611b9d816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611b74573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611b98919061392a565b612faf565b505b611baf634a531f3360e01b610873565b611bbf63b68d180960e01b610873565b505050565b600080516020613bb5833981519152805460009190600160a01b900460ff16611bee57600061196f565b638fb3603760e01b91505090565b6001546001600160a01b0316604051630bee2f1560e11b81523360048201526001600160a01b0391909116906317dc5e2a90602401602060405180830381865afa158015611c4e573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611c7291906137bb565b611c91576040516302613e9f60e51b8152336004820152602401610727565b336000611ca66001546001600160a01b031690565b6040516308b09a5f60e41b81526001600160a01b038481166004830152919250600091831690638b09a5f090602401600060405180830381865afa158015611cf2573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611d1a91908101906139a2565b602001516040516305247a1760e51b81526001600160601b03821660048201529091506000906001600160a01b0384169063a48f42e090602401600060405180830381865afa158015611d71573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611d9991908101906139a2565b608001519050806001600160a01b031663e5f6cd276040518163ffffffff1660e01b8152600401602060405180830381865afa158015611ddd573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611e01919061392a565b6040516313bfaf6360e31b81526001600160a01b03868116600483015287151560248301529190911690639dfd7b1890604401600060405180830381600087803b158015611e4e57600080fd5b505af1158015611e62573d6000803e3d6000fd5b505050505050505050565b80611e806001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611ecf573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ef3919061392a565b6001600160a01b0316336001600160a01b031614611f26576040516302613e9f60e51b8152336004820152602401610727565b6000611f3a6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03851660048201529091506000906001600160a01b0383169063a48f42e090602401600060405180830381865afa158015611f8d573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611fb591908101906139a2565b608081015160065491925090600090611fd6906001600160a01b0316612fc0565b60405163189acdbd60e31b81526001600160a01b0384811660048301529192509082169063c4d66de890602401600060405180830381600087803b15801561201d57600080fd5b505af1158015612031573d6000803e3d6000fd5b5050604051633def10c760e21b81526001600160a01b0384811660048301528516925063f7bc431c9150602401600060405180830381600087803b15801561207857600080fd5b505af115801561208c573d6000803e3d6000fd5b50505050505050505050565b6003546000908190339082906120b6906001600160a01b0316612fc0565b60405163189acdbd60e31b81523060048201529091506001600160a01b0382169063c4d66de890602401600060405180830381600087803b1580156120fa57600080fd5b505af115801561210e573d6000803e3d6000fd5b505060055461212892506001600160a01b03169050612fc0565b9350836001600160a01b031663c0c53b8b8261214c6001546001600160a01b031690565b6040516001600160e01b031960e085901b1681526001600160a01b03928316600482015290821660248201529085166044820152606401600060405180830381600087803b15801561219d57600080fd5b505af11580156121b1573d6000803e3d6000fd5b5050600854600092506121cd91506001600160a01b0316612fc0565b60405163189acdbd60e31b81526001600160a01b0387811660048301529192509082169063c4d66de890602401600060405180830381600087803b15801561221457600080fd5b505af1158015612228573d6000803e3d6000fd5b505060405163048935d560e31b81526001600160a01b03848116600483015288169250632449aea89150602401600060405180830381600087803b15801561226f57600080fd5b505af1158015612283573d6000803e3d6000fd5b50506006546000925061229f91506001600160a01b0316612fc0565b60405163189acdbd60e31b81526001600160a01b0388811660048301529192509082169063c4d66de890602401600060405180830381600087803b1580156122e657600080fd5b505af11580156122fa573d6000803e3d6000fd5b5050604051633def10c760e21b81526001600160a01b0384811660048301528916925063f7bc431c9150602401600060405180830381600087803b15801561234157600080fd5b505af1158015612355573d6000803e3d6000fd5b50506007546000925061237191506001600160a01b0316612fc0565b60405163189acdbd60e31b81526001600160a01b0389811660048301529192509082169063c4d66de890602401600060405180830381600087803b1580156123b857600080fd5b505af11580156123cc573d6000803e3d6000fd5b505060405162422c9d60e81b81526001600160a01b0384811660048301528a16925063422c9d009150602401600060405180830381600087803b15801561241257600080fd5b505af1158015612426573d6000803e3d6000fd5b50506004546000925061244291506001600160a01b0316612fc0565b9050846001600160a01b03166325c471a061245b613032565b604051631517388760e21b81526001600160401b03909116600482015273__$cd131c2b3ba46b9dbe046aaf4458b9777d$__9063545ce21c90602401602060405180830381865af41580156124b4573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906124d8919061390d565b6040516001600160e01b031960e084901b1681526001600160401b0390911660048201526001600160a01b038416602482015260006044820152606401600060405180830381600087803b15801561252f57600080fd5b505af1158015612543573d6000803e3d6000fd5b505060405163189acdbd60e31b81526001600160a01b038b811660048301528416925063c4d66de89150602401600060405180830381600087803b15801561258a57600080fd5b505af115801561259e573d6000803e3d6000fd5b5050604051630f749a8960e01b81526001600160a01b0384811660048301528b169250630f749a899150602401600060405180830381600087803b1580156125e557600080fd5b505af11580156125f9573d6000803e3d6000fd5b5050505073__$2a34b1f180a6bf22a62a9bc53ba8adfaf5$__63a1b61ad4828a85888b61262e6001546001600160a01b031690565b61263661048f565b60405163c9e66e2960e01b815262ffffff909116600482015273__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__9063c9e66e2990602401602060405180830381865af415801561268b573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906126af9190613b48565b60405160e089901b6001600160e01b03191681526001600160a01b0397881660048201529587166024870152938616604486015291851660648501528416608484015290921660a482015260ff90911660c482015260e40160006040518083038186803b15801561271f57600080fd5b505af4158015612733573d6000803e3d6000fd5b50505050846001600160a01b031663fe0776f561274e613032565b604051631517388760e21b81526001600160401b03909116600482015273__$cd131c2b3ba46b9dbe046aaf4458b9777d$__9063545ce21c90602401602060405180830381865af41580156127a7573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906127cb919061390d565b6040516001600160e01b031960e084901b1681526001600160401b039091166004820152306024820152604401600060405180830381600087803b15801561281257600080fd5b505af1158015612826573d6000803e3d6000fd5b505060025460405163026bc43b60e01b81526001600160a01b038c811660048301528a8116602483015260009450909116915063026bc43b906044016000604051808303816000875af1158015612881573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526128a991908101906139a2565b8051604080516001600160a01b038a8116825286811660208301528d81168284015289811660608301528781166080830152881660a08201526001600160601b03831660c08201529051919a509192507eccc9e339dab7298ad32b43864beb3b1c0cf136971be26f1e67d90bf43ebd3d9181900360e00190a1505050505050509091565b612935612b1c565b61293e81610bd7565b612946610a92565b6001600160a01b03821661296d5760405163f17ef42d60e01b815260040160405180910390fd5b50600080516020613b9583398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b6129ac611854565b6001600160a01b0316336001600160a01b0316146129df5760405163086391f760e31b8152336004820152602401610727565b6006546001600160a01b0316612a08576040516358e5a4af60e01b815260040160405180910390fd5b6001600160a01b038116612a2f57604051631aa1808560e31b815260040160405180910390fd5b6006546001600160a01b0390811690821603612a5e57604051630666e2a560e01b815260040160405180910390fd5b6005546040805163379ed74560e21b8152905183926001600160a01b03908116929084169163de7b5d14916004808201926020929091908290030181865afa158015612aae573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612ad2919061392a565b6001600160a01b031614612af95760405163f026367160e01b815260040160405180910390fd5b50600680546001600160a01b0319166001600160a01b0392909216919091179055565b600080516020613bd583398151915254600160401b900460ff16612b5357604051631afcd79f60e31b815260040160405180910390fd5b565b6101cf612b1c565b600080516020613bd58339815191528054600160401b810460ff1615906001600160401b0316600081158015612b905750825b90506000826001600160401b03166001148015612bac5750303b155b905081158015612bba575080155b15612bd85760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315612c0257845460ff60401b1916600160401b1785555b60008087806020019051810190612c199190613b65565b91509150816001600160a01b031663d39e6043612c34602890565b612c3c61048f565b60405163c9e66e2960e01b815262ffffff909116600482015273__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__9063c9e66e2990602401602060405180830381865af4158015612c91573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612cb59190613b48565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015612cfa573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612d1e919061392a565b600280546001600160a01b0319166001600160a01b0392909216919091179055612d4a8260008b61198b565b612d5a630655ba6560e31b610873565b50508315610bce57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001610bc5565b6000806000612db56001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03871660048201529091506000906001600160a01b0383169063a48f42e090602401600060405180830381865afa158015612e08573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052612e3091908101906139a2565b9050612e4e8160400151612e42604690565b60ff9081169116141590565b15612e775760405163e3c2794960e01b81526001600160601b0387166004820152602401610727565b6040516308b09a5f60e41b81526001600160a01b03868116600483015260009190841690638b09a5f090602401600060405180830381865afa158015612ec1573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052612ee991908101906139a2565b9050612f068160200151886001600160601b039081169116141590565b15612f3a57805160405163a811346560e01b81526001600160601b03808a1660048301529091166024820152604401610727565b608090910151905190969095509350505050565b600080516020613bb583398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b612fb7612b1c565b610ce2816130a9565b6000763d602d80600a3d3981f3363d3d373d3d3d363d730000008260601b60e81c176000526e5af43d82803e903d91602b57fd5bf38260781b17602052603760096000f090506001600160a01b03811661302d576040516330be1a3d60e21b815260040160405180910390fd5b919050565b6040516368aebf7b60e01b81526000600482018190529073__$cd131c2b3ba46b9dbe046aaf4458b9777d$__906368aebf7b90602401602060405180830381865af4158015613085573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610514919061390d565b6130b1612b1c565b610ce281612f4e565b80356001600160e01b03198116811461302d57600080fd5b6000602082840312156130e457600080fd5b6130ed826130ba565b9392505050565b60005b8381101561310f5781810151838201526020016130f7565b50506000910152565b600081518084526131308160208601602086016130f4565b601f01601f19169290920160200192915050565b6020815260006001600160601b038084511660208401528060208501511660408401525060ff604084015116606083015260608301511515608083015260018060a01b0360808401511660a083015260a08301516131ad60c08401826001600160a01b03169052565b5060c083015160e0808401526131c7610100840182613118565b949350505050565b6001600160a01b0381168114610ce257600080fd5b6001600160601b0381168114610ce257600080fd5b60ff81168114610ce257600080fd5b8015158114610ce257600080fd5b634e487b7160e01b600052604160045260246000fd5b60405160e081016001600160401b038111828210171561324e5761324e613216565b60405290565b604051601f8201601f191681016001600160401b038111828210171561327c5761327c613216565b604052919050565b60006001600160401b0382111561329d5761329d613216565b50601f01601f191660200190565b60006132be6132b984613284565b613254565b90508281528383830111156132d257600080fd5b828260208301376000602084830101529392505050565b600082601f8301126132fa57600080fd5b6130ed838335602085016132ab565b60008060008060008060c0878903121561332257600080fd5b863561332d816131cf565b9550602087013561333d816131e4565b9450604087013561334d816131f9565b9350606087013561335d81613208565b9250608087013561336d816131cf565b915060a08701356001600160401b0381111561338857600080fd5b61339489828a016132e9565b9150509295509295509295565b6000602082840312156133b357600080fd5b81356001600160401b038111156133c957600080fd5b6131c7848285016132e9565b600080604083850312156133e857600080fd5b82356133f3816131cf565b915060208301356001600160401b0381111561340e57600080fd5b61341a858286016132e9565b9150509250929050565b60006020828403121561343657600080fd5b81356130ed816131cf565b60006001600160401b0382111561345a5761345a613216565b5060051b60200190565b600082601f83011261347557600080fd5b813560206134856132b983613441565b828152600592831b85018201928282019190878511156134a457600080fd5b8387015b8581101561353e5780356001600160401b038111156134c75760008081fd5b8801603f81018a136134d95760008081fd5b8581013560406134eb6132b983613441565b82815291851b8301810191888101908d8411156135085760008081fd5b938201935b8385101561352d5761351e856130ba565b8252938901939089019061350d565b8852505050938501935084016134a8565b5090979650505050505050565b6001600160401b0381168114610ce257600080fd5b600082601f83011261357157600080fd5b813560206135816132b983613441565b82815260059290921b840181019181810190868411156135a057600080fd5b8286015b848110156135c45780356135b78161354b565b83529183019183016135a4565b509695505050505050565b600080600080600060a086880312156135e757600080fd5b85356135f2816131e4565b94506020860135613602816131cf565b935060408601356001600160401b038082111561361e57600080fd5b818801915088601f83011261363257600080fd5b613641898335602085016132ab565b9450606088013591508082111561365757600080fd5b61366389838a01613464565b9350608088013591508082111561367957600080fd5b5061368688828901613560565b9150509295509295909350565b6000806000606084860312156136a857600080fd5b83356136b3816131cf565b925060208401356136c3816131cf565b915060408401356136d3816131cf565b809150509250925092565b6000602082840312156136f057600080fd5b81356130ed81613208565b60006020828403121561370d57600080fd5b81356130ed816131e4565b6000806040838503121561372b57600080fd5b8235613736816131cf565b91506020830135613746816131cf565b809150509250929050565b60006020828403121561376357600080fd5b815162ffffff811681146130ed57600080fd5b600181811c9082168061378a57607f821691505b6020821081036137aa57634e487b7160e01b600052602260045260246000fd5b50919050565b805161302d81613208565b6000602082840312156137cd57600080fd5b81516130ed81613208565b805161302d816131e4565b6000602082840312156137f557600080fd5b81516130ed816131e4565b601f821115611bbf57600081815260208120601f850160051c810160208610156138275750805b601f850160051c820191505b8181101561384657828155600101613833565b505050505050565b81516001600160401b0381111561386757613867613216565b61387b816138758454613776565b84613800565b602080601f8311600181146138b057600084156138985750858301515b600019600386901b1c1916600185901b178555613846565b600085815260208120601f198616915b828110156138df578886015182559484019460019091019084016138c0565b50858210156138fd5787850151600019600388901b60f8161c191681555b5050505050600190811b01905550565b60006020828403121561391f57600080fd5b81516130ed8161354b565b60006020828403121561393c57600080fd5b81516130ed816131cf565b805161302d816131cf565b805161302d816131f9565b600082601f83011261396e57600080fd5b815161397c6132b982613284565b81815284602083860101111561399157600080fd5b6131c78260208301602087016130f4565b6000602082840312156139b457600080fd5b81516001600160401b03808211156139cb57600080fd5b9083019060e082860312156139df57600080fd5b6139e761322c565b6139f0836137d8565b81526139fe602084016137d8565b6020820152613a0f60408401613952565b6040820152613a20606084016137b0565b6060820152613a3160808401613947565b6080820152613a4260a08401613947565b60a082015260c083015182811115613a5957600080fd5b613a658782860161395d565b60c08301525095945050505050565b6001600160a01b03831681526040602082018190526000906131c790830184613118565b634e487b7160e01b600052603260045260246000fd5b606081526000613ac16060830186613118565b82810360208481019190915285518083528682019282019060005b81811015613b025784516001600160e01b03191683529383019391830191600101613adc565b50508093505050506001600160401b0383166040830152949350505050565b600060018201613b4157634e487b7160e01b600052601160045260246000fd5b5060010190565b600060208284031215613b5a57600080fd5b81516130ed816131f9565b60008060408385031215613b7857600080fd5b8251613b83816131cf565b6020840151909250613746816131cf56fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a26469706673582212201a401290ecbdea6ea6ea78456d5b9145c7212b70141183543948d2de93dfa14164736f6c63430008140033",
|
850
|
-
"deployedBytecode": "0x608060405234801561001057600080fd5b50600436106101cf5760003560e01c80636c6fbb2811610104578063b03d2a8e116100a2578063edabac0311610071578063edabac0314610429578063eeff428e1461043a578063f7c34ee014610469578063feec11901461047c57600080fd5b8063b03d2a8e146103d6578063b68d1809146103e9578063bf7e214f146103f8578063c22f980d1461041657600080fd5b8063893d20e8116100de578063893d20e8146103855780638e32e9791461038d5780638fb36037146103a0578063ada9652e146103c157600080fd5b80636c6fbb28146103575780637a9e5e4b1461036a578063872309c71461037d57600080fd5b8063329d6e74116101715780635ab1bd531161014b5780635ab1bd53146102da578063644c45e0146102ff578063675393bf146103315780636a778e731461034457600080fd5b8063329d6e74146102ac57806336fc697e146102bf57806349bb9e4b146102c757600080fd5b8063138461e0116101ad578063138461e0146102475780631eff4b2214610251578063214cdb801461028657806327bb7a331461029957600080fd5b806301ffc9a7146101d45780630d8e6e2c146102165780630fec111c14610232575b600080fd5b6102016101e23660046130d2565b6001600160e01b03191660009081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61021e61048f565b60405162ffffff909116815260200161020d565b61023a610519565b60405161020d9190613144565b61024f61066c565b005b6102787f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b60405190815260200161020d565b61024f6102943660046130d2565b610873565b61024f6102a7366004613309565b6108a0565b61024f6102ba3660046133a1565b610945565b61024f610a92565b61024f6102d53660046133d5565b610ad8565b6001546001600160a01b03165b6040516001600160a01b03909116815260200161020d565b600080516020613b95833981519152546001600160601b03165b6040516001600160601b03909116815260200161020d565b61024f61033f366004613424565b610bd7565b610319610352366004613424565b610ce5565b61024f6103653660046135cf565b61159c565b61024f610378366004613424565b6117ba565b610278600081565b6102e7611854565b61024f61039b366004613693565b61198b565b6103a8611bc4565b6040516001600160e01b0319909116815260200161020d565b610278600080516020613b9583398151915281565b61024f6103e43660046136de565b611bfc565b6040516046815260200161020d565b600080516020613bb5833981519152546001600160a01b03166102e7565b61024f6104243660046136fb565b611e6d565b6006546001600160a01b03166102e7565b610442612098565b604080516001600160a01b0390931683526001600160601b0390911660208301520161020d565b61024f610477366004613718565b61292d565b61024f61048a366004613424565b6129a4565b604051632efe011360e01b815260036004820152600060248201819052604482018190529073__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__90632efe011390606401602060405180830381865af41580156104f0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105149190613751565b905090565b6040805160e0808201835260008083526020830181905282840181905260608084018290526080840182905260a0840182905260c0840152835191820190935290917f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa300919081906001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a0016105c8611854565b6001600160a01b031681526020018260010180546105e590613776565b80601f016020809104026020016040519081016040528092919081815260200182805461061190613776565b801561065e5780601f106106335761010080835404028352916020019161065e565b820191906000526020600020905b81548152906001019060200180831161064157829003601f168201915b505050505081525091505090565b6000600080516020613b9583398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af41580156106db573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106ff91906137bb565b156107305780546040516301ab8b6760e21b81526001600160601b0390911660048201526024015b60405180910390fd5b306107436001546001600160a01b031690565b60405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa15801561078b573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107af91906137bb565b6107d75760405163b9304b0d60e01b81526001600160a01b0382166004820152602401610727565b6001546001600160a01b0316604051636939560f60e11b81526001600160a01b038381166004830152919091169063d272ac1e90602401602060405180830381865afa15801561082b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061084f91906137e3565b82546bffffffffffffffffffffffff19166001600160601b03919091161790915550565b61087b612b1c565b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b6108a8612b1c565b6108b2828761292d565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30161093b838261384e565b5050505050505050565b73__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__63a123b37c61096761048f565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af41580156109a7573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109cb919061390d565b600080516020613bd58339815191528054600160401b900460ff16806109fe575080546001600160401b03808416911610155b15610a1c5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b178155610a4683612b55565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b610a9a612b1c565b6301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b600080516020613bd58339815191528054600160401b810460ff1615906001600160401b0316600081158015610b0b5750825b90506000826001600160401b03166001148015610b275750303b155b905081158015610b35575080155b15610b535760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610b7d57845460ff60401b1916600160401b1785555b610b878787612b5d565b8315610bce57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b610bdf612b1c565b806001600160a01b03163b600003610c155760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610727565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b8152630a3888e560e31b60048201526301ffc9a790602401602060405180830381865afa925050508015610c8f575060408051601f3d908101601f19168201909252610c8c918101906137bb565b60015b610cb75760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610727565b80610ce05760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610727565b505b50565b6000610cef611854565b6001600160a01b0316336001600160a01b031614610d225760405163086391f760e31b8152336004820152602401610727565b6005546001600160a01b031615610d4c57604051632c237de760e11b815260040160405180910390fd5b6003546001600160a01b031615610d7657604051636519f6b960e01b815260040160405180910390fd5b6004546001600160a01b031615610da057604051630157f74960e01b815260040160405180910390fd5b6007546001600160a01b031615610dca57604051637f405a2960e01b815260040160405180910390fd5b6001600160a01b038216610df1576040516309353e4560e11b815260040160405180910390fd5b60008290506000816001600160a01b031663e5f6cd276040518163ffffffff1660e01b8152600401602060405180830381865afa158015610e36573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e5a919061392a565b905060008190506000836001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610ea1573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ec5919061392a565b905060008190506000856001600160a01b03166361f5f4206040518163ffffffff1660e01b8152600401602060405180830381865afa158015610f0c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f30919061392a565b905060008190506000876001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610f77573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f9b919061392a565b9050806001600160a01b038716610fc55760405163459e9b9760e01b815260040160405180910390fd5b6001600160a01b038516610fec5760405163e267254160e01b815260040160405180910390fd5b6001600160a01b03831661101357604051630ddeaef560e11b815260040160405180910390fd5b6001600160a01b03811661103a576040516301fa2a2b60e01b815260040160405180910390fd5b876001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611078573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061109c919061392a565b6001600160a01b0316896001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156110e3573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611107919061392a565b6001600160a01b03161461112e576040516334ddf1a760e21b815260040160405180910390fd5b876001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561116c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611190919061392a565b6001600160a01b0316846001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156111d7573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111fb919061392a565b6001600160a01b031614611222576040516326c89a4160e01b815260040160405180910390fd5b876001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611260573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611284919061392a565b6001600160a01b0316826001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156112cb573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906112ef919061392a565b6001600160a01b03161461131657604051631129422760e31b815260040160405180910390fd5b886001600160a01b0316846001600160a01b031663de7b5d146040518163ffffffff1660e01b8152600401602060405180830381865afa15801561135e573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611382919061392a565b6001600160a01b0316146113a957604051631b25e96d60e31b815260040160405180910390fd5b886001600160a01b0316866001600160a01b031663de7b5d146040518163ffffffff1660e01b8152600401602060405180830381865afa1580156113f1573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611415919061392a565b6001600160a01b03161461143c576040516331783c7160e11b815260040160405180910390fd5b886001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561147a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061149e919061392a565b600380546001600160a01b03199081166001600160a01b03938416179091556004805482168a84161790556005805482168e8416908117909155600680548316898516179055600780548316878516179055600880549092168484161790915560025490916000911663026bc43b83611515611854565b6040516001600160e01b031960e085901b1681526001600160a01b039283166004820152911660248201526044016000604051808303816000875af1158015611562573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261158a91908101906139a2565b519d9c50505050505050505050505050565b6001546001600160a01b0316604051632b91e0a960e01b81523360048201526001600160a01b039190911690632b91e0a990602401602060405180830381865afa1580156115ee573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061161291906137bb565b611631576040516302613e9f60e51b8152336004820152602401610727565b600061163d8686612d9e565b5090506000816001600160a01b031663e5f6cd276040518163ffffffff1660e01b8152600401602060405180830381865afa158015611680573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906116a4919061392a565b60405163044ec4c360e41b81529091506001600160a01b038216906344ec4c30906116d59089908990600401613a74565b600060405180830381600087803b1580156116ef57600080fd5b505af1158015611703573d6000803e3d6000fd5b5050505060005b835181101561093b57816001600160a01b0316630c8ae53e8787848151811061173557611735613a98565b602002602001015187858151811061174f5761174f613a98565b60200260200101516040518463ffffffff1660e01b815260040161177593929190613aae565b600060405180830381600087803b15801561178f57600080fd5b505af11580156117a3573d6000803e3d6000fd5b5050505080806117b290613b21565b91505061170a565b336117da600080516020613bb5833981519152546001600160a01b031690565b6001600160a01b0316816001600160a01b0316146118155760405162d1953b60e31b81526001600160a01b0382166004820152602401610727565b816001600160a01b03163b60000361184b576040516361798f2f60e11b81526001600160a01b0383166004820152602401610727565b610ce082612f4e565b600080600080516020613b9583398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af41580156118c4573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906118e891906137bb565b15611975576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa15801561194b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061196f919061392a565b91505090565b54600160601b90046001600160a01b0316919050565b611993612b1c565b611a1383846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa1580156119d5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906119f991906137e3565b603c600085604051806020016040528060008152506108a0565b6001600160a01b03821615611a3057611a2b82612faf565b611b9f565b6000611a446001546001600160a01b031690565b6001600160a01b031663d39e60436028604051632392b61b60e21b81526003600482015273__$9dab98ad7ae1a426029e5739f922230a41$__90638e4ad86c90602401602060405180830381865af4158015611aa4573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ac89190613b48565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015611b0d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611b31919061392a565b9050611b9d816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611b74573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611b98919061392a565b612faf565b505b611baf634a531f3360e01b610873565b611bbf63b68d180960e01b610873565b505050565b600080516020613bb5833981519152805460009190600160a01b900460ff16611bee57600061196f565b638fb3603760e01b91505090565b6001546001600160a01b0316604051630bee2f1560e11b81523360048201526001600160a01b0391909116906317dc5e2a90602401602060405180830381865afa158015611c4e573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611c7291906137bb565b611c91576040516302613e9f60e51b8152336004820152602401610727565b336000611ca66001546001600160a01b031690565b6040516308b09a5f60e41b81526001600160a01b038481166004830152919250600091831690638b09a5f090602401600060405180830381865afa158015611cf2573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611d1a91908101906139a2565b602001516040516305247a1760e51b81526001600160601b03821660048201529091506000906001600160a01b0384169063a48f42e090602401600060405180830381865afa158015611d71573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611d9991908101906139a2565b608001519050806001600160a01b031663e5f6cd276040518163ffffffff1660e01b8152600401602060405180830381865afa158015611ddd573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611e01919061392a565b6040516313bfaf6360e31b81526001600160a01b03868116600483015287151560248301529190911690639dfd7b1890604401600060405180830381600087803b158015611e4e57600080fd5b505af1158015611e62573d6000803e3d6000fd5b505050505050505050565b80611e806001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611ecf573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ef3919061392a565b6001600160a01b0316336001600160a01b031614611f26576040516302613e9f60e51b8152336004820152602401610727565b6000611f3a6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03851660048201529091506000906001600160a01b0383169063a48f42e090602401600060405180830381865afa158015611f8d573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611fb591908101906139a2565b608081015160065491925090600090611fd6906001600160a01b0316612fc0565b60405163189acdbd60e31b81526001600160a01b0384811660048301529192509082169063c4d66de890602401600060405180830381600087803b15801561201d57600080fd5b505af1158015612031573d6000803e3d6000fd5b5050604051633def10c760e21b81526001600160a01b0384811660048301528516925063f7bc431c9150602401600060405180830381600087803b15801561207857600080fd5b505af115801561208c573d6000803e3d6000fd5b50505050505050505050565b6003546000908190339082906120b6906001600160a01b0316612fc0565b60405163189acdbd60e31b81523060048201529091506001600160a01b0382169063c4d66de890602401600060405180830381600087803b1580156120fa57600080fd5b505af115801561210e573d6000803e3d6000fd5b505060055461212892506001600160a01b03169050612fc0565b9350836001600160a01b031663c0c53b8b8261214c6001546001600160a01b031690565b6040516001600160e01b031960e085901b1681526001600160a01b03928316600482015290821660248201529085166044820152606401600060405180830381600087803b15801561219d57600080fd5b505af11580156121b1573d6000803e3d6000fd5b5050600854600092506121cd91506001600160a01b0316612fc0565b60405163189acdbd60e31b81526001600160a01b0387811660048301529192509082169063c4d66de890602401600060405180830381600087803b15801561221457600080fd5b505af1158015612228573d6000803e3d6000fd5b505060405163048935d560e31b81526001600160a01b03848116600483015288169250632449aea89150602401600060405180830381600087803b15801561226f57600080fd5b505af1158015612283573d6000803e3d6000fd5b50506006546000925061229f91506001600160a01b0316612fc0565b60405163189acdbd60e31b81526001600160a01b0388811660048301529192509082169063c4d66de890602401600060405180830381600087803b1580156122e657600080fd5b505af11580156122fa573d6000803e3d6000fd5b5050604051633def10c760e21b81526001600160a01b0384811660048301528916925063f7bc431c9150602401600060405180830381600087803b15801561234157600080fd5b505af1158015612355573d6000803e3d6000fd5b50506007546000925061237191506001600160a01b0316612fc0565b60405163189acdbd60e31b81526001600160a01b0389811660048301529192509082169063c4d66de890602401600060405180830381600087803b1580156123b857600080fd5b505af11580156123cc573d6000803e3d6000fd5b505060405162422c9d60e81b81526001600160a01b0384811660048301528a16925063422c9d009150602401600060405180830381600087803b15801561241257600080fd5b505af1158015612426573d6000803e3d6000fd5b50506004546000925061244291506001600160a01b0316612fc0565b9050846001600160a01b03166325c471a061245b613032565b604051631517388760e21b81526001600160401b03909116600482015273__$cd131c2b3ba46b9dbe046aaf4458b9777d$__9063545ce21c90602401602060405180830381865af41580156124b4573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906124d8919061390d565b6040516001600160e01b031960e084901b1681526001600160401b0390911660048201526001600160a01b038416602482015260006044820152606401600060405180830381600087803b15801561252f57600080fd5b505af1158015612543573d6000803e3d6000fd5b505060405163189acdbd60e31b81526001600160a01b038b811660048301528416925063c4d66de89150602401600060405180830381600087803b15801561258a57600080fd5b505af115801561259e573d6000803e3d6000fd5b5050604051630f749a8960e01b81526001600160a01b0384811660048301528b169250630f749a899150602401600060405180830381600087803b1580156125e557600080fd5b505af11580156125f9573d6000803e3d6000fd5b5050505073__$2a34b1f180a6bf22a62a9bc53ba8adfaf5$__63a1b61ad4828a85888b61262e6001546001600160a01b031690565b61263661048f565b60405163c9e66e2960e01b815262ffffff909116600482015273__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__9063c9e66e2990602401602060405180830381865af415801561268b573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906126af9190613b48565b60405160e089901b6001600160e01b03191681526001600160a01b0397881660048201529587166024870152938616604486015291851660648501528416608484015290921660a482015260ff90911660c482015260e40160006040518083038186803b15801561271f57600080fd5b505af4158015612733573d6000803e3d6000fd5b50505050846001600160a01b031663fe0776f561274e613032565b604051631517388760e21b81526001600160401b03909116600482015273__$cd131c2b3ba46b9dbe046aaf4458b9777d$__9063545ce21c90602401602060405180830381865af41580156127a7573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906127cb919061390d565b6040516001600160e01b031960e084901b1681526001600160401b039091166004820152306024820152604401600060405180830381600087803b15801561281257600080fd5b505af1158015612826573d6000803e3d6000fd5b505060025460405163026bc43b60e01b81526001600160a01b038c811660048301528a8116602483015260009450909116915063026bc43b906044016000604051808303816000875af1158015612881573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526128a991908101906139a2565b8051604080516001600160a01b038a8116825286811660208301528d81168284015289811660608301528781166080830152881660a08201526001600160601b03831660c08201529051919a509192507eccc9e339dab7298ad32b43864beb3b1c0cf136971be26f1e67d90bf43ebd3d9181900360e00190a1505050505050509091565b612935612b1c565b61293e81610bd7565b612946610a92565b6001600160a01b03821661296d5760405163f17ef42d60e01b815260040160405180910390fd5b50600080516020613b9583398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b6129ac611854565b6001600160a01b0316336001600160a01b0316146129df5760405163086391f760e31b8152336004820152602401610727565b6006546001600160a01b0316612a08576040516358e5a4af60e01b815260040160405180910390fd5b6001600160a01b038116612a2f57604051631aa1808560e31b815260040160405180910390fd5b6006546001600160a01b0390811690821603612a5e57604051630666e2a560e01b815260040160405180910390fd5b6005546040805163379ed74560e21b8152905183926001600160a01b03908116929084169163de7b5d14916004808201926020929091908290030181865afa158015612aae573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612ad2919061392a565b6001600160a01b031614612af95760405163f026367160e01b815260040160405180910390fd5b50600680546001600160a01b0319166001600160a01b0392909216919091179055565b600080516020613bd583398151915254600160401b900460ff16612b5357604051631afcd79f60e31b815260040160405180910390fd5b565b6101cf612b1c565b600080516020613bd58339815191528054600160401b810460ff1615906001600160401b0316600081158015612b905750825b90506000826001600160401b03166001148015612bac5750303b155b905081158015612bba575080155b15612bd85760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315612c0257845460ff60401b1916600160401b1785555b60008087806020019051810190612c199190613b65565b91509150816001600160a01b031663d39e6043612c34602890565b612c3c61048f565b60405163c9e66e2960e01b815262ffffff909116600482015273__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__9063c9e66e2990602401602060405180830381865af4158015612c91573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612cb59190613b48565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015612cfa573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612d1e919061392a565b600280546001600160a01b0319166001600160a01b0392909216919091179055612d4a8260008b61198b565b612d5a630655ba6560e31b610873565b50508315610bce57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001610bc5565b6000806000612db56001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03871660048201529091506000906001600160a01b0383169063a48f42e090602401600060405180830381865afa158015612e08573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052612e3091908101906139a2565b9050612e4e8160400151612e42604690565b60ff9081169116141590565b15612e775760405163e3c2794960e01b81526001600160601b0387166004820152602401610727565b6040516308b09a5f60e41b81526001600160a01b03868116600483015260009190841690638b09a5f090602401600060405180830381865afa158015612ec1573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052612ee991908101906139a2565b9050612f068160200151886001600160601b039081169116141590565b15612f3a57805160405163a811346560e01b81526001600160601b03808a1660048301529091166024820152604401610727565b608090910151905190969095509350505050565b600080516020613bb583398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b612fb7612b1c565b610ce2816130a9565b6000763d602d80600a3d3981f3363d3d373d3d3d363d730000008260601b60e81c176000526e5af43d82803e903d91602b57fd5bf38260781b17602052603760096000f090506001600160a01b03811661302d576040516330be1a3d60e21b815260040160405180910390fd5b919050565b6040516368aebf7b60e01b81526000600482018190529073__$cd131c2b3ba46b9dbe046aaf4458b9777d$__906368aebf7b90602401602060405180830381865af4158015613085573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610514919061390d565b6130b1612b1c565b610ce281612f4e565b80356001600160e01b03198116811461302d57600080fd5b6000602082840312156130e457600080fd5b6130ed826130ba565b9392505050565b60005b8381101561310f5781810151838201526020016130f7565b50506000910152565b600081518084526131308160208601602086016130f4565b601f01601f19169290920160200192915050565b6020815260006001600160601b038084511660208401528060208501511660408401525060ff604084015116606083015260608301511515608083015260018060a01b0360808401511660a083015260a08301516131ad60c08401826001600160a01b03169052565b5060c083015160e0808401526131c7610100840182613118565b949350505050565b6001600160a01b0381168114610ce257600080fd5b6001600160601b0381168114610ce257600080fd5b60ff81168114610ce257600080fd5b8015158114610ce257600080fd5b634e487b7160e01b600052604160045260246000fd5b60405160e081016001600160401b038111828210171561324e5761324e613216565b60405290565b604051601f8201601f191681016001600160401b038111828210171561327c5761327c613216565b604052919050565b60006001600160401b0382111561329d5761329d613216565b50601f01601f191660200190565b60006132be6132b984613284565b613254565b90508281528383830111156132d257600080fd5b828260208301376000602084830101529392505050565b600082601f8301126132fa57600080fd5b6130ed838335602085016132ab565b60008060008060008060c0878903121561332257600080fd5b863561332d816131cf565b9550602087013561333d816131e4565b9450604087013561334d816131f9565b9350606087013561335d81613208565b9250608087013561336d816131cf565b915060a08701356001600160401b0381111561338857600080fd5b61339489828a016132e9565b9150509295509295509295565b6000602082840312156133b357600080fd5b81356001600160401b038111156133c957600080fd5b6131c7848285016132e9565b600080604083850312156133e857600080fd5b82356133f3816131cf565b915060208301356001600160401b0381111561340e57600080fd5b61341a858286016132e9565b9150509250929050565b60006020828403121561343657600080fd5b81356130ed816131cf565b60006001600160401b0382111561345a5761345a613216565b5060051b60200190565b600082601f83011261347557600080fd5b813560206134856132b983613441565b828152600592831b85018201928282019190878511156134a457600080fd5b8387015b8581101561353e5780356001600160401b038111156134c75760008081fd5b8801603f81018a136134d95760008081fd5b8581013560406134eb6132b983613441565b82815291851b8301810191888101908d8411156135085760008081fd5b938201935b8385101561352d5761351e856130ba565b8252938901939089019061350d565b8852505050938501935084016134a8565b5090979650505050505050565b6001600160401b0381168114610ce257600080fd5b600082601f83011261357157600080fd5b813560206135816132b983613441565b82815260059290921b840181019181810190868411156135a057600080fd5b8286015b848110156135c45780356135b78161354b565b83529183019183016135a4565b509695505050505050565b600080600080600060a086880312156135e757600080fd5b85356135f2816131e4565b94506020860135613602816131cf565b935060408601356001600160401b038082111561361e57600080fd5b818801915088601f83011261363257600080fd5b613641898335602085016132ab565b9450606088013591508082111561365757600080fd5b61366389838a01613464565b9350608088013591508082111561367957600080fd5b5061368688828901613560565b9150509295509295909350565b6000806000606084860312156136a857600080fd5b83356136b3816131cf565b925060208401356136c3816131cf565b915060408401356136d3816131cf565b809150509250925092565b6000602082840312156136f057600080fd5b81356130ed81613208565b60006020828403121561370d57600080fd5b81356130ed816131e4565b6000806040838503121561372b57600080fd5b8235613736816131cf565b91506020830135613746816131cf565b809150509250929050565b60006020828403121561376357600080fd5b815162ffffff811681146130ed57600080fd5b600181811c9082168061378a57607f821691505b6020821081036137aa57634e487b7160e01b600052602260045260246000fd5b50919050565b805161302d81613208565b6000602082840312156137cd57600080fd5b81516130ed81613208565b805161302d816131e4565b6000602082840312156137f557600080fd5b81516130ed816131e4565b601f821115611bbf57600081815260208120601f850160051c810160208610156138275750805b601f850160051c820191505b8181101561384657828155600101613833565b505050505050565b81516001600160401b0381111561386757613867613216565b61387b816138758454613776565b84613800565b602080601f8311600181146138b057600084156138985750858301515b600019600386901b1c1916600185901b178555613846565b600085815260208120601f198616915b828110156138df578886015182559484019460019091019084016138c0565b50858210156138fd5787850151600019600388901b60f8161c191681555b5050505050600190811b01905550565b60006020828403121561391f57600080fd5b81516130ed8161354b565b60006020828403121561393c57600080fd5b81516130ed816131cf565b805161302d816131cf565b805161302d816131f9565b600082601f83011261396e57600080fd5b815161397c6132b982613284565b81815284602083860101111561399157600080fd5b6131c78260208301602087016130f4565b6000602082840312156139b457600080fd5b81516001600160401b03808211156139cb57600080fd5b9083019060e082860312156139df57600080fd5b6139e761322c565b6139f0836137d8565b81526139fe602084016137d8565b6020820152613a0f60408401613952565b6040820152613a20606084016137b0565b6060820152613a3160808401613947565b6080820152613a4260a08401613947565b60a082015260c083015182811115613a5957600080fd5b613a658782860161395d565b60c08301525095945050505050565b6001600160a01b03831681526040602082018190526000906131c790830184613118565b634e487b7160e01b600052603260045260246000fd5b606081526000613ac16060830186613118565b82810360208481019190915285518083528682019282019060005b81811015613b025784516001600160e01b03191683529383019391830191600101613adc565b50508093505050506001600160401b0383166040830152949350505050565b600060018201613b4157634e487b7160e01b600052601160045260246000fd5b5060010190565b600060208284031215613b5a57600080fd5b81516130ed816131f9565b60008060408385031215613b7857600080fd5b8251613b83816131cf565b6020840151909250613746816131cf56fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a26469706673582212201a401290ecbdea6ea6ea78456d5b9145c7212b70141183543948d2de93dfa14164736f6c63430008140033",
|
841
|
+
"bytecode": "0x6080604052348015600e575f80fd5b5060156019565b60c9565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff161560685760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b039081161460c65780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b613f30806100d65f395ff3fe608060405234801561000f575f80fd5b50600436106101c6575f3560e01c80637a9e5e4b116100fe578063ada9652e1161009e578063bf7e214f1161006e578063bf7e214f1461043c578063c22f980d14610459578063e52ba1cb1461046c578063edabac031461047f575f80fd5b8063ada9652e146103fb578063b03d2a8e1461040f578063b68d180914610422578063b7d6851914610429575f80fd5b8063893d20e8116100d9578063893d20e8146103905780638fb3603714610398578063a2356b3a146103b9578063ad501467146103cc575f80fd5b80637a9e5e4b1461036e578063872309c7146103815780638899278a14610388575f80fd5b8063329d6e7411610169578063644c45e011610144578063644c45e0146103045780636a778e73146103215780636c741e781461033457806376b707b714610354575f80fd5b8063329d6e74146102b957806349bb9e4b146102cc5780635ab1bd53146102df575f80fd5b8063138461e0116101a4578063138461e01461023c5780631eff4b221461025c578063254f6866146102915780632d764ef8146102a6575f80fd5b806301ffc9a7146101ca5780630d8e6e2c1461020b5780630fec111c14610227575b5f80fd5b6101f66101d836600461377c565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b610213610490565b60405162ffffff9091168152602001610202565b61022f610517565b60405161020291906137d8565b6102446106d5565b6040516001600160601b039091168152602001610202565b6102837f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001610202565b6102a461029f366004613880565b6106df565b005b6102a46102b43660046138ad565b61085a565b6102a46102c73660046139ac565b610c38565b6102a46102da3660046139dd565b610d82565b6001546001600160a01b03165b6040516001600160a01b039091168152602001610202565b5f80516020613e9b833981519152546001600160601b0316610244565b61024461032f366004613880565b610e7e565b61033c61170f565b6040516001600160401b039091168152602001610202565b61035c61179b565b60405160ff9091168152602001610202565b6102a461037c366004613880565b61180f565b6102835f81565b610283600381565b6102ec6118ab565b6103a06119dc565b6040516001600160e01b03199091168152602001610202565b6102a46103c7366004613a3d565b611a11565b6103d4611d89565b604080516001600160a01b0390931683526001600160601b03909116602083015201610202565b6102835f80516020613e9b83398151915281565b6102a461041d366004613a81565b612027565b600a61035c565b6102a4610437366004613a9c565b612249565b5f80516020613ebb833981519152546001600160a01b03166102ec565b6102a4610467366004613ab3565b612571565b61024461047a366004613ab3565b612798565b6007546001600160a01b03166102ec565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af41580156104ee573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105129190613ace565b905090565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c08101919091525f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156105c7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105eb9190613afb565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a0016106336118ab565b6001600160a01b0316815260200182600101805461065090613b16565b80601f016020809104026020016040519081016040528092919081815260200182805461067c90613b16565b80156106c75780601f1061069e576101008083540402835291602001916106c7565b820191905f5260205f20905b8154815290600101906020018083116106aa57829003601f168201915b505050505081525091505090565b5f61051230612b08565b6106e76118ab565b6001600160a01b0316336001600160a01b03161461071f5760405163086391f760e31b81523360048201526024015b60405180910390fd5b6007546001600160a01b0316610748576040516358e5a4af60e01b815260040160405180910390fd5b6001600160a01b03811661076f57604051631aa1808560e31b815260040160405180910390fd5b6007546001600160a01b039081169082160361079e57604051630666e2a560e01b815260040160405180910390fd5b6006546040805163379ed74560e21b8152905183926001600160a01b03908116929084169163de7b5d14916004808201926020929091908290030181865afa1580156107ec573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108109190613b4e565b6001600160a01b0316146108375760405163f026367160e01b815260040160405180910390fd5b50600780546001600160a01b0319166001600160a01b0392909216919091179055565b335f61086e6001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa1580156108b2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108d69190613afb565b604051630a4d29dd60e31b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af415801561092f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109539190613b74565b1561097c576040516308afbeb960e31b81526001600160a01b0383166004820152602401610716565b5f61098f6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa1580156109db573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610a029190810190613c00565b604001519050610a1b81600a5b60ff9081169116141590565b15610a3d578281604051632e87cd2360e11b8152600401610716929190613cd0565b5f836001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015610a7a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a9e9190613cec565b9050610b2381610aac610490565b60405163c9e66e2960e01b815262ffffff909116600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__9063c9e66e2990602401602060405180830381865af4158015610aff573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a0f9190613cec565b15610b45578381604051637f8084f960e01b8152600401610716929190613cd0565b5f610b586001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015610b9c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610bc09190613afb565b60035460405163db1e36e760e01b81526001600160601b038316600482015264ffffffffff891660248201529192506001600160a01b03169063db1e36e7906044015b5f604051808303815f87803b158015610c1a575f80fd5b505af1158015610c2c573d5f803e3d5ffd5b50505050505050505050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c610c5a610490565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015610c98573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610cbc9190613d1b565b5f80516020613edb8339815191528054600160401b900460ff1680610cee575080546001600160401b03808416911610155b15610d0c5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b178155610d3683612d01565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b5f80516020613edb8339815191528054600160401b810460ff1615906001600160401b03165f81158015610db35750825b90505f826001600160401b03166001148015610dce5750303b155b905081158015610ddc575080155b15610dfa5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610e2457845460ff60401b1916600160401b1785555b610e2e8787612d09565b8315610e7557845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b5f610e876118ab565b6001600160a01b0316336001600160a01b031614610eba5760405163086391f760e31b8152336004820152602401610716565b6006546001600160a01b031615610ee457604051632c237de760e11b815260040160405180910390fd5b6005546001600160a01b031615610f0e5760405163ab0cc43960e01b815260040160405180910390fd5b6008546001600160a01b031615610f385760405163558f4f7b60e11b815260040160405180910390fd5b6001600160a01b038216610f5f576040516309353e4560e11b815260040160405180910390fd5b5f8290505f816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610fa0573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610fc49190613b4e565b90505f826001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015611003573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110279190613b4e565b90505f8190505f846001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801561106a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061108e9190613b4e565b90505f8190505f866001600160a01b0316636dddada46040518163ffffffff1660e01b8152600401602060405180830381865afa1580156110d1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110f59190613b4e565b90505f8190505f886001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015611138573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061115c9190613b4e565b9050806001600160a01b038916611186576040516327ccc33d60e11b815260040160405180910390fd5b6001600160a01b0387166111ac576040516295661560e31b815260040160405180910390fd5b6001600160a01b0385166111d35760405163e267254160e01b815260040160405180910390fd5b6001600160a01b0383166111fa5760405163bfebabd760e01b815260040160405180910390fd5b6001600160a01b038116611221576040516301fa2a2b60e01b815260040160405180910390fd5b876001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561125d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112819190613b4e565b6001600160a01b03168a6001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156112c6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112ea9190613b4e565b6001600160a01b031614611311576040516334ddf1a760e21b815260040160405180910390fd5b876001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561134d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113719190613b4e565b6001600160a01b0316846001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156113b6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113da9190613b4e565b6001600160a01b0316146114015760405163e168da3760e01b815260040160405180910390fd5b876001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561143d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114619190613b4e565b6001600160a01b0316826001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156114a6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114ca9190613b4e565b6001600160a01b0316146114f157604051631129422760e31b815260040160405180910390fd5b896001600160a01b0316846001600160a01b031663de7b5d146040518163ffffffff1660e01b8152600401602060405180830381865afa158015611537573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061155b9190613b4e565b6001600160a01b03161461158257604051631b25e96d60e31b815260040160405180910390fd5b896001600160a01b0316866001600160a01b031663de7b5d146040518163ffffffff1660e01b8152600401602060405180830381865afa1580156115c8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115ec9190613b4e565b6001600160a01b031614611613576040516331783c7160e11b815260040160405180910390fd5b600480546001600160a01b03199081166001600160a01b038c8116919091179092556005805482168a84161790556006805482168f8416908117909155600780548316898516179055600880548316878516179055600980549092168484161790915560025490915f911663026bc43b8361168c6118ab565b6040516001600160e01b031960e085901b1681526001600160a01b039283166004820152911660248201526044015f604051808303815f875af11580156116d5573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526116fc9190810190613c00565b519e9d5050505050505050505050505050565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d3600a61173461179b565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af4158015611777573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105129190613d1b565b604051632392b61b60e21b8152600360048201525f9073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af41580156117eb573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105129190613cec565b3361182e5f80516020613ebb833981519152546001600160a01b031690565b6001600160a01b0316816001600160a01b0316146118695760405162d1953b60e31b81526001600160a01b0382166004820152602401610716565b816001600160a01b03163b5f0361189e576040516361798f2f60e11b81526001600160a01b0383166004820152602401610716565b6118a782612e78565b5050565b5f805f80516020613e9b83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611917573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061193b9190613b74565b156119c6576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa15801561199c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119c09190613b4e565b91505090565b54600160601b90046001600160a01b0316919050565b5f80516020613ebb83398151915280545f9190600160a01b900460ff16611a03575f6119c0565b638fb3603760e01b91505090565b335f611a256001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015611a69573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a8d9190613afb565b604051630a4d29dd60e31b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af4158015611ae6573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b0a9190613b74565b15611b33576040516308afbeb960e31b81526001600160a01b0383166004820152602401610716565b5f611b466001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa158015611b92573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611bb99190810190613c00565b604001519050611bca81600a610a0f565b15611bec578281604051632e87cd2360e11b8152600401610716929190613cd0565b5f836001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015611c29573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c4d9190613cec565b9050611c5b81610aac610490565b15611c7d578381604051637f8084f960e01b8152600401610716929190613cd0565b5f611c906001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015611cd4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611cf89190613afb565b600354604051636f61deef60e11b81526001600160601b0380841660048301526001600160a01b038b81166024840152908a16604483015292935091169063dec3bdde906064016020604051808303815f875af1158015611d5b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d7f9190613afb565b5050505050505050565b5f803381611d95612ed8565b9050611da18183613046565b60025460405163026bc43b60e01b81526001600160a01b038084166004830152858116602483015292965091169063026bc43b906044015f604051808303815f875af1158015611df3573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611e1a9190810190613c00565b5f0151925060035f9054906101000a90046001600160a01b03166001600160a01b03166381d9b45f8473__$fb6c7635e3c1acf7e7d82c7d43e7a24671$__63c6edc3dd6040518163ffffffff1660e01b8152600401602060405180830381865af4158015611e8a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611eae9190613d36565b73__$fb6c7635e3c1acf7e7d82c7d43e7a24671$__63f87bf3736040518163ffffffff1660e01b8152600401602060405180830381865af4158015611ef5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611f199190613d51565b6040516001600160e01b031960e086901b1681526001600160601b03909316600484015264ffffffffff909116602483015260448201526064015f604051808303815f87803b158015611f6a575f80fd5b505af1158015611f7c573d5f803e3d5ffd5b505060405163776c828f60e01b81526001600160a01b0387811660048301528416925063776c828f91506024015f604051808303815f87803b158015611fc0575f80fd5b505af1158015611fd2573d5f803e3d5ffd5b5050604080516001600160601b03871681526001600160a01b03881660208201527f5f38ba73d945d51535b3c678f341052a70a580bed77c5db38464d02366c29fa8935001905060405180910390a150509091565b6001546001600160a01b0316604051630bee2f1560e11b81523360048201526001600160a01b0391909116906317dc5e2a90602401602060405180830381865afa158015612077573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061209b9190613b74565b6120ba576040516302613e9f60e51b8152336004820152602401610716565b6040516301ffc9a760e01b81526307bb0a0360e51b6004820152339081906301ffc9a790602401602060405180830381865afa1580156120fc573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906121209190613b74565b612147576040516236c14d60e71b81526001600160a01b0382166004820152602401610716565b5f61215a6001546001600160a01b031690565b6040516308b09a5f60e41b81526001600160a01b0384811660048301529192505f91831690638b09a5f0906024015f60405180830381865afa1580156121a2573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526121c99190810190613c00565b6020015160405163bf8e179760e01b81526001600160601b03821660048201529091505f906001600160a01b0384169063bf8e179790602401602060405180830381865afa15801561221d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122419190613b4e565b505050505050565b335f61225d6001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa1580156122a1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122c59190613afb565b604051630a4d29dd60e31b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af415801561231e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123429190613b74565b1561236b576040516308afbeb960e31b81526001600160a01b0383166004820152602401610716565b5f61237e6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa1580156123ca573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526123f19190810190613c00565b60400151905061240281600a610a0f565b15612424578281604051632e87cd2360e11b8152600401610716929190613cd0565b5f836001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015612461573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906124859190613cec565b905061249381610aac610490565b156124b5578381604051637f8084f960e01b8152600401610716929190613cd0565b5f6124c86001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa15801561250c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906125309190613afb565b60035460405163545c994560e11b81526001600160601b0383166004820152602481018990529192506001600160a01b03169063a8b9328a90604401610c03565b806125846001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa1580156125d1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906125f59190613b4e565b6001600160a01b0316336001600160a01b031614612628576040516302613e9f60e51b8152336004820152602401610716565b81600a6126358282613155565b5f6126486001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03871660048201529091505f906001600160a01b0383169063a48f42e0906024015f60405180830381865afa158015612697573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526126be9190810190613c00565b6080810151600754919250905f906126de906001600160a01b031661320c565b604051636791f7ab60e01b81526001600160a01b03848116600483015291925090821690636791f7ab906024015f604051808303815f87803b158015612722575f80fd5b505af1158015612734573d5f803e3d5ffd5b5050604051633def10c760e21b81526001600160a01b0384811660048301528516925063f7bc431c91506024015f604051808303815f87803b158015612778575f80fd5b505af115801561278a573d5f803e3d5ffd5b505050505050505050505050565b5f33816127ad6001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa1580156127f1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906128159190613afb565b604051630a4d29dd60e31b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af415801561286e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906128929190613b74565b156128bb576040516308afbeb960e31b81526001600160a01b0383166004820152602401610716565b5f6128ce6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa15801561291a573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526129419190810190613c00565b60400151905061295281600a610a0f565b15612974578281604051632e87cd2360e11b8152600401610716929190613cd0565b5f836001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa1580156129b1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906129d59190613cec565b90506129e381610aac610490565b15612a05578381604051637f8084f960e01b8152600401610716929190613cd0565b5f612a186001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015612a5c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a809190613afb565b6003546040516321ece65760e01b81526001600160601b0380841660048301528a1660248201529192506001600160a01b0316906321ece657906044016020604051808303815f875af1158015612ad9573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612afd9190613afb565b505050505050919050565b5f805f80516020613e9b83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015612b74573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612b989190613b74565b15612bc45780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610716565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015612c16573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612c3a9190613b74565b612c625760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610716565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015612cb4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612cd89190613afb565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b6101c661327b565b5f80516020613edb8339815191528054600160401b810460ff1615906001600160401b03165f81158015612d3a5750825b90505f826001600160401b03166001148015612d555750303b155b905081158015612d63575080155b15612d815760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315612dab57845460ff60401b1916600160401b1785555b5f8087806020019051810190612dc19190613d68565b91509150612dd082828b6132b3565b612dda60026133f8565b600280546001600160a01b0319166001600160a01b0392909216919091179055612e0460036133f8565b600380546001600160a01b0319166001600160a01b0392909216919091179055612e3463c0d33ff960e01b61348f565b50508315610e7557845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001610e6c565b5f80516020613ebb83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6004545f908190612ef1906001600160a01b031661320c565b600554909150612f09906001600160a01b031661320c565b60405163189acdbd60e31b81526001600160a01b0380831660048301529193509082169063c4d66de8906024015f604051808303815f87803b158015612f4d575f80fd5b505af1158015612f5f573d5f803e3d5ffd5b50505050816001600160a01b031663485cc9558260055f9054906101000a90046001600160a01b03166001600160a01b0316638e5bc2936040518163ffffffff1660e01b8152600401602060405180830381865afa158015612fc3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612fe79190613b4e565b6040516001600160e01b031960e085901b1681526001600160a01b039283166004820152911660248201526044015f604051808303815f87803b15801561302c575f80fd5b505af115801561303e573d5f803e3d5ffd5b505050505090565b6009545f90819061305f906001600160a01b031661320c565b6008549091505f90613079906001600160a01b031661320c565b6007549091505f90613093906001600160a01b031661320c565b6006549091506130ab906001600160a01b031661320c565b9350836001600160a01b031663cc2a9a5b878585856130d26001546001600160a01b031690565b6040516001600160e01b031960e088901b1681526001600160a01b03958616600482015293851660248501529184166044840152831660648301528216608482015290881660a482015260c4015f604051808303815f87803b158015613136575f80fd5b505af1158015613148573d5f803e3d5ffd5b5050505050505092915050565b6001546001600160a01b0316604051635b12715d60e11b81526001600160601b038416600482015260ff831660248201526001600160a01b03919091169063b624e2ba90604401602060405180830381865afa1580156131b7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906131db9190613b74565b6118a75760405163d711af7560e01b81526001600160601b038316600482015260ff82166024820152604401610716565b5f763d602d80600a3d3981f3363d3d373d3d3d363d730000008260601b60e81c175f526e5af43d82803e903d91602b57fd5bf38260781b17602052603760095ff090506001600160a01b038116613276576040516330be1a3d60e21b815260040160405180910390fd5b919050565b5f80516020613edb83398151915254600160401b900460ff166132b157604051631afcd79f60e31b815260040160405180910390fd5b565b6132bb61327b565b6132c36134bb565b6001600160a01b038216156132e0576132db826134cb565b613357565b5f6132eb60026133f8565b9050613355816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561332c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906133509190613b4e565b6134cb565b505b6133d383846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015613397573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906133bb9190613afb565b60085f8560405180602001604052805f8152506134df565b6133e3634a531f3360e01b61348f565b6133f363daf9067160e01b61348f565b505050565b5f61340b6001546001600160a01b031690565b6001600160a01b031663d39e60438361342261179b565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015613465573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906134899190613b4e565b92915050565b61349761327b565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b6134c361327b565b6132b161357a565b6134d361327b565b6134dc816135a8565b50565b6134e761327b565b6134f186836135b9565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa301611d7f8382613de0565b61358261327b565b60017f9b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f0055565b6135b061327b565b6134dc81612e78565b6135c161327b565b6135ca8261362f565b6135d2613737565b6001600160a01b0381166135f95760405163f17ef42d60e01b815260040160405180910390fd5b5f80516020613e9b83398151915280546001600160601b0316600160601b6001600160a01b039093169290920291909117905550565b61363761327b565b806001600160a01b03163b5f0361366c5760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610716565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b81526325713e4b60e21b60048201526301ffc9a790602401602060405180830381865afa9250505080156136e6575060408051601f3d908101601f191682019092526136e391810190613b74565b60015b61370e5760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610716565b806118a75760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610716565b61373f61327b565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b5f6020828403121561378c575f80fd5b81356001600160e01b0319811681146137a3575f80fd5b9392505050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151613820608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e0808401526138646101008401826137aa565b949350505050565b6001600160a01b03811681146134dc575f80fd5b5f60208284031215613890575f80fd5b81356137a38161386c565b64ffffffffff811681146134dc575f80fd5b5f602082840312156138bd575f80fd5b81356137a38161389b565b634e487b7160e01b5f52604160045260245ffd5b60405160e081016001600160401b03811182821017156138fe576138fe6138c8565b60405290565b604051601f8201601f191681016001600160401b038111828210171561392c5761392c6138c8565b604052919050565b5f6001600160401b0382111561394c5761394c6138c8565b50601f01601f191660200190565b5f82601f830112613969575f80fd5b813561397c61397782613934565b613904565b818152846020838601011115613990575f80fd5b816020850160208301375f918101602001919091529392505050565b5f602082840312156139bc575f80fd5b81356001600160401b038111156139d1575f80fd5b6138648482850161395a565b5f80604083850312156139ee575f80fd5b82356139f98161386c565b915060208301356001600160401b03811115613a13575f80fd5b613a1f8582860161395a565b9150509250929050565b6001600160601b03811681146134dc575f80fd5b5f8060408385031215613a4e575f80fd5b8235613a598161386c565b91506020830135613a6981613a29565b809150509250929050565b80151581146134dc575f80fd5b5f60208284031215613a91575f80fd5b81356137a381613a74565b5f60208284031215613aac575f80fd5b5035919050565b5f60208284031215613ac3575f80fd5b81356137a381613a29565b5f60208284031215613ade575f80fd5b815162ffffff811681146137a3575f80fd5b805161327681613a29565b5f60208284031215613b0b575f80fd5b81516137a381613a29565b600181811c90821680613b2a57607f821691505b602082108103613b4857634e487b7160e01b5f52602260045260245ffd5b50919050565b5f60208284031215613b5e575f80fd5b81516137a38161386c565b805161327681613a74565b5f60208284031215613b84575f80fd5b81516137a381613a74565b60ff811681146134dc575f80fd5b805161327681613b8f565b80516132768161386c565b5f82601f830112613bc2575f80fd5b8151613bd061397782613934565b818152846020838601011115613be4575f80fd5b8160208501602083015e5f918101602001919091529392505050565b5f60208284031215613c10575f80fd5b81516001600160401b03811115613c25575f80fd5b820160e08185031215613c36575f80fd5b613c3e6138dc565b613c4782613af0565b8152613c5560208301613af0565b6020820152613c6660408301613b9d565b6040820152613c7760608301613b69565b6060820152613c8860808301613ba8565b6080820152613c9960a08301613ba8565b60a082015260c08201516001600160401b03811115613cb6575f80fd5b613cc286828501613bb3565b60c083015250949350505050565b6001600160a01b0392909216825260ff16602082015260400190565b5f60208284031215613cfc575f80fd5b81516137a381613b8f565b6001600160401b03811681146134dc575f80fd5b5f60208284031215613d2b575f80fd5b81516137a381613d07565b5f60208284031215613d46575f80fd5b81516137a38161389b565b5f60208284031215613d61575f80fd5b5051919050565b5f8060408385031215613d79575f80fd5b8251613d848161386c565b6020840151909250613a698161386c565b601f8211156133f357805f5260205f20601f840160051c81016020851015613dba5750805b601f840160051c820191505b81811015613dd9575f8155600101613dc6565b5050505050565b81516001600160401b03811115613df957613df96138c8565b613e0d81613e078454613b16565b84613d95565b6020601f821160018114613e3f575f8315613e285750848201515b5f19600385901b1c1916600184901b178455613dd9565b5f84815260208120601f198516915b82811015613e6e5787850151825560209485019460019092019101613e4e565b5084821015613e8b57868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a2646970667358221220319f5ea94d485e9493f2fb2ab19f6e73de5ccadc88b3630bfa3c8f80e3d693a864736f6c634300081a0033",
|
842
|
+
"deployedBytecode": "0x608060405234801561000f575f80fd5b50600436106101c6575f3560e01c80637a9e5e4b116100fe578063ada9652e1161009e578063bf7e214f1161006e578063bf7e214f1461043c578063c22f980d14610459578063e52ba1cb1461046c578063edabac031461047f575f80fd5b8063ada9652e146103fb578063b03d2a8e1461040f578063b68d180914610422578063b7d6851914610429575f80fd5b8063893d20e8116100d9578063893d20e8146103905780638fb3603714610398578063a2356b3a146103b9578063ad501467146103cc575f80fd5b80637a9e5e4b1461036e578063872309c7146103815780638899278a14610388575f80fd5b8063329d6e7411610169578063644c45e011610144578063644c45e0146103045780636a778e73146103215780636c741e781461033457806376b707b714610354575f80fd5b8063329d6e74146102b957806349bb9e4b146102cc5780635ab1bd53146102df575f80fd5b8063138461e0116101a4578063138461e01461023c5780631eff4b221461025c578063254f6866146102915780632d764ef8146102a6575f80fd5b806301ffc9a7146101ca5780630d8e6e2c1461020b5780630fec111c14610227575b5f80fd5b6101f66101d836600461377c565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b610213610490565b60405162ffffff9091168152602001610202565b61022f610517565b60405161020291906137d8565b6102446106d5565b6040516001600160601b039091168152602001610202565b6102837f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001610202565b6102a461029f366004613880565b6106df565b005b6102a46102b43660046138ad565b61085a565b6102a46102c73660046139ac565b610c38565b6102a46102da3660046139dd565b610d82565b6001546001600160a01b03165b6040516001600160a01b039091168152602001610202565b5f80516020613e9b833981519152546001600160601b0316610244565b61024461032f366004613880565b610e7e565b61033c61170f565b6040516001600160401b039091168152602001610202565b61035c61179b565b60405160ff9091168152602001610202565b6102a461037c366004613880565b61180f565b6102835f81565b610283600381565b6102ec6118ab565b6103a06119dc565b6040516001600160e01b03199091168152602001610202565b6102a46103c7366004613a3d565b611a11565b6103d4611d89565b604080516001600160a01b0390931683526001600160601b03909116602083015201610202565b6102835f80516020613e9b83398151915281565b6102a461041d366004613a81565b612027565b600a61035c565b6102a4610437366004613a9c565b612249565b5f80516020613ebb833981519152546001600160a01b03166102ec565b6102a4610467366004613ab3565b612571565b61024461047a366004613ab3565b612798565b6007546001600160a01b03166102ec565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af41580156104ee573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105129190613ace565b905090565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c08101919091525f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156105c7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105eb9190613afb565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a0016106336118ab565b6001600160a01b0316815260200182600101805461065090613b16565b80601f016020809104026020016040519081016040528092919081815260200182805461067c90613b16565b80156106c75780601f1061069e576101008083540402835291602001916106c7565b820191905f5260205f20905b8154815290600101906020018083116106aa57829003601f168201915b505050505081525091505090565b5f61051230612b08565b6106e76118ab565b6001600160a01b0316336001600160a01b03161461071f5760405163086391f760e31b81523360048201526024015b60405180910390fd5b6007546001600160a01b0316610748576040516358e5a4af60e01b815260040160405180910390fd5b6001600160a01b03811661076f57604051631aa1808560e31b815260040160405180910390fd5b6007546001600160a01b039081169082160361079e57604051630666e2a560e01b815260040160405180910390fd5b6006546040805163379ed74560e21b8152905183926001600160a01b03908116929084169163de7b5d14916004808201926020929091908290030181865afa1580156107ec573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108109190613b4e565b6001600160a01b0316146108375760405163f026367160e01b815260040160405180910390fd5b50600780546001600160a01b0319166001600160a01b0392909216919091179055565b335f61086e6001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa1580156108b2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108d69190613afb565b604051630a4d29dd60e31b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af415801561092f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109539190613b74565b1561097c576040516308afbeb960e31b81526001600160a01b0383166004820152602401610716565b5f61098f6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa1580156109db573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610a029190810190613c00565b604001519050610a1b81600a5b60ff9081169116141590565b15610a3d578281604051632e87cd2360e11b8152600401610716929190613cd0565b5f836001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015610a7a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a9e9190613cec565b9050610b2381610aac610490565b60405163c9e66e2960e01b815262ffffff909116600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__9063c9e66e2990602401602060405180830381865af4158015610aff573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a0f9190613cec565b15610b45578381604051637f8084f960e01b8152600401610716929190613cd0565b5f610b586001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015610b9c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610bc09190613afb565b60035460405163db1e36e760e01b81526001600160601b038316600482015264ffffffffff891660248201529192506001600160a01b03169063db1e36e7906044015b5f604051808303815f87803b158015610c1a575f80fd5b505af1158015610c2c573d5f803e3d5ffd5b50505050505050505050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c610c5a610490565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015610c98573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610cbc9190613d1b565b5f80516020613edb8339815191528054600160401b900460ff1680610cee575080546001600160401b03808416911610155b15610d0c5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b178155610d3683612d01565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b5f80516020613edb8339815191528054600160401b810460ff1615906001600160401b03165f81158015610db35750825b90505f826001600160401b03166001148015610dce5750303b155b905081158015610ddc575080155b15610dfa5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610e2457845460ff60401b1916600160401b1785555b610e2e8787612d09565b8315610e7557845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b5f610e876118ab565b6001600160a01b0316336001600160a01b031614610eba5760405163086391f760e31b8152336004820152602401610716565b6006546001600160a01b031615610ee457604051632c237de760e11b815260040160405180910390fd5b6005546001600160a01b031615610f0e5760405163ab0cc43960e01b815260040160405180910390fd5b6008546001600160a01b031615610f385760405163558f4f7b60e11b815260040160405180910390fd5b6001600160a01b038216610f5f576040516309353e4560e11b815260040160405180910390fd5b5f8290505f816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610fa0573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610fc49190613b4e565b90505f826001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015611003573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110279190613b4e565b90505f8190505f846001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801561106a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061108e9190613b4e565b90505f8190505f866001600160a01b0316636dddada46040518163ffffffff1660e01b8152600401602060405180830381865afa1580156110d1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110f59190613b4e565b90505f8190505f886001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015611138573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061115c9190613b4e565b9050806001600160a01b038916611186576040516327ccc33d60e11b815260040160405180910390fd5b6001600160a01b0387166111ac576040516295661560e31b815260040160405180910390fd5b6001600160a01b0385166111d35760405163e267254160e01b815260040160405180910390fd5b6001600160a01b0383166111fa5760405163bfebabd760e01b815260040160405180910390fd5b6001600160a01b038116611221576040516301fa2a2b60e01b815260040160405180910390fd5b876001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561125d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112819190613b4e565b6001600160a01b03168a6001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156112c6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112ea9190613b4e565b6001600160a01b031614611311576040516334ddf1a760e21b815260040160405180910390fd5b876001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561134d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113719190613b4e565b6001600160a01b0316846001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156113b6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113da9190613b4e565b6001600160a01b0316146114015760405163e168da3760e01b815260040160405180910390fd5b876001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561143d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114619190613b4e565b6001600160a01b0316826001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156114a6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114ca9190613b4e565b6001600160a01b0316146114f157604051631129422760e31b815260040160405180910390fd5b896001600160a01b0316846001600160a01b031663de7b5d146040518163ffffffff1660e01b8152600401602060405180830381865afa158015611537573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061155b9190613b4e565b6001600160a01b03161461158257604051631b25e96d60e31b815260040160405180910390fd5b896001600160a01b0316866001600160a01b031663de7b5d146040518163ffffffff1660e01b8152600401602060405180830381865afa1580156115c8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115ec9190613b4e565b6001600160a01b031614611613576040516331783c7160e11b815260040160405180910390fd5b600480546001600160a01b03199081166001600160a01b038c8116919091179092556005805482168a84161790556006805482168f8416908117909155600780548316898516179055600880548316878516179055600980549092168484161790915560025490915f911663026bc43b8361168c6118ab565b6040516001600160e01b031960e085901b1681526001600160a01b039283166004820152911660248201526044015f604051808303815f875af11580156116d5573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526116fc9190810190613c00565b519e9d5050505050505050505050505050565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d3600a61173461179b565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af4158015611777573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105129190613d1b565b604051632392b61b60e21b8152600360048201525f9073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af41580156117eb573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105129190613cec565b3361182e5f80516020613ebb833981519152546001600160a01b031690565b6001600160a01b0316816001600160a01b0316146118695760405162d1953b60e31b81526001600160a01b0382166004820152602401610716565b816001600160a01b03163b5f0361189e576040516361798f2f60e11b81526001600160a01b0383166004820152602401610716565b6118a782612e78565b5050565b5f805f80516020613e9b83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611917573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061193b9190613b74565b156119c6576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa15801561199c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119c09190613b4e565b91505090565b54600160601b90046001600160a01b0316919050565b5f80516020613ebb83398151915280545f9190600160a01b900460ff16611a03575f6119c0565b638fb3603760e01b91505090565b335f611a256001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015611a69573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a8d9190613afb565b604051630a4d29dd60e31b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af4158015611ae6573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b0a9190613b74565b15611b33576040516308afbeb960e31b81526001600160a01b0383166004820152602401610716565b5f611b466001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa158015611b92573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611bb99190810190613c00565b604001519050611bca81600a610a0f565b15611bec578281604051632e87cd2360e11b8152600401610716929190613cd0565b5f836001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015611c29573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c4d9190613cec565b9050611c5b81610aac610490565b15611c7d578381604051637f8084f960e01b8152600401610716929190613cd0565b5f611c906001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015611cd4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611cf89190613afb565b600354604051636f61deef60e11b81526001600160601b0380841660048301526001600160a01b038b81166024840152908a16604483015292935091169063dec3bdde906064016020604051808303815f875af1158015611d5b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d7f9190613afb565b5050505050505050565b5f803381611d95612ed8565b9050611da18183613046565b60025460405163026bc43b60e01b81526001600160a01b038084166004830152858116602483015292965091169063026bc43b906044015f604051808303815f875af1158015611df3573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611e1a9190810190613c00565b5f0151925060035f9054906101000a90046001600160a01b03166001600160a01b03166381d9b45f8473__$fb6c7635e3c1acf7e7d82c7d43e7a24671$__63c6edc3dd6040518163ffffffff1660e01b8152600401602060405180830381865af4158015611e8a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611eae9190613d36565b73__$fb6c7635e3c1acf7e7d82c7d43e7a24671$__63f87bf3736040518163ffffffff1660e01b8152600401602060405180830381865af4158015611ef5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611f199190613d51565b6040516001600160e01b031960e086901b1681526001600160601b03909316600484015264ffffffffff909116602483015260448201526064015f604051808303815f87803b158015611f6a575f80fd5b505af1158015611f7c573d5f803e3d5ffd5b505060405163776c828f60e01b81526001600160a01b0387811660048301528416925063776c828f91506024015f604051808303815f87803b158015611fc0575f80fd5b505af1158015611fd2573d5f803e3d5ffd5b5050604080516001600160601b03871681526001600160a01b03881660208201527f5f38ba73d945d51535b3c678f341052a70a580bed77c5db38464d02366c29fa8935001905060405180910390a150509091565b6001546001600160a01b0316604051630bee2f1560e11b81523360048201526001600160a01b0391909116906317dc5e2a90602401602060405180830381865afa158015612077573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061209b9190613b74565b6120ba576040516302613e9f60e51b8152336004820152602401610716565b6040516301ffc9a760e01b81526307bb0a0360e51b6004820152339081906301ffc9a790602401602060405180830381865afa1580156120fc573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906121209190613b74565b612147576040516236c14d60e71b81526001600160a01b0382166004820152602401610716565b5f61215a6001546001600160a01b031690565b6040516308b09a5f60e41b81526001600160a01b0384811660048301529192505f91831690638b09a5f0906024015f60405180830381865afa1580156121a2573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526121c99190810190613c00565b6020015160405163bf8e179760e01b81526001600160601b03821660048201529091505f906001600160a01b0384169063bf8e179790602401602060405180830381865afa15801561221d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122419190613b4e565b505050505050565b335f61225d6001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa1580156122a1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122c59190613afb565b604051630a4d29dd60e31b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af415801561231e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123429190613b74565b1561236b576040516308afbeb960e31b81526001600160a01b0383166004820152602401610716565b5f61237e6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa1580156123ca573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526123f19190810190613c00565b60400151905061240281600a610a0f565b15612424578281604051632e87cd2360e11b8152600401610716929190613cd0565b5f836001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015612461573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906124859190613cec565b905061249381610aac610490565b156124b5578381604051637f8084f960e01b8152600401610716929190613cd0565b5f6124c86001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa15801561250c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906125309190613afb565b60035460405163545c994560e11b81526001600160601b0383166004820152602481018990529192506001600160a01b03169063a8b9328a90604401610c03565b806125846001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa1580156125d1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906125f59190613b4e565b6001600160a01b0316336001600160a01b031614612628576040516302613e9f60e51b8152336004820152602401610716565b81600a6126358282613155565b5f6126486001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03871660048201529091505f906001600160a01b0383169063a48f42e0906024015f60405180830381865afa158015612697573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526126be9190810190613c00565b6080810151600754919250905f906126de906001600160a01b031661320c565b604051636791f7ab60e01b81526001600160a01b03848116600483015291925090821690636791f7ab906024015f604051808303815f87803b158015612722575f80fd5b505af1158015612734573d5f803e3d5ffd5b5050604051633def10c760e21b81526001600160a01b0384811660048301528516925063f7bc431c91506024015f604051808303815f87803b158015612778575f80fd5b505af115801561278a573d5f803e3d5ffd5b505050505050505050505050565b5f33816127ad6001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa1580156127f1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906128159190613afb565b604051630a4d29dd60e31b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af415801561286e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906128929190613b74565b156128bb576040516308afbeb960e31b81526001600160a01b0383166004820152602401610716565b5f6128ce6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa15801561291a573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526129419190810190613c00565b60400151905061295281600a610a0f565b15612974578281604051632e87cd2360e11b8152600401610716929190613cd0565b5f836001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa1580156129b1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906129d59190613cec565b90506129e381610aac610490565b15612a05578381604051637f8084f960e01b8152600401610716929190613cd0565b5f612a186001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015612a5c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a809190613afb565b6003546040516321ece65760e01b81526001600160601b0380841660048301528a1660248201529192506001600160a01b0316906321ece657906044016020604051808303815f875af1158015612ad9573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612afd9190613afb565b505050505050919050565b5f805f80516020613e9b83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015612b74573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612b989190613b74565b15612bc45780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610716565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015612c16573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612c3a9190613b74565b612c625760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610716565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015612cb4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612cd89190613afb565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b6101c661327b565b5f80516020613edb8339815191528054600160401b810460ff1615906001600160401b03165f81158015612d3a5750825b90505f826001600160401b03166001148015612d555750303b155b905081158015612d63575080155b15612d815760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315612dab57845460ff60401b1916600160401b1785555b5f8087806020019051810190612dc19190613d68565b91509150612dd082828b6132b3565b612dda60026133f8565b600280546001600160a01b0319166001600160a01b0392909216919091179055612e0460036133f8565b600380546001600160a01b0319166001600160a01b0392909216919091179055612e3463c0d33ff960e01b61348f565b50508315610e7557845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001610e6c565b5f80516020613ebb83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6004545f908190612ef1906001600160a01b031661320c565b600554909150612f09906001600160a01b031661320c565b60405163189acdbd60e31b81526001600160a01b0380831660048301529193509082169063c4d66de8906024015f604051808303815f87803b158015612f4d575f80fd5b505af1158015612f5f573d5f803e3d5ffd5b50505050816001600160a01b031663485cc9558260055f9054906101000a90046001600160a01b03166001600160a01b0316638e5bc2936040518163ffffffff1660e01b8152600401602060405180830381865afa158015612fc3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612fe79190613b4e565b6040516001600160e01b031960e085901b1681526001600160a01b039283166004820152911660248201526044015f604051808303815f87803b15801561302c575f80fd5b505af115801561303e573d5f803e3d5ffd5b505050505090565b6009545f90819061305f906001600160a01b031661320c565b6008549091505f90613079906001600160a01b031661320c565b6007549091505f90613093906001600160a01b031661320c565b6006549091506130ab906001600160a01b031661320c565b9350836001600160a01b031663cc2a9a5b878585856130d26001546001600160a01b031690565b6040516001600160e01b031960e088901b1681526001600160a01b03958616600482015293851660248501529184166044840152831660648301528216608482015290881660a482015260c4015f604051808303815f87803b158015613136575f80fd5b505af1158015613148573d5f803e3d5ffd5b5050505050505092915050565b6001546001600160a01b0316604051635b12715d60e11b81526001600160601b038416600482015260ff831660248201526001600160a01b03919091169063b624e2ba90604401602060405180830381865afa1580156131b7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906131db9190613b74565b6118a75760405163d711af7560e01b81526001600160601b038316600482015260ff82166024820152604401610716565b5f763d602d80600a3d3981f3363d3d373d3d3d363d730000008260601b60e81c175f526e5af43d82803e903d91602b57fd5bf38260781b17602052603760095ff090506001600160a01b038116613276576040516330be1a3d60e21b815260040160405180910390fd5b919050565b5f80516020613edb83398151915254600160401b900460ff166132b157604051631afcd79f60e31b815260040160405180910390fd5b565b6132bb61327b565b6132c36134bb565b6001600160a01b038216156132e0576132db826134cb565b613357565b5f6132eb60026133f8565b9050613355816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561332c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906133509190613b4e565b6134cb565b505b6133d383846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015613397573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906133bb9190613afb565b60085f8560405180602001604052805f8152506134df565b6133e3634a531f3360e01b61348f565b6133f363daf9067160e01b61348f565b505050565b5f61340b6001546001600160a01b031690565b6001600160a01b031663d39e60438361342261179b565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015613465573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906134899190613b4e565b92915050565b61349761327b565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b6134c361327b565b6132b161357a565b6134d361327b565b6134dc816135a8565b50565b6134e761327b565b6134f186836135b9565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa301611d7f8382613de0565b61358261327b565b60017f9b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f0055565b6135b061327b565b6134dc81612e78565b6135c161327b565b6135ca8261362f565b6135d2613737565b6001600160a01b0381166135f95760405163f17ef42d60e01b815260040160405180910390fd5b5f80516020613e9b83398151915280546001600160601b0316600160601b6001600160a01b039093169290920291909117905550565b61363761327b565b806001600160a01b03163b5f0361366c5760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610716565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b81526325713e4b60e21b60048201526301ffc9a790602401602060405180830381865afa9250505080156136e6575060408051601f3d908101601f191682019092526136e391810190613b74565b60015b61370e5760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610716565b806118a75760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610716565b61373f61327b565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b5f6020828403121561378c575f80fd5b81356001600160e01b0319811681146137a3575f80fd5b9392505050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151613820608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e0808401526138646101008401826137aa565b949350505050565b6001600160a01b03811681146134dc575f80fd5b5f60208284031215613890575f80fd5b81356137a38161386c565b64ffffffffff811681146134dc575f80fd5b5f602082840312156138bd575f80fd5b81356137a38161389b565b634e487b7160e01b5f52604160045260245ffd5b60405160e081016001600160401b03811182821017156138fe576138fe6138c8565b60405290565b604051601f8201601f191681016001600160401b038111828210171561392c5761392c6138c8565b604052919050565b5f6001600160401b0382111561394c5761394c6138c8565b50601f01601f191660200190565b5f82601f830112613969575f80fd5b813561397c61397782613934565b613904565b818152846020838601011115613990575f80fd5b816020850160208301375f918101602001919091529392505050565b5f602082840312156139bc575f80fd5b81356001600160401b038111156139d1575f80fd5b6138648482850161395a565b5f80604083850312156139ee575f80fd5b82356139f98161386c565b915060208301356001600160401b03811115613a13575f80fd5b613a1f8582860161395a565b9150509250929050565b6001600160601b03811681146134dc575f80fd5b5f8060408385031215613a4e575f80fd5b8235613a598161386c565b91506020830135613a6981613a29565b809150509250929050565b80151581146134dc575f80fd5b5f60208284031215613a91575f80fd5b81356137a381613a74565b5f60208284031215613aac575f80fd5b5035919050565b5f60208284031215613ac3575f80fd5b81356137a381613a29565b5f60208284031215613ade575f80fd5b815162ffffff811681146137a3575f80fd5b805161327681613a29565b5f60208284031215613b0b575f80fd5b81516137a381613a29565b600181811c90821680613b2a57607f821691505b602082108103613b4857634e487b7160e01b5f52602260045260245ffd5b50919050565b5f60208284031215613b5e575f80fd5b81516137a38161386c565b805161327681613a74565b5f60208284031215613b84575f80fd5b81516137a381613a74565b60ff811681146134dc575f80fd5b805161327681613b8f565b80516132768161386c565b5f82601f830112613bc2575f80fd5b8151613bd061397782613934565b818152846020838601011115613be4575f80fd5b8160208501602083015e5f918101602001919091529392505050565b5f60208284031215613c10575f80fd5b81516001600160401b03811115613c25575f80fd5b820160e08185031215613c36575f80fd5b613c3e6138dc565b613c4782613af0565b8152613c5560208301613af0565b6020820152613c6660408301613b9d565b6040820152613c7760608301613b69565b6060820152613c8860808301613ba8565b6080820152613c9960a08301613ba8565b60a082015260c08201516001600160401b03811115613cb6575f80fd5b613cc286828501613bb3565b60c083015250949350505050565b6001600160a01b0392909216825260ff16602082015260400190565b5f60208284031215613cfc575f80fd5b81516137a381613b8f565b6001600160401b03811681146134dc575f80fd5b5f60208284031215613d2b575f80fd5b81516137a381613d07565b5f60208284031215613d46575f80fd5b81516137a38161389b565b5f60208284031215613d61575f80fd5b5051919050565b5f8060408385031215613d79575f80fd5b8251613d848161386c565b6020840151909250613a698161386c565b601f8211156133f357805f5260205f20601f840160051c81016020851015613dba5750805b601f840160051c820191505b81811015613dd9575f8155600101613dc6565b5050505050565b81516001600160401b03811115613df957613df96138c8565b613e0d81613e078454613b16565b84613d95565b6020601f821160018114613e3f575f8315613e285750848201515b5f19600385901b1c1916600184901b178455613dd9565b5f84815260208120601f198516915b82811015613e6e5787850151825560209485019460019092019101613e4e565b5084821015613e8b57868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a2646970667358221220319f5ea94d485e9493f2fb2ab19f6e73de5ccadc88b3630bfa3c8f80e3d693a864736f6c634300081a0033",
|
851
843
|
"linkReferences": {
|
852
|
-
"contracts/
|
853
|
-
"
|
844
|
+
"contracts/staking/TargetManagerLib.sol": {
|
845
|
+
"TargetManagerLib": [
|
854
846
|
{
|
855
847
|
"length": 20,
|
856
|
-
"start":
|
848
|
+
"start": 7963
|
849
|
+
},
|
850
|
+
{
|
851
|
+
"length": 20,
|
852
|
+
"start": 8070
|
857
853
|
}
|
858
854
|
]
|
859
855
|
},
|
860
|
-
"contracts/
|
856
|
+
"contracts/type/NftId.sol": {
|
861
857
|
"NftIdLib": [
|
862
858
|
{
|
863
859
|
"length": 20,
|
864
|
-
"start":
|
860
|
+
"start": 1624
|
865
861
|
},
|
866
862
|
{
|
867
863
|
"length": 20,
|
868
|
-
"start":
|
869
|
-
}
|
870
|
-
|
871
|
-
|
872
|
-
|
873
|
-
|
864
|
+
"start": 2509
|
865
|
+
},
|
866
|
+
{
|
867
|
+
"length": 20,
|
868
|
+
"start": 6581
|
869
|
+
},
|
874
870
|
{
|
875
871
|
"length": 20,
|
876
|
-
"start":
|
872
|
+
"start": 7044
|
877
873
|
},
|
878
874
|
{
|
879
875
|
"length": 20,
|
880
|
-
"start":
|
876
|
+
"start": 9148
|
881
877
|
},
|
882
878
|
{
|
883
879
|
"length": 20,
|
884
|
-
"start":
|
880
|
+
"start": 10508
|
881
|
+
},
|
882
|
+
{
|
883
|
+
"length": 20,
|
884
|
+
"start": 11282
|
885
885
|
}
|
886
886
|
]
|
887
887
|
},
|
888
|
-
"contracts/
|
889
|
-
"
|
888
|
+
"contracts/type/RoleId.sol": {
|
889
|
+
"RoleIdLib": [
|
890
890
|
{
|
891
891
|
"length": 20,
|
892
|
-
"start":
|
893
|
-
}
|
892
|
+
"start": 6120
|
893
|
+
}
|
894
|
+
]
|
895
|
+
},
|
896
|
+
"contracts/type/Version.sol": {
|
897
|
+
"VersionLib": [
|
894
898
|
{
|
895
899
|
"length": 20,
|
896
|
-
"start":
|
900
|
+
"start": 1420
|
897
901
|
},
|
898
902
|
{
|
899
903
|
"length": 20,
|
900
|
-
"start":
|
904
|
+
"start": 2973
|
901
905
|
},
|
902
906
|
{
|
903
907
|
"length": 20,
|
904
|
-
"start":
|
908
|
+
"start": 3344
|
905
909
|
}
|
906
910
|
],
|
907
911
|
"VersionPartLib": [
|
908
912
|
{
|
909
913
|
"length": 20,
|
910
|
-
"start":
|
914
|
+
"start": 6281
|
911
915
|
}
|
912
916
|
]
|
913
917
|
}
|
914
918
|
},
|
915
919
|
"deployedLinkReferences": {
|
916
|
-
"contracts/
|
917
|
-
"
|
920
|
+
"contracts/staking/TargetManagerLib.sol": {
|
921
|
+
"TargetManagerLib": [
|
918
922
|
{
|
919
923
|
"length": 20,
|
920
|
-
"start":
|
924
|
+
"start": 7749
|
925
|
+
},
|
926
|
+
{
|
927
|
+
"length": 20,
|
928
|
+
"start": 7856
|
921
929
|
}
|
922
930
|
]
|
923
931
|
},
|
924
|
-
"contracts/
|
932
|
+
"contracts/type/NftId.sol": {
|
925
933
|
"NftIdLib": [
|
926
934
|
{
|
927
935
|
"length": 20,
|
928
|
-
"start":
|
936
|
+
"start": 1410
|
929
937
|
},
|
930
938
|
{
|
931
939
|
"length": 20,
|
932
|
-
"start":
|
933
|
-
}
|
934
|
-
|
935
|
-
|
936
|
-
|
937
|
-
|
940
|
+
"start": 2295
|
941
|
+
},
|
942
|
+
{
|
943
|
+
"length": 20,
|
944
|
+
"start": 6367
|
945
|
+
},
|
946
|
+
{
|
947
|
+
"length": 20,
|
948
|
+
"start": 6830
|
949
|
+
},
|
938
950
|
{
|
939
951
|
"length": 20,
|
940
|
-
"start":
|
952
|
+
"start": 8934
|
941
953
|
},
|
942
954
|
{
|
943
955
|
"length": 20,
|
944
|
-
"start":
|
956
|
+
"start": 10294
|
945
957
|
},
|
946
958
|
{
|
947
959
|
"length": 20,
|
948
|
-
"start":
|
960
|
+
"start": 11068
|
949
961
|
}
|
950
962
|
]
|
951
963
|
},
|
952
|
-
"contracts/
|
953
|
-
"
|
964
|
+
"contracts/type/RoleId.sol": {
|
965
|
+
"RoleIdLib": [
|
954
966
|
{
|
955
967
|
"length": 20,
|
956
|
-
"start":
|
957
|
-
}
|
968
|
+
"start": 5906
|
969
|
+
}
|
970
|
+
]
|
971
|
+
},
|
972
|
+
"contracts/type/Version.sol": {
|
973
|
+
"VersionLib": [
|
958
974
|
{
|
959
975
|
"length": 20,
|
960
|
-
"start":
|
976
|
+
"start": 1206
|
961
977
|
},
|
962
978
|
{
|
963
979
|
"length": 20,
|
964
|
-
"start":
|
980
|
+
"start": 2759
|
965
981
|
},
|
966
982
|
{
|
967
983
|
"length": 20,
|
968
|
-
"start":
|
984
|
+
"start": 3130
|
969
985
|
}
|
970
986
|
],
|
971
987
|
"VersionPartLib": [
|
972
988
|
{
|
973
989
|
"length": 20,
|
974
|
-
"start":
|
990
|
+
"start": 6067
|
975
991
|
}
|
976
992
|
]
|
977
993
|
}
|