@etherisc/gif-next 0.0.2-e8ea5fe-337 → 0.0.2-e91c6be-472
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +28 -7
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +1 -1
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +105 -65
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +1 -1
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +1 -1
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +67 -11
- package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +1 -1
- package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +1 -1
- package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.json +60 -32
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +1 -1
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +40 -3
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +1 -1
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +19 -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 +1 -1
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +68 -5
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +1 -1
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +162 -327
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +1 -1
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +82 -22
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +1 -1
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +102 -243
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +1 -1
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +180 -198
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +1 -1
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +131 -107
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +1 -1
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +92 -81
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +1 -1
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +52 -0
- package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.json +22 -0
- package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.json +1429 -0
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +502 -0
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +1979 -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 +1430 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1177 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1606 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +2281 -0
- package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +1 -1
- package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +2 -2
- package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstance.sol/IInstance.json +53 -31
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +31 -86
- package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
- package/artifacts/contracts/instance/Instance.sol/Instance.json +72 -123
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +165 -138
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +57 -97
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +286 -83
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +96 -245
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +99 -87
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +197 -116
- package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +1 -1
- package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +2 -2
- package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +1 -1
- package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +1 -1
- package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +2 -2
- package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +1 -1
- package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +46 -5
- package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +1 -1
- package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +2 -2
- package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +1 -1
- package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +1 -1
- package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +1 -1
- package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +121 -286
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +1 -1
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +84 -24
- package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +1 -1
- package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +1 -1
- package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +87 -76
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +1 -1
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +43 -9
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +1 -1
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +97 -238
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +1 -1
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +107 -159
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +1 -1
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +99 -83
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +1 -1
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +115 -256
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +1 -1
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +114 -22
- package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +1 -1
- package/artifacts/contracts/pool/BundleService.sol/BundleService.json +203 -208
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +1 -1
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +135 -107
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +1 -1
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +72 -15
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +1 -1
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +107 -107
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +1 -1
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +272 -185
- package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +1 -1
- package/artifacts/contracts/pool/Pool.sol/Pool.json +115 -267
- package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +1 -1
- package/artifacts/contracts/pool/PoolService.sol/PoolService.json +420 -366
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +1 -1
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +128 -88
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +1 -1
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +87 -144
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +96 -80
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +1 -1
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +156 -251
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +1 -1
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +82 -22
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +1 -1
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +202 -200
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +136 -104
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +1 -1
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.json +29 -0
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +1 -1
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +64 -8
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +1 -1
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +147 -1
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +1 -1
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +80 -51
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +1 -1
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +146 -89
- package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +1 -1
- package/artifacts/contracts/product/IRiskService.sol/IRiskService.json +29 -0
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +1 -1
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +267 -167
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +127 -91
- package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +1 -1
- package/artifacts/contracts/product/PricingService.sol/PricingService.json +170 -219
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +111 -91
- package/artifacts/contracts/product/Product.sol/Product.dbg.json +1 -1
- package/artifacts/contracts/product/Product.sol/Product.json +154 -249
- package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +1 -1
- package/artifacts/contracts/product/RiskService.sol/RiskService.json +81 -138
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +93 -77
- 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 +309 -33
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +114 -35
- 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 +515 -94
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +296 -143
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +94 -284
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +91 -75
- package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +1 -1
- package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +47 -6
- package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +131 -223
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +1 -1
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +66 -8
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +2 -2
- package/artifacts/contracts/shared/Component.sol/Component.dbg.json +1 -1
- package/artifacts/contracts/shared/Component.sol/Component.json +76 -213
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +1 -1
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +426 -263
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +1 -1
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +140 -110
- package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +1 -1
- package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.json +47 -112
- package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +4 -0
- package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +111 -0
- package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +1 -1
- package/artifacts/contracts/shared/IComponent.sol/IComponent.json +66 -51
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +1 -1
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +388 -19
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +1 -1
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +87 -76
- package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +1 -1
- package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.json +36 -0
- package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +1 -1
- package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.json +36 -0
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +16 -0
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +1 -1
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +15 -47
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +29 -0
- package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +1 -1
- package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
- package/artifacts/contracts/shared/IService.sol/IService.json +29 -0
- package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +1 -1
- package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.json +2 -22
- package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +1 -1
- package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +97 -238
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +1 -1
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +42 -1
- package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +1 -1
- package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.json +42 -1
- package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +1 -1
- package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +2 -2
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +22 -57
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +1 -1
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +19 -141
- package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
- package/artifacts/contracts/shared/Registerable.sol/Registerable.json +58 -89
- 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 +47 -112
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +388 -35
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.dbg.json +4 -0
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.json +395 -0
- package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +1 -1
- package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +88 -24
- package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +1 -1
- package/artifacts/contracts/staking/IStaking.sol/IStaking.json +84 -87
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +1 -1
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +29 -21
- package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +1 -1
- package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +2 -2
- package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +1 -1
- package/artifacts/contracts/staking/Staking.sol/Staking.json +152 -311
- package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +46 -5
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +112 -97
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +7 -12
- package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingService.sol/StakingService.json +87 -165
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +95 -79
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +144 -103
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +1 -1
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +2 -2
- package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +1 -1
- package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +1 -1
- package/artifacts/contracts/type/Amount.sol/AmountLib.json +32 -8
- package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +1 -1
- package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +28 -4
- package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +1 -1
- package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +2 -2
- package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +1 -1
- package/artifacts/contracts/type/Fee.sol/FeeLib.json +2 -2
- package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +1 -1
- package/artifacts/contracts/type/Key32.sol/Key32Lib.json +2 -2
- package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/NftId.sol/NftIdLib.json +2 -2
- package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +1 -1
- package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +2 -2
- package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +1 -1
- package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +2 -2
- package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +19 -19
- package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +1 -1
- package/artifacts/contracts/type/Referral.sol/ReferralLib.json +2 -2
- package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +2 -2
- package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +60 -4
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +2 -2
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +1 -1
- package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +1 -1
- package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +1 -1
- package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/StateId.sol/StateIdLib.json +15 -2
- package/artifacts/contracts/type/String.sol/StrLib.dbg.json +1 -1
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +1 -1
- package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +1 -1
- package/artifacts/contracts/type/UFixed.sol/MathLib.json +2 -2
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +1 -1
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +15 -2
- package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +1 -1
- package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +1 -1
- package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +1 -1
- package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +1 -1
- package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +71 -70
- package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +1 -1
- package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +1 -1
- package/contracts/authorization/AccessAdmin.sol +64 -59
- package/contracts/authorization/Authorization.sol +111 -39
- package/contracts/authorization/IAccess.sol +1 -0
- package/contracts/authorization/IAccessAdmin.sol +4 -3
- package/contracts/authorization/IAuthorization.sol +13 -7
- package/contracts/authorization/IServiceAuthorization.sol +3 -1
- package/contracts/authorization/ReleaseAccessManager.sol +38 -0
- package/contracts/authorization/ServiceAuthorization.sol +26 -10
- package/contracts/distribution/BasicDistribution.sol +4 -3
- package/contracts/distribution/BasicDistributionAuthorization.sol +1 -1
- package/contracts/distribution/Distribution.sol +12 -23
- package/contracts/distribution/DistributionService.sol +78 -60
- package/contracts/distribution/DistributionServiceManager.sol +6 -6
- package/contracts/distribution/IDistributionComponent.sol +1 -1
- package/contracts/distribution/IDistributionService.sol +5 -6
- package/contracts/examples/fire/DamageLevel.sol +59 -0
- package/contracts/examples/fire/FirePool.sol +86 -0
- package/contracts/examples/fire/FirePoolAuthorization.sol +34 -0
- package/contracts/examples/fire/FireProduct.sol +431 -0
- package/contracts/examples/fire/FireProductAuthorization.sol +44 -0
- package/contracts/examples/fire/FireUSD.sol +26 -0
- package/contracts/examples/unpermissioned/SimpleDistribution.sol +58 -0
- package/contracts/examples/unpermissioned/SimpleOracle.sol +137 -0
- package/contracts/examples/unpermissioned/SimplePool.sol +108 -0
- package/contracts/examples/unpermissioned/SimpleProduct.sol +345 -0
- package/contracts/instance/IInstance.sol +4 -1
- package/contracts/instance/IInstanceService.sol +2 -23
- package/contracts/instance/Instance.sol +22 -19
- package/contracts/instance/InstanceAdmin.sol +23 -31
- package/contracts/instance/InstanceAuthorizationV3.sol +9 -19
- package/contracts/instance/InstanceReader.sol +83 -18
- package/contracts/instance/InstanceService.sol +35 -88
- package/contracts/instance/InstanceServiceManager.sol +6 -7
- package/contracts/instance/module/IComponents.sol +10 -6
- package/contracts/instance/module/IPolicy.sol +4 -3
- package/contracts/oracle/BasicOracle.sol +0 -1
- package/contracts/oracle/IOracleService.sol +2 -1
- package/contracts/oracle/Oracle.sol +5 -16
- package/contracts/oracle/OracleService.sol +56 -43
- package/contracts/oracle/OracleServiceManager.sol +6 -6
- package/contracts/pool/BasicPool.sol +33 -24
- package/contracts/pool/BasicPoolAuthorization.sol +12 -2
- package/contracts/pool/BundleService.sol +96 -49
- package/contracts/pool/BundleServiceManager.sol +6 -6
- package/contracts/pool/IBundleService.sol +11 -5
- package/contracts/pool/IPoolComponent.sol +19 -15
- package/contracts/pool/IPoolService.sol +42 -30
- package/contracts/pool/Pool.sol +142 -123
- package/contracts/pool/PoolService.sol +254 -143
- package/contracts/pool/PoolServiceManager.sol +4 -4
- package/contracts/product/ApplicationService.sol +20 -9
- package/contracts/product/ApplicationServiceManager.sol +4 -4
- package/contracts/product/BasicProduct.sol +8 -12
- package/contracts/product/BasicProductAuthorization.sol +0 -1
- package/contracts/product/ClaimService.sol +235 -108
- package/contracts/product/ClaimServiceManager.sol +4 -4
- package/contracts/product/IClaimService.sol +3 -2
- package/contracts/product/IPolicyService.sol +13 -4
- package/contracts/product/IPricingService.sol +9 -9
- package/contracts/product/IProductComponent.sol +23 -3
- package/contracts/product/PolicyService.sol +169 -47
- package/contracts/product/PolicyServiceManager.sol +4 -4
- package/contracts/product/PricingService.sol +12 -13
- package/contracts/product/PricingServiceManager.sol +3 -3
- package/contracts/product/Product.sol +77 -70
- package/contracts/product/RiskService.sol +4 -5
- package/contracts/product/RiskServiceManager.sol +4 -4
- package/contracts/registry/ChainNft.sol +68 -38
- package/contracts/registry/IRegistry.sol +56 -17
- package/contracts/registry/IRegistryService.sol +5 -12
- package/contracts/registry/ITransferInterceptor.sol +1 -2
- package/contracts/registry/Registry.sol +349 -200
- package/contracts/registry/RegistryAdmin.sol +146 -58
- package/contracts/registry/RegistryService.sol +35 -46
- package/contracts/registry/RegistryServiceManager.sol +2 -2
- package/contracts/registry/ReleaseLifecycle.sol +6 -3
- package/contracts/registry/ReleaseRegistry.sol +204 -204
- package/contracts/registry/ServiceAuthorizationV3.sol +24 -20
- package/contracts/shared/Component.sol +62 -101
- package/contracts/shared/ComponentService.sol +291 -153
- package/contracts/shared/ComponentServiceManager.sol +8 -5
- package/contracts/shared/ComponentVerifyingService.sol +27 -16
- package/contracts/shared/ContractLib.sol +54 -0
- package/contracts/shared/IComponent.sol +10 -13
- package/contracts/shared/IComponentService.sol +38 -16
- package/contracts/shared/IInstanceLinkedComponent.sol +3 -11
- package/contracts/shared/ILifecycle.sol +3 -1
- package/contracts/shared/INftOwnable.sol +2 -0
- package/contracts/shared/IPolicyHolder.sol +12 -22
- package/contracts/shared/IRegisterable.sol +11 -0
- package/contracts/shared/InitializableERC165.sol +2 -2
- package/contracts/shared/InstanceLinkedComponent.sol +70 -37
- package/contracts/shared/KeyValueStore.sol +1 -1
- package/contracts/shared/Lifecycle.sol +15 -4
- package/contracts/shared/NftOwnable.sol +26 -6
- package/contracts/shared/PolicyHolder.sol +15 -52
- package/contracts/shared/Registerable.sol +19 -11
- package/contracts/shared/RegistryLinked.sol +9 -14
- package/contracts/shared/Service.sol +20 -18
- package/contracts/shared/TokenHandler.sol +324 -66
- package/contracts/shared/TokenHandlerDeployerLib.sol +10 -2
- package/contracts/staking/IStaking.sol +9 -4
- package/contracts/staking/IStakingService.sol +0 -3
- package/contracts/staking/Staking.sol +34 -27
- package/contracts/staking/StakingManager.sol +8 -6
- package/contracts/staking/StakingReader.sol +12 -5
- package/contracts/staking/StakingService.sol +71 -25
- package/contracts/staking/StakingServiceManager.sol +2 -2
- package/contracts/type/Amount.sol +15 -0
- package/contracts/type/ClaimId.sol +6 -1
- package/contracts/type/NftId.sol +1 -0
- package/contracts/type/ObjectType.sol +1 -0
- package/contracts/type/PayoutId.sol +10 -10
- package/contracts/type/RiskId.sol +16 -2
- package/contracts/type/RoleId.sol +0 -12
- package/contracts/type/StateId.sol +14 -1
- package/contracts/type/UFixed.sol +4 -0
- package/contracts/upgradeability/ProxyManager.sol +68 -34
- package/contracts/upgradeability/Versionable.sol +2 -2
- package/package.json +4 -3
- package/artifacts/contracts/authorization/IModuleAuthorization.sol/IModuleAuthorization.dbg.json +0 -4
- package/artifacts/contracts/authorization/IModuleAuthorization.sol/IModuleAuthorization.json +0 -290
- package/artifacts/contracts/authorization/ModuleAuthorization.sol/ModuleAuthorization.dbg.json +0 -4
- package/artifacts/contracts/authorization/ModuleAuthorization.sol/ModuleAuthorization.json +0 -390
- package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.dbg.json +0 -4
- package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.json +0 -39
- package/contracts/authorization/IModuleAuthorization.sol +0 -21
- package/contracts/authorization/ModuleAuthorization.sol +0 -78
- package/contracts/shared/InitializableCustom.sol +0 -177
@@ -100,6 +100,22 @@
|
|
100
100
|
"name": "ErrorNftOwnableInitialOwnerZero",
|
101
101
|
"type": "error"
|
102
102
|
},
|
103
|
+
{
|
104
|
+
"inputs": [
|
105
|
+
{
|
106
|
+
"internalType": "NftId",
|
107
|
+
"name": "nftId",
|
108
|
+
"type": "uint96"
|
109
|
+
},
|
110
|
+
{
|
111
|
+
"internalType": "ObjectType",
|
112
|
+
"name": "expectedObjectType",
|
113
|
+
"type": "uint8"
|
114
|
+
}
|
115
|
+
],
|
116
|
+
"name": "ErrorNftOwnableInvalidType",
|
117
|
+
"type": "error"
|
118
|
+
},
|
103
119
|
{
|
104
120
|
"inputs": [
|
105
121
|
{
|
@@ -137,6 +153,11 @@
|
|
137
153
|
"name": "NotInitializing",
|
138
154
|
"type": "error"
|
139
155
|
},
|
156
|
+
{
|
157
|
+
"inputs": [],
|
158
|
+
"name": "ReentrancyGuardReentrantCall",
|
159
|
+
"type": "error"
|
160
|
+
},
|
140
161
|
{
|
141
162
|
"anonymous": false,
|
142
163
|
"inputs": [
|
@@ -163,6 +184,19 @@
|
|
163
184
|
"name": "Initialized",
|
164
185
|
"type": "event"
|
165
186
|
},
|
187
|
+
{
|
188
|
+
"inputs": [],
|
189
|
+
"name": "GIF_RELEASE",
|
190
|
+
"outputs": [
|
191
|
+
{
|
192
|
+
"internalType": "uint256",
|
193
|
+
"name": "",
|
194
|
+
"type": "uint256"
|
195
|
+
}
|
196
|
+
],
|
197
|
+
"stateMutability": "view",
|
198
|
+
"type": "function"
|
199
|
+
},
|
166
200
|
{
|
167
201
|
"inputs": [],
|
168
202
|
"name": "NFT_OWNABLE_STORAGE_LOCATION_V1",
|
@@ -322,6 +356,19 @@
|
|
322
356
|
"stateMutability": "view",
|
323
357
|
"type": "function"
|
324
358
|
},
|
359
|
+
{
|
360
|
+
"inputs": [],
|
361
|
+
"name": "getRelease",
|
362
|
+
"outputs": [
|
363
|
+
{
|
364
|
+
"internalType": "VersionPart",
|
365
|
+
"name": "release",
|
366
|
+
"type": "uint8"
|
367
|
+
}
|
368
|
+
],
|
369
|
+
"stateMutability": "pure",
|
370
|
+
"type": "function"
|
371
|
+
},
|
325
372
|
{
|
326
373
|
"inputs": [],
|
327
374
|
"name": "getRoleId",
|
@@ -348,105 +395,6 @@
|
|
348
395
|
"stateMutability": "pure",
|
349
396
|
"type": "function"
|
350
397
|
},
|
351
|
-
{
|
352
|
-
"inputs": [],
|
353
|
-
"name": "initializeERC165",
|
354
|
-
"outputs": [],
|
355
|
-
"stateMutability": "nonpayable",
|
356
|
-
"type": "function"
|
357
|
-
},
|
358
|
-
{
|
359
|
-
"inputs": [
|
360
|
-
{
|
361
|
-
"internalType": "address",
|
362
|
-
"name": "initialOwner",
|
363
|
-
"type": "address"
|
364
|
-
},
|
365
|
-
{
|
366
|
-
"internalType": "address",
|
367
|
-
"name": "registryAddress",
|
368
|
-
"type": "address"
|
369
|
-
}
|
370
|
-
],
|
371
|
-
"name": "initializeNftOwnable",
|
372
|
-
"outputs": [],
|
373
|
-
"stateMutability": "nonpayable",
|
374
|
-
"type": "function"
|
375
|
-
},
|
376
|
-
{
|
377
|
-
"inputs": [
|
378
|
-
{
|
379
|
-
"internalType": "address",
|
380
|
-
"name": "registryAddress",
|
381
|
-
"type": "address"
|
382
|
-
},
|
383
|
-
{
|
384
|
-
"internalType": "NftId",
|
385
|
-
"name": "parentNftId",
|
386
|
-
"type": "uint96"
|
387
|
-
},
|
388
|
-
{
|
389
|
-
"internalType": "ObjectType",
|
390
|
-
"name": "objectType",
|
391
|
-
"type": "uint8"
|
392
|
-
},
|
393
|
-
{
|
394
|
-
"internalType": "bool",
|
395
|
-
"name": "isInterceptor",
|
396
|
-
"type": "bool"
|
397
|
-
},
|
398
|
-
{
|
399
|
-
"internalType": "address",
|
400
|
-
"name": "initialOwner",
|
401
|
-
"type": "address"
|
402
|
-
},
|
403
|
-
{
|
404
|
-
"internalType": "bytes",
|
405
|
-
"name": "registryData",
|
406
|
-
"type": "bytes"
|
407
|
-
}
|
408
|
-
],
|
409
|
-
"name": "initializeRegisterable",
|
410
|
-
"outputs": [],
|
411
|
-
"stateMutability": "nonpayable",
|
412
|
-
"type": "function"
|
413
|
-
},
|
414
|
-
{
|
415
|
-
"inputs": [
|
416
|
-
{
|
417
|
-
"internalType": "address",
|
418
|
-
"name": "registryAddress",
|
419
|
-
"type": "address"
|
420
|
-
}
|
421
|
-
],
|
422
|
-
"name": "initializeRegistryLinked",
|
423
|
-
"outputs": [],
|
424
|
-
"stateMutability": "nonpayable",
|
425
|
-
"type": "function"
|
426
|
-
},
|
427
|
-
{
|
428
|
-
"inputs": [
|
429
|
-
{
|
430
|
-
"internalType": "address",
|
431
|
-
"name": "registry",
|
432
|
-
"type": "address"
|
433
|
-
},
|
434
|
-
{
|
435
|
-
"internalType": "address",
|
436
|
-
"name": "authority",
|
437
|
-
"type": "address"
|
438
|
-
},
|
439
|
-
{
|
440
|
-
"internalType": "address",
|
441
|
-
"name": "initialOwner",
|
442
|
-
"type": "address"
|
443
|
-
}
|
444
|
-
],
|
445
|
-
"name": "initializeService",
|
446
|
-
"outputs": [],
|
447
|
-
"stateMutability": "nonpayable",
|
448
|
-
"type": "function"
|
449
|
-
},
|
450
398
|
{
|
451
399
|
"inputs": [
|
452
400
|
{
|
@@ -491,19 +439,6 @@
|
|
491
439
|
"stateMutability": "nonpayable",
|
492
440
|
"type": "function"
|
493
441
|
},
|
494
|
-
{
|
495
|
-
"inputs": [
|
496
|
-
{
|
497
|
-
"internalType": "bytes4",
|
498
|
-
"name": "interfaceId",
|
499
|
-
"type": "bytes4"
|
500
|
-
}
|
501
|
-
],
|
502
|
-
"name": "registerInterface",
|
503
|
-
"outputs": [],
|
504
|
-
"stateMutability": "nonpayable",
|
505
|
-
"type": "function"
|
506
|
-
},
|
507
442
|
{
|
508
443
|
"inputs": [
|
509
444
|
{
|
@@ -586,22 +521,30 @@
|
|
586
521
|
"type": "function"
|
587
522
|
}
|
588
523
|
],
|
589
|
-
"bytecode": "0x6080604052348015600e575f80fd5b5060156019565b60c9565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff161560685760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b039081161460c65780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b6125fc806100d65f395ff3fe608060405234801561000f575f80fd5b506004361061016d575f3560e01c8063644c45e0116100d95780638e32e97911610093578063ada9652e1161006e578063ada9652e1461038b578063b68d18091461039f578063bf7e214f146103ae578063f7c34ee0146103cb575f80fd5b80638e32e979146103445780638f997f6d146103575780638fb360371461036a575f80fd5b8063644c45e0146102c6578063675393bf146102e35780636c741e78146102f65780637a9e5e4b146103165780637cef484214610329578063893d20e81461033c575f80fd5b8063214cdb801161012a578063214cdb801461024d57806327bb7a3314610260578063329d6e741461027357806336fc697e1461028657806349bb9e4b1461028e5780635ab1bd53146102a1575f80fd5b806301ffc9a714610171578063095e2b72146101b25780630d8e6e2c146101c75780630fec111c146101e3578063138461e0146101f85780631eff4b2214610218575b5f80fd5b61019d61017f366004611ca7565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6101c56101c0366004611dd5565b6103de565b005b6101cf6104d1565b60405162ffffff90911681526020016101a9565b6101eb610558565b6040516101a99190611e4d565b6102006106e4565b6040516001600160601b0390911681526020016101a9565b61023f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b6040519081526020016101a9565b6101c561025b366004611ca7565b6106ee565b6101c561026e366004611f24565b61071a565b6101c5610281366004611fb7565b6107bf565b6101c5610909565b6101c561029c366004611fe8565b61094e565b6001546001600160a01b03165b6040516001600160a01b0390911681526020016101a9565b5f80516020612567833981519152546001600160601b0316610200565b6101c56102f1366004612004565b610a4a565b6102fe610b5c565b6040516001600160401b0390911681526020016101a9565b6101c5610324366004612004565b610c52565b6101c561033736600461201f565b610cea565b6102ae610dbe565b6101c5610352366004612054565b610eef565b6101c5610365366004611dd5565b61102c565b6103726111ae565b6040516001600160e01b031990911681526020016101a9565b61023f5f8051602061256783398151915281565b604051600c81526020016101a9565b5f80516020612587833981519152546001600160a01b03166102ae565b6101c56103d936600461209c565b6111e3565b5f806103ea600c611259565b92505091505f6040518060400160405280846001600160601b03168152602001858152509050816001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa15801561044c573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061047091906120c8565b6001600160a01b0316632f61088a86836040518363ffffffff1660e01b815260040161049d92919061210a565b5f604051808303815f87803b1580156104b4575f80fd5b505af11580156104c6573d5f803e3d5ffd5b505050505050505050565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af415801561052f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610553919061212e565b905090565b610560611c6a565b5f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156105d6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105fa919061215b565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a001610642610dbe565b6001600160a01b0316815260200182600101805461065f90612176565b80601f016020809104026020016040519081016040528092919081815260200182805461068b90612176565b80156106d65780601f106106ad576101008083540402835291602001916106d6565b820191905f5260205f20905b8154815290600101906020018083116106b957829003601f168201915b505050505081525091505090565b5f610553306112f5565b6106f66114ee565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b6107226114ee565b61072c82876111e3565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa3016107b583826121f9565b5050505050505050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c6107e16104d1565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af415801561081f573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061084391906122c7565b5f805160206125a78339815191528054600160401b900460ff1680610875575080546001600160401b03808416911610155b156108935760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b1781556108bd83611526565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b6109116114ee565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b5f805160206125a78339815191528054600160401b810460ff1615906001600160401b03165f8115801561097f5750825b90505f826001600160401b0316600114801561099a5750303b155b9050811580156109a8575080155b156109c65760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156109f057845460ff60401b1916600160401b1785555b6109fa878761152e565b8315610a4157845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b610a526114ee565b806001600160a01b03163b5f03610a8c5760405163fdeac91f60e01b81526001600160a01b03821660048201526024015b60405180910390fd5b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b8152635e6bef4360e11b60048201526301ffc9a790602401602060405180830381865afa925050508015610b06575060408051601f3d908101601f19168201909252610b03918101906122ed565b60015b610b2e5760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610a83565b80610b575760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610a83565b505b50565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d3600c604051632392b61b60e21b81526003600482015273__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015610bc7573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610beb9190612313565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af4158015610c2e573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061055391906122c7565b33610c715f80516020612587833981519152546001600160a01b031690565b6001600160a01b0316816001600160a01b031614610cac5760405162d1953b60e31b81526001600160a01b0382166004820152602401610a83565b816001600160a01b03163b5f03610ce1576040516361798f2f60e11b81526001600160a01b0383166004820152602401610a83565b610b57826117b4565b5f610cf5600c611259565b92505050806001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610d35573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d5991906120c8565b604051633e77a42160e11b81526001600160c01b03198516600482015260ff841660248201526001600160a01b039190911690637cef4842906044015f604051808303815f87803b158015610dac575f80fd5b505af1158015610a41573d5f803e3d5ffd5b5f805f8051602061256783398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610e2a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e4e91906122ed565b15610ed9576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610eaf573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ed391906120c8565b91505090565b54600160601b90046001600160a01b0316919050565b610ef76114ee565b610f7383846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015610f37573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f5b919061215b565b60085f8560405180602001604052805f81525061071a565b6001600160a01b03821615610f9057610f8b82611814565b611007565b5f610f9b6002611825565b9050611005816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610fdc573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061100091906120c8565b611814565b505b611017634a531f3360e01b6106ee565b61102763daf9067160e01b6106ee565b505050565b5f611037600c611259565b925050505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015611078573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061109c91906120c8565b60405163887b1fa960e01b81526001600160c01b0319861660048201529091505f906001600160a01b0383169063887b1fa9906024015f60405180830381865afa1580156110ec573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526111139190810190612386565b9050838160200181905250826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa15801561115a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061117e91906120c8565b6001600160a01b031663a76ee018868360ff6040518463ffffffff1660e01b815260040161049d93929190612420565b5f8051602061258783398151915280545f9190600160a01b900460ff166111d5575f610ed3565b638fb3603760e01b91505090565b6111eb6114ee565b6111f481610a4a565b6111fc610909565b6001600160a01b0382166112235760405163f17ef42d60e01b815260040160405180910390fd5b505f8051602061256783398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b5f611262611c6a565b5f6112756001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa1580156112b9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112dd919061215b565b92506112eb8385600161192c565b9395909450915050565b5f805f8051602061256783398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611361573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061138591906122ed565b156113b15780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610a83565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015611403573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061142791906122ed565b61144f5760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610a83565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa1580156114a1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114c5919061215b565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b5f805160206125a783398151915254600160401b900460ff1661152457604051631afcd79f60e31b815260040160405180910390fd5b565b61016d6114ee565b5f805160206125a78339815191528054600160401b810460ff1615906001600160401b03165f8115801561155f5750825b90505f826001600160401b0316600114801561157a5750303b155b905081158015611588575080155b156115a65760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156115d057845460ff60401b1916600160401b1785555b5f80878060200190518101906115e69190612457565b92505091506115f682828b610eef565b611600600a611825565b600280546001600160a01b0319166001600160a01b03928316179055600154166001600160a01b031663d39e6043600f6116386104d1565b60405163c9e66e2960e01b815262ffffff909116600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__9063c9e66e2990602401602060405180830381865af415801561168b573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116af9190612313565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa1580156116f2573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061171691906120c8565b600380546001600160a01b0319166001600160a01b03929092169190911790556117406002611825565b600480546001600160a01b0319166001600160a01b039290921691909117905561177063fa281c5d60e01b6106ee565b50508315610a4157845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001610a38565b5f8051602061258783398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b61181c6114ee565b610b5981611bc9565b5f6118386001546001600160a01b031690565b604051632392b61b60e21b8152600360048201526001600160a01b03919091169063d39e604390849073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af415801561189b573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906118bf9190612313565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015611902573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061192691906120c8565b92915050565b611934611c6a565b5f806119486001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03881660048201529091506001600160a01b0382169063a48f42e0906024015f60405180830381865afa158015611995573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526119bc9190810190612496565b925060ff8516600b14611a1a57604083015160ff868116911614611a1557604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff80881660248301529091166044820152606401610a83565b611ab6565b611a358360400151611a2a600c90565b60ff90811691161490565b80611a4b5750611a4b8360400151611a2a600f90565b80611a615750611a618360400151611a2a600e90565b80611a775750611a778360400151611a2a600d90565b611ab657604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff80881660248301529091166044820152606401610a83565b611ac38360200151611bda565b91508315611bc057816001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015611b07573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b2b91906120c8565b6080840151604051629b7b3560e61b81526001600160a01b0391821660048201529116906326decd4090602401602060405180830381865afa158015611b73573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b9791906122ed565b15611bc057604051637d71120960e11b81526001600160601b0387166004820152602401610a83565b50935093915050565b611bd16114ee565b610b59816117b4565b5f611bed6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa158015611c39573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611c609190810190612496565b6080015192915050565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b5f60208284031215611cb7575f80fd5b81356001600160e01b031981168114611cce575f80fd5b9392505050565b80356001600160c01b031981168114611cec575f80fd5b919050565b634e487b7160e01b5f52604160045260245ffd5b60405160e081016001600160401b0381118282101715611d2757611d27611cf1565b60405290565b604051601f8201601f191681016001600160401b0381118282101715611d5557611d55611cf1565b604052919050565b5f6001600160401b03821115611d7557611d75611cf1565b50601f01601f191660200190565b5f82601f830112611d92575f80fd5b8135611da5611da082611d5d565b611d2d565b818152846020838601011115611db9575f80fd5b816020850160208301375f918101602001919091529392505050565b5f8060408385031215611de6575f80fd5b611def83611cd5565b915060208301356001600160401b03811115611e09575f80fd5b611e1585828601611d83565b9150509250929050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151611e95608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152611ed9610100840182611e1f565b949350505050565b6001600160a01b0381168114610b59575f80fd5b6001600160601b0381168114610b59575f80fd5b60ff81168114610b59575f80fd5b8015158114610b59575f80fd5b5f805f805f8060c08789031215611f39575f80fd5b8635611f4481611ee1565b95506020870135611f5481611ef5565b94506040870135611f6481611f09565b93506060870135611f7481611f17565b92506080870135611f8481611ee1565b915060a08701356001600160401b03811115611f9e575f80fd5b611faa89828a01611d83565b9150509295509295509295565b5f60208284031215611fc7575f80fd5b81356001600160401b03811115611fdc575f80fd5b611ed984828501611d83565b5f8060408385031215611ff9575f80fd5b8235611def81611ee1565b5f60208284031215612014575f80fd5b8135611cce81611ee1565b5f8060408385031215612030575f80fd5b61203983611cd5565b9150602083013561204981611f09565b809150509250929050565b5f805f60608486031215612066575f80fd5b833561207181611ee1565b9250602084013561208181611ee1565b9150604084013561209181611ee1565b809150509250925092565b5f80604083850312156120ad575f80fd5b82356120b881611ee1565b9150602083013561204981611ee1565b5f602082840312156120d8575f80fd5b8151611cce81611ee1565b6001600160601b0381511682525f602082015160406020850152611ed96040850182611e1f565b6001600160401b0360c01b83168152604060208201525f611ed960408301846120e3565b5f6020828403121561213e575f80fd5b815162ffffff81168114611cce575f80fd5b8051611cec81611ef5565b5f6020828403121561216b575f80fd5b8151611cce81611ef5565b600181811c9082168061218a57607f821691505b6020821081036121a857634e487b7160e01b5f52602260045260245ffd5b50919050565b601f82111561102757805f5260205f20601f840160051c810160208510156121d35750805b601f840160051c820191505b818110156121f2575f81556001016121df565b5050505050565b81516001600160401b0381111561221257612212611cf1565b612226816122208454612176565b846121ae565b6020601f821160018114612258575f83156122415750848201515b5f19600385901b1c1916600184901b1784556121f2565b5f84815260208120601f198516915b828110156122875787850151825560209485019460019092019101612267565b50848210156122a457868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b6001600160401b0381168114610b59575f80fd5b5f602082840312156122d7575f80fd5b8151611cce816122b3565b8051611cec81611f17565b5f602082840312156122fd575f80fd5b8151611cce81611f17565b8051611cec81611f09565b5f60208284031215612323575f80fd5b8151611cce81611f09565b8051611cec81611ee1565b5f82601f830112612348575f80fd5b8151612356611da082611d5d565b81815284602083860101111561236a575f80fd5b8160208501602083015e5f918101602001919091529392505050565b5f60208284031215612396575f80fd5b81516001600160401b038111156123ab575f80fd5b8201604081850312156123bc575f80fd5b604080519081016001600160401b03811182821017156123de576123de611cf1565b60405281516123ec81611ef5565b815260208201516001600160401b03811115612406575f80fd5b61241286828501612339565b602083015250949350505050565b6001600160401b0360c01b84168152606060208201525f61244460608301856120e3565b905060ff83166040830152949350505050565b5f805f60608486031215612469575f80fd5b835161247481611ee1565b602085015190935061248581611ee1565b604085015190925061209181611ee1565b5f602082840312156124a6575f80fd5b81516001600160401b038111156124bb575f80fd5b820160e081850312156124cc575f80fd5b6124d4611d05565b6124dd82612150565b81526124eb60208301612150565b60208201526124fc60408301612308565b604082015261250d606083016122e2565b606082015261251e6080830161232e565b608082015261252f60a0830161232e565b60a082015260c08201516001600160401b0381111561254c575f80fd5b61255886828501612339565b60c08301525094935050505056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a2646970667358221220e4f03f82c0a58c562280de77be30cdb25208c2df919f2ac15f0a2ef7afda6bc964736f6c634300081a0033",
|
590
|
-
"deployedBytecode": "0x608060405234801561000f575f80fd5b506004361061016d575f3560e01c8063644c45e0116100d95780638e32e97911610093578063ada9652e1161006e578063ada9652e1461038b578063b68d18091461039f578063bf7e214f146103ae578063f7c34ee0146103cb575f80fd5b80638e32e979146103445780638f997f6d146103575780638fb360371461036a575f80fd5b8063644c45e0146102c6578063675393bf146102e35780636c741e78146102f65780637a9e5e4b146103165780637cef484214610329578063893d20e81461033c575f80fd5b8063214cdb801161012a578063214cdb801461024d57806327bb7a3314610260578063329d6e741461027357806336fc697e1461028657806349bb9e4b1461028e5780635ab1bd53146102a1575f80fd5b806301ffc9a714610171578063095e2b72146101b25780630d8e6e2c146101c75780630fec111c146101e3578063138461e0146101f85780631eff4b2214610218575b5f80fd5b61019d61017f366004611ca7565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6101c56101c0366004611dd5565b6103de565b005b6101cf6104d1565b60405162ffffff90911681526020016101a9565b6101eb610558565b6040516101a99190611e4d565b6102006106e4565b6040516001600160601b0390911681526020016101a9565b61023f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b6040519081526020016101a9565b6101c561025b366004611ca7565b6106ee565b6101c561026e366004611f24565b61071a565b6101c5610281366004611fb7565b6107bf565b6101c5610909565b6101c561029c366004611fe8565b61094e565b6001546001600160a01b03165b6040516001600160a01b0390911681526020016101a9565b5f80516020612567833981519152546001600160601b0316610200565b6101c56102f1366004612004565b610a4a565b6102fe610b5c565b6040516001600160401b0390911681526020016101a9565b6101c5610324366004612004565b610c52565b6101c561033736600461201f565b610cea565b6102ae610dbe565b6101c5610352366004612054565b610eef565b6101c5610365366004611dd5565b61102c565b6103726111ae565b6040516001600160e01b031990911681526020016101a9565b61023f5f8051602061256783398151915281565b604051600c81526020016101a9565b5f80516020612587833981519152546001600160a01b03166102ae565b6101c56103d936600461209c565b6111e3565b5f806103ea600c611259565b92505091505f6040518060400160405280846001600160601b03168152602001858152509050816001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa15801561044c573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061047091906120c8565b6001600160a01b0316632f61088a86836040518363ffffffff1660e01b815260040161049d92919061210a565b5f604051808303815f87803b1580156104b4575f80fd5b505af11580156104c6573d5f803e3d5ffd5b505050505050505050565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af415801561052f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610553919061212e565b905090565b610560611c6a565b5f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156105d6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105fa919061215b565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a001610642610dbe565b6001600160a01b0316815260200182600101805461065f90612176565b80601f016020809104026020016040519081016040528092919081815260200182805461068b90612176565b80156106d65780601f106106ad576101008083540402835291602001916106d6565b820191905f5260205f20905b8154815290600101906020018083116106b957829003601f168201915b505050505081525091505090565b5f610553306112f5565b6106f66114ee565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b6107226114ee565b61072c82876111e3565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa3016107b583826121f9565b5050505050505050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c6107e16104d1565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af415801561081f573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061084391906122c7565b5f805160206125a78339815191528054600160401b900460ff1680610875575080546001600160401b03808416911610155b156108935760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b1781556108bd83611526565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b6109116114ee565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b5f805160206125a78339815191528054600160401b810460ff1615906001600160401b03165f8115801561097f5750825b90505f826001600160401b0316600114801561099a5750303b155b9050811580156109a8575080155b156109c65760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156109f057845460ff60401b1916600160401b1785555b6109fa878761152e565b8315610a4157845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b610a526114ee565b806001600160a01b03163b5f03610a8c5760405163fdeac91f60e01b81526001600160a01b03821660048201526024015b60405180910390fd5b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b8152635e6bef4360e11b60048201526301ffc9a790602401602060405180830381865afa925050508015610b06575060408051601f3d908101601f19168201909252610b03918101906122ed565b60015b610b2e5760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610a83565b80610b575760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610a83565b505b50565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d3600c604051632392b61b60e21b81526003600482015273__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015610bc7573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610beb9190612313565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af4158015610c2e573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061055391906122c7565b33610c715f80516020612587833981519152546001600160a01b031690565b6001600160a01b0316816001600160a01b031614610cac5760405162d1953b60e31b81526001600160a01b0382166004820152602401610a83565b816001600160a01b03163b5f03610ce1576040516361798f2f60e11b81526001600160a01b0383166004820152602401610a83565b610b57826117b4565b5f610cf5600c611259565b92505050806001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610d35573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d5991906120c8565b604051633e77a42160e11b81526001600160c01b03198516600482015260ff841660248201526001600160a01b039190911690637cef4842906044015f604051808303815f87803b158015610dac575f80fd5b505af1158015610a41573d5f803e3d5ffd5b5f805f8051602061256783398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610e2a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e4e91906122ed565b15610ed9576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610eaf573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ed391906120c8565b91505090565b54600160601b90046001600160a01b0316919050565b610ef76114ee565b610f7383846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015610f37573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f5b919061215b565b60085f8560405180602001604052805f81525061071a565b6001600160a01b03821615610f9057610f8b82611814565b611007565b5f610f9b6002611825565b9050611005816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610fdc573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061100091906120c8565b611814565b505b611017634a531f3360e01b6106ee565b61102763daf9067160e01b6106ee565b505050565b5f611037600c611259565b925050505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015611078573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061109c91906120c8565b60405163887b1fa960e01b81526001600160c01b0319861660048201529091505f906001600160a01b0383169063887b1fa9906024015f60405180830381865afa1580156110ec573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526111139190810190612386565b9050838160200181905250826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa15801561115a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061117e91906120c8565b6001600160a01b031663a76ee018868360ff6040518463ffffffff1660e01b815260040161049d93929190612420565b5f8051602061258783398151915280545f9190600160a01b900460ff166111d5575f610ed3565b638fb3603760e01b91505090565b6111eb6114ee565b6111f481610a4a565b6111fc610909565b6001600160a01b0382166112235760405163f17ef42d60e01b815260040160405180910390fd5b505f8051602061256783398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b5f611262611c6a565b5f6112756001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa1580156112b9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112dd919061215b565b92506112eb8385600161192c565b9395909450915050565b5f805f8051602061256783398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611361573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061138591906122ed565b156113b15780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610a83565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015611403573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061142791906122ed565b61144f5760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610a83565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa1580156114a1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114c5919061215b565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b5f805160206125a783398151915254600160401b900460ff1661152457604051631afcd79f60e31b815260040160405180910390fd5b565b61016d6114ee565b5f805160206125a78339815191528054600160401b810460ff1615906001600160401b03165f8115801561155f5750825b90505f826001600160401b0316600114801561157a5750303b155b905081158015611588575080155b156115a65760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156115d057845460ff60401b1916600160401b1785555b5f80878060200190518101906115e69190612457565b92505091506115f682828b610eef565b611600600a611825565b600280546001600160a01b0319166001600160a01b03928316179055600154166001600160a01b031663d39e6043600f6116386104d1565b60405163c9e66e2960e01b815262ffffff909116600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__9063c9e66e2990602401602060405180830381865af415801561168b573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116af9190612313565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa1580156116f2573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061171691906120c8565b600380546001600160a01b0319166001600160a01b03929092169190911790556117406002611825565b600480546001600160a01b0319166001600160a01b039290921691909117905561177063fa281c5d60e01b6106ee565b50508315610a4157845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001610a38565b5f8051602061258783398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b61181c6114ee565b610b5981611bc9565b5f6118386001546001600160a01b031690565b604051632392b61b60e21b8152600360048201526001600160a01b03919091169063d39e604390849073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af415801561189b573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906118bf9190612313565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015611902573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061192691906120c8565b92915050565b611934611c6a565b5f806119486001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03881660048201529091506001600160a01b0382169063a48f42e0906024015f60405180830381865afa158015611995573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526119bc9190810190612496565b925060ff8516600b14611a1a57604083015160ff868116911614611a1557604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff80881660248301529091166044820152606401610a83565b611ab6565b611a358360400151611a2a600c90565b60ff90811691161490565b80611a4b5750611a4b8360400151611a2a600f90565b80611a615750611a618360400151611a2a600e90565b80611a775750611a778360400151611a2a600d90565b611ab657604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff80881660248301529091166044820152606401610a83565b611ac38360200151611bda565b91508315611bc057816001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015611b07573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b2b91906120c8565b6080840151604051629b7b3560e61b81526001600160a01b0391821660048201529116906326decd4090602401602060405180830381865afa158015611b73573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b9791906122ed565b15611bc057604051637d71120960e11b81526001600160601b0387166004820152602401610a83565b50935093915050565b611bd16114ee565b610b59816117b4565b5f611bed6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa158015611c39573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611c609190810190612496565b6080015192915050565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b5f60208284031215611cb7575f80fd5b81356001600160e01b031981168114611cce575f80fd5b9392505050565b80356001600160c01b031981168114611cec575f80fd5b919050565b634e487b7160e01b5f52604160045260245ffd5b60405160e081016001600160401b0381118282101715611d2757611d27611cf1565b60405290565b604051601f8201601f191681016001600160401b0381118282101715611d5557611d55611cf1565b604052919050565b5f6001600160401b03821115611d7557611d75611cf1565b50601f01601f191660200190565b5f82601f830112611d92575f80fd5b8135611da5611da082611d5d565b611d2d565b818152846020838601011115611db9575f80fd5b816020850160208301375f918101602001919091529392505050565b5f8060408385031215611de6575f80fd5b611def83611cd5565b915060208301356001600160401b03811115611e09575f80fd5b611e1585828601611d83565b9150509250929050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151611e95608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152611ed9610100840182611e1f565b949350505050565b6001600160a01b0381168114610b59575f80fd5b6001600160601b0381168114610b59575f80fd5b60ff81168114610b59575f80fd5b8015158114610b59575f80fd5b5f805f805f8060c08789031215611f39575f80fd5b8635611f4481611ee1565b95506020870135611f5481611ef5565b94506040870135611f6481611f09565b93506060870135611f7481611f17565b92506080870135611f8481611ee1565b915060a08701356001600160401b03811115611f9e575f80fd5b611faa89828a01611d83565b9150509295509295509295565b5f60208284031215611fc7575f80fd5b81356001600160401b03811115611fdc575f80fd5b611ed984828501611d83565b5f8060408385031215611ff9575f80fd5b8235611def81611ee1565b5f60208284031215612014575f80fd5b8135611cce81611ee1565b5f8060408385031215612030575f80fd5b61203983611cd5565b9150602083013561204981611f09565b809150509250929050565b5f805f60608486031215612066575f80fd5b833561207181611ee1565b9250602084013561208181611ee1565b9150604084013561209181611ee1565b809150509250925092565b5f80604083850312156120ad575f80fd5b82356120b881611ee1565b9150602083013561204981611ee1565b5f602082840312156120d8575f80fd5b8151611cce81611ee1565b6001600160601b0381511682525f602082015160406020850152611ed96040850182611e1f565b6001600160401b0360c01b83168152604060208201525f611ed960408301846120e3565b5f6020828403121561213e575f80fd5b815162ffffff81168114611cce575f80fd5b8051611cec81611ef5565b5f6020828403121561216b575f80fd5b8151611cce81611ef5565b600181811c9082168061218a57607f821691505b6020821081036121a857634e487b7160e01b5f52602260045260245ffd5b50919050565b601f82111561102757805f5260205f20601f840160051c810160208510156121d35750805b601f840160051c820191505b818110156121f2575f81556001016121df565b5050505050565b81516001600160401b0381111561221257612212611cf1565b612226816122208454612176565b846121ae565b6020601f821160018114612258575f83156122415750848201515b5f19600385901b1c1916600184901b1784556121f2565b5f84815260208120601f198516915b828110156122875787850151825560209485019460019092019101612267565b50848210156122a457868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b6001600160401b0381168114610b59575f80fd5b5f602082840312156122d7575f80fd5b8151611cce816122b3565b8051611cec81611f17565b5f602082840312156122fd575f80fd5b8151611cce81611f17565b8051611cec81611f09565b5f60208284031215612323575f80fd5b8151611cce81611f09565b8051611cec81611ee1565b5f82601f830112612348575f80fd5b8151612356611da082611d5d565b81815284602083860101111561236a575f80fd5b8160208501602083015e5f918101602001919091529392505050565b5f60208284031215612396575f80fd5b81516001600160401b038111156123ab575f80fd5b8201604081850312156123bc575f80fd5b604080519081016001600160401b03811182821017156123de576123de611cf1565b60405281516123ec81611ef5565b815260208201516001600160401b03811115612406575f80fd5b61241286828501612339565b602083015250949350505050565b6001600160401b0360c01b84168152606060208201525f61244460608301856120e3565b905060ff83166040830152949350505050565b5f805f60608486031215612469575f80fd5b835161247481611ee1565b602085015190935061248581611ee1565b604085015190925061209181611ee1565b5f602082840312156124a6575f80fd5b81516001600160401b038111156124bb575f80fd5b820160e081850312156124cc575f80fd5b6124d4611d05565b6124dd82612150565b81526124eb60208301612150565b60208201526124fc60408301612308565b604082015261250d606083016122e2565b606082015261251e6080830161232e565b608082015261252f60a0830161232e565b60a082015260c08201516001600160401b0381111561254c575f80fd5b61255886828501612339565b60c08301525094935050505056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a2646970667358221220e4f03f82c0a58c562280de77be30cdb25208c2df919f2ac15f0a2ef7afda6bc964736f6c634300081a0033",
|
524
|
+
"bytecode": "0x6080604052348015600e575f80fd5b5060156019565b60c9565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff161560685760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b039081161460c65780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b612493806100d65f395ff3fe608060405234801561000f575f80fd5b5060043610610132575f3560e01c80636c741e78116100b4578063893d20e811610079578063893d20e8146102e25780638f997f6d146102ea5780638fb36037146102fd578063ada9652e1461031e578063b68d180914610332578063bf7e214f14610339575f80fd5b80636c741e781461027a57806376b707b71461029a5780637a9e5e4b146102b45780637cef4842146102c75780638899278a146102da575f80fd5b80631eff4b22116100fa5780631eff4b22146101dd578063329d6e741461021257806349bb9e4b146102255780635ab1bd5314610238578063644c45e01461025d575f80fd5b806301ffc9a714610136578063095e2b72146101775780630d8e6e2c1461018c5780630fec111c146101a8578063138461e0146101bd575b5f80fd5b610162610144366004611c76565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61018a610185366004611d9d565b610356565b005b610194610449565b60405162ffffff909116815260200161016e565b6101b06104d0565b60405161016e9190611e15565b6101c561065c565b6040516001600160601b03909116815260200161016e565b6102047f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b60405190815260200161016e565b61018a610220366004611ea9565b610666565b61018a610233366004611eee565b6107b0565b6001546001600160a01b03165b6040516001600160a01b03909116815260200161016e565b5f805160206123fe833981519152546001600160601b03166101c5565b6102826108ac565b6040516001600160401b03909116815260200161016e565b6102a2610938565b60405160ff909116815260200161016e565b61018a6102c2366004611f0a565b6109ac565b61018a6102d5366004611f33565b610a4d565b610204600381565b610245610b21565b61018a6102f8366004611d9d565b610c52565b610305610dd4565b6040516001600160e01b0319909116815260200161016e565b6102045f805160206123fe83398151915281565b600c6102a2565b5f8051602061241e833981519152546001600160a01b0316610245565b5f80610362600c610e09565b92505091505f6040518060400160405280846001600160601b03168152602001858152509050816001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156103c4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906103e89190611f68565b6001600160a01b0316632f61088a86836040518363ffffffff1660e01b8152600401610415929190611faa565b5f604051808303815f87803b15801561042c575f80fd5b505af115801561043e573d5f803e3d5ffd5b505050505050505050565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af41580156104a7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104cb9190611fce565b905090565b6104d8611c39565b5f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af415801561054e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105729190612006565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a0016105ba610b21565b6001600160a01b031681526020018260010180546105d79061201f565b80601f01602080910402602001604051908101604052809291908181526020018280546106039061201f565b801561064e5780601f106106255761010080835404028352916020019161064e565b820191905f5260205f20905b81548152906001019060200180831161063157829003601f168201915b505050505081525091505090565b5f6104cb30610ea5565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c610688610449565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af41580156106c6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106ea919061206b565b5f8051602061243e8339815191528054600160401b900460ff168061071c575080546001600160401b03808416911610155b1561073a5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b1781556107648361109e565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b5f8051602061243e8339815191528054600160401b810460ff1615906001600160401b03165f811580156107e15750825b90505f826001600160401b031660011480156107fc5750303b155b90508115801561080a575080155b156108285760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561085257845460ff60401b1916600160401b1785555b61085c87876110a6565b83156108a357845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d3600c6108d1610938565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af4158015610914573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104cb919061206b565b604051632392b61b60e21b8152600360048201525f9073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015610988573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104cb9190612091565b336109cb5f8051602061241e833981519152546001600160a01b031690565b6001600160a01b0316816001600160a01b031614610a0b5760405162d1953b60e31b81526001600160a01b03821660048201526024015b60405180910390fd5b816001600160a01b03163b5f03610a40576040516361798f2f60e11b81526001600160a01b0383166004820152602401610a02565b610a498261132b565b5050565b5f610a58600c610e09565b92505050806001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610a98573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610abc9190611f68565b604051633e77a42160e11b81526001600160c01b03198516600482015260ff841660248201526001600160a01b039190911690637cef4842906044015f604051808303815f87803b158015610b0f575f80fd5b505af11580156108a3573d5f803e3d5ffd5b5f805f805160206123fe83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610b8d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610bb191906120bb565b15610c3c576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610c12573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c369190611f68565b91505090565b54600160601b90046001600160a01b0316919050565b5f610c5d600c610e09565b925050505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610c9e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610cc29190611f68565b60405163887b1fa960e01b81526001600160c01b0319861660048201529091505f906001600160a01b0383169063887b1fa9906024015f60405180830381865afa158015610d12573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610d39919081019061212c565b9050838160200181905250826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610d80573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610da49190611f68565b6001600160a01b031663a76ee018868360ff6040518463ffffffff1660e01b8152600401610415939291906121c4565b5f8051602061241e83398151915280545f9190600160a01b900460ff16610dfb575f610c36565b638fb3603760e01b91505090565b5f610e12611c39565b5f610e256001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015610e69573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e8d9190612006565b9250610e9b8385600161138b565b9395909450915050565b5f805f805160206123fe83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610f11573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f3591906120bb565b15610f615780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610a02565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015610fb3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610fd791906120bb565b610fff5760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610a02565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015611051573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110759190612006565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b610132611670565b5f8051602061243e8339815191528054600160401b810460ff1615906001600160401b03165f811580156110d75750825b90505f826001600160401b031660011480156110f25750303b155b905081158015611100575080155b1561111e5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561114857845460ff60401b1916600160401b1785555b5f808780602001905181019061115e91906121fb565b9150915061116d82828b6116a8565b611177600a6117ed565b600280546001600160a01b0319166001600160a01b03928316179055600154166001600160a01b031663d39e6043600f6111af610449565b60405163c9e66e2960e01b815262ffffff909116600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__9063c9e66e2990602401602060405180830381865af4158015611202573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112269190612091565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015611269573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061128d9190611f68565b600380546001600160a01b0319166001600160a01b03929092169190911790556112b760026117ed565b600480546001600160a01b0319166001600160a01b03929092169190911790556112e763fa281c5d60e01b611884565b505083156108a357845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200161089a565b5f8051602061241e83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b611393611c39565b5f806113a76001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03881660048201529091506001600160a01b0382169063a48f42e0906024015f60405180830381865afa1580156113f4573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261141b9190810190612228565b925060ff8516600b1461147957604083015160ff86811691161461147457604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff80881660248301529091166044820152606401610a02565b611515565b6114948360400151611489600c90565b60ff90811691161490565b806114aa57506114aa8360400151611489600f90565b806114c057506114c08360400151611489600e90565b806114d657506114d68360400151611489600d90565b61151557604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff80881660248301529091166044820152606401610a02565b6115258360400151611489600390565b156115305750611668565b6115408360400151611489600c90565b1561155a576115538184602001516118b0565b915061156b565b611568818460200151611928565b91505b831561166657816001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa1580156115ad573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115d19190611f68565b6080840151604051629b7b3560e61b81526001600160a01b0391821660048201529116906326decd4090602401602060405180830381865afa158015611619573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061163d91906120bb565b1561166657604051637d71120960e11b81526001600160601b0387166004820152602401610a02565b505b935093915050565b5f8051602061243e83398151915254600160401b900460ff166116a657604051631afcd79f60e31b815260040160405180910390fd5b565b6116b0611670565b6116b86119aa565b6001600160a01b038216156116d5576116d0826119ba565b61174c565b5f6116e060026117ed565b905061174a816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611721573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117459190611f68565b6119ba565b505b6117c883846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa15801561178c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117b09190612006565b60085f8560405180602001604052805f8152506119ce565b6117d8634a531f3360e01b611884565b6117e863daf9067160e01b611884565b505050565b5f6118006001546001600160a01b031690565b6001600160a01b031663d39e604383611817610938565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa15801561185a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061187e9190611f68565b92915050565b61188c611670565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b60405163bf8e179760e01b81526001600160601b03821660048201525f906001600160a01b0384169063bf8e179790602401602060405180830381865afa1580156118fd573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119219190611f68565b9392505050565b6040516305247a1760e51b81526001600160601b03821660048201525f906119219084906001600160a01b0382169063a48f42e0906024015f60405180830381865afa15801561197a573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526119a19190810190612228565b602001516118b0565b6119b2611670565b6116a6611a73565b6119c2611670565b6119cb81611aa1565b50565b6119d6611670565b6119e08683611ab2565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa301611a698382612343565b5050505050505050565b611a7b611670565b60017f9b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f0055565b611aa9611670565b6119cb8161132b565b611aba611670565b611ac382611b28565b611acb611bf4565b6001600160a01b038116611af25760405163f17ef42d60e01b815260040160405180910390fd5b5f805160206123fe83398151915280546001600160601b0316600160601b6001600160a01b039093169290920291909117905550565b611b30611670565b604051633334d16b60e01b81526001600160a01b038216600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90633334d16b90602401602060405180830381865af4158015611b86573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611baa91906120bb565b611bd25760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610a02565b600180546001600160a01b0319166001600160a01b0392909216919091179055565b611bfc611670565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b5f60208284031215611c86575f80fd5b81356001600160e01b031981168114611921575f80fd5b80356001600160c01b031981168114611cb4575f80fd5b919050565b634e487b7160e01b5f52604160045260245ffd5b60405160e081016001600160401b0381118282101715611cef57611cef611cb9565b60405290565b604051601f8201601f191681016001600160401b0381118282101715611d1d57611d1d611cb9565b604052919050565b5f6001600160401b03821115611d3d57611d3d611cb9565b50601f01601f191660200190565b5f82601f830112611d5a575f80fd5b8135611d6d611d6882611d25565b611cf5565b818152846020838601011115611d81575f80fd5b816020850160208301375f918101602001919091529392505050565b5f8060408385031215611dae575f80fd5b611db783611c9d565b915060208301356001600160401b03811115611dd1575f80fd5b611ddd85828601611d4b565b9150509250929050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151611e5d608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152611ea1610100840182611de7565b949350505050565b5f60208284031215611eb9575f80fd5b81356001600160401b03811115611ece575f80fd5b611ea184828501611d4b565b6001600160a01b03811681146119cb575f80fd5b5f8060408385031215611eff575f80fd5b8235611db781611eda565b5f60208284031215611f1a575f80fd5b813561192181611eda565b60ff811681146119cb575f80fd5b5f8060408385031215611f44575f80fd5b611f4d83611c9d565b91506020830135611f5d81611f25565b809150509250929050565b5f60208284031215611f78575f80fd5b815161192181611eda565b6001600160601b0381511682525f602082015160406020850152611ea16040850182611de7565b6001600160401b0360c01b83168152604060208201525f611ea16040830184611f83565b5f60208284031215611fde575f80fd5b815162ffffff81168114611921575f80fd5b80516001600160601b0381168114611cb4575f80fd5b5f60208284031215612016575f80fd5b61192182611ff0565b600181811c9082168061203357607f821691505b60208210810361205157634e487b7160e01b5f52602260045260245ffd5b50919050565b6001600160401b03811681146119cb575f80fd5b5f6020828403121561207b575f80fd5b815161192181612057565b8051611cb481611f25565b5f602082840312156120a1575f80fd5b815161192181611f25565b80518015158114611cb4575f80fd5b5f602082840312156120cb575f80fd5b611921826120ac565b8051611cb481611eda565b5f82601f8301126120ee575f80fd5b81516120fc611d6882611d25565b818152846020838601011115612110575f80fd5b8160208501602083015e5f918101602001919091529392505050565b5f6020828403121561213c575f80fd5b81516001600160401b03811115612151575f80fd5b820160408185031215612162575f80fd5b604080519081016001600160401b038111828210171561218457612184611cb9565b60405261219082611ff0565b815260208201516001600160401b038111156121aa575f80fd5b6121b6868285016120df565b602083015250949350505050565b6001600160401b0360c01b84168152606060208201525f6121e86060830185611f83565b905060ff83166040830152949350505050565b5f806040838503121561220c575f80fd5b825161221781611eda565b6020840151909250611f5d81611eda565b5f60208284031215612238575f80fd5b81516001600160401b0381111561224d575f80fd5b820160e0818503121561225e575f80fd5b612266611ccd565b61226f82611ff0565b815261227d60208301611ff0565b602082015261228e60408301612086565b604082015261229f606083016120ac565b60608201526122b0608083016120d4565b60808201526122c160a083016120d4565b60a082015260c08201516001600160401b038111156122de575f80fd5b6122ea868285016120df565b60c083015250949350505050565b601f8211156117e857805f5260205f20601f840160051c8101602085101561231d5750805b601f840160051c820191505b8181101561233c575f8155600101612329565b5050505050565b81516001600160401b0381111561235c5761235c611cb9565b6123708161236a845461201f565b846122f8565b6020601f8211600181146123a2575f831561238b5750848201515b5f19600385901b1c1916600184901b17845561233c565b5f84815260208120601f198516915b828110156123d157878501518255602094850194600190920191016123b1565b50848210156123ee57868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a2646970667358221220252583d0d48f6466912108319ad203f3bbff19d5d0fc4c61f7a108a5ea16c79964736f6c634300081a0033",
|
525
|
+
"deployedBytecode": "0x608060405234801561000f575f80fd5b5060043610610132575f3560e01c80636c741e78116100b4578063893d20e811610079578063893d20e8146102e25780638f997f6d146102ea5780638fb36037146102fd578063ada9652e1461031e578063b68d180914610332578063bf7e214f14610339575f80fd5b80636c741e781461027a57806376b707b71461029a5780637a9e5e4b146102b45780637cef4842146102c75780638899278a146102da575f80fd5b80631eff4b22116100fa5780631eff4b22146101dd578063329d6e741461021257806349bb9e4b146102255780635ab1bd5314610238578063644c45e01461025d575f80fd5b806301ffc9a714610136578063095e2b72146101775780630d8e6e2c1461018c5780630fec111c146101a8578063138461e0146101bd575b5f80fd5b610162610144366004611c76565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61018a610185366004611d9d565b610356565b005b610194610449565b60405162ffffff909116815260200161016e565b6101b06104d0565b60405161016e9190611e15565b6101c561065c565b6040516001600160601b03909116815260200161016e565b6102047f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b60405190815260200161016e565b61018a610220366004611ea9565b610666565b61018a610233366004611eee565b6107b0565b6001546001600160a01b03165b6040516001600160a01b03909116815260200161016e565b5f805160206123fe833981519152546001600160601b03166101c5565b6102826108ac565b6040516001600160401b03909116815260200161016e565b6102a2610938565b60405160ff909116815260200161016e565b61018a6102c2366004611f0a565b6109ac565b61018a6102d5366004611f33565b610a4d565b610204600381565b610245610b21565b61018a6102f8366004611d9d565b610c52565b610305610dd4565b6040516001600160e01b0319909116815260200161016e565b6102045f805160206123fe83398151915281565b600c6102a2565b5f8051602061241e833981519152546001600160a01b0316610245565b5f80610362600c610e09565b92505091505f6040518060400160405280846001600160601b03168152602001858152509050816001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156103c4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906103e89190611f68565b6001600160a01b0316632f61088a86836040518363ffffffff1660e01b8152600401610415929190611faa565b5f604051808303815f87803b15801561042c575f80fd5b505af115801561043e573d5f803e3d5ffd5b505050505050505050565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af41580156104a7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104cb9190611fce565b905090565b6104d8611c39565b5f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af415801561054e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105729190612006565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a0016105ba610b21565b6001600160a01b031681526020018260010180546105d79061201f565b80601f01602080910402602001604051908101604052809291908181526020018280546106039061201f565b801561064e5780601f106106255761010080835404028352916020019161064e565b820191905f5260205f20905b81548152906001019060200180831161063157829003601f168201915b505050505081525091505090565b5f6104cb30610ea5565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c610688610449565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af41580156106c6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106ea919061206b565b5f8051602061243e8339815191528054600160401b900460ff168061071c575080546001600160401b03808416911610155b1561073a5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b1781556107648361109e565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b5f8051602061243e8339815191528054600160401b810460ff1615906001600160401b03165f811580156107e15750825b90505f826001600160401b031660011480156107fc5750303b155b90508115801561080a575080155b156108285760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561085257845460ff60401b1916600160401b1785555b61085c87876110a6565b83156108a357845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d3600c6108d1610938565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af4158015610914573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104cb919061206b565b604051632392b61b60e21b8152600360048201525f9073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015610988573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104cb9190612091565b336109cb5f8051602061241e833981519152546001600160a01b031690565b6001600160a01b0316816001600160a01b031614610a0b5760405162d1953b60e31b81526001600160a01b03821660048201526024015b60405180910390fd5b816001600160a01b03163b5f03610a40576040516361798f2f60e11b81526001600160a01b0383166004820152602401610a02565b610a498261132b565b5050565b5f610a58600c610e09565b92505050806001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610a98573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610abc9190611f68565b604051633e77a42160e11b81526001600160c01b03198516600482015260ff841660248201526001600160a01b039190911690637cef4842906044015f604051808303815f87803b158015610b0f575f80fd5b505af11580156108a3573d5f803e3d5ffd5b5f805f805160206123fe83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610b8d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610bb191906120bb565b15610c3c576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610c12573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c369190611f68565b91505090565b54600160601b90046001600160a01b0316919050565b5f610c5d600c610e09565b925050505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610c9e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610cc29190611f68565b60405163887b1fa960e01b81526001600160c01b0319861660048201529091505f906001600160a01b0383169063887b1fa9906024015f60405180830381865afa158015610d12573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610d39919081019061212c565b9050838160200181905250826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610d80573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610da49190611f68565b6001600160a01b031663a76ee018868360ff6040518463ffffffff1660e01b8152600401610415939291906121c4565b5f8051602061241e83398151915280545f9190600160a01b900460ff16610dfb575f610c36565b638fb3603760e01b91505090565b5f610e12611c39565b5f610e256001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015610e69573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e8d9190612006565b9250610e9b8385600161138b565b9395909450915050565b5f805f805160206123fe83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610f11573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f3591906120bb565b15610f615780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610a02565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015610fb3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610fd791906120bb565b610fff5760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610a02565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015611051573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110759190612006565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b610132611670565b5f8051602061243e8339815191528054600160401b810460ff1615906001600160401b03165f811580156110d75750825b90505f826001600160401b031660011480156110f25750303b155b905081158015611100575080155b1561111e5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561114857845460ff60401b1916600160401b1785555b5f808780602001905181019061115e91906121fb565b9150915061116d82828b6116a8565b611177600a6117ed565b600280546001600160a01b0319166001600160a01b03928316179055600154166001600160a01b031663d39e6043600f6111af610449565b60405163c9e66e2960e01b815262ffffff909116600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__9063c9e66e2990602401602060405180830381865af4158015611202573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112269190612091565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015611269573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061128d9190611f68565b600380546001600160a01b0319166001600160a01b03929092169190911790556112b760026117ed565b600480546001600160a01b0319166001600160a01b03929092169190911790556112e763fa281c5d60e01b611884565b505083156108a357845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200161089a565b5f8051602061241e83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b611393611c39565b5f806113a76001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03881660048201529091506001600160a01b0382169063a48f42e0906024015f60405180830381865afa1580156113f4573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261141b9190810190612228565b925060ff8516600b1461147957604083015160ff86811691161461147457604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff80881660248301529091166044820152606401610a02565b611515565b6114948360400151611489600c90565b60ff90811691161490565b806114aa57506114aa8360400151611489600f90565b806114c057506114c08360400151611489600e90565b806114d657506114d68360400151611489600d90565b61151557604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff80881660248301529091166044820152606401610a02565b6115258360400151611489600390565b156115305750611668565b6115408360400151611489600c90565b1561155a576115538184602001516118b0565b915061156b565b611568818460200151611928565b91505b831561166657816001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa1580156115ad573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115d19190611f68565b6080840151604051629b7b3560e61b81526001600160a01b0391821660048201529116906326decd4090602401602060405180830381865afa158015611619573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061163d91906120bb565b1561166657604051637d71120960e11b81526001600160601b0387166004820152602401610a02565b505b935093915050565b5f8051602061243e83398151915254600160401b900460ff166116a657604051631afcd79f60e31b815260040160405180910390fd5b565b6116b0611670565b6116b86119aa565b6001600160a01b038216156116d5576116d0826119ba565b61174c565b5f6116e060026117ed565b905061174a816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611721573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117459190611f68565b6119ba565b505b6117c883846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa15801561178c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117b09190612006565b60085f8560405180602001604052805f8152506119ce565b6117d8634a531f3360e01b611884565b6117e863daf9067160e01b611884565b505050565b5f6118006001546001600160a01b031690565b6001600160a01b031663d39e604383611817610938565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa15801561185a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061187e9190611f68565b92915050565b61188c611670565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b60405163bf8e179760e01b81526001600160601b03821660048201525f906001600160a01b0384169063bf8e179790602401602060405180830381865afa1580156118fd573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119219190611f68565b9392505050565b6040516305247a1760e51b81526001600160601b03821660048201525f906119219084906001600160a01b0382169063a48f42e0906024015f60405180830381865afa15801561197a573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526119a19190810190612228565b602001516118b0565b6119b2611670565b6116a6611a73565b6119c2611670565b6119cb81611aa1565b50565b6119d6611670565b6119e08683611ab2565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa301611a698382612343565b5050505050505050565b611a7b611670565b60017f9b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f0055565b611aa9611670565b6119cb8161132b565b611aba611670565b611ac382611b28565b611acb611bf4565b6001600160a01b038116611af25760405163f17ef42d60e01b815260040160405180910390fd5b5f805160206123fe83398151915280546001600160601b0316600160601b6001600160a01b039093169290920291909117905550565b611b30611670565b604051633334d16b60e01b81526001600160a01b038216600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90633334d16b90602401602060405180830381865af4158015611b86573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611baa91906120bb565b611bd25760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610a02565b600180546001600160a01b0319166001600160a01b0392909216919091179055565b611bfc611670565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b5f60208284031215611c86575f80fd5b81356001600160e01b031981168114611921575f80fd5b80356001600160c01b031981168114611cb4575f80fd5b919050565b634e487b7160e01b5f52604160045260245ffd5b60405160e081016001600160401b0381118282101715611cef57611cef611cb9565b60405290565b604051601f8201601f191681016001600160401b0381118282101715611d1d57611d1d611cb9565b604052919050565b5f6001600160401b03821115611d3d57611d3d611cb9565b50601f01601f191660200190565b5f82601f830112611d5a575f80fd5b8135611d6d611d6882611d25565b611cf5565b818152846020838601011115611d81575f80fd5b816020850160208301375f918101602001919091529392505050565b5f8060408385031215611dae575f80fd5b611db783611c9d565b915060208301356001600160401b03811115611dd1575f80fd5b611ddd85828601611d4b565b9150509250929050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151611e5d608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152611ea1610100840182611de7565b949350505050565b5f60208284031215611eb9575f80fd5b81356001600160401b03811115611ece575f80fd5b611ea184828501611d4b565b6001600160a01b03811681146119cb575f80fd5b5f8060408385031215611eff575f80fd5b8235611db781611eda565b5f60208284031215611f1a575f80fd5b813561192181611eda565b60ff811681146119cb575f80fd5b5f8060408385031215611f44575f80fd5b611f4d83611c9d565b91506020830135611f5d81611f25565b809150509250929050565b5f60208284031215611f78575f80fd5b815161192181611eda565b6001600160601b0381511682525f602082015160406020850152611ea16040850182611de7565b6001600160401b0360c01b83168152604060208201525f611ea16040830184611f83565b5f60208284031215611fde575f80fd5b815162ffffff81168114611921575f80fd5b80516001600160601b0381168114611cb4575f80fd5b5f60208284031215612016575f80fd5b61192182611ff0565b600181811c9082168061203357607f821691505b60208210810361205157634e487b7160e01b5f52602260045260245ffd5b50919050565b6001600160401b03811681146119cb575f80fd5b5f6020828403121561207b575f80fd5b815161192181612057565b8051611cb481611f25565b5f602082840312156120a1575f80fd5b815161192181611f25565b80518015158114611cb4575f80fd5b5f602082840312156120cb575f80fd5b611921826120ac565b8051611cb481611eda565b5f82601f8301126120ee575f80fd5b81516120fc611d6882611d25565b818152846020838601011115612110575f80fd5b8160208501602083015e5f918101602001919091529392505050565b5f6020828403121561213c575f80fd5b81516001600160401b03811115612151575f80fd5b820160408185031215612162575f80fd5b604080519081016001600160401b038111828210171561218457612184611cb9565b60405261219082611ff0565b815260208201516001600160401b038111156121aa575f80fd5b6121b6868285016120df565b602083015250949350505050565b6001600160401b0360c01b84168152606060208201525f6121e86060830185611f83565b905060ff83166040830152949350505050565b5f806040838503121561220c575f80fd5b825161221781611eda565b6020840151909250611f5d81611eda565b5f60208284031215612238575f80fd5b81516001600160401b0381111561224d575f80fd5b820160e0818503121561225e575f80fd5b612266611ccd565b61226f82611ff0565b815261227d60208301611ff0565b602082015261228e60408301612086565b604082015261229f606083016120ac565b60608201526122b0608083016120d4565b60808201526122c160a083016120d4565b60a082015260c08201516001600160401b038111156122de575f80fd5b6122ea868285016120df565b60c083015250949350505050565b601f8211156117e857805f5260205f20601f840160051c8101602085101561231d5750805b601f840160051c820191505b8181101561233c575f8155600101612329565b5050505050565b81516001600160401b0381111561235c5761235c611cb9565b6123708161236a845461201f565b846122f8565b6020601f8211600181146123a2575f831561238b5750848201515b5f19600385901b1c1916600184901b17845561233c565b5f84815260208120601f198516915b828110156123d157878501518255602094850194600190920191016123b1565b50848210156123ee57868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a2646970667358221220252583d0d48f6466912108319ad203f3bbff19d5d0fc4c61f7a108a5ea16c79964736f6c634300081a0033",
|
591
526
|
"linkReferences": {
|
527
|
+
"contracts/shared/ContractLib.sol": {
|
528
|
+
"ContractLib": [
|
529
|
+
{
|
530
|
+
"length": 20,
|
531
|
+
"start": 7204
|
532
|
+
}
|
533
|
+
]
|
534
|
+
},
|
592
535
|
"contracts/type/NftId.sol": {
|
593
536
|
"NftIdLib": [
|
594
537
|
{
|
595
538
|
"length": 20,
|
596
|
-
"start":
|
539
|
+
"start": 1503
|
597
540
|
},
|
598
541
|
{
|
599
542
|
"length": 20,
|
600
|
-
"start":
|
543
|
+
"start": 3115
|
601
544
|
},
|
602
545
|
{
|
603
546
|
"length": 20,
|
604
|
-
"start":
|
547
|
+
"start": 4015
|
605
548
|
}
|
606
549
|
]
|
607
550
|
},
|
@@ -609,7 +552,7 @@
|
|
609
552
|
"RoleIdLib": [
|
610
553
|
{
|
611
554
|
"length": 20,
|
612
|
-
"start":
|
555
|
+
"start": 2437
|
613
556
|
}
|
614
557
|
]
|
615
558
|
},
|
@@ -617,43 +560,47 @@
|
|
617
560
|
"VersionLib": [
|
618
561
|
{
|
619
562
|
"length": 20,
|
620
|
-
"start":
|
563
|
+
"start": 1349
|
621
564
|
},
|
622
565
|
{
|
623
566
|
"length": 20,
|
624
|
-
"start":
|
567
|
+
"start": 1854
|
625
568
|
},
|
626
569
|
{
|
627
570
|
"length": 20,
|
628
|
-
"start":
|
571
|
+
"start": 4768
|
629
572
|
}
|
630
573
|
],
|
631
574
|
"VersionPartLib": [
|
632
575
|
{
|
633
576
|
"length": 20,
|
634
|
-
"start":
|
635
|
-
},
|
636
|
-
{
|
637
|
-
"length": 20,
|
638
|
-
"start": 6457
|
577
|
+
"start": 2598
|
639
578
|
}
|
640
579
|
]
|
641
580
|
}
|
642
581
|
},
|
643
582
|
"deployedLinkReferences": {
|
583
|
+
"contracts/shared/ContractLib.sol": {
|
584
|
+
"ContractLib": [
|
585
|
+
{
|
586
|
+
"length": 20,
|
587
|
+
"start": 6990
|
588
|
+
}
|
589
|
+
]
|
590
|
+
},
|
644
591
|
"contracts/type/NftId.sol": {
|
645
592
|
"NftIdLib": [
|
646
593
|
{
|
647
594
|
"length": 20,
|
648
|
-
"start":
|
595
|
+
"start": 1289
|
649
596
|
},
|
650
597
|
{
|
651
598
|
"length": 20,
|
652
|
-
"start":
|
599
|
+
"start": 2901
|
653
600
|
},
|
654
601
|
{
|
655
602
|
"length": 20,
|
656
|
-
"start":
|
603
|
+
"start": 3801
|
657
604
|
}
|
658
605
|
]
|
659
606
|
},
|
@@ -661,7 +608,7 @@
|
|
661
608
|
"RoleIdLib": [
|
662
609
|
{
|
663
610
|
"length": 20,
|
664
|
-
"start":
|
611
|
+
"start": 2223
|
665
612
|
}
|
666
613
|
]
|
667
614
|
},
|
@@ -669,25 +616,21 @@
|
|
669
616
|
"VersionLib": [
|
670
617
|
{
|
671
618
|
"length": 20,
|
672
|
-
"start":
|
619
|
+
"start": 1135
|
673
620
|
},
|
674
621
|
{
|
675
622
|
"length": 20,
|
676
|
-
"start":
|
623
|
+
"start": 1640
|
677
624
|
},
|
678
625
|
{
|
679
626
|
"length": 20,
|
680
|
-
"start":
|
627
|
+
"start": 4554
|
681
628
|
}
|
682
629
|
],
|
683
630
|
"VersionPartLib": [
|
684
631
|
{
|
685
632
|
"length": 20,
|
686
|
-
"start":
|
687
|
-
},
|
688
|
-
{
|
689
|
-
"length": 20,
|
690
|
-
"start": 6243
|
633
|
+
"start": 2384
|
691
634
|
}
|
692
635
|
]
|
693
636
|
}
|