@etherisc/gif-next 3.0.0-e1cc0d0-716 → 3.0.0-e28397c-781
Sign up to get free protection for your applications and to get access to all the features.
- package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.dbg.json +1 -1
- package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.json +2 -2
- package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.dbg.json +1 -1
- package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.json +2 -2
- package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.dbg.json +1 -1
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +1 -1
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +99 -87
- package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.dbg.json +1 -1
- package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.json +2 -2
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +1 -1
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +2 -2
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +1 -1
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +2 -2
- package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +1 -1
- package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +1 -1
- package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.json +75 -63
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +1 -1
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +1 -1
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +1 -1
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +2 -2
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +1 -1
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +2 -96
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +1 -1
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +2 -2
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +1 -1
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +0 -94
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +1 -1
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +131 -143
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +1 -1
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +47 -47
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +1 -1
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +0 -94
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +1 -1
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +39 -51
- package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.dbg.json +1 -1
- package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.dbg.json +1 -1
- package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.json +15 -90
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +1 -1
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +2 -2
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +1 -1
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +2 -77
- package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +1 -1
- package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +2 -2
- package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.dbg.json +1 -1
- package/artifacts/contracts/examples/flight/FlightLib.sol/FlightLib.dbg.json +1 -1
- package/artifacts/contracts/examples/flight/FlightLib.sol/FlightLib.json +2 -2
- package/artifacts/contracts/examples/flight/FlightMessageVerifier.sol/FlightMessageVerifier.dbg.json +1 -1
- package/artifacts/contracts/examples/flight/FlightNft.sol/FlightNft.dbg.json +1 -1
- package/artifacts/contracts/examples/flight/FlightNft.sol/FlightNft.json +2 -2
- package/artifacts/contracts/examples/flight/FlightOracle.sol/FlightOracle.dbg.json +1 -1
- package/artifacts/contracts/examples/flight/FlightOracle.sol/FlightOracle.json +2 -77
- package/artifacts/contracts/examples/flight/FlightOracleAuthorization.sol/FlightOracleAuthorization.dbg.json +1 -1
- package/artifacts/contracts/examples/flight/FlightOracleAuthorization.sol/FlightOracleAuthorization.json +2 -2
- package/artifacts/contracts/examples/flight/FlightPool.sol/FlightPool.dbg.json +1 -1
- package/artifacts/contracts/examples/flight/FlightPool.sol/FlightPool.json +15 -90
- package/artifacts/contracts/examples/flight/FlightPoolAuthorization.sol/FlightPoolAuthorization.dbg.json +1 -1
- package/artifacts/contracts/examples/flight/FlightPoolAuthorization.sol/FlightPoolAuthorization.json +2 -2
- package/artifacts/contracts/examples/flight/FlightProduct.sol/FlightProduct.dbg.json +1 -1
- package/artifacts/contracts/examples/flight/FlightProduct.sol/FlightProduct.json +2 -77
- package/artifacts/contracts/examples/flight/FlightProductAuthorization.sol/FlightProductAuthorization.dbg.json +1 -1
- package/artifacts/contracts/examples/flight/FlightProductAuthorization.sol/FlightProductAuthorization.json +2 -2
- package/artifacts/contracts/examples/flight/FlightProductManager.sol/FlightProductManager.dbg.json +1 -1
- package/artifacts/contracts/examples/flight/FlightProductManager.sol/FlightProductManager.json +2 -2
- package/artifacts/contracts/examples/flight/FlightUSD.sol/FlightUSD.dbg.json +1 -1
- package/artifacts/contracts/examples/flight/originalV1.sol/FlightDelayChainlink.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.json +2 -96
- package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.json +2 -2
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +2 -77
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +23 -98
- package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.json +2 -2
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +2 -77
- package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.json +2 -2
- package/artifacts/contracts/instance/BaseStore.sol/BaseStore.dbg.json +1 -1
- package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +1 -1
- package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +56 -56
- package/artifacts/contracts/instance/IBaseStore.sol/IBaseStore.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstance.sol/IInstance.json +20 -20
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +23 -11
- package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
- package/artifacts/contracts/instance/Instance.sol/Instance.json +30 -30
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +182 -170
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +2 -2
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +2 -2
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +45 -33
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +12 -12
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +114 -114
- package/artifacts/contracts/instance/ProductStore.sol/ProductStore.dbg.json +1 -1
- package/artifacts/contracts/instance/ProductStore.sol/ProductStore.json +84 -84
- package/artifacts/contracts/instance/RiskSet.sol/RiskSet.dbg.json +1 -1
- package/artifacts/contracts/instance/RiskSet.sol/RiskSet.json +61 -61
- package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +1 -1
- 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/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +1 -1
- package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +1 -1
- package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +2 -2
- package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.dbg.json +1 -1
- package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.json +2 -2
- package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +1 -1
- package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +1 -1
- package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +1 -1
- package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +2 -77
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +1 -1
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +2 -2
- package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +1 -1
- package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +1 -1
- package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +0 -75
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +1 -1
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +18 -12
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +1 -1
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +0 -75
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +1 -1
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +56 -50
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +1 -1
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +20 -20
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +1 -1
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +3 -78
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +1 -1
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +2 -2
- package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +1 -1
- package/artifacts/contracts/pool/BundleService.sol/BundleService.json +80 -80
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +1 -1
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +30 -30
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +1 -1
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +22 -22
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +1 -1
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +3 -78
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +1 -1
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +48 -48
- package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +1 -1
- package/artifacts/contracts/pool/Pool.sol/Pool.json +3 -78
- package/artifacts/contracts/pool/PoolLib.sol/PoolLib.dbg.json +1 -1
- package/artifacts/contracts/pool/PoolLib.sol/PoolLib.json +2 -2
- package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +1 -1
- package/artifacts/contracts/pool/PoolService.sol/PoolService.json +106 -106
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +1 -1
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +30 -30
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +1 -1
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +35 -35
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +14 -14
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +1 -1
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +0 -75
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +1 -1
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +2 -2
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +1 -1
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +87 -81
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +32 -32
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +1 -1
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.json +9 -9
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +1 -1
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +25 -19
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +1 -1
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +14 -14
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +1 -1
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +1 -1
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +0 -75
- package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +1 -1
- package/artifacts/contracts/product/IRiskService.sol/IRiskService.json +10 -10
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +1 -1
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +74 -74
- package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.dbg.json +1 -1
- package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.json +2 -2
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +31 -31
- package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +1 -1
- package/artifacts/contracts/product/PricingService.sol/PricingService.json +2 -2
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +2 -2
- package/artifacts/contracts/product/Product.sol/Product.dbg.json +1 -1
- package/artifacts/contracts/product/Product.sol/Product.json +0 -75
- package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +1 -1
- package/artifacts/contracts/product/RiskService.sol/RiskService.json +32 -32
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +12 -12
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +4 -4
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +9 -9
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
- package/artifacts/contracts/registry/IRelease.sol/IRelease.dbg.json +1 -1
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
- package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
- package/artifacts/contracts/registry/Registry.sol/Registry.json +50 -46
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +159 -147
- package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.json +2 -27
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +2 -2
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +2 -2
- package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.dbg.json +1 -1
- package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.json +182 -170
- package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +1 -1
- package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +57 -57
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +1 -1
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +2 -2
- 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 +0 -75
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +1 -1
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +135 -98
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +1 -1
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +22 -22
- package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +1 -1
- package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +2 -2
- package/artifacts/contracts/shared/ContractLib.sol/IInstanceAdminHelper.dbg.json +1 -1
- package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.dbg.json +1 -1
- package/artifacts/contracts/shared/ContractLib.sol/ITokenRegistryHelper.dbg.json +1 -1
- package/artifacts/contracts/shared/IAuthorizedComponent.sol/IAuthorizedComponent.dbg.json +1 -1
- package/artifacts/contracts/shared/IAuthorizedComponent.sol/IAuthorizedComponent.json +0 -75
- package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +1 -1
- package/artifacts/contracts/shared/IComponent.sol/IComponent.json +0 -75
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +1 -1
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +93 -56
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +1 -1
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +0 -75
- package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +1 -1
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +1 -1
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
- package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +1 -1
- package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
- package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +1 -1
- package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +1 -1
- package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +0 -75
- package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +1 -1
- package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +1 -1
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +2 -2
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +1 -1
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +2 -2
- package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +1 -1
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +2 -2
- package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +2 -2
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.dbg.json +1 -1
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.json +2 -2
- package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +1 -1
- package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +2 -2
- package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +1 -1
- package/artifacts/contracts/staking/IStaking.sol/IStaking.json +0 -75
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +1 -1
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +0 -212
- package/artifacts/contracts/staking/ITargetLimitHandler.sol/ITargetLimitHandler.dbg.json +1 -1
- package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +1 -1
- package/artifacts/contracts/staking/Staking.sol/Staking.json +2 -77
- package/artifacts/contracts/staking/StakingLib.sol/StakingLib.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingLib.sol/StakingLib.json +2 -2
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +2 -2
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +2 -2
- package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingService.sol/StakingService.json +2 -214
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +2 -2
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2 -2
- package/artifacts/contracts/staking/TargetHandler.sol/TargetHandler.dbg.json +1 -1
- package/artifacts/contracts/staking/TargetHandler.sol/TargetHandler.json +2 -2
- 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/Blocknumber.sol/BlocknumberLib.dbg.json +1 -1
- package/artifacts/contracts/type/ChainId.sol/ChainIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +1 -1
- package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +1 -1
- package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +1 -1
- package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.dbg.json +1 -1
- package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +1 -1
- package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +1 -1
- package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +1 -1
- package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/RequestIdSet.sol/LibRequestIdSet.dbg.json +1 -1
- package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +1 -1
- package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +1 -1
- package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +1 -1
- package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/String.sol/StrLib.dbg.json +1 -1
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +1 -1
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +1 -1
- 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 +2 -2
- 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 +10 -8
- package/contracts/authorization/IAccessAdmin.sol +9 -8
- package/contracts/distribution/DistributionService.sol +22 -19
- package/contracts/distribution/IDistributionComponent.sol +0 -2
- package/contracts/distribution/IDistributionService.sol +8 -8
- package/contracts/instance/BundleSet.sol +6 -6
- package/contracts/instance/IInstance.sol +7 -7
- package/contracts/instance/IInstanceService.sol +5 -5
- package/contracts/instance/InstanceService.sol +4 -0
- package/contracts/instance/InstanceStore.sol +14 -14
- package/contracts/instance/ProductStore.sol +14 -14
- package/contracts/instance/RiskSet.sol +6 -6
- package/contracts/oracle/IOracleService.sol +5 -5
- package/contracts/oracle/OracleService.sol +1 -1
- package/contracts/pool/IBundleService.sol +10 -10
- package/contracts/pool/IPoolComponent.sol +1 -1
- package/contracts/pool/IPoolService.sol +14 -14
- package/contracts/pool/PoolService.sol +1 -1
- package/contracts/product/ClaimService.sol +1 -1
- package/contracts/product/IApplicationService.sol +8 -8
- package/contracts/product/IClaimService.sol +9 -9
- package/contracts/product/IPolicyService.sol +7 -7
- package/contracts/product/IRiskService.sol +5 -5
- package/contracts/registry/ChainNft.sol +1 -1
- package/contracts/registry/IRegistry.sol +3 -3
- package/contracts/registry/Registry.sol +4 -2
- package/contracts/registry/RegistryAuthorization.sol +0 -2
- package/contracts/shared/ComponentService.sol +12 -1
- package/contracts/shared/IComponent.sol +0 -4
- package/contracts/shared/IComponentService.sol +19 -13
- package/contracts/staking/IStakingService.sol +0 -9
- package/package.json +1 -1
@@ -559,8 +559,8 @@
|
|
559
559
|
"type": "function"
|
560
560
|
}
|
561
561
|
],
|
562
|
-
"bytecode": "0x6080604052348015600e575f5ffd5b506129388061001c5f395ff3fe608060405234801561000f575f5ffd5b506004361061011c575f3560e01c8063644c45e0116100a9578063ada9652e1161006e578063ada9652e14610386578063b88da7591461039a578063c987336c146103ad578063f5c1b5a7146103c0578063fd0c63d9146103d3575f5ffd5b8063644c45e01461032b578063893d20e8146103485780638e9afce614610350578063933a9ce814610363578063946dfcfe14610374575f5ffd5b8063138461e0116100ef578063138461e0146101bb5780631775564d146101db5780632db5b86f146101fb5780634d459c901461020e5780635ab1bd531461031a575f5ffd5b806301ffc9a71461012057806304499582146101615780630900f0101461018c5780630d8e6e2c1461019f575b5f5ffd5b61014c61012e36600461141b565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61017461016f3660046114f8565b6103db565b6040516001600160a01b039091168152602001610158565b61017461019a36600461155e565b6104ae565b6101a7610502565b60405162ffffff9091168152602001610158565b6101c3610572565b6040516001600160601b039091168152602001610158565b6101ee6101e9366004611579565b61057c565b60405161015891906115f4565b610174610209366004611606565b6105d4565b6102bd61021c366004611674565b6040805160a0810182525f808252602082018190529181018290526060810182905260808101919091525062ffffff9081165f90815260036020908152604091829020825160a08101845281546001600160a01b03808216835264ffffffffff600160a01b8304811695840195909552600160c81b909104909316938101939093526001015492831660608301526301000000909204909116608082015290565b604051610158919081516001600160a01b03908116825260208084015164ffffffffff908116918401919091526040808501519091169083015260608084015162ffffff1690830152608092830151169181019190915260a00190565b6001546001600160a01b0316610174565b5f5160206128e35f395f51905f52546001600160601b03166101c3565b6101746106a1565b6101ee61035e36600461168f565b6107d2565b6002546001600160a01b0316610174565b6004545b604051908152602001610158565b6103785f5160206128e35f395f51905f5281565b6101a76103a83660046116c9565b610825565b6101746103bb366004611579565b610863565b6101746103ce3660046114f8565b610a05565b6101c3610b20565b5f6103e4610b37565b5f5f6103ef87610b82565b91509150838682610400858961057c565b60405161040c9061140e565b610418939291906116e0565b8190604051809103905ff5905080158015610435573d5f5f3e3d5ffd5b50600280546001600160a01b0319166001600160a01b03929092169190911790556104608683610bc4565b6040516001600160a01b038881168252919450908416907f78922e3fa1abc96399973cb25528ba892214b57da9d1a573937c460d9f5eb4759060200160405180910390a25050949350505050565b5f6104b76106a1565b6001600160a01b0316336001600160a01b0316146104ef5760405163086391f760e31b81523360048201526024015b60405180910390fd5b60606104fb8382610863565b9392505050565b600254604080516303639b8b60e21b815290515f926001600160a01b031691630d8e6e2c9160048083019260209291908290030181865afa158015610549573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061056d9190611714565b905090565b5f61056d3061102e565b60606349bb9e4b60e01b838360405160240161059992919061172f565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b03199093169290921790915290505b92915050565b5f6105dd610b37565b5f5f6105e886610b82565b9150915084816105f8848761057c565b6040516106049061140e565b610610939291906116e0565b604051809103905ff080158015610629573d5f5f3e3d5ffd5b50600280546001600160a01b0319166001600160a01b03929092169190911790556106548583610bc4565b6040516001600160a01b038781168252919450908416907f78922e3fa1abc96399973cb25528ba892214b57da9d1a573937c460d9f5eb4759060200160405180910390a250509392505050565b5f805f5160206128e35f395f51905f5280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af415801561070d573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107319190611752565b156107bc576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610792573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107b69190611771565b91505090565b54600160601b90046001600160a01b0316919050565b606063329d6e7460e01b826040516024016107ed91906115f4565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b03199093169290921790915292915050565b5f600482815481106108395761083961178c565b905f5260205f2090600a91828204019190066003029054906101000a900462ffffff169050919050565b5f61086c6106a1565b6001600160a01b0316336001600160a01b03161461089f5760405163086391f760e31b81523360048201526024016104e6565b6004545f036108c15760405163366dfd2160e21b815260040160405180910390fd5b5f6108ca6106a1565b90505f6108df6002546001600160a01b031690565b6001600160a01b0316638b3240a06040518163ffffffff1660e01b81526004016020604051808303815f875af115801561091b573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061093f9190611771565b6002549091506001600160a01b03908116908216639623609d8288610963896107d2565b6040518463ffffffff1660e01b8152600401610981939291906116e0565b5f604051808303815f87803b158015610998575f5ffd5b505af11580156109aa573d5f5f3e3d5ffd5b505050506109b88684610bc4565b6040516001600160a01b038881168252919550908516907f1356a2c922be684528fa1759d1808395e5c5010181dd333cdb6f03e2d8545b659060200160405180910390a250505092915050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0080545f9190600160401b810460ff16159067ffffffffffffffff168381158015610a4d5750825b90505f8267ffffffffffffffff166001148015610a695750303b155b905081158015610a77575080155b15610a955760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610abf57845460ff60401b1916600160401b1785555b610acb8a8a8a8a6103db565b95508315610b1357845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b5050505050949350505050565b6002545f9061056d906001600160a01b031661102e565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff16610b8057604051631afcd79f60e31b815260040160405180910390fd5b565b6004545f90819015610ba75760405163402b135f60e11b815260040160405180910390fd5b33610bb28482611284565b610bba6106a1565b9430945092505050565b600254604080516303639b8b60e21b815290516001600160a01b03909216915f918391630d8e6e2c916004808201926020929091908290030181865afa158015610c10573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c349190611714565b9050610cb28173__$8eede297b65ed5a56eb3f84d8232ae93f5$__6304b8f6c56040518163ffffffff1660e01b8152600401602060405180830381865af4158015610c81573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ca59190611714565b62ffffff90811691161490565b15610cd0576040516348c618db60e01b815260040160405180910390fd5b60045415610e285760048054610ce8906001906117a0565b81548110610cf857610cf861178c565b5f9182526020909120600a80830490910154604051635560100760e01b8152919092066003026101000a90910462ffffff16600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__90635560100790602401602060405180830381865af4158015610d69573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d8d91906117bf565b604051635560100760e01b815262ffffff8316600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__90635560100790602401602060405180830381865af4158015610ddf573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e0391906117bf565b11610e2857604051633e614b6d60e11b815262ffffff821660048201526024016104e6565b600480546001810182555f8290527f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b600a808304919091018054919092066003026101000a62ffffff81810219909216918516021790556040805160a0810182526001600160a01b03871681528151639fa6a6e360e01b81529151909260208085019373__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__93639fa6a6e39382810193928290030181865af4158015610ee3573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f0791906117e8565b64ffffffffff16815260200173__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af4158015610f5a573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f7e91906117e8565b64ffffffffff908116825262ffffff93841660208084018290526001600160a01b039788166040948501525f91825260038152908390208451815492860151948601518416600160c81b0264ffffffffff60c81b1995909416600160a01b026001600160c81b03199093169089161791909117929092161781556060820151600190910180546080909301519095166301000000026001600160b81b031990921692169190911717909155919050565b5f805f5160206128e35f395f51905f5280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af415801561109a573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110be9190611752565b156110ea5780546040516301ab8b6760e21b81526001600160601b0390911660048201526024016104e6565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa15801561113c573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111609190611752565b6111885760405163b9304b0d60e01b81526001600160a01b03841660048201526024016104e6565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa1580156111da573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111fe9190611803565b81546bffffffffffffffffffffffff19166001600160601b039190911690811782557f88857b75cbef7f257c9d5a473e28aaf6a91cc28f717f60f2cda3bcf5623d7b549061124a6106a1565b604080516001600160601b0390931683526001600160a01b0390911660208301520160405180910390a1546001600160601b031692915050565b61128c610b37565b6112946112fa565b61129d82611342565b6001600160a01b0381166112c45760405163f17ef42d60e01b815260040160405180910390fd5b5f5160206128e35f395f51905f5280546001600160601b0316600160601b6001600160a01b039093169290920291909117905550565b611302610b37565b610b806301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b61134a610b37565b604051633334d16b60e01b81526001600160a01b038216600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90633334d16b90602401602060405180830381865af41580156113a0573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113c49190611752565b6113ec5760405163fdeac91f60e01b81526001600160a01b03821660048201526024016104e6565b600180546001600160a01b0319166001600160a01b0392909216919091179055565b6110b98061182a83390190565b5f6020828403121561142b575f5ffd5b81356001600160e01b0319811681146104fb575f5ffd5b6001600160a01b0381168114611456575f5ffd5b50565b634e487b7160e01b5f52604160045260245ffd5b5f82601f83011261147c575f5ffd5b813567ffffffffffffffff81111561149657611496611459565b604051601f8201601f19908116603f0116810167ffffffffffffffff811182821017156114c5576114c5611459565b6040528181528382016020018510156114dc575f5ffd5b816020850160208301375f918101602001919091529392505050565b5f5f5f5f6080858703121561150b575f5ffd5b843561151681611442565b9350602085013561152681611442565b9250604085013567ffffffffffffffff811115611541575f5ffd5b61154d8782880161146d565b949793965093946060013593505050565b5f6020828403121561156e575f5ffd5b81356104fb81611442565b5f5f6040838503121561158a575f5ffd5b823561159581611442565b9150602083013567ffffffffffffffff8111156115b0575f5ffd5b6115bc8582860161146d565b9150509250929050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f6104fb60208301846115c6565b5f5f5f60608486031215611618575f5ffd5b833561162381611442565b9250602084013561163381611442565b9150604084013567ffffffffffffffff81111561164e575f5ffd5b61165a8682870161146d565b9150509250925092565b62ffffff81168114611456575f5ffd5b5f60208284031215611684575f5ffd5b81356104fb81611664565b5f6020828403121561169f575f5ffd5b813567ffffffffffffffff8111156116b5575f5ffd5b6116c18482850161146d565b949350505050565b5f602082840312156116d9575f5ffd5b5035919050565b6001600160a01b038481168252831660208201526060604082018190525f9061170b908301846115c6565b95945050505050565b5f60208284031215611724575f5ffd5b81516104fb81611664565b6001600160a01b03831681526040602082018190525f906116c1908301846115c6565b5f60208284031215611762575f5ffd5b815180151581146104fb575f5ffd5b5f60208284031215611781575f5ffd5b81516104fb81611442565b634e487b7160e01b5f52603260045260245ffd5b818103818111156105ce57634e487b7160e01b5f52601160045260245ffd5b5f602082840312156117cf575f5ffd5b5051919050565b64ffffffffff81168114611456575f5ffd5b5f602082840312156117f8575f5ffd5b81516104fb816117d6565b5f60208284031215611813575f5ffd5b81516001600160601b03811681146104fb575f5ffdfe60a060405234801561000f575f5ffd5b506040516110b93803806110b983398101604081905261002e9161038a565b828282828161003d82826100ac565b50508160405161004c9061034e565b6001600160a01b039091168152602001604051809103905ff080158015610075573d5f5f3e3d5ffd5b506001600160a01b031660805261009361008e60805190565b61010a565b505f91506100a3905082826104de565b505050506105ae565b6100b582610177565b6040516001600160a01b038316907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a28051156100fe576100f982826101f5565b505050565b610106610268565b5050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6101495f5160206110995f395f51905f52546001600160a01b031690565b604080516001600160a01b03928316815291841660208301520160405180910390a161017481610289565b50565b806001600160a01b03163b5f036101b157604051634c9c8ce360e01b81526001600160a01b03821660048201526024015b60405180910390fd5b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5b80546001600160a01b0319166001600160a01b039290921691909117905550565b60605f5f846001600160a01b0316846040516102119190610598565b5f60405180830381855af49150503d805f8114610249576040519150601f19603f3d011682016040523d82523d5f602084013e61024e565b606091505b50909250905061025f8583836102c6565b95945050505050565b34156102875760405163b398979f60e01b815260040160405180910390fd5b565b6001600160a01b0381166102b257604051633173bdd160e11b81525f60048201526024016101a8565b805f5160206110995f395f51905f526101d4565b6060826102db576102d682610325565b61031e565b81511580156102f257506001600160a01b0384163b155b1561031b57604051639996b31560e01b81526001600160a01b03851660048201526024016101a8565b50805b9392505050565b8051156103355780518082602001fd5b60405163d6bda27560e01b815260040160405180910390fd5b6104e680610bb383390190565b80516001600160a01b0381168114610371575f5ffd5b919050565b634e487b7160e01b5f52604160045260245ffd5b5f5f5f6060848603121561039c575f5ffd5b6103a58461035b565b92506103b36020850161035b565b60408501519092506001600160401b038111156103ce575f5ffd5b8401601f810186136103de575f5ffd5b80516001600160401b038111156103f7576103f7610376565b604051601f8201601f19908116603f011681016001600160401b038111828210171561042557610425610376565b60405281815282820160200188101561043c575f5ffd5b8160208401602083015e5f602083830101528093505050509250925092565b600181811c9082168061046f57607f821691505b60208210810361048d57634e487b7160e01b5f52602260045260245ffd5b50919050565b601f8211156100f957805f5260205f20601f840160051c810160208510156104b85750805b601f840160051c820191505b818110156104d7575f81556001016104c4565b5050505050565b81516001600160401b038111156104f7576104f7610376565b61050b81610505845461045b565b84610493565b6020601f82116001811461053d575f83156105265750848201515b5f19600385901b1c1916600184901b1784556104d7565b5f84815260208120601f198516915b8281101561056c578785015182556020948501946001909201910161054c565b508482101561058957868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b5f82518060208501845e5f920191825250919050565b6080516105e86105cb5f395f81816075015260a101526105e85ff3fe608060405260043610610028575f3560e01c8063514e2d93146100325780638b3240a01461005c575b61003061009f565b005b34801561003d575f5ffd5b50610046610113565b6040516100539190610423565b60405180910390f35b348015610067575f5ffd5b506040516001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000168152602001610053565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316330361010b575f356001600160e01b03191663278f794360e11b14610101576040516334ad5dbb60e21b815260040160405180910390fd5b6101096101a7565b565b6101096101d5565b60605f805461012190610458565b80601f016020809104026020016040519081016040528092919081815260200182805461014d90610458565b80156101985780601f1061016f57610100808354040283529160200191610198565b820191905f5260205f20905b81548152906001019060200180831161017b57829003601f168201915b5050505050905090565b905090565b5f806101b63660048184610490565b8101906101c391906104cb565b915091506101d182826101e5565b5050565b6101096101e061023f565b610271565b6101ee8261028f565b6040516001600160a01b038316907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a280511561023757610232828261030a565b505050565b6101d161037c565b5f6101a27f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc546001600160a01b031690565b365f5f375f5f365f845af43d5f5f3e80801561028b573d5ff35b3d5ffd5b806001600160a01b03163b5f036102c957604051634c9c8ce360e01b81526001600160a01b03821660048201526024015b60405180910390fd5b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80546001600160a01b0319166001600160a01b0392909216919091179055565b60605f5f846001600160a01b031684604051610326919061059c565b5f60405180830381855af49150503d805f811461035e576040519150601f19603f3d011682016040523d82523d5f602084013e610363565b606091505b509150915061037385838361039b565b95945050505050565b34156101095760405163b398979f60e01b815260040160405180910390fd5b6060826103b0576103ab826103fa565b6103f3565b81511580156103c757506001600160a01b0384163b155b156103f057604051639996b31560e01b81526001600160a01b03851660048201526024016102c0565b50805b9392505050565b80511561040a5780518082602001fd5b60405163d6bda27560e01b815260040160405180910390fd5b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b600181811c9082168061046c57607f821691505b60208210810361048a57634e487b7160e01b5f52602260045260245ffd5b50919050565b5f5f8585111561049e575f5ffd5b838611156104aa575f5ffd5b5050820193919092039150565b634e487b7160e01b5f52604160045260245ffd5b5f5f604083850312156104dc575f5ffd5b82356001600160a01b03811681146104f2575f5ffd5b9150602083013567ffffffffffffffff81111561050d575f5ffd5b8301601f8101851361051d575f5ffd5b803567ffffffffffffffff811115610537576105376104b7565b604051601f8201601f19908116603f0116810167ffffffffffffffff81118282101715610566576105666104b7565b60405281815282820160200187101561057d575f5ffd5b816020840160208301375f602083830101528093505050509250929050565b5f82518060208501845e5f92019182525091905056fea26469706673582212204296375230d05397af03eda797dd0a36dcf8739ca7db3b8052059349ae00319964736f6c634300081b00336080604052348015600e575f5ffd5b506040516104e63803806104e6833981016040819052602b9160b4565b806001600160a01b038116605857604051631e4fbdf760e01b81525f600482015260240160405180910390fd5b605f816065565b505060df565b5f80546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b5f6020828403121560c3575f5ffd5b81516001600160a01b038116811460d8575f5ffd5b9392505050565b6103fa806100ec5f395ff3fe608060405260043610610049575f3560e01c8063715018a61461004d5780638da5cb5b146100635780639623609d1461008e578063ad3cb1cc146100a1578063f2fde38b146100de575b5f5ffd5b348015610058575f5ffd5b506100616100fd565b005b34801561006e575f5ffd5b505f546040516001600160a01b0390911681526020015b60405180910390f35b61006161009c366004610260565b610110565b3480156100ac575f5ffd5b506100d1604051806040016040528060058152602001640352e302e360dc1b81525081565b6040516100859190610365565b3480156100e9575f5ffd5b506100616100f836600461037e565b61017b565b6101056101bd565b61010e5f6101e9565b565b6101186101bd565b60405163278f794360e11b81526001600160a01b03841690634f1ef2869034906101489086908690600401610399565b5f604051808303818588803b15801561015f575f5ffd5b505af1158015610171573d5f5f3e3d5ffd5b5050505050505050565b6101836101bd565b6001600160a01b0381166101b157604051631e4fbdf760e01b81525f60048201526024015b60405180910390fd5b6101ba816101e9565b50565b5f546001600160a01b0316331461010e5760405163118cdaa760e01b81523360048201526024016101a8565b5f80546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6001600160a01b03811681146101ba575f5ffd5b634e487b7160e01b5f52604160045260245ffd5b5f5f5f60608486031215610272575f5ffd5b833561027d81610238565b9250602084013561028d81610238565b9150604084013567ffffffffffffffff8111156102a8575f5ffd5b8401601f810186136102b8575f5ffd5b803567ffffffffffffffff8111156102d2576102d261024c565b604051601f8201601f19908116603f0116810167ffffffffffffffff811182821017156103015761030161024c565b604052818152828201602001881015610318575f5ffd5b816020840160208301375f602083830101528093505050509250925092565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f6103776020830184610337565b9392505050565b5f6020828403121561038e575f5ffd5b813561037781610238565b6001600160a01b03831681526040602082018190525f906103bc90830184610337565b94935050505056fea2646970667358221220a9c065fe5e029fc9342572ca82d58e4e140a3fa74c6c25e5cc5c475e853ad26264736f6c634300081b0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d610307ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00a2646970667358221220aacb8c8701c5c9a38ba54e0009d4ff4c4119e8c00d5197f6049d90abc8d6212264736f6c634300081b0033",
|
563
|
-
"deployedBytecode": "0x608060405234801561000f575f5ffd5b506004361061011c575f3560e01c8063644c45e0116100a9578063ada9652e1161006e578063ada9652e14610386578063b88da7591461039a578063c987336c146103ad578063f5c1b5a7146103c0578063fd0c63d9146103d3575f5ffd5b8063644c45e01461032b578063893d20e8146103485780638e9afce614610350578063933a9ce814610363578063946dfcfe14610374575f5ffd5b8063138461e0116100ef578063138461e0146101bb5780631775564d146101db5780632db5b86f146101fb5780634d459c901461020e5780635ab1bd531461031a575f5ffd5b806301ffc9a71461012057806304499582146101615780630900f0101461018c5780630d8e6e2c1461019f575b5f5ffd5b61014c61012e36600461141b565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61017461016f3660046114f8565b6103db565b6040516001600160a01b039091168152602001610158565b61017461019a36600461155e565b6104ae565b6101a7610502565b60405162ffffff9091168152602001610158565b6101c3610572565b6040516001600160601b039091168152602001610158565b6101ee6101e9366004611579565b61057c565b60405161015891906115f4565b610174610209366004611606565b6105d4565b6102bd61021c366004611674565b6040805160a0810182525f808252602082018190529181018290526060810182905260808101919091525062ffffff9081165f90815260036020908152604091829020825160a08101845281546001600160a01b03808216835264ffffffffff600160a01b8304811695840195909552600160c81b909104909316938101939093526001015492831660608301526301000000909204909116608082015290565b604051610158919081516001600160a01b03908116825260208084015164ffffffffff908116918401919091526040808501519091169083015260608084015162ffffff1690830152608092830151169181019190915260a00190565b6001546001600160a01b0316610174565b5f5160206128e35f395f51905f52546001600160601b03166101c3565b6101746106a1565b6101ee61035e36600461168f565b6107d2565b6002546001600160a01b0316610174565b6004545b604051908152602001610158565b6103785f5160206128e35f395f51905f5281565b6101a76103a83660046116c9565b610825565b6101746103bb366004611579565b610863565b6101746103ce3660046114f8565b610a05565b6101c3610b20565b5f6103e4610b37565b5f5f6103ef87610b82565b91509150838682610400858961057c565b60405161040c9061140e565b610418939291906116e0565b8190604051809103905ff5905080158015610435573d5f5f3e3d5ffd5b50600280546001600160a01b0319166001600160a01b03929092169190911790556104608683610bc4565b6040516001600160a01b038881168252919450908416907f78922e3fa1abc96399973cb25528ba892214b57da9d1a573937c460d9f5eb4759060200160405180910390a25050949350505050565b5f6104b76106a1565b6001600160a01b0316336001600160a01b0316146104ef5760405163086391f760e31b81523360048201526024015b60405180910390fd5b60606104fb8382610863565b9392505050565b600254604080516303639b8b60e21b815290515f926001600160a01b031691630d8e6e2c9160048083019260209291908290030181865afa158015610549573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061056d9190611714565b905090565b5f61056d3061102e565b60606349bb9e4b60e01b838360405160240161059992919061172f565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b03199093169290921790915290505b92915050565b5f6105dd610b37565b5f5f6105e886610b82565b9150915084816105f8848761057c565b6040516106049061140e565b610610939291906116e0565b604051809103905ff080158015610629573d5f5f3e3d5ffd5b50600280546001600160a01b0319166001600160a01b03929092169190911790556106548583610bc4565b6040516001600160a01b038781168252919450908416907f78922e3fa1abc96399973cb25528ba892214b57da9d1a573937c460d9f5eb4759060200160405180910390a250509392505050565b5f805f5160206128e35f395f51905f5280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af415801561070d573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107319190611752565b156107bc576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610792573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107b69190611771565b91505090565b54600160601b90046001600160a01b0316919050565b606063329d6e7460e01b826040516024016107ed91906115f4565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b03199093169290921790915292915050565b5f600482815481106108395761083961178c565b905f5260205f2090600a91828204019190066003029054906101000a900462ffffff169050919050565b5f61086c6106a1565b6001600160a01b0316336001600160a01b03161461089f5760405163086391f760e31b81523360048201526024016104e6565b6004545f036108c15760405163366dfd2160e21b815260040160405180910390fd5b5f6108ca6106a1565b90505f6108df6002546001600160a01b031690565b6001600160a01b0316638b3240a06040518163ffffffff1660e01b81526004016020604051808303815f875af115801561091b573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061093f9190611771565b6002549091506001600160a01b03908116908216639623609d8288610963896107d2565b6040518463ffffffff1660e01b8152600401610981939291906116e0565b5f604051808303815f87803b158015610998575f5ffd5b505af11580156109aa573d5f5f3e3d5ffd5b505050506109b88684610bc4565b6040516001600160a01b038881168252919550908516907f1356a2c922be684528fa1759d1808395e5c5010181dd333cdb6f03e2d8545b659060200160405180910390a250505092915050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0080545f9190600160401b810460ff16159067ffffffffffffffff168381158015610a4d5750825b90505f8267ffffffffffffffff166001148015610a695750303b155b905081158015610a77575080155b15610a955760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610abf57845460ff60401b1916600160401b1785555b610acb8a8a8a8a6103db565b95508315610b1357845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b5050505050949350505050565b6002545f9061056d906001600160a01b031661102e565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff16610b8057604051631afcd79f60e31b815260040160405180910390fd5b565b6004545f90819015610ba75760405163402b135f60e11b815260040160405180910390fd5b33610bb28482611284565b610bba6106a1565b9430945092505050565b600254604080516303639b8b60e21b815290516001600160a01b03909216915f918391630d8e6e2c916004808201926020929091908290030181865afa158015610c10573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c349190611714565b9050610cb28173__$8eede297b65ed5a56eb3f84d8232ae93f5$__6304b8f6c56040518163ffffffff1660e01b8152600401602060405180830381865af4158015610c81573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ca59190611714565b62ffffff90811691161490565b15610cd0576040516348c618db60e01b815260040160405180910390fd5b60045415610e285760048054610ce8906001906117a0565b81548110610cf857610cf861178c565b5f9182526020909120600a80830490910154604051635560100760e01b8152919092066003026101000a90910462ffffff16600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__90635560100790602401602060405180830381865af4158015610d69573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d8d91906117bf565b604051635560100760e01b815262ffffff8316600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__90635560100790602401602060405180830381865af4158015610ddf573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e0391906117bf565b11610e2857604051633e614b6d60e11b815262ffffff821660048201526024016104e6565b600480546001810182555f8290527f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b600a808304919091018054919092066003026101000a62ffffff81810219909216918516021790556040805160a0810182526001600160a01b03871681528151639fa6a6e360e01b81529151909260208085019373__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__93639fa6a6e39382810193928290030181865af4158015610ee3573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f0791906117e8565b64ffffffffff16815260200173__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af4158015610f5a573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f7e91906117e8565b64ffffffffff908116825262ffffff93841660208084018290526001600160a01b039788166040948501525f91825260038152908390208451815492860151948601518416600160c81b0264ffffffffff60c81b1995909416600160a01b026001600160c81b03199093169089161791909117929092161781556060820151600190910180546080909301519095166301000000026001600160b81b031990921692169190911717909155919050565b5f805f5160206128e35f395f51905f5280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af415801561109a573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110be9190611752565b156110ea5780546040516301ab8b6760e21b81526001600160601b0390911660048201526024016104e6565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa15801561113c573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111609190611752565b6111885760405163b9304b0d60e01b81526001600160a01b03841660048201526024016104e6565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa1580156111da573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111fe9190611803565b81546bffffffffffffffffffffffff19166001600160601b039190911690811782557f88857b75cbef7f257c9d5a473e28aaf6a91cc28f717f60f2cda3bcf5623d7b549061124a6106a1565b604080516001600160601b0390931683526001600160a01b0390911660208301520160405180910390a1546001600160601b031692915050565b61128c610b37565b6112946112fa565b61129d82611342565b6001600160a01b0381166112c45760405163f17ef42d60e01b815260040160405180910390fd5b5f5160206128e35f395f51905f5280546001600160601b0316600160601b6001600160a01b039093169290920291909117905550565b611302610b37565b610b806301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b61134a610b37565b604051633334d16b60e01b81526001600160a01b038216600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90633334d16b90602401602060405180830381865af41580156113a0573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113c49190611752565b6113ec5760405163fdeac91f60e01b81526001600160a01b03821660048201526024016104e6565b600180546001600160a01b0319166001600160a01b0392909216919091179055565b6110b98061182a83390190565b5f6020828403121561142b575f5ffd5b81356001600160e01b0319811681146104fb575f5ffd5b6001600160a01b0381168114611456575f5ffd5b50565b634e487b7160e01b5f52604160045260245ffd5b5f82601f83011261147c575f5ffd5b813567ffffffffffffffff81111561149657611496611459565b604051601f8201601f19908116603f0116810167ffffffffffffffff811182821017156114c5576114c5611459565b6040528181528382016020018510156114dc575f5ffd5b816020850160208301375f918101602001919091529392505050565b5f5f5f5f6080858703121561150b575f5ffd5b843561151681611442565b9350602085013561152681611442565b9250604085013567ffffffffffffffff811115611541575f5ffd5b61154d8782880161146d565b949793965093946060013593505050565b5f6020828403121561156e575f5ffd5b81356104fb81611442565b5f5f6040838503121561158a575f5ffd5b823561159581611442565b9150602083013567ffffffffffffffff8111156115b0575f5ffd5b6115bc8582860161146d565b9150509250929050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f6104fb60208301846115c6565b5f5f5f60608486031215611618575f5ffd5b833561162381611442565b9250602084013561163381611442565b9150604084013567ffffffffffffffff81111561164e575f5ffd5b61165a8682870161146d565b9150509250925092565b62ffffff81168114611456575f5ffd5b5f60208284031215611684575f5ffd5b81356104fb81611664565b5f6020828403121561169f575f5ffd5b813567ffffffffffffffff8111156116b5575f5ffd5b6116c18482850161146d565b949350505050565b5f602082840312156116d9575f5ffd5b5035919050565b6001600160a01b038481168252831660208201526060604082018190525f9061170b908301846115c6565b95945050505050565b5f60208284031215611724575f5ffd5b81516104fb81611664565b6001600160a01b03831681526040602082018190525f906116c1908301846115c6565b5f60208284031215611762575f5ffd5b815180151581146104fb575f5ffd5b5f60208284031215611781575f5ffd5b81516104fb81611442565b634e487b7160e01b5f52603260045260245ffd5b818103818111156105ce57634e487b7160e01b5f52601160045260245ffd5b5f602082840312156117cf575f5ffd5b5051919050565b64ffffffffff81168114611456575f5ffd5b5f602082840312156117f8575f5ffd5b81516104fb816117d6565b5f60208284031215611813575f5ffd5b81516001600160601b03811681146104fb575f5ffdfe60a060405234801561000f575f5ffd5b506040516110b93803806110b983398101604081905261002e9161038a565b828282828161003d82826100ac565b50508160405161004c9061034e565b6001600160a01b039091168152602001604051809103905ff080158015610075573d5f5f3e3d5ffd5b506001600160a01b031660805261009361008e60805190565b61010a565b505f91506100a3905082826104de565b505050506105ae565b6100b582610177565b6040516001600160a01b038316907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a28051156100fe576100f982826101f5565b505050565b610106610268565b5050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6101495f5160206110995f395f51905f52546001600160a01b031690565b604080516001600160a01b03928316815291841660208301520160405180910390a161017481610289565b50565b806001600160a01b03163b5f036101b157604051634c9c8ce360e01b81526001600160a01b03821660048201526024015b60405180910390fd5b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5b80546001600160a01b0319166001600160a01b039290921691909117905550565b60605f5f846001600160a01b0316846040516102119190610598565b5f60405180830381855af49150503d805f8114610249576040519150601f19603f3d011682016040523d82523d5f602084013e61024e565b606091505b50909250905061025f8583836102c6565b95945050505050565b34156102875760405163b398979f60e01b815260040160405180910390fd5b565b6001600160a01b0381166102b257604051633173bdd160e11b81525f60048201526024016101a8565b805f5160206110995f395f51905f526101d4565b6060826102db576102d682610325565b61031e565b81511580156102f257506001600160a01b0384163b155b1561031b57604051639996b31560e01b81526001600160a01b03851660048201526024016101a8565b50805b9392505050565b8051156103355780518082602001fd5b60405163d6bda27560e01b815260040160405180910390fd5b6104e680610bb383390190565b80516001600160a01b0381168114610371575f5ffd5b919050565b634e487b7160e01b5f52604160045260245ffd5b5f5f5f6060848603121561039c575f5ffd5b6103a58461035b565b92506103b36020850161035b565b60408501519092506001600160401b038111156103ce575f5ffd5b8401601f810186136103de575f5ffd5b80516001600160401b038111156103f7576103f7610376565b604051601f8201601f19908116603f011681016001600160401b038111828210171561042557610425610376565b60405281815282820160200188101561043c575f5ffd5b8160208401602083015e5f602083830101528093505050509250925092565b600181811c9082168061046f57607f821691505b60208210810361048d57634e487b7160e01b5f52602260045260245ffd5b50919050565b601f8211156100f957805f5260205f20601f840160051c810160208510156104b85750805b601f840160051c820191505b818110156104d7575f81556001016104c4565b5050505050565b81516001600160401b038111156104f7576104f7610376565b61050b81610505845461045b565b84610493565b6020601f82116001811461053d575f83156105265750848201515b5f19600385901b1c1916600184901b1784556104d7565b5f84815260208120601f198516915b8281101561056c578785015182556020948501946001909201910161054c565b508482101561058957868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b5f82518060208501845e5f920191825250919050565b6080516105e86105cb5f395f81816075015260a101526105e85ff3fe608060405260043610610028575f3560e01c8063514e2d93146100325780638b3240a01461005c575b61003061009f565b005b34801561003d575f5ffd5b50610046610113565b6040516100539190610423565b60405180910390f35b348015610067575f5ffd5b506040516001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000168152602001610053565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316330361010b575f356001600160e01b03191663278f794360e11b14610101576040516334ad5dbb60e21b815260040160405180910390fd5b6101096101a7565b565b6101096101d5565b60605f805461012190610458565b80601f016020809104026020016040519081016040528092919081815260200182805461014d90610458565b80156101985780601f1061016f57610100808354040283529160200191610198565b820191905f5260205f20905b81548152906001019060200180831161017b57829003601f168201915b5050505050905090565b905090565b5f806101b63660048184610490565b8101906101c391906104cb565b915091506101d182826101e5565b5050565b6101096101e061023f565b610271565b6101ee8261028f565b6040516001600160a01b038316907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a280511561023757610232828261030a565b505050565b6101d161037c565b5f6101a27f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc546001600160a01b031690565b365f5f375f5f365f845af43d5f5f3e80801561028b573d5ff35b3d5ffd5b806001600160a01b03163b5f036102c957604051634c9c8ce360e01b81526001600160a01b03821660048201526024015b60405180910390fd5b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80546001600160a01b0319166001600160a01b0392909216919091179055565b60605f5f846001600160a01b031684604051610326919061059c565b5f60405180830381855af49150503d805f811461035e576040519150601f19603f3d011682016040523d82523d5f602084013e610363565b606091505b509150915061037385838361039b565b95945050505050565b34156101095760405163b398979f60e01b815260040160405180910390fd5b6060826103b0576103ab826103fa565b6103f3565b81511580156103c757506001600160a01b0384163b155b156103f057604051639996b31560e01b81526001600160a01b03851660048201526024016102c0565b50805b9392505050565b80511561040a5780518082602001fd5b60405163d6bda27560e01b815260040160405180910390fd5b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b600181811c9082168061046c57607f821691505b60208210810361048a57634e487b7160e01b5f52602260045260245ffd5b50919050565b5f5f8585111561049e575f5ffd5b838611156104aa575f5ffd5b5050820193919092039150565b634e487b7160e01b5f52604160045260245ffd5b5f5f604083850312156104dc575f5ffd5b82356001600160a01b03811681146104f2575f5ffd5b9150602083013567ffffffffffffffff81111561050d575f5ffd5b8301601f8101851361051d575f5ffd5b803567ffffffffffffffff811115610537576105376104b7565b604051601f8201601f19908116603f0116810167ffffffffffffffff81118282101715610566576105666104b7565b60405281815282820160200187101561057d575f5ffd5b816020840160208301375f602083830101528093505050509250929050565b5f82518060208501845e5f92019182525091905056fea26469706673582212204296375230d05397af03eda797dd0a36dcf8739ca7db3b8052059349ae00319964736f6c634300081b00336080604052348015600e575f5ffd5b506040516104e63803806104e6833981016040819052602b9160b4565b806001600160a01b038116605857604051631e4fbdf760e01b81525f600482015260240160405180910390fd5b605f816065565b505060df565b5f80546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b5f6020828403121560c3575f5ffd5b81516001600160a01b038116811460d8575f5ffd5b9392505050565b6103fa806100ec5f395ff3fe608060405260043610610049575f3560e01c8063715018a61461004d5780638da5cb5b146100635780639623609d1461008e578063ad3cb1cc146100a1578063f2fde38b146100de575b5f5ffd5b348015610058575f5ffd5b506100616100fd565b005b34801561006e575f5ffd5b505f546040516001600160a01b0390911681526020015b60405180910390f35b61006161009c366004610260565b610110565b3480156100ac575f5ffd5b506100d1604051806040016040528060058152602001640352e302e360dc1b81525081565b6040516100859190610365565b3480156100e9575f5ffd5b506100616100f836600461037e565b61017b565b6101056101bd565b61010e5f6101e9565b565b6101186101bd565b60405163278f794360e11b81526001600160a01b03841690634f1ef2869034906101489086908690600401610399565b5f604051808303818588803b15801561015f575f5ffd5b505af1158015610171573d5f5f3e3d5ffd5b5050505050505050565b6101836101bd565b6001600160a01b0381166101b157604051631e4fbdf760e01b81525f60048201526024015b60405180910390fd5b6101ba816101e9565b50565b5f546001600160a01b0316331461010e5760405163118cdaa760e01b81523360048201526024016101a8565b5f80546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6001600160a01b03811681146101ba575f5ffd5b634e487b7160e01b5f52604160045260245ffd5b5f5f5f60608486031215610272575f5ffd5b833561027d81610238565b9250602084013561028d81610238565b9150604084013567ffffffffffffffff8111156102a8575f5ffd5b8401601f810186136102b8575f5ffd5b803567ffffffffffffffff8111156102d2576102d261024c565b604051601f8201601f19908116603f0116810167ffffffffffffffff811182821017156103015761030161024c565b604052818152828201602001881015610318575f5ffd5b816020840160208301375f602083830101528093505050509250925092565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f6103776020830184610337565b9392505050565b5f6020828403121561038e575f5ffd5b813561037781610238565b6001600160a01b03831681526040602082018190525f906103bc90830184610337565b94935050505056fea2646970667358221220a9c065fe5e029fc9342572ca82d58e4e140a3fa74c6c25e5cc5c475e853ad26264736f6c634300081b0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d610307ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00a2646970667358221220aacb8c8701c5c9a38ba54e0009d4ff4c4119e8c00d5197f6049d90abc8d6212264736f6c634300081b0033",
|
562
|
+
"bytecode": "0x6080604052348015600e575f5ffd5b506129388061001c5f395ff3fe608060405234801561000f575f5ffd5b506004361061011c575f3560e01c8063644c45e0116100a9578063ada9652e1161006e578063ada9652e14610386578063b88da7591461039a578063c987336c146103ad578063f5c1b5a7146103c0578063fd0c63d9146103d3575f5ffd5b8063644c45e01461032b578063893d20e8146103485780638e9afce614610350578063933a9ce814610363578063946dfcfe14610374575f5ffd5b8063138461e0116100ef578063138461e0146101bb5780631775564d146101db5780632db5b86f146101fb5780634d459c901461020e5780635ab1bd531461031a575f5ffd5b806301ffc9a71461012057806304499582146101615780630900f0101461018c5780630d8e6e2c1461019f575b5f5ffd5b61014c61012e36600461141b565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61017461016f3660046114f8565b6103db565b6040516001600160a01b039091168152602001610158565b61017461019a36600461155e565b6104ae565b6101a7610502565b60405162ffffff9091168152602001610158565b6101c3610572565b6040516001600160601b039091168152602001610158565b6101ee6101e9366004611579565b61057c565b60405161015891906115f4565b610174610209366004611606565b6105d4565b6102bd61021c366004611674565b6040805160a0810182525f808252602082018190529181018290526060810182905260808101919091525062ffffff9081165f90815260036020908152604091829020825160a08101845281546001600160a01b03808216835264ffffffffff600160a01b8304811695840195909552600160c81b909104909316938101939093526001015492831660608301526301000000909204909116608082015290565b604051610158919081516001600160a01b03908116825260208084015164ffffffffff908116918401919091526040808501519091169083015260608084015162ffffff1690830152608092830151169181019190915260a00190565b6001546001600160a01b0316610174565b5f5160206128e35f395f51905f52546001600160601b03166101c3565b6101746106a1565b6101ee61035e36600461168f565b6107d2565b6002546001600160a01b0316610174565b6004545b604051908152602001610158565b6103785f5160206128e35f395f51905f5281565b6101a76103a83660046116c9565b610825565b6101746103bb366004611579565b610863565b6101746103ce3660046114f8565b610a05565b6101c3610b20565b5f6103e4610b37565b5f5f6103ef87610b82565b91509150838682610400858961057c565b60405161040c9061140e565b610418939291906116e0565b8190604051809103905ff5905080158015610435573d5f5f3e3d5ffd5b50600280546001600160a01b0319166001600160a01b03929092169190911790556104608683610bc4565b6040516001600160a01b038881168252919450908416907f78922e3fa1abc96399973cb25528ba892214b57da9d1a573937c460d9f5eb4759060200160405180910390a25050949350505050565b5f6104b76106a1565b6001600160a01b0316336001600160a01b0316146104ef5760405163086391f760e31b81523360048201526024015b60405180910390fd5b60606104fb8382610863565b9392505050565b600254604080516303639b8b60e21b815290515f926001600160a01b031691630d8e6e2c9160048083019260209291908290030181865afa158015610549573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061056d9190611714565b905090565b5f61056d3061102e565b60606349bb9e4b60e01b838360405160240161059992919061172f565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b03199093169290921790915290505b92915050565b5f6105dd610b37565b5f5f6105e886610b82565b9150915084816105f8848761057c565b6040516106049061140e565b610610939291906116e0565b604051809103905ff080158015610629573d5f5f3e3d5ffd5b50600280546001600160a01b0319166001600160a01b03929092169190911790556106548583610bc4565b6040516001600160a01b038781168252919450908416907f78922e3fa1abc96399973cb25528ba892214b57da9d1a573937c460d9f5eb4759060200160405180910390a250509392505050565b5f805f5160206128e35f395f51905f5280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af415801561070d573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107319190611752565b156107bc576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610792573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107b69190611771565b91505090565b54600160601b90046001600160a01b0316919050565b606063329d6e7460e01b826040516024016107ed91906115f4565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b03199093169290921790915292915050565b5f600482815481106108395761083961178c565b905f5260205f2090600a91828204019190066003029054906101000a900462ffffff169050919050565b5f61086c6106a1565b6001600160a01b0316336001600160a01b03161461089f5760405163086391f760e31b81523360048201526024016104e6565b6004545f036108c15760405163366dfd2160e21b815260040160405180910390fd5b5f6108ca6106a1565b90505f6108df6002546001600160a01b031690565b6001600160a01b0316638b3240a06040518163ffffffff1660e01b81526004016020604051808303815f875af115801561091b573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061093f9190611771565b6002549091506001600160a01b03908116908216639623609d8288610963896107d2565b6040518463ffffffff1660e01b8152600401610981939291906116e0565b5f604051808303815f87803b158015610998575f5ffd5b505af11580156109aa573d5f5f3e3d5ffd5b505050506109b88684610bc4565b6040516001600160a01b038881168252919550908516907f1356a2c922be684528fa1759d1808395e5c5010181dd333cdb6f03e2d8545b659060200160405180910390a250505092915050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0080545f9190600160401b810460ff16159067ffffffffffffffff168381158015610a4d5750825b90505f8267ffffffffffffffff166001148015610a695750303b155b905081158015610a77575080155b15610a955760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610abf57845460ff60401b1916600160401b1785555b610acb8a8a8a8a6103db565b95508315610b1357845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b5050505050949350505050565b6002545f9061056d906001600160a01b031661102e565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff16610b8057604051631afcd79f60e31b815260040160405180910390fd5b565b6004545f90819015610ba75760405163402b135f60e11b815260040160405180910390fd5b33610bb28482611284565b610bba6106a1565b9430945092505050565b600254604080516303639b8b60e21b815290516001600160a01b03909216915f918391630d8e6e2c916004808201926020929091908290030181865afa158015610c10573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c349190611714565b9050610cb28173__$8eede297b65ed5a56eb3f84d8232ae93f5$__6304b8f6c56040518163ffffffff1660e01b8152600401602060405180830381865af4158015610c81573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ca59190611714565b62ffffff90811691161490565b15610cd0576040516348c618db60e01b815260040160405180910390fd5b60045415610e285760048054610ce8906001906117a0565b81548110610cf857610cf861178c565b5f9182526020909120600a80830490910154604051635560100760e01b8152919092066003026101000a90910462ffffff16600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__90635560100790602401602060405180830381865af4158015610d69573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d8d91906117bf565b604051635560100760e01b815262ffffff8316600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__90635560100790602401602060405180830381865af4158015610ddf573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e0391906117bf565b11610e2857604051633e614b6d60e11b815262ffffff821660048201526024016104e6565b600480546001810182555f8290527f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b600a808304919091018054919092066003026101000a62ffffff81810219909216918516021790556040805160a0810182526001600160a01b03871681528151639fa6a6e360e01b81529151909260208085019373__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__93639fa6a6e39382810193928290030181865af4158015610ee3573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f0791906117e8565b64ffffffffff16815260200173__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af4158015610f5a573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f7e91906117e8565b64ffffffffff908116825262ffffff93841660208084018290526001600160a01b039788166040948501525f91825260038152908390208451815492860151948601518416600160c81b0264ffffffffff60c81b1995909416600160a01b026001600160c81b03199093169089161791909117929092161781556060820151600190910180546080909301519095166301000000026001600160b81b031990921692169190911717909155919050565b5f805f5160206128e35f395f51905f5280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af415801561109a573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110be9190611752565b156110ea5780546040516301ab8b6760e21b81526001600160601b0390911660048201526024016104e6565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa15801561113c573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111609190611752565b6111885760405163b9304b0d60e01b81526001600160a01b03841660048201526024016104e6565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa1580156111da573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111fe9190611803565b81546bffffffffffffffffffffffff19166001600160601b039190911690811782557f88857b75cbef7f257c9d5a473e28aaf6a91cc28f717f60f2cda3bcf5623d7b549061124a6106a1565b604080516001600160601b0390931683526001600160a01b0390911660208301520160405180910390a1546001600160601b031692915050565b61128c610b37565b6112946112fa565b61129d82611342565b6001600160a01b0381166112c45760405163f17ef42d60e01b815260040160405180910390fd5b5f5160206128e35f395f51905f5280546001600160601b0316600160601b6001600160a01b039093169290920291909117905550565b611302610b37565b610b806301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b61134a610b37565b604051633334d16b60e01b81526001600160a01b038216600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90633334d16b90602401602060405180830381865af41580156113a0573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113c49190611752565b6113ec5760405163fdeac91f60e01b81526001600160a01b03821660048201526024016104e6565b600180546001600160a01b0319166001600160a01b0392909216919091179055565b6110b98061182a83390190565b5f6020828403121561142b575f5ffd5b81356001600160e01b0319811681146104fb575f5ffd5b6001600160a01b0381168114611456575f5ffd5b50565b634e487b7160e01b5f52604160045260245ffd5b5f82601f83011261147c575f5ffd5b813567ffffffffffffffff81111561149657611496611459565b604051601f8201601f19908116603f0116810167ffffffffffffffff811182821017156114c5576114c5611459565b6040528181528382016020018510156114dc575f5ffd5b816020850160208301375f918101602001919091529392505050565b5f5f5f5f6080858703121561150b575f5ffd5b843561151681611442565b9350602085013561152681611442565b9250604085013567ffffffffffffffff811115611541575f5ffd5b61154d8782880161146d565b949793965093946060013593505050565b5f6020828403121561156e575f5ffd5b81356104fb81611442565b5f5f6040838503121561158a575f5ffd5b823561159581611442565b9150602083013567ffffffffffffffff8111156115b0575f5ffd5b6115bc8582860161146d565b9150509250929050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f6104fb60208301846115c6565b5f5f5f60608486031215611618575f5ffd5b833561162381611442565b9250602084013561163381611442565b9150604084013567ffffffffffffffff81111561164e575f5ffd5b61165a8682870161146d565b9150509250925092565b62ffffff81168114611456575f5ffd5b5f60208284031215611684575f5ffd5b81356104fb81611664565b5f6020828403121561169f575f5ffd5b813567ffffffffffffffff8111156116b5575f5ffd5b6116c18482850161146d565b949350505050565b5f602082840312156116d9575f5ffd5b5035919050565b6001600160a01b038481168252831660208201526060604082018190525f9061170b908301846115c6565b95945050505050565b5f60208284031215611724575f5ffd5b81516104fb81611664565b6001600160a01b03831681526040602082018190525f906116c1908301846115c6565b5f60208284031215611762575f5ffd5b815180151581146104fb575f5ffd5b5f60208284031215611781575f5ffd5b81516104fb81611442565b634e487b7160e01b5f52603260045260245ffd5b818103818111156105ce57634e487b7160e01b5f52601160045260245ffd5b5f602082840312156117cf575f5ffd5b5051919050565b64ffffffffff81168114611456575f5ffd5b5f602082840312156117f8575f5ffd5b81516104fb816117d6565b5f60208284031215611813575f5ffd5b81516001600160601b03811681146104fb575f5ffdfe60a060405234801561000f575f5ffd5b506040516110b93803806110b983398101604081905261002e9161038a565b828282828161003d82826100ac565b50508160405161004c9061034e565b6001600160a01b039091168152602001604051809103905ff080158015610075573d5f5f3e3d5ffd5b506001600160a01b031660805261009361008e60805190565b61010a565b505f91506100a3905082826104de565b505050506105ae565b6100b582610177565b6040516001600160a01b038316907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a28051156100fe576100f982826101f5565b505050565b610106610268565b5050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6101495f5160206110995f395f51905f52546001600160a01b031690565b604080516001600160a01b03928316815291841660208301520160405180910390a161017481610289565b50565b806001600160a01b03163b5f036101b157604051634c9c8ce360e01b81526001600160a01b03821660048201526024015b60405180910390fd5b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5b80546001600160a01b0319166001600160a01b039290921691909117905550565b60605f5f846001600160a01b0316846040516102119190610598565b5f60405180830381855af49150503d805f8114610249576040519150601f19603f3d011682016040523d82523d5f602084013e61024e565b606091505b50909250905061025f8583836102c6565b95945050505050565b34156102875760405163b398979f60e01b815260040160405180910390fd5b565b6001600160a01b0381166102b257604051633173bdd160e11b81525f60048201526024016101a8565b805f5160206110995f395f51905f526101d4565b6060826102db576102d682610325565b61031e565b81511580156102f257506001600160a01b0384163b155b1561031b57604051639996b31560e01b81526001600160a01b03851660048201526024016101a8565b50805b9392505050565b8051156103355780518082602001fd5b60405163d6bda27560e01b815260040160405180910390fd5b6104e680610bb383390190565b80516001600160a01b0381168114610371575f5ffd5b919050565b634e487b7160e01b5f52604160045260245ffd5b5f5f5f6060848603121561039c575f5ffd5b6103a58461035b565b92506103b36020850161035b565b60408501519092506001600160401b038111156103ce575f5ffd5b8401601f810186136103de575f5ffd5b80516001600160401b038111156103f7576103f7610376565b604051601f8201601f19908116603f011681016001600160401b038111828210171561042557610425610376565b60405281815282820160200188101561043c575f5ffd5b8160208401602083015e5f602083830101528093505050509250925092565b600181811c9082168061046f57607f821691505b60208210810361048d57634e487b7160e01b5f52602260045260245ffd5b50919050565b601f8211156100f957805f5260205f20601f840160051c810160208510156104b85750805b601f840160051c820191505b818110156104d7575f81556001016104c4565b5050505050565b81516001600160401b038111156104f7576104f7610376565b61050b81610505845461045b565b84610493565b6020601f82116001811461053d575f83156105265750848201515b5f19600385901b1c1916600184901b1784556104d7565b5f84815260208120601f198516915b8281101561056c578785015182556020948501946001909201910161054c565b508482101561058957868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b5f82518060208501845e5f920191825250919050565b6080516105e86105cb5f395f81816075015260a101526105e85ff3fe608060405260043610610028575f3560e01c8063514e2d93146100325780638b3240a01461005c575b61003061009f565b005b34801561003d575f5ffd5b50610046610113565b6040516100539190610423565b60405180910390f35b348015610067575f5ffd5b506040516001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000168152602001610053565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316330361010b575f356001600160e01b03191663278f794360e11b14610101576040516334ad5dbb60e21b815260040160405180910390fd5b6101096101a7565b565b6101096101d5565b60605f805461012190610458565b80601f016020809104026020016040519081016040528092919081815260200182805461014d90610458565b80156101985780601f1061016f57610100808354040283529160200191610198565b820191905f5260205f20905b81548152906001019060200180831161017b57829003601f168201915b5050505050905090565b905090565b5f806101b63660048184610490565b8101906101c391906104cb565b915091506101d182826101e5565b5050565b6101096101e061023f565b610271565b6101ee8261028f565b6040516001600160a01b038316907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a280511561023757610232828261030a565b505050565b6101d161037c565b5f6101a27f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc546001600160a01b031690565b365f5f375f5f365f845af43d5f5f3e80801561028b573d5ff35b3d5ffd5b806001600160a01b03163b5f036102c957604051634c9c8ce360e01b81526001600160a01b03821660048201526024015b60405180910390fd5b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80546001600160a01b0319166001600160a01b0392909216919091179055565b60605f5f846001600160a01b031684604051610326919061059c565b5f60405180830381855af49150503d805f811461035e576040519150601f19603f3d011682016040523d82523d5f602084013e610363565b606091505b509150915061037385838361039b565b95945050505050565b34156101095760405163b398979f60e01b815260040160405180910390fd5b6060826103b0576103ab826103fa565b6103f3565b81511580156103c757506001600160a01b0384163b155b156103f057604051639996b31560e01b81526001600160a01b03851660048201526024016102c0565b50805b9392505050565b80511561040a5780518082602001fd5b60405163d6bda27560e01b815260040160405180910390fd5b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b600181811c9082168061046c57607f821691505b60208210810361048a57634e487b7160e01b5f52602260045260245ffd5b50919050565b5f5f8585111561049e575f5ffd5b838611156104aa575f5ffd5b5050820193919092039150565b634e487b7160e01b5f52604160045260245ffd5b5f5f604083850312156104dc575f5ffd5b82356001600160a01b03811681146104f2575f5ffd5b9150602083013567ffffffffffffffff81111561050d575f5ffd5b8301601f8101851361051d575f5ffd5b803567ffffffffffffffff811115610537576105376104b7565b604051601f8201601f19908116603f0116810167ffffffffffffffff81118282101715610566576105666104b7565b60405281815282820160200187101561057d575f5ffd5b816020840160208301375f602083830101528093505050509250929050565b5f82518060208501845e5f92019182525091905056fea26469706673582212204296375230d05397af03eda797dd0a36dcf8739ca7db3b8052059349ae00319964736f6c634300081b00336080604052348015600e575f5ffd5b506040516104e63803806104e6833981016040819052602b9160b4565b806001600160a01b038116605857604051631e4fbdf760e01b81525f600482015260240160405180910390fd5b605f816065565b505060df565b5f80546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b5f6020828403121560c3575f5ffd5b81516001600160a01b038116811460d8575f5ffd5b9392505050565b6103fa806100ec5f395ff3fe608060405260043610610049575f3560e01c8063715018a61461004d5780638da5cb5b146100635780639623609d1461008e578063ad3cb1cc146100a1578063f2fde38b146100de575b5f5ffd5b348015610058575f5ffd5b506100616100fd565b005b34801561006e575f5ffd5b505f546040516001600160a01b0390911681526020015b60405180910390f35b61006161009c366004610260565b610110565b3480156100ac575f5ffd5b506100d1604051806040016040528060058152602001640352e302e360dc1b81525081565b6040516100859190610365565b3480156100e9575f5ffd5b506100616100f836600461037e565b61017b565b6101056101bd565b61010e5f6101e9565b565b6101186101bd565b60405163278f794360e11b81526001600160a01b03841690634f1ef2869034906101489086908690600401610399565b5f604051808303818588803b15801561015f575f5ffd5b505af1158015610171573d5f5f3e3d5ffd5b5050505050505050565b6101836101bd565b6001600160a01b0381166101b157604051631e4fbdf760e01b81525f60048201526024015b60405180910390fd5b6101ba816101e9565b50565b5f546001600160a01b0316331461010e5760405163118cdaa760e01b81523360048201526024016101a8565b5f80546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6001600160a01b03811681146101ba575f5ffd5b634e487b7160e01b5f52604160045260245ffd5b5f5f5f60608486031215610272575f5ffd5b833561027d81610238565b9250602084013561028d81610238565b9150604084013567ffffffffffffffff8111156102a8575f5ffd5b8401601f810186136102b8575f5ffd5b803567ffffffffffffffff8111156102d2576102d261024c565b604051601f8201601f19908116603f0116810167ffffffffffffffff811182821017156103015761030161024c565b604052818152828201602001881015610318575f5ffd5b816020840160208301375f602083830101528093505050509250925092565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f6103776020830184610337565b9392505050565b5f6020828403121561038e575f5ffd5b813561037781610238565b6001600160a01b03831681526040602082018190525f906103bc90830184610337565b94935050505056fea2646970667358221220a9c065fe5e029fc9342572ca82d58e4e140a3fa74c6c25e5cc5c475e853ad26264736f6c634300081b0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d610307ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00a264697066735822122002607c51ee4caec8654b7c72dce572f312ac079da5adb7f9f7a58410bb8307b164736f6c634300081b0033",
|
563
|
+
"deployedBytecode": "0x608060405234801561000f575f5ffd5b506004361061011c575f3560e01c8063644c45e0116100a9578063ada9652e1161006e578063ada9652e14610386578063b88da7591461039a578063c987336c146103ad578063f5c1b5a7146103c0578063fd0c63d9146103d3575f5ffd5b8063644c45e01461032b578063893d20e8146103485780638e9afce614610350578063933a9ce814610363578063946dfcfe14610374575f5ffd5b8063138461e0116100ef578063138461e0146101bb5780631775564d146101db5780632db5b86f146101fb5780634d459c901461020e5780635ab1bd531461031a575f5ffd5b806301ffc9a71461012057806304499582146101615780630900f0101461018c5780630d8e6e2c1461019f575b5f5ffd5b61014c61012e36600461141b565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61017461016f3660046114f8565b6103db565b6040516001600160a01b039091168152602001610158565b61017461019a36600461155e565b6104ae565b6101a7610502565b60405162ffffff9091168152602001610158565b6101c3610572565b6040516001600160601b039091168152602001610158565b6101ee6101e9366004611579565b61057c565b60405161015891906115f4565b610174610209366004611606565b6105d4565b6102bd61021c366004611674565b6040805160a0810182525f808252602082018190529181018290526060810182905260808101919091525062ffffff9081165f90815260036020908152604091829020825160a08101845281546001600160a01b03808216835264ffffffffff600160a01b8304811695840195909552600160c81b909104909316938101939093526001015492831660608301526301000000909204909116608082015290565b604051610158919081516001600160a01b03908116825260208084015164ffffffffff908116918401919091526040808501519091169083015260608084015162ffffff1690830152608092830151169181019190915260a00190565b6001546001600160a01b0316610174565b5f5160206128e35f395f51905f52546001600160601b03166101c3565b6101746106a1565b6101ee61035e36600461168f565b6107d2565b6002546001600160a01b0316610174565b6004545b604051908152602001610158565b6103785f5160206128e35f395f51905f5281565b6101a76103a83660046116c9565b610825565b6101746103bb366004611579565b610863565b6101746103ce3660046114f8565b610a05565b6101c3610b20565b5f6103e4610b37565b5f5f6103ef87610b82565b91509150838682610400858961057c565b60405161040c9061140e565b610418939291906116e0565b8190604051809103905ff5905080158015610435573d5f5f3e3d5ffd5b50600280546001600160a01b0319166001600160a01b03929092169190911790556104608683610bc4565b6040516001600160a01b038881168252919450908416907f78922e3fa1abc96399973cb25528ba892214b57da9d1a573937c460d9f5eb4759060200160405180910390a25050949350505050565b5f6104b76106a1565b6001600160a01b0316336001600160a01b0316146104ef5760405163086391f760e31b81523360048201526024015b60405180910390fd5b60606104fb8382610863565b9392505050565b600254604080516303639b8b60e21b815290515f926001600160a01b031691630d8e6e2c9160048083019260209291908290030181865afa158015610549573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061056d9190611714565b905090565b5f61056d3061102e565b60606349bb9e4b60e01b838360405160240161059992919061172f565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b03199093169290921790915290505b92915050565b5f6105dd610b37565b5f5f6105e886610b82565b9150915084816105f8848761057c565b6040516106049061140e565b610610939291906116e0565b604051809103905ff080158015610629573d5f5f3e3d5ffd5b50600280546001600160a01b0319166001600160a01b03929092169190911790556106548583610bc4565b6040516001600160a01b038781168252919450908416907f78922e3fa1abc96399973cb25528ba892214b57da9d1a573937c460d9f5eb4759060200160405180910390a250509392505050565b5f805f5160206128e35f395f51905f5280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af415801561070d573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107319190611752565b156107bc576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610792573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107b69190611771565b91505090565b54600160601b90046001600160a01b0316919050565b606063329d6e7460e01b826040516024016107ed91906115f4565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b03199093169290921790915292915050565b5f600482815481106108395761083961178c565b905f5260205f2090600a91828204019190066003029054906101000a900462ffffff169050919050565b5f61086c6106a1565b6001600160a01b0316336001600160a01b03161461089f5760405163086391f760e31b81523360048201526024016104e6565b6004545f036108c15760405163366dfd2160e21b815260040160405180910390fd5b5f6108ca6106a1565b90505f6108df6002546001600160a01b031690565b6001600160a01b0316638b3240a06040518163ffffffff1660e01b81526004016020604051808303815f875af115801561091b573d5f5f3e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061093f9190611771565b6002549091506001600160a01b03908116908216639623609d8288610963896107d2565b6040518463ffffffff1660e01b8152600401610981939291906116e0565b5f604051808303815f87803b158015610998575f5ffd5b505af11580156109aa573d5f5f3e3d5ffd5b505050506109b88684610bc4565b6040516001600160a01b038881168252919550908516907f1356a2c922be684528fa1759d1808395e5c5010181dd333cdb6f03e2d8545b659060200160405180910390a250505092915050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0080545f9190600160401b810460ff16159067ffffffffffffffff168381158015610a4d5750825b90505f8267ffffffffffffffff166001148015610a695750303b155b905081158015610a77575080155b15610a955760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610abf57845460ff60401b1916600160401b1785555b610acb8a8a8a8a6103db565b95508315610b1357845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b5050505050949350505050565b6002545f9061056d906001600160a01b031661102e565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff16610b8057604051631afcd79f60e31b815260040160405180910390fd5b565b6004545f90819015610ba75760405163402b135f60e11b815260040160405180910390fd5b33610bb28482611284565b610bba6106a1565b9430945092505050565b600254604080516303639b8b60e21b815290516001600160a01b03909216915f918391630d8e6e2c916004808201926020929091908290030181865afa158015610c10573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c349190611714565b9050610cb28173__$8eede297b65ed5a56eb3f84d8232ae93f5$__6304b8f6c56040518163ffffffff1660e01b8152600401602060405180830381865af4158015610c81573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ca59190611714565b62ffffff90811691161490565b15610cd0576040516348c618db60e01b815260040160405180910390fd5b60045415610e285760048054610ce8906001906117a0565b81548110610cf857610cf861178c565b5f9182526020909120600a80830490910154604051635560100760e01b8152919092066003026101000a90910462ffffff16600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__90635560100790602401602060405180830381865af4158015610d69573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d8d91906117bf565b604051635560100760e01b815262ffffff8316600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__90635560100790602401602060405180830381865af4158015610ddf573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e0391906117bf565b11610e2857604051633e614b6d60e11b815262ffffff821660048201526024016104e6565b600480546001810182555f8290527f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b600a808304919091018054919092066003026101000a62ffffff81810219909216918516021790556040805160a0810182526001600160a01b03871681528151639fa6a6e360e01b81529151909260208085019373__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__93639fa6a6e39382810193928290030181865af4158015610ee3573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f0791906117e8565b64ffffffffff16815260200173__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af4158015610f5a573d5f5f3e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f7e91906117e8565b64ffffffffff908116825262ffffff93841660208084018290526001600160a01b039788166040948501525f91825260038152908390208451815492860151948601518416600160c81b0264ffffffffff60c81b1995909416600160a01b026001600160c81b03199093169089161791909117929092161781556060820151600190910180546080909301519095166301000000026001600160b81b031990921692169190911717909155919050565b5f805f5160206128e35f395f51905f5280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af415801561109a573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110be9190611752565b156110ea5780546040516301ab8b6760e21b81526001600160601b0390911660048201526024016104e6565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa15801561113c573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111609190611752565b6111885760405163b9304b0d60e01b81526001600160a01b03841660048201526024016104e6565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa1580156111da573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111fe9190611803565b81546bffffffffffffffffffffffff19166001600160601b039190911690811782557f88857b75cbef7f257c9d5a473e28aaf6a91cc28f717f60f2cda3bcf5623d7b549061124a6106a1565b604080516001600160601b0390931683526001600160a01b0390911660208301520160405180910390a1546001600160601b031692915050565b61128c610b37565b6112946112fa565b61129d82611342565b6001600160a01b0381166112c45760405163f17ef42d60e01b815260040160405180910390fd5b5f5160206128e35f395f51905f5280546001600160601b0316600160601b6001600160a01b039093169290920291909117905550565b611302610b37565b610b806301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b61134a610b37565b604051633334d16b60e01b81526001600160a01b038216600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90633334d16b90602401602060405180830381865af41580156113a0573d5f5f3e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113c49190611752565b6113ec5760405163fdeac91f60e01b81526001600160a01b03821660048201526024016104e6565b600180546001600160a01b0319166001600160a01b0392909216919091179055565b6110b98061182a83390190565b5f6020828403121561142b575f5ffd5b81356001600160e01b0319811681146104fb575f5ffd5b6001600160a01b0381168114611456575f5ffd5b50565b634e487b7160e01b5f52604160045260245ffd5b5f82601f83011261147c575f5ffd5b813567ffffffffffffffff81111561149657611496611459565b604051601f8201601f19908116603f0116810167ffffffffffffffff811182821017156114c5576114c5611459565b6040528181528382016020018510156114dc575f5ffd5b816020850160208301375f918101602001919091529392505050565b5f5f5f5f6080858703121561150b575f5ffd5b843561151681611442565b9350602085013561152681611442565b9250604085013567ffffffffffffffff811115611541575f5ffd5b61154d8782880161146d565b949793965093946060013593505050565b5f6020828403121561156e575f5ffd5b81356104fb81611442565b5f5f6040838503121561158a575f5ffd5b823561159581611442565b9150602083013567ffffffffffffffff8111156115b0575f5ffd5b6115bc8582860161146d565b9150509250929050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f6104fb60208301846115c6565b5f5f5f60608486031215611618575f5ffd5b833561162381611442565b9250602084013561163381611442565b9150604084013567ffffffffffffffff81111561164e575f5ffd5b61165a8682870161146d565b9150509250925092565b62ffffff81168114611456575f5ffd5b5f60208284031215611684575f5ffd5b81356104fb81611664565b5f6020828403121561169f575f5ffd5b813567ffffffffffffffff8111156116b5575f5ffd5b6116c18482850161146d565b949350505050565b5f602082840312156116d9575f5ffd5b5035919050565b6001600160a01b038481168252831660208201526060604082018190525f9061170b908301846115c6565b95945050505050565b5f60208284031215611724575f5ffd5b81516104fb81611664565b6001600160a01b03831681526040602082018190525f906116c1908301846115c6565b5f60208284031215611762575f5ffd5b815180151581146104fb575f5ffd5b5f60208284031215611781575f5ffd5b81516104fb81611442565b634e487b7160e01b5f52603260045260245ffd5b818103818111156105ce57634e487b7160e01b5f52601160045260245ffd5b5f602082840312156117cf575f5ffd5b5051919050565b64ffffffffff81168114611456575f5ffd5b5f602082840312156117f8575f5ffd5b81516104fb816117d6565b5f60208284031215611813575f5ffd5b81516001600160601b03811681146104fb575f5ffdfe60a060405234801561000f575f5ffd5b506040516110b93803806110b983398101604081905261002e9161038a565b828282828161003d82826100ac565b50508160405161004c9061034e565b6001600160a01b039091168152602001604051809103905ff080158015610075573d5f5f3e3d5ffd5b506001600160a01b031660805261009361008e60805190565b61010a565b505f91506100a3905082826104de565b505050506105ae565b6100b582610177565b6040516001600160a01b038316907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a28051156100fe576100f982826101f5565b505050565b610106610268565b5050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6101495f5160206110995f395f51905f52546001600160a01b031690565b604080516001600160a01b03928316815291841660208301520160405180910390a161017481610289565b50565b806001600160a01b03163b5f036101b157604051634c9c8ce360e01b81526001600160a01b03821660048201526024015b60405180910390fd5b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5b80546001600160a01b0319166001600160a01b039290921691909117905550565b60605f5f846001600160a01b0316846040516102119190610598565b5f60405180830381855af49150503d805f8114610249576040519150601f19603f3d011682016040523d82523d5f602084013e61024e565b606091505b50909250905061025f8583836102c6565b95945050505050565b34156102875760405163b398979f60e01b815260040160405180910390fd5b565b6001600160a01b0381166102b257604051633173bdd160e11b81525f60048201526024016101a8565b805f5160206110995f395f51905f526101d4565b6060826102db576102d682610325565b61031e565b81511580156102f257506001600160a01b0384163b155b1561031b57604051639996b31560e01b81526001600160a01b03851660048201526024016101a8565b50805b9392505050565b8051156103355780518082602001fd5b60405163d6bda27560e01b815260040160405180910390fd5b6104e680610bb383390190565b80516001600160a01b0381168114610371575f5ffd5b919050565b634e487b7160e01b5f52604160045260245ffd5b5f5f5f6060848603121561039c575f5ffd5b6103a58461035b565b92506103b36020850161035b565b60408501519092506001600160401b038111156103ce575f5ffd5b8401601f810186136103de575f5ffd5b80516001600160401b038111156103f7576103f7610376565b604051601f8201601f19908116603f011681016001600160401b038111828210171561042557610425610376565b60405281815282820160200188101561043c575f5ffd5b8160208401602083015e5f602083830101528093505050509250925092565b600181811c9082168061046f57607f821691505b60208210810361048d57634e487b7160e01b5f52602260045260245ffd5b50919050565b601f8211156100f957805f5260205f20601f840160051c810160208510156104b85750805b601f840160051c820191505b818110156104d7575f81556001016104c4565b5050505050565b81516001600160401b038111156104f7576104f7610376565b61050b81610505845461045b565b84610493565b6020601f82116001811461053d575f83156105265750848201515b5f19600385901b1c1916600184901b1784556104d7565b5f84815260208120601f198516915b8281101561056c578785015182556020948501946001909201910161054c565b508482101561058957868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b5f82518060208501845e5f920191825250919050565b6080516105e86105cb5f395f81816075015260a101526105e85ff3fe608060405260043610610028575f3560e01c8063514e2d93146100325780638b3240a01461005c575b61003061009f565b005b34801561003d575f5ffd5b50610046610113565b6040516100539190610423565b60405180910390f35b348015610067575f5ffd5b506040516001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000168152602001610053565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316330361010b575f356001600160e01b03191663278f794360e11b14610101576040516334ad5dbb60e21b815260040160405180910390fd5b6101096101a7565b565b6101096101d5565b60605f805461012190610458565b80601f016020809104026020016040519081016040528092919081815260200182805461014d90610458565b80156101985780601f1061016f57610100808354040283529160200191610198565b820191905f5260205f20905b81548152906001019060200180831161017b57829003601f168201915b5050505050905090565b905090565b5f806101b63660048184610490565b8101906101c391906104cb565b915091506101d182826101e5565b5050565b6101096101e061023f565b610271565b6101ee8261028f565b6040516001600160a01b038316907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a280511561023757610232828261030a565b505050565b6101d161037c565b5f6101a27f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc546001600160a01b031690565b365f5f375f5f365f845af43d5f5f3e80801561028b573d5ff35b3d5ffd5b806001600160a01b03163b5f036102c957604051634c9c8ce360e01b81526001600160a01b03821660048201526024015b60405180910390fd5b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80546001600160a01b0319166001600160a01b0392909216919091179055565b60605f5f846001600160a01b031684604051610326919061059c565b5f60405180830381855af49150503d805f811461035e576040519150601f19603f3d011682016040523d82523d5f602084013e610363565b606091505b509150915061037385838361039b565b95945050505050565b34156101095760405163b398979f60e01b815260040160405180910390fd5b6060826103b0576103ab826103fa565b6103f3565b81511580156103c757506001600160a01b0384163b155b156103f057604051639996b31560e01b81526001600160a01b03851660048201526024016102c0565b50805b9392505050565b80511561040a5780518082602001fd5b60405163d6bda27560e01b815260040160405180910390fd5b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b600181811c9082168061046c57607f821691505b60208210810361048a57634e487b7160e01b5f52602260045260245ffd5b50919050565b5f5f8585111561049e575f5ffd5b838611156104aa575f5ffd5b5050820193919092039150565b634e487b7160e01b5f52604160045260245ffd5b5f5f604083850312156104dc575f5ffd5b82356001600160a01b03811681146104f2575f5ffd5b9150602083013567ffffffffffffffff81111561050d575f5ffd5b8301601f8101851361051d575f5ffd5b803567ffffffffffffffff811115610537576105376104b7565b604051601f8201601f19908116603f0116810167ffffffffffffffff81118282101715610566576105666104b7565b60405281815282820160200187101561057d575f5ffd5b816020840160208301375f602083830101528093505050509250929050565b5f82518060208501845e5f92019182525091905056fea26469706673582212204296375230d05397af03eda797dd0a36dcf8739ca7db3b8052059349ae00319964736f6c634300081b00336080604052348015600e575f5ffd5b506040516104e63803806104e6833981016040819052602b9160b4565b806001600160a01b038116605857604051631e4fbdf760e01b81525f600482015260240160405180910390fd5b605f816065565b505060df565b5f80546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b5f6020828403121560c3575f5ffd5b81516001600160a01b038116811460d8575f5ffd5b9392505050565b6103fa806100ec5f395ff3fe608060405260043610610049575f3560e01c8063715018a61461004d5780638da5cb5b146100635780639623609d1461008e578063ad3cb1cc146100a1578063f2fde38b146100de575b5f5ffd5b348015610058575f5ffd5b506100616100fd565b005b34801561006e575f5ffd5b505f546040516001600160a01b0390911681526020015b60405180910390f35b61006161009c366004610260565b610110565b3480156100ac575f5ffd5b506100d1604051806040016040528060058152602001640352e302e360dc1b81525081565b6040516100859190610365565b3480156100e9575f5ffd5b506100616100f836600461037e565b61017b565b6101056101bd565b61010e5f6101e9565b565b6101186101bd565b60405163278f794360e11b81526001600160a01b03841690634f1ef2869034906101489086908690600401610399565b5f604051808303818588803b15801561015f575f5ffd5b505af1158015610171573d5f5f3e3d5ffd5b5050505050505050565b6101836101bd565b6001600160a01b0381166101b157604051631e4fbdf760e01b81525f60048201526024015b60405180910390fd5b6101ba816101e9565b50565b5f546001600160a01b0316331461010e5760405163118cdaa760e01b81523360048201526024016101a8565b5f80546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6001600160a01b03811681146101ba575f5ffd5b634e487b7160e01b5f52604160045260245ffd5b5f5f5f60608486031215610272575f5ffd5b833561027d81610238565b9250602084013561028d81610238565b9150604084013567ffffffffffffffff8111156102a8575f5ffd5b8401601f810186136102b8575f5ffd5b803567ffffffffffffffff8111156102d2576102d261024c565b604051601f8201601f19908116603f0116810167ffffffffffffffff811182821017156103015761030161024c565b604052818152828201602001881015610318575f5ffd5b816020840160208301375f602083830101528093505050509250925092565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f6103776020830184610337565b9392505050565b5f6020828403121561038e575f5ffd5b813561037781610238565b6001600160a01b03831681526040602082018190525f906103bc90830184610337565b94935050505056fea2646970667358221220a9c065fe5e029fc9342572ca82d58e4e140a3fa74c6c25e5cc5c475e853ad26264736f6c634300081b0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d610307ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00a264697066735822122002607c51ee4caec8654b7c72dce572f312ac079da5adb7f9f7a58410bb8307b164736f6c634300081b0033",
|
564
564
|
"linkReferences": {
|
565
565
|
"contracts/shared/ContractLib.sol": {
|
566
566
|
"ContractLib": [
|
@@ -367,7 +367,7 @@ contract AccessAdmin is
|
|
367
367
|
// add role to list of roles
|
368
368
|
_roleIds.push(roleId);
|
369
369
|
|
370
|
-
emit LogAccessAdminRoleCreated(
|
370
|
+
emit LogAccessAdminRoleCreated(roleId, info.adminRoleId, info.targetType, info.name.toString(), _adminName);
|
371
371
|
}
|
372
372
|
|
373
373
|
|
@@ -387,7 +387,7 @@ contract AccessAdmin is
|
|
387
387
|
Blocknumber lastUpdateIn = _roleInfo[roleId].lastUpdateIn;
|
388
388
|
_roleInfo[roleId].lastUpdateIn = BlocknumberLib.current();
|
389
389
|
|
390
|
-
emit LogAccessAdminRoleActivatedSet(
|
390
|
+
emit LogAccessAdminRoleActivatedSet(roleId, active, _adminName, lastUpdateIn);
|
391
391
|
}
|
392
392
|
|
393
393
|
|
@@ -418,9 +418,9 @@ contract AccessAdmin is
|
|
418
418
|
0);
|
419
419
|
|
420
420
|
emit LogAccessAdminRoleGranted(
|
421
|
-
_adminName,
|
422
421
|
account,
|
423
|
-
AccessAdminLib.getRoleName(this, roleId)
|
422
|
+
AccessAdminLib.getRoleName(this, roleId),
|
423
|
+
_adminName);
|
424
424
|
}
|
425
425
|
|
426
426
|
|
@@ -441,7 +441,7 @@ contract AccessAdmin is
|
|
441
441
|
RoleId.unwrap(roleId),
|
442
442
|
account);
|
443
443
|
|
444
|
-
emit LogAccessAdminRoleRevoked(
|
444
|
+
emit LogAccessAdminRoleRevoked(account, _roleInfo[roleId].name.toString(), _adminName);
|
445
445
|
}
|
446
446
|
|
447
447
|
|
@@ -557,7 +557,7 @@ contract AccessAdmin is
|
|
557
557
|
// grant contract role to target
|
558
558
|
_grantRoleToAccount(targetRoleId, target);
|
559
559
|
|
560
|
-
emit LogAccessAdminTargetCreated(
|
560
|
+
emit LogAccessAdminTargetCreated(target, targetRoleId, managed, targetName, _adminName);
|
561
561
|
}
|
562
562
|
|
563
563
|
|
@@ -571,7 +571,7 @@ contract AccessAdmin is
|
|
571
571
|
Blocknumber lastUpdateIn = _targetInfo[target].lastUpdateIn;
|
572
572
|
_targetInfo[target].lastUpdateIn = BlocknumberLib.current();
|
573
573
|
|
574
|
-
emit LogAccessAdminTargetLockedSet(
|
574
|
+
emit LogAccessAdminTargetLockedSet(target, locked, _adminName, lastUpdateIn);
|
575
575
|
}
|
576
576
|
|
577
577
|
|
@@ -652,9 +652,11 @@ contract AccessAdmin is
|
|
652
652
|
|
653
653
|
// logging
|
654
654
|
emit LogAccessAdminFunctionGranted(
|
655
|
-
_adminName,
|
656
655
|
target,
|
656
|
+
selector,
|
657
|
+
roleId,
|
657
658
|
AccessAdminLib.toFunctionGrantingString(this, func.name, roleId),
|
659
|
+
_adminName,
|
658
660
|
lastUpdateIn);
|
659
661
|
}
|
660
662
|
}
|
@@ -12,6 +12,7 @@ import {Blocknumber} from "../type/Blocknumber.sol";
|
|
12
12
|
import {NftId} from "../type/NftId.sol";
|
13
13
|
import {ObjectType} from "../type/ObjectType.sol";
|
14
14
|
import {RoleId} from "../type/RoleId.sol";
|
15
|
+
import {Selector} from "../type/Selector.sol";
|
15
16
|
import {Str} from "../type/String.sol";
|
16
17
|
import {VersionPart} from "../type/Version.sol";
|
17
18
|
|
@@ -24,14 +25,14 @@ interface IAccessAdmin is
|
|
24
25
|
{
|
25
26
|
|
26
27
|
// roles, targets and functions
|
27
|
-
event LogAccessAdminRoleCreated(
|
28
|
-
event LogAccessAdminTargetCreated(
|
29
|
-
|
30
|
-
event LogAccessAdminRoleActivatedSet(
|
31
|
-
event LogAccessAdminRoleGranted(
|
32
|
-
event LogAccessAdminRoleRevoked(
|
33
|
-
event LogAccessAdminTargetLockedSet(
|
34
|
-
event LogAccessAdminFunctionGranted(
|
28
|
+
event LogAccessAdminRoleCreated(RoleId indexed roleId, RoleId indexed roleAdminId, TargetType indexed targetType, string name, string admin);
|
29
|
+
event LogAccessAdminTargetCreated(address indexed target, RoleId indexed roleId, bool indexed managed, string name, string admin);
|
30
|
+
|
31
|
+
event LogAccessAdminRoleActivatedSet(RoleId indexed roleId, bool indexed active, string admin, Blocknumber indexed lastUpdateIn);
|
32
|
+
event LogAccessAdminRoleGranted(address indexed account, string roleName, string admin);
|
33
|
+
event LogAccessAdminRoleRevoked(address indexed account, string roleName, string admin);
|
34
|
+
event LogAccessAdminTargetLockedSet(address indexed target, bool indexed locked, string admin, Blocknumber indexed lastUpdateIn);
|
35
|
+
event LogAccessAdminFunctionGranted(address indexed target, Selector indexed selector, RoleId indexed roleId, string func, string admin, Blocknumber lastUpdateIn);
|
35
36
|
|
36
37
|
// only deployer modifier
|
37
38
|
error ErrorAccessAdminNotDeployer();
|
@@ -98,21 +98,24 @@ contract DistributionService is
|
|
98
98
|
}
|
99
99
|
|
100
100
|
distributorType = DistributorTypeLib.toDistributorType(distributionNftId, name);
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
101
|
+
|
102
|
+
{
|
103
|
+
IDistribution.DistributorTypeInfo memory info = IDistribution.DistributorTypeInfo({
|
104
|
+
name: name,
|
105
|
+
distributionNftId: distributionNftId,
|
106
|
+
minDiscountPercentage: minDiscountPercentage,
|
107
|
+
maxDiscountPercentage: maxDiscountPercentage,
|
108
|
+
commissionPercentage: commissionPercentage,
|
109
|
+
maxReferralCount: maxReferralCount,
|
110
|
+
maxReferralLifetime: maxReferralLifetime,
|
111
|
+
allowSelfReferrals: allowSelfReferrals,
|
112
|
+
allowRenewals: allowRenewals,
|
113
|
+
data: data});
|
114
|
+
|
115
|
+
instance.getInstanceStore().createDistributorType(distributorType, info);
|
116
|
+
}
|
114
117
|
|
115
|
-
emit LogDistributionServiceDistributorTypeCreated(distributionNftId, name, commissionPercentage);
|
118
|
+
emit LogDistributionServiceDistributorTypeCreated(distributionNftId, distributorType, name, commissionPercentage);
|
116
119
|
}
|
117
120
|
|
118
121
|
|
@@ -148,7 +151,7 @@ contract DistributionService is
|
|
148
151
|
|
149
152
|
instance.getInstanceStore().createDistributor(distributorNftId, info);
|
150
153
|
|
151
|
-
emit LogDistributionServiceDistributorCreated(distributionNftId, distributorNftId,
|
154
|
+
emit LogDistributionServiceDistributorCreated(distributionNftId, distributorNftId, distributor, distributorType);
|
152
155
|
}
|
153
156
|
|
154
157
|
function changeDistributorType(
|
@@ -236,7 +239,7 @@ contract DistributionService is
|
|
236
239
|
|
237
240
|
instance.getInstanceStore().createReferral(referralId, info);
|
238
241
|
|
239
|
-
emit LogDistributionServiceReferralCreated(
|
242
|
+
emit LogDistributionServiceReferralCreated(distributorNftId, referralId, code, discountPercentage, maxReferrals, expiryAt);
|
240
243
|
}
|
241
244
|
}
|
242
245
|
|
@@ -258,7 +261,7 @@ contract DistributionService is
|
|
258
261
|
referralInfo.usedReferrals += 1;
|
259
262
|
instance.getInstanceStore().updateReferral(referralId, referralInfo, KEEP_STATE());
|
260
263
|
|
261
|
-
emit LogDistributionServiceReferralProcessed(
|
264
|
+
emit LogDistributionServiceReferralProcessed(referralInfo.distributorNftId, referralId, referralInfo.usedReferrals);
|
262
265
|
}
|
263
266
|
}
|
264
267
|
|
@@ -299,7 +302,7 @@ contract DistributionService is
|
|
299
302
|
} else {
|
300
303
|
// increase distribution balance by distribution owner fee
|
301
304
|
_accountingService.increaseDistributionBalance(store, distributionNftId, AmountLib.zero(), distributionOwnerFee);
|
302
|
-
emit LogDistributionServiceSaleProcessed(distributionNftId,
|
305
|
+
emit LogDistributionServiceSaleProcessed(distributionNftId, premium.premiumAmount, distributionOwnerFee);
|
303
306
|
}
|
304
307
|
|
305
308
|
|
@@ -343,7 +346,7 @@ contract DistributionService is
|
|
343
346
|
// transfer amount to distributor
|
344
347
|
{
|
345
348
|
address distributor = getRegistry().ownerOf(distributorNftId);
|
346
|
-
emit LogDistributionServiceCommissionWithdrawn(distributorNftId, distributor, address(distributionInfo.tokenHandler.TOKEN())
|
349
|
+
emit LogDistributionServiceCommissionWithdrawn(distributorNftId, distributor, withdrawnAmount, address(distributionInfo.tokenHandler.TOKEN()));
|
347
350
|
distributionInfo.tokenHandler.pushToken(distributor, withdrawnAmount);
|
348
351
|
}
|
349
352
|
}
|
@@ -11,8 +11,6 @@ import {UFixed} from "../type/UFixed.sol";
|
|
11
11
|
|
12
12
|
interface IDistributionComponent is IInstanceLinkedComponent {
|
13
13
|
|
14
|
-
event LogDistributorUpdated(address to, address operator);
|
15
|
-
|
16
14
|
function getDiscountPercentage(
|
17
15
|
string memory referralCode
|
18
16
|
) external view returns (UFixed discountPercentage, ReferralStatus status);
|
@@ -39,14 +39,14 @@ interface IDistributionService is IService {
|
|
39
39
|
error ErrorDistributionServiceInvalidFeeTransferred(Amount transferredDistributionFeeAmount, Amount expectedDistributionFeeAmount);
|
40
40
|
error ErrorDistributionServiceReferralDistributionMismatch(ReferralId referralId, NftId referralDistributionNft, NftId distributionNftId);
|
41
41
|
|
42
|
-
event LogDistributionServiceCommissionWithdrawn(NftId distributorNftId, address recipient,
|
43
|
-
event LogDistributionServiceDistributorTypeCreated(NftId distributionNftId, string name, UFixed commissionPercentage);
|
44
|
-
event LogDistributionServiceDistributorCreated(NftId distributionNftId, NftId distributorNftId,
|
45
|
-
event LogDistributionServiceDistributorTypeChanged(NftId distributorNftId, DistributorType oldDistributorType, DistributorType newDistributorType);
|
46
|
-
event LogDistributionServiceReferralCreated(NftId
|
47
|
-
event LogDistributionServiceReferralProcessed(NftId
|
48
|
-
event LogDistributionServiceSaleProcessed(NftId distributionNftId,
|
49
|
-
event LogDistributionServiceSaleProcessedWithReferral(NftId distributionNftId, NftId distributorNftId, ReferralId referralId, uint32 numPoliciesSold, Amount premium, Amount distributionOwnerFee, Amount commissionAmount);
|
42
|
+
event LogDistributionServiceCommissionWithdrawn(NftId indexed distributorNftId, address indexed recipient, Amount indexed amount, address tokenAddress);
|
43
|
+
event LogDistributionServiceDistributorTypeCreated(NftId indexed distributionNftId, DistributorType indexed distributorType, string name, UFixed indexed commissionPercentage);
|
44
|
+
event LogDistributionServiceDistributorCreated(NftId indexed distributionNftId, NftId indexed distributorNftId, address indexed distributor, DistributorType distributorType);
|
45
|
+
event LogDistributionServiceDistributorTypeChanged(NftId indexed distributorNftId, DistributorType indexed oldDistributorType, DistributorType indexed newDistributorType);
|
46
|
+
event LogDistributionServiceReferralCreated(NftId indexed distributorNftId, ReferralId indexed referralId, string code, UFixed indexed discountPercentage, uint32 maxReferrals, Timestamp expiryAt);
|
47
|
+
event LogDistributionServiceReferralProcessed(NftId indexed distributorNftId, ReferralId indexed referralId, uint32 indexed usedReferrals);
|
48
|
+
event LogDistributionServiceSaleProcessed(NftId indexed distributionNftId, Amount indexed premium, Amount indexed distributionOwnerFee);
|
49
|
+
event LogDistributionServiceSaleProcessedWithReferral(NftId indexed distributionNftId, NftId indexed distributorNftId, ReferralId indexed referralId, uint32 numPoliciesSold, Amount premium, Amount distributionOwnerFee, Amount commissionAmount);
|
50
50
|
|
51
51
|
function createDistributorType(
|
52
52
|
string memory name,
|
@@ -14,13 +14,13 @@ contract BundleSet is
|
|
14
14
|
{
|
15
15
|
using LibNftIdSet for LibNftIdSet.Set;
|
16
16
|
|
17
|
-
event LogBundleSetPolicyLinked(NftId bundleNftId, NftId policyNftId);
|
18
|
-
event LogBundleSetPolicyUnlinked(NftId bundleNftId, NftId policyNftId);
|
17
|
+
event LogBundleSetPolicyLinked(NftId indexed bundleNftId, NftId indexed policyNftId);
|
18
|
+
event LogBundleSetPolicyUnlinked(NftId indexed bundleNftId, NftId indexed policyNftId);
|
19
19
|
|
20
|
-
event LogBundleSetBundleAdded(NftId poolNftId, NftId bundleNftId);
|
21
|
-
event LogBundleSetBundleUnlocked(NftId poolNftId, NftId bundleNftId);
|
22
|
-
event LogBundleSetBundleLocked(NftId poolNftId, NftId bundleNftId);
|
23
|
-
event LogBundleSetBundleClosed(NftId poolNftId, NftId bundleNftId);
|
20
|
+
event LogBundleSetBundleAdded(NftId indexed poolNftId, NftId indexed bundleNftId);
|
21
|
+
event LogBundleSetBundleUnlocked(NftId indexed poolNftId, NftId indexed bundleNftId);
|
22
|
+
event LogBundleSetBundleLocked(NftId indexed poolNftId, NftId indexed bundleNftId);
|
23
|
+
event LogBundleSetBundleClosed(NftId indexed poolNftId, NftId indexed bundleNftId);
|
24
24
|
|
25
25
|
error ErrorBundleSetPolicyAlreadyActivated(NftId policyNftId);
|
26
26
|
error ErrorBundleSetBundleLocked(NftId bundleNftId, NftId policyNftId);
|
@@ -21,15 +21,15 @@ interface IInstance is
|
|
21
21
|
IRegisterable
|
22
22
|
{
|
23
23
|
// role handling
|
24
|
-
event LogInstanceCustomRoleCreated(RoleId roleId, string roleName, RoleId adminRoleId, uint32 maxMemberCount);
|
25
|
-
event LogInstanceCustomRoleActiveSet(RoleId roleId, bool active, address caller);
|
26
|
-
event LogInstanceCustomRoleGranted(RoleId roleId, address account, address caller);
|
27
|
-
event LogInstanceCustomRoleRevoked(RoleId roleId, address account, address caller);
|
24
|
+
event LogInstanceCustomRoleCreated(RoleId indexed roleId, string indexed roleName, RoleId indexed adminRoleId, uint32 maxMemberCount);
|
25
|
+
event LogInstanceCustomRoleActiveSet(RoleId indexed roleId, bool indexed active, address indexed caller);
|
26
|
+
event LogInstanceCustomRoleGranted(RoleId indexed roleId, address indexed account, address indexed caller);
|
27
|
+
event LogInstanceCustomRoleRevoked(RoleId indexed roleId, address indexed account, address indexed caller);
|
28
28
|
|
29
29
|
// target handling
|
30
|
-
event LogInstanceCustomTargetCreated(address target, RoleId targetRoleId, string name);
|
31
|
-
event LogInstanceTargetLocked(address target, bool locked);
|
32
|
-
event LogInstanceCustomTargetFunctionRoleSet(address target, bytes4[] selectors, RoleId roleId);
|
30
|
+
event LogInstanceCustomTargetCreated(address indexed target, RoleId indexed targetRoleId, string indexed name);
|
31
|
+
event LogInstanceTargetLocked(address indexed target, bool indexed locked);
|
32
|
+
event LogInstanceCustomTargetFunctionRoleSet(address indexed target, bytes4[] indexed selectors, RoleId indexed roleId);
|
33
33
|
|
34
34
|
// modifier is onlyRoleAdmin
|
35
35
|
error ErrorInstanceNotCustomRole(RoleId roleId);
|
@@ -56,12 +56,12 @@ interface IInstanceService is IService {
|
|
56
56
|
error ErrorInstanceServiceInstanceComponentMismatch(NftId instanceNftId, NftId componentNftId);
|
57
57
|
error ErrorInstanceServiceInvalidComponentType(address componentAddress, ObjectType expectedType, ObjectType componentType);
|
58
58
|
|
59
|
-
event LogInstanceServiceInstanceLocked(NftId instanceNftId, bool locked);
|
60
|
-
event LogInstanceServiceInstanceCreated(NftId instanceNftId, address instance);
|
61
|
-
event LogInstanceServiceMasterInstanceRegistered(NftId masterInstanceNftId, address masterInstance, address masterInstanceAdmin, address masterAccessManager,
|
59
|
+
event LogInstanceServiceInstanceLocked(NftId indexed instanceNftId, bool indexed locked);
|
60
|
+
event LogInstanceServiceInstanceCreated(NftId indexed instanceNftId, address indexed instance);
|
61
|
+
event LogInstanceServiceMasterInstanceRegistered(NftId indexed masterInstanceNftId, address indexed masterInstance, address indexed masterInstanceAdmin, address masterAccessManager,
|
62
62
|
address masterInstanceReader, address masterInstanceBundleSet, address masterInstanceRiskSet, address masterInstanceStore, address masterProductStore);
|
63
|
-
event LogInstanceServiceMasterInstanceReaderUpgraded(NftId instanceNfId, address newInstanceReader);
|
64
|
-
event LogInstanceServiceInstanceReaderUpgraded(NftId instanceNfId, address newInstanceReader);
|
63
|
+
event LogInstanceServiceMasterInstanceReaderUpgraded(NftId indexed instanceNfId, address indexed oldInstanceReader, address indexed newInstanceReader);
|
64
|
+
event LogInstanceServiceInstanceReaderUpgraded(NftId indexed instanceNfId, address indexed oldInstanceReader, address indexed newInstanceReader);
|
65
65
|
|
66
66
|
/// @dev Creates a new custom role for the calling instance.
|
67
67
|
function createRole(string memory roleName, RoleId adminRoleId, uint32 maxMemberCount) external returns (RoleId roleId);
|
@@ -304,11 +304,13 @@ contract InstanceService is
|
|
304
304
|
InstanceReader upgradedInstanceReaderClone = InstanceReader(
|
305
305
|
Clones.clone(address(_masterInstanceReader)));
|
306
306
|
|
307
|
+
address oldInstanceReaderAddress = address(instance.getInstanceReader());
|
307
308
|
upgradedInstanceReaderClone.initializeWithInstance(instanceAddress);
|
308
309
|
instance.setInstanceReader(upgradedInstanceReaderClone);
|
309
310
|
|
310
311
|
emit LogInstanceServiceInstanceReaderUpgraded(
|
311
312
|
getRegistry().getNftIdForAddress(instanceAddress),
|
313
|
+
oldInstanceReaderAddress,
|
312
314
|
address(upgradedInstanceReaderClone));
|
313
315
|
}
|
314
316
|
|
@@ -392,10 +394,12 @@ contract InstanceService is
|
|
392
394
|
InstanceReader instanceReader = InstanceReader(instanceReaderAddress);
|
393
395
|
if(instanceReader.getInstance() != IInstance(_masterInstance)) { revert ErrorInstanceServiceInstanceReaderInstanceMismatch(); }
|
394
396
|
|
397
|
+
address oldMasterInstanceReaderAddress = _masterInstanceReader;
|
395
398
|
_masterInstanceReader = instanceReaderAddress;
|
396
399
|
|
397
400
|
emit LogInstanceServiceMasterInstanceReaderUpgraded(
|
398
401
|
getRegistry().getNftIdForAddress(_masterInstance),
|
402
|
+
oldMasterInstanceReaderAddress,
|
399
403
|
instanceReaderAddress);
|
400
404
|
}
|
401
405
|
|
@@ -34,20 +34,20 @@ contract InstanceStore is
|
|
34
34
|
BaseStore
|
35
35
|
{
|
36
36
|
|
37
|
-
event LogProductStoreComponentInfoCreated(NftId componentNftId, StateId state, address createdby, address txOrigin);
|
38
|
-
event LogProductStoreComponentInfoUpdated(NftId componentNftId, StateId oldState, StateId newState, address updatedBy, address txOrigin, Blocknumber lastUpdatedIn);
|
39
|
-
event LogProductStorePoolInfoCreated(NftId poolNftId, StateId state, address createdBy, address txOrigin);
|
40
|
-
event LogProductStorePoolInfoUpdated(NftId poolNftId, StateId oldState, StateId newState, address updatedBy, address txOrigin, Blocknumber lastUpdatedIn);
|
41
|
-
event LogProductStoreDistributorTypeInfoCreated(DistributorType distributorType, StateId state, address createdBy, address txOrigin);
|
42
|
-
event LogProductStoreDistributorTypeInfoUpdated(DistributorType distributorType, StateId oldState, StateId newState, address updatedBy, address txOrigin, Blocknumber lastUpdatedIn);
|
43
|
-
event LogProductStoreDistributorInfoCreated(NftId distributorNftId, StateId state, address createdBy, address txOrigin);
|
44
|
-
event LogProductStoreDistributorInfoUpdated(NftId distributorNftId, StateId oldState, StateId newState, address updatedBy, address txOrigin, Blocknumber lastUpdatedIn);
|
45
|
-
event LogProductStoreReferralInfoCreated(ReferralId referralId, StateId state, address createdBy, address txOrigin);
|
46
|
-
event LogProductStoreReferralInfoUpdated(ReferralId referralId, StateId oldState, StateId newState, address updatedBy, address txOrigin, Blocknumber lastUpdatedIn);
|
47
|
-
event LogProductStoreBundleInfoCreated(NftId bundleNftId, StateId state, address createdBy, address txOrigin);
|
48
|
-
event LogProductStoreBundleInfoUpdated(NftId bundleNftId, StateId oldState, StateId newState, address updatedBy, address txOrigin, Blocknumber lastUpdatedIn);
|
49
|
-
event LogProductStoreRequestInfoCreated(RequestId requestId, StateId state, address createdBy, address txOrigin);
|
50
|
-
event LogProductStoreRequestInfoUpdated(RequestId requestId, StateId oldState, StateId newState, address updatedBy, address txOrigin, Blocknumber lastUpdatedIn);
|
37
|
+
event LogProductStoreComponentInfoCreated(NftId indexed componentNftId, StateId indexed state, address indexed createdby, address txOrigin);
|
38
|
+
event LogProductStoreComponentInfoUpdated(NftId indexed componentNftId, StateId indexed oldState, StateId indexed newState, address updatedBy, address txOrigin, Blocknumber lastUpdatedIn);
|
39
|
+
event LogProductStorePoolInfoCreated(NftId indexed poolNftId, StateId indexed state, address indexed createdBy, address txOrigin);
|
40
|
+
event LogProductStorePoolInfoUpdated(NftId indexed poolNftId, StateId indexed oldState, StateId indexed newState, address updatedBy, address txOrigin, Blocknumber lastUpdatedIn);
|
41
|
+
event LogProductStoreDistributorTypeInfoCreated(DistributorType indexed distributorType, StateId indexed state, address indexed createdBy, address txOrigin);
|
42
|
+
event LogProductStoreDistributorTypeInfoUpdated(DistributorType indexed distributorType, StateId indexed oldState, StateId indexed newState, address updatedBy, address txOrigin, Blocknumber lastUpdatedIn);
|
43
|
+
event LogProductStoreDistributorInfoCreated(NftId indexed distributorNftId, StateId indexed state, address indexed createdBy, address txOrigin);
|
44
|
+
event LogProductStoreDistributorInfoUpdated(NftId indexed distributorNftId, StateId indexed oldState, StateId indexed newState, address updatedBy, address txOrigin, Blocknumber lastUpdatedIn);
|
45
|
+
event LogProductStoreReferralInfoCreated(ReferralId indexed referralId, StateId indexed state, address indexed createdBy, address txOrigin);
|
46
|
+
event LogProductStoreReferralInfoUpdated(ReferralId indexed referralId, StateId indexed oldState, StateId indexed newState, address updatedBy, address txOrigin, Blocknumber lastUpdatedIn);
|
47
|
+
event LogProductStoreBundleInfoCreated(NftId indexed bundleNftId, StateId indexed state, address indexed createdBy, address txOrigin);
|
48
|
+
event LogProductStoreBundleInfoUpdated(NftId indexed bundleNftId, StateId indexed oldState, StateId indexed newState, address updatedBy, address txOrigin, Blocknumber lastUpdatedIn);
|
49
|
+
event LogProductStoreRequestInfoCreated(RequestId indexed requestId, StateId indexed state, address indexed createdBy, address txOrigin);
|
50
|
+
event LogProductStoreRequestInfoUpdated(RequestId indexed requestId, StateId indexed oldState, StateId indexed newState, address updatedBy, address txOrigin, Blocknumber lastUpdatedIn);
|
51
51
|
|
52
52
|
|
53
53
|
mapping(Key32 => IComponents.ComponentInfo) private _components;
|
@@ -29,20 +29,20 @@ contract ProductStore is
|
|
29
29
|
ObjectCounter,
|
30
30
|
ObjectLifecycle
|
31
31
|
{
|
32
|
-
event LogProductStoreProductInfoCreated(NftId productNftId, StateId state, address createdBy, address txOrigin);
|
33
|
-
event LogProductStoreProductInfoUpdated(NftId productNftId, StateId oldState, StateId newState, address updatedBy, address txOrigin, Blocknumber lastUpdatedIn);
|
34
|
-
event LogProductStoreFeeInfoCreated(NftId productNftId, StateId state, address createdBy, address txOrigin);
|
35
|
-
event LogProductStoreFeeInfoUpdated(NftId productNftId, address updatedBy, address txOrigin, Blocknumber lastUpdatedIn);
|
36
|
-
event LogProductStoreRiskInfoCreated(RiskId riskId, StateId state, address createdBy, address txOrigin);
|
37
|
-
event LogProductStoreRiskInfoUpdated(RiskId riskId, StateId oldState, StateId newState, address updatedBy, address txOrigin, Blocknumber lastUpdatedIn);
|
38
|
-
event LogProductStorePolicyInfoCreated(NftId policyNftId, StateId state, address createdBy, address txOrigin);
|
39
|
-
event LogProductStorePolicyInfoUpdated(NftId policyNftId, StateId oldState, StateId newState, address updatedBy, address txOrigin, Blocknumber lastUpdatedIn);
|
40
|
-
event LogProductStorePremiumInfoCreated(NftId policyNftId, StateId state, address createdBy, address txOrigin);
|
41
|
-
event LogProductStorePremiumInfoUpdated(NftId policyNftId, StateId oldState, StateId newState, address updatedBy, address txOrigin, Blocknumber lastUpdatedIn);
|
42
|
-
event LogProductStoreClaimInfoCreated(NftId policyNftId, ClaimId claimId, StateId state, address createdBy, address txOrigin);
|
43
|
-
event LogProductStoreClaimInfoUpdated(NftId policyNftId, ClaimId claimId, StateId oldState, StateId newState, address updatedBy, address txOrigin, Blocknumber lastUpdatedIn);
|
44
|
-
event LogProductStorePayoutInfoCreated(NftId policyNftId, PayoutId payoutId, StateId state, address createdBy, address txOrigin);
|
45
|
-
event LogProductStorePayoutInfoUpdated(NftId policyNftId, PayoutId payoutId, StateId oldState, StateId newState, address updatedBy, address txOrigin, Blocknumber lastUpdatedIn);
|
32
|
+
event LogProductStoreProductInfoCreated(NftId indexed productNftId, StateId indexed state, address indexed createdBy, address txOrigin);
|
33
|
+
event LogProductStoreProductInfoUpdated(NftId indexed productNftId, StateId indexed oldState, StateId indexed newState, address updatedBy, address txOrigin, Blocknumber lastUpdatedIn);
|
34
|
+
event LogProductStoreFeeInfoCreated(NftId indexed productNftId, StateId indexed state, address indexed createdBy, address txOrigin);
|
35
|
+
event LogProductStoreFeeInfoUpdated(NftId indexed productNftId, address indexed updatedBy, address indexed txOrigin, Blocknumber lastUpdatedIn);
|
36
|
+
event LogProductStoreRiskInfoCreated(RiskId indexed riskId, StateId indexed state, address indexed createdBy, address txOrigin);
|
37
|
+
event LogProductStoreRiskInfoUpdated(RiskId indexed riskId, StateId indexed oldState, StateId indexed newState, address updatedBy, address txOrigin, Blocknumber lastUpdatedIn);
|
38
|
+
event LogProductStorePolicyInfoCreated(NftId indexed policyNftId, StateId indexed state, address indexed createdBy, address txOrigin);
|
39
|
+
event LogProductStorePolicyInfoUpdated(NftId indexed policyNftId, StateId indexed oldState, StateId indexed newState, address updatedBy, address txOrigin, Blocknumber lastUpdatedIn);
|
40
|
+
event LogProductStorePremiumInfoCreated(NftId indexed policyNftId, StateId indexed state, address indexed createdBy, address txOrigin);
|
41
|
+
event LogProductStorePremiumInfoUpdated(NftId indexed policyNftId, StateId indexed oldState, StateId indexed newState, address updatedBy, address txOrigin, Blocknumber lastUpdatedIn);
|
42
|
+
event LogProductStoreClaimInfoCreated(NftId indexed policyNftId, ClaimId indexed claimId, StateId indexed state, address createdBy, address txOrigin);
|
43
|
+
event LogProductStoreClaimInfoUpdated(NftId indexed policyNftId, ClaimId indexed claimId, StateId indexed oldState, StateId newState, address updatedBy, address txOrigin, Blocknumber lastUpdatedIn);
|
44
|
+
event LogProductStorePayoutInfoCreated(NftId indexed policyNftId, PayoutId indexed payoutId, StateId indexed state, address createdBy, address txOrigin);
|
45
|
+
event LogProductStorePayoutInfoUpdated(NftId indexed policyNftId, PayoutId indexed payoutId, StateId indexed oldState, StateId newState, address updatedBy, address txOrigin, Blocknumber lastUpdatedIn);
|
46
46
|
|
47
47
|
mapping(Key32 key32 => IComponents.ProductInfo) private _products;
|
48
48
|
mapping(Key32 key32 => IComponents.FeeInfo) private _fees;
|