@etherisc/gif-next 0.0.2-c576a00-897 → 0.0.2-c5f9a75-197
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +309 -21
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +1234 -0
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +4 -0
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +1206 -0
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +358 -0
- package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +4 -0
- package/artifacts/contracts/{instance/module/access → authorization}/IAccess.sol/IAccess.json +1 -1
- package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
- package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.json +1013 -0
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +258 -0
- package/artifacts/contracts/authorization/IModuleAuthorization.sol/IModuleAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/IModuleAuthorization.sol/IModuleAuthorization.json +290 -0
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +148 -0
- package/artifacts/contracts/authorization/ModuleAuthorization.sol/ModuleAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/ModuleAuthorization.sol/ModuleAuthorization.json +390 -0
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +190 -0
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +1342 -0
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +4 -0
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +410 -0
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +1012 -0
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1405 -0
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +818 -0
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +906 -0
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +932 -0
- package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.json +1463 -0
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +410 -0
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +1712 -0
- package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +414 -0
- package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.json +376 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.json +1411 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1171 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1517 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +1978 -0
- package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +4 -0
- package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +703 -0
- package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstance.sol/IInstance.json +287 -1652
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +4 -0
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +757 -0
- package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
- package/artifacts/contracts/instance/Instance.sol/Instance.json +373 -1995
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +1623 -0
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +601 -0
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +1850 -0
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +1053 -0
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +714 -0
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3587 -0
- package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +4 -0
- package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +318 -0
- package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
- package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.json +137 -0
- package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +10 -0
- package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +182 -0
- package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +181 -0
- package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +4 -0
- package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +129 -0
- package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +4 -0
- package/artifacts/contracts/{experiment/kvstore → instance/module}/IBundle.sol/IBundle.json +1 -1
- package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
- package/artifacts/contracts/instance/module/{bundle/IBundle.sol/IBundle.json → IComponents.sol/IComponents.json} +2 -2
- package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +4 -0
- package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.json +10 -0
- package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +4 -0
- package/artifacts/contracts/instance/module/{policy/IPolicy.sol → IPolicy.sol}/IPolicy.json +1 -1
- package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +4 -0
- package/artifacts/contracts/instance/module/{risk/IRisk.sol → IRisk.sol}/IRisk.json +1 -1
- package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
- package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
- package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +4 -0
- package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +979 -0
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +418 -0
- package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
- package/artifacts/contracts/oracle/IOracle.sol/IOracle.json +52 -0
- package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
- package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +765 -0
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +675 -0
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +871 -0
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +927 -0
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +710 -0
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +1248 -0
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +410 -0
- package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
- package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1367 -0
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +802 -0
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +907 -0
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +909 -0
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1198 -0
- package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
- package/artifacts/contracts/pool/Pool.sol/Pool.json +1034 -0
- package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1474 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +726 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +737 -0
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +698 -0
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +1096 -0
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +410 -0
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1346 -0
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +814 -0
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IProductService.sol/IProductService.json → product/IApplicationService.sol/IApplicationService.json} +259 -219
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +886 -0
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +867 -0
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +549 -0
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +948 -0
- package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IPoolService.sol/IPoolService.json → product/IRiskService.sol/IRiskService.json} +202 -178
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1239 -0
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +770 -0
- package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
- package/artifacts/contracts/product/PricingService.sol/PricingService.json +865 -0
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +746 -0
- package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
- package/artifacts/contracts/product/Product.sol/Product.json +1054 -0
- package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
- package/artifacts/contracts/product/RiskService.sol/RiskService.json +588 -0
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +682 -0
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +242 -12
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +924 -119
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +4 -0
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +940 -0
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +4 -0
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +52 -0
- package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
- package/artifacts/contracts/registry/Registry.sol/Registry.json +1343 -220
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +1858 -0
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +1345 -0
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +701 -0
- package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +4 -0
- package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +164 -0
- package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +4 -0
- package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +1169 -0
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +214 -0
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +4 -0
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +661 -0
- package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
- package/artifacts/contracts/shared/Component.sol/Component.json +685 -0
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1573 -0
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +794 -0
- package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.json +432 -0
- package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +4 -0
- package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +92 -0
- package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
- package/artifacts/contracts/shared/IComponent.sol/IComponent.json +605 -0
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +1033 -0
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +700 -0
- package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
- package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.json +474 -0
- package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
- package/artifacts/contracts/{experiment/statemachine/ISM.sol/ISM.json → shared/ILifecycle.sol/ILifecycle.json} +37 -51
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +4 -0
- package/artifacts/contracts/{components/IBaseComponent.sol/IBaseComponent.json → shared/INftOwnable.sol/INftOwnable.json} +37 -80
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +175 -0
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +91 -31
- package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
- package/artifacts/contracts/{registry → shared}/IRegistryLinked.sol/IRegistryLinked.json +13 -2
- package/artifacts/contracts/shared/IService.sol/IService.dbg.json +4 -0
- package/artifacts/contracts/{instance/InstanceBase.sol/InstanceBase.json → shared/IService.sol/IService.json} +168 -135
- package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.dbg.json +4 -0
- package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.json +39 -0
- package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +4 -0
- package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.json +53 -0
- package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
- package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +793 -0
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +497 -0
- package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
- package/artifacts/contracts/{instance/module/lifecycle/ILifecycle.sol/ILifecycleModule.json → shared/Lifecycle.sol/Lifecycle.json} +19 -68
- package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +4 -0
- package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +306 -0
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +4 -0
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +193 -0
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +198 -0
- package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
- package/artifacts/contracts/shared/Registerable.sol/Registerable.json +170 -27
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +58 -0
- package/artifacts/contracts/shared/Service.sol/Service.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IComponentOwnerService.sol/IComponentOwnerService.json → shared/Service.sol/Service.json} +202 -166
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +4 -0
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +469 -0
- package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +4 -0
- package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +108 -0
- package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
- package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1438 -0
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1035 -0
- package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +4 -0
- package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +440 -0
- package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
- package/artifacts/contracts/staking/Staking.sol/Staking.json +1828 -0
- package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +164 -0
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +750 -0
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +592 -0
- package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1236 -0
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +698 -0
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2242 -0
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +607 -0
- package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
- package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +10 -0
- package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
- package/artifacts/contracts/type/Amount.sol/AmountLib.json +374 -0
- package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
- package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +225 -0
- package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +179 -0
- package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
- package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +104 -0
- package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
- package/artifacts/contracts/type/Fee.sol/FeeLib.json +317 -0
- package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
- package/artifacts/contracts/type/Key32.sol/Key32Lib.json +125 -0
- package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/NftId.sol/NftIdLib.json +209 -0
- package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
- package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +33 -0
- package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
- package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +239 -0
- package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
- package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
- package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
- package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +204 -0
- package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +142 -0
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +369 -0
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +246 -0
- package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +4 -0
- package/artifacts/contracts/type/Selector.sol/SelectorLib.json +129 -0
- package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +4 -0
- package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +10 -0
- package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/StateId.sol/StateIdLib.json +92 -0
- package/artifacts/contracts/type/String.sol/StrLib.dbg.json +4 -0
- package/artifacts/contracts/type/String.sol/StrLib.json +132 -0
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +312 -0
- package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +4 -0
- package/artifacts/contracts/type/UFixed.sol/MathLib.json +16 -0
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +535 -0
- package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
- package/artifacts/contracts/type/Version.sol/VersionLib.json +177 -0
- package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
- package/artifacts/contracts/type/Version.sol/VersionPartLib.json +68 -0
- package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.json +55 -0
- package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +586 -0
- package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +129 -0
- package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.json +78 -0
- package/contracts/authorization/AccessAdmin.sol +592 -0
- package/contracts/authorization/AccessManagerCloneable.sol +16 -0
- package/contracts/authorization/Authorization.sol +217 -0
- package/contracts/authorization/IAccess.sol +48 -0
- package/contracts/authorization/IAccessAdmin.sol +135 -0
- package/contracts/authorization/IAuthorization.sol +54 -0
- package/contracts/authorization/IModuleAuthorization.sol +21 -0
- package/contracts/authorization/IServiceAuthorization.sol +38 -0
- package/contracts/authorization/ModuleAuthorization.sol +78 -0
- package/contracts/authorization/ServiceAuthorization.sol +90 -0
- package/contracts/distribution/BasicDistribution.sol +138 -0
- package/contracts/distribution/BasicDistributionAuthorization.sol +47 -0
- package/contracts/distribution/Distribution.sol +295 -0
- package/contracts/distribution/DistributionService.sol +336 -0
- package/contracts/distribution/DistributionServiceManager.sol +39 -0
- package/contracts/distribution/IDistributionComponent.sol +52 -0
- package/contracts/distribution/IDistributionService.sol +101 -0
- package/contracts/examples/fire/FirePool.sol +75 -0
- package/contracts/examples/fire/FirePoolAuthorization.sol +34 -0
- package/contracts/examples/fire/FireProduct.sol +323 -0
- package/contracts/examples/fire/FireProductAuthorization.sol +36 -0
- package/contracts/examples/fire/FireUSD.sol +26 -0
- package/contracts/examples/unpermissioned/SimpleDistribution.sol +50 -0
- package/contracts/examples/unpermissioned/SimpleOracle.sol +137 -0
- package/contracts/examples/unpermissioned/SimplePool.sol +76 -0
- package/contracts/examples/unpermissioned/SimpleProduct.sol +351 -0
- package/contracts/instance/BundleSet.sol +126 -0
- package/contracts/instance/IInstance.sol +57 -47
- package/contracts/instance/IInstanceService.sol +92 -0
- package/contracts/instance/Instance.sol +216 -53
- package/contracts/instance/InstanceAdmin.sol +285 -0
- package/contracts/instance/InstanceAuthorizationV3.sol +204 -0
- package/contracts/instance/InstanceReader.sol +430 -0
- package/contracts/instance/InstanceService.sol +466 -0
- package/contracts/instance/InstanceServiceManager.sol +39 -0
- package/contracts/instance/InstanceStore.sol +287 -0
- package/contracts/instance/base/BalanceStore.sol +123 -0
- package/contracts/instance/base/Cloneable.sol +28 -0
- package/contracts/instance/base/ObjectCounter.sol +21 -0
- package/contracts/instance/base/ObjectLifecycle.sol +111 -0
- package/contracts/instance/base/ObjectSet.sol +79 -0
- package/contracts/instance/module/IAccess.sol +46 -0
- package/contracts/instance/module/IBundle.sol +20 -0
- package/contracts/instance/module/IComponents.sol +46 -0
- package/contracts/instance/module/IDistribution.sol +41 -0
- package/contracts/instance/module/IPolicy.sol +84 -0
- package/contracts/instance/module/IRisk.sol +11 -0
- package/contracts/{test/TestToken.sol → mock/Dip.sol} +6 -6
- package/contracts/oracle/BasicOracle.sol +48 -0
- package/contracts/oracle/BasicOracleAuthorization.sol +46 -0
- package/contracts/oracle/IOracle.sol +36 -0
- package/contracts/oracle/IOracleComponent.sol +33 -0
- package/contracts/oracle/IOracleService.sol +65 -0
- package/contracts/oracle/Oracle.sol +167 -0
- package/contracts/oracle/OracleService.sol +281 -0
- package/contracts/oracle/OracleServiceManager.sol +39 -0
- package/contracts/pool/BasicPool.sol +166 -0
- package/contracts/pool/BasicPoolAuthorization.sol +58 -0
- package/contracts/pool/BundleService.sol +438 -0
- package/contracts/pool/BundleServiceManager.sol +39 -0
- package/contracts/pool/IBundleService.sol +134 -0
- package/contracts/pool/IPoolComponent.sol +58 -0
- package/contracts/pool/IPoolService.sol +160 -0
- package/contracts/pool/Pool.sol +326 -0
- package/contracts/pool/PoolService.sol +508 -0
- package/contracts/pool/PoolServiceManager.sol +39 -0
- package/contracts/product/ApplicationService.sol +247 -0
- package/contracts/product/ApplicationServiceManager.sol +38 -0
- package/contracts/product/BasicProduct.sol +53 -0
- package/contracts/product/BasicProductAuthorization.sol +43 -0
- package/contracts/product/ClaimService.sol +546 -0
- package/contracts/product/ClaimServiceManager.sol +38 -0
- package/contracts/product/IApplicationService.sol +63 -0
- package/contracts/product/IClaimService.sol +122 -0
- package/contracts/product/IPolicyService.sol +77 -0
- package/contracts/product/IPricingService.sol +39 -0
- package/contracts/product/IProductComponent.sol +39 -0
- package/contracts/product/IRiskService.sol +33 -0
- package/contracts/product/PolicyService.sol +651 -0
- package/contracts/product/PolicyServiceManager.sol +39 -0
- package/contracts/product/PricingService.sol +300 -0
- package/contracts/product/PricingServiceManager.sol +39 -0
- package/contracts/product/Product.sol +425 -0
- package/contracts/product/RiskService.sol +96 -0
- package/contracts/product/RiskServiceManager.sol +39 -0
- package/contracts/registry/ChainNft.sol +131 -40
- package/contracts/registry/IRegistry.sol +140 -29
- package/contracts/registry/IRegistryService.sol +69 -0
- package/contracts/registry/ITransferInterceptor.sol +7 -0
- package/contracts/registry/Registry.sol +603 -282
- package/contracts/registry/RegistryAdmin.sol +464 -0
- package/contracts/registry/RegistryService.sol +252 -0
- package/contracts/registry/RegistryServiceManager.sol +53 -0
- package/contracts/registry/ReleaseLifecycle.sol +27 -0
- package/contracts/registry/ReleaseRegistry.sol +491 -0
- package/contracts/registry/ServiceAuthorizationV3.sol +199 -0
- package/contracts/registry/TokenRegistry.sol +315 -0
- package/contracts/shared/Component.sol +268 -0
- package/contracts/shared/ComponentService.sol +641 -0
- package/contracts/shared/ComponentServiceManager.sol +38 -0
- package/contracts/shared/ComponentVerifyingService.sol +117 -0
- package/contracts/shared/ContractLib.sol +38 -0
- package/contracts/shared/IComponent.sol +70 -0
- package/contracts/shared/IComponentService.sol +108 -0
- package/contracts/shared/IInstanceLinkedComponent.sol +49 -0
- package/contracts/shared/IKeyValueStore.sol +54 -0
- package/contracts/shared/ILifecycle.sol +29 -0
- package/contracts/shared/INftOwnable.sol +23 -0
- package/contracts/shared/IPolicyHolder.sol +35 -0
- package/contracts/shared/IRegisterable.sol +10 -19
- package/contracts/shared/IRegistryLinked.sol +11 -0
- package/contracts/shared/IService.sol +25 -0
- package/contracts/shared/InitializableCustom.sol +177 -0
- package/contracts/shared/InitializableERC165.sol +27 -0
- package/contracts/shared/InstanceLinkedComponent.sol +172 -0
- package/contracts/shared/KeyValueStore.sol +131 -0
- package/contracts/shared/Lifecycle.sol +77 -0
- package/contracts/shared/NftIdSet.sol +65 -0
- package/contracts/shared/NftOwnable.sol +107 -0
- package/contracts/shared/PolicyHolder.sol +58 -0
- package/contracts/shared/Registerable.sol +54 -65
- package/contracts/shared/RegistryLinked.sol +44 -0
- package/contracts/shared/Service.sol +87 -0
- package/contracts/shared/TokenHandler.sol +139 -0
- package/contracts/shared/TokenHandlerDeployerLib.sol +12 -0
- package/contracts/staking/IStaking.sol +168 -0
- package/contracts/staking/IStakingService.sol +160 -0
- package/contracts/staking/StakeManagerLib.sol +224 -0
- package/contracts/staking/Staking.sol +498 -0
- package/contracts/staking/StakingLifecycle.sol +23 -0
- package/contracts/staking/StakingManager.sol +52 -0
- package/contracts/staking/StakingReader.sol +183 -0
- package/contracts/staking/StakingService.sol +407 -0
- package/contracts/staking/StakingServiceManager.sol +44 -0
- package/contracts/staking/StakingStore.sol +605 -0
- package/contracts/staking/TargetManagerLib.sol +211 -0
- package/contracts/{types → type}/AddressSet.sol +1 -1
- package/contracts/type/Amount.sol +135 -0
- package/contracts/{types → type}/Blocknumber.sol +26 -18
- package/contracts/type/ClaimId.sol +75 -0
- package/contracts/type/DistributorType.sol +55 -0
- package/contracts/type/Fee.sol +66 -0
- package/contracts/type/Key32.sol +50 -0
- package/contracts/type/NftId.sol +79 -0
- package/contracts/type/NftIdSet.sol +62 -0
- package/contracts/type/ObjectType.sol +275 -0
- package/contracts/type/PayoutId.sol +82 -0
- package/contracts/type/Referral.sol +90 -0
- package/contracts/type/RequestId.sol +75 -0
- package/contracts/type/RiskId.sol +57 -0
- package/contracts/type/RoleId.sol +174 -0
- package/contracts/type/Seconds.sol +101 -0
- package/contracts/type/Selector.sol +102 -0
- package/contracts/{types → type}/StateId.sol +47 -6
- package/contracts/type/String.sol +53 -0
- package/contracts/{types → type}/Timestamp.sol +38 -15
- package/contracts/type/UFixed.sol +351 -0
- package/contracts/{types → type}/Version.sol +17 -2
- package/contracts/upgradeability/IVersionable.sol +53 -0
- package/contracts/upgradeability/ProxyManager.sol +231 -0
- package/contracts/upgradeability/UpgradableProxyWithAdmin.sol +14 -0
- package/contracts/upgradeability/Versionable.sol +59 -0
- package/package.json +14 -7
- package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.dbg.json +0 -4
- package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.json +0 -174
- package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.json +0 -356
- package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.json +0 -279
- package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
- package/artifacts/contracts/components/Pool.sol/Pool.json +0 -387
- package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
- package/artifacts/contracts/components/Product.sol/Product.json +0 -305
- package/artifacts/contracts/experiment/errors/Require.sol/Require.dbg.json +0 -4
- package/artifacts/contracts/experiment/errors/Require.sol/Require.json +0 -105
- package/artifacts/contracts/experiment/errors/Revert.sol/Revert.dbg.json +0 -4
- package/artifacts/contracts/experiment/errors/Revert.sol/Revert.json +0 -105
- package/artifacts/contracts/experiment/inheritance/A.sol/A.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/A.sol/A.json +0 -128
- package/artifacts/contracts/experiment/inheritance/A.sol/AShared.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/A.sol/AShared.json +0 -42
- package/artifacts/contracts/experiment/inheritance/B.sol/B.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/B.sol/B.json +0 -76
- package/artifacts/contracts/experiment/inheritance/C.sol/C.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/C.sol/C.json +0 -89
- package/artifacts/contracts/experiment/inheritance/IA.sol/IA.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IA.sol/IA.json +0 -128
- package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.json +0 -37
- package/artifacts/contracts/experiment/inheritance/IB.sol/IB.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IB.sol/IB.json +0 -50
- package/artifacts/contracts/experiment/inheritance/IC.sol/IC.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IC.sol/IC.json +0 -63
- package/artifacts/contracts/experiment/kvstore/BundleModuleStore.sol/BundleModuleStore.dbg.json +0 -4
- package/artifacts/contracts/experiment/kvstore/BundleModuleStore.sol/BundleModuleStore.json +0 -543
- package/artifacts/contracts/experiment/kvstore/IBundle.sol/IBundle.dbg.json +0 -4
- package/artifacts/contracts/experiment/kvstore/KeyMapper.sol/KeyMapper.dbg.json +0 -4
- package/artifacts/contracts/experiment/kvstore/KeyMapper.sol/KeyMapper.json +0 -185
- package/artifacts/contracts/experiment/kvstore/KeyValueStore.sol/KeyValueStore.dbg.json +0 -4
- package/artifacts/contracts/experiment/kvstore/KeyValueStore.sol/KeyValueStore.json +0 -383
- package/artifacts/contracts/experiment/kvstore/KvStore.sol/KvStore.dbg.json +0 -4
- package/artifacts/contracts/experiment/kvstore/KvStore.sol/KvStore.json +0 -1064
- package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.json +0 -59
- package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.json +0 -74
- package/artifacts/contracts/experiment/statemachine/SM.sol/SM.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/SM.sol/SM.json +0 -124
- package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.json +0 -207
- package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.dbg.json +0 -4
- package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.json +0 -10
- package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.dbg.json +0 -4
- package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.json +0 -10
- package/artifacts/contracts/instance/IInstanceLinked.sol/IInstanceLinked.dbg.json +0 -4
- package/artifacts/contracts/instance/IInstanceLinked.sol/IInstanceLinked.json +0 -24
- package/artifacts/contracts/instance/IServiceLinked.sol/IServiceLinked.dbg.json +0 -4
- package/artifacts/contracts/instance/IServiceLinked.sol/IServiceLinked.json +0 -50
- package/artifacts/contracts/instance/InstanceBase.sol/InstanceBase.dbg.json +0 -4
- package/artifacts/contracts/instance/module/access/Access.sol/AccessModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/access/Access.sol/AccessModule.json +0 -333
- package/artifacts/contracts/instance/module/access/IAccess.sol/IAccess.dbg.json +0 -4
- package/artifacts/contracts/instance/module/access/IAccess.sol/IAccessModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/access/IAccess.sol/IAccessModule.json +0 -333
- package/artifacts/contracts/instance/module/bundle/BundleModule.sol/BundleModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/bundle/BundleModule.sol/BundleModule.json +0 -276
- package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundle.dbg.json +0 -4
- package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundleModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundleModule.json +0 -276
- package/artifacts/contracts/instance/module/compensation/CompensationModule.sol/CompensationModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/compensation/CompensationModule.sol/CompensationModule.json +0 -10
- package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensation.dbg.json +0 -4
- package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensation.json +0 -10
- package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensationModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensationModule.json +0 -10
- package/artifacts/contracts/instance/module/component/ComponentModule.sol/ComponentModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/component/ComponentModule.sol/ComponentModule.json +0 -188
- package/artifacts/contracts/instance/module/component/IComponent.sol/IComponent.dbg.json +0 -4
- package/artifacts/contracts/instance/module/component/IComponent.sol/IComponent.json +0 -10
- package/artifacts/contracts/instance/module/component/IComponent.sol/IComponentModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/component/IComponent.sol/IComponentModule.json +0 -188
- package/artifacts/contracts/instance/module/lifecycle/ILifecycle.sol/ILifecycle.dbg.json +0 -4
- package/artifacts/contracts/instance/module/lifecycle/ILifecycle.sol/ILifecycle.json +0 -134
- package/artifacts/contracts/instance/module/lifecycle/ILifecycle.sol/ILifecycleModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/lifecycle/LifecycleModule.sol/LifecycleModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/lifecycle/LifecycleModule.sol/LifecycleModule.json +0 -221
- package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicy.dbg.json +0 -4
- package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicyModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicyModule.json +0 -261
- package/artifacts/contracts/instance/module/policy/PolicyModule.sol/PolicyModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/policy/PolicyModule.sol/PolicyModule.json +0 -261
- package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPool.dbg.json +0 -4
- package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPool.json +0 -10
- package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPoolModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPoolModule.json +0 -149
- package/artifacts/contracts/instance/module/pool/PoolModule.sol/PoolModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/pool/PoolModule.sol/PoolModule.json +0 -149
- package/artifacts/contracts/instance/module/risk/IRisk.sol/IRisk.dbg.json +0 -4
- package/artifacts/contracts/instance/module/risk/IRisk.sol/IRiskModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/risk/IRisk.sol/IRiskModule.json +0 -167
- package/artifacts/contracts/instance/module/risk/RiskModule.sol/RiskModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/risk/RiskModule.sol/RiskModule.json +0 -185
- package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasury.dbg.json +0 -4
- package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasury.json +0 -10
- package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasuryModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasuryModule.json +0 -533
- package/artifacts/contracts/instance/module/treasury/TokenHandler.sol/TokenHandler.dbg.json +0 -4
- package/artifacts/contracts/instance/module/treasury/TokenHandler.sol/TokenHandler.json +0 -76
- package/artifacts/contracts/instance/module/treasury/TreasuryModule.sol/TreasuryModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/treasury/TreasuryModule.sol/TreasuryModule.json +0 -533
- package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.json +0 -491
- package/artifacts/contracts/instance/service/ComponentServiceBase.sol/ComponentServiceBase.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ComponentServiceBase.sol/ComponentServiceBase.json +0 -300
- package/artifacts/contracts/instance/service/IComponentOwnerService.sol/IComponentOwnerService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IService.sol/IService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IService.sol/IService.json +0 -300
- package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -471
- package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +0 -673
- package/artifacts/contracts/instance/service/ServiceBase.sol/ServiceBase.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ServiceBase.sol/ServiceBase.json +0 -300
- package/artifacts/contracts/registry/IChainNft.sol/IChainNft.dbg.json +0 -4
- package/artifacts/contracts/registry/IChainNft.sol/IChainNft.json +0 -452
- package/artifacts/contracts/registry/IRegistryLinked.sol/IRegistryLinked.dbg.json +0 -4
- package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +0 -4
- package/artifacts/contracts/shared/ERC165.sol/ERC165.json +0 -35
- package/artifacts/contracts/shared/IOwnable.sol/IOwnable.dbg.json +0 -4
- package/artifacts/contracts/shared/IOwnable.sol/IOwnable.json +0 -24
- package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +0 -4
- package/artifacts/contracts/shared/IVersionable.sol/IVersionable.json +0 -164
- package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +0 -4
- package/artifacts/contracts/shared/Versionable.sol/Versionable.json +0 -164
- package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
- package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -119
- package/artifacts/contracts/test/TestPool.sol/TestPool.dbg.json +0 -4
- package/artifacts/contracts/test/TestPool.sol/TestPool.json +0 -387
- package/artifacts/contracts/test/TestProduct.sol/TestProduct.dbg.json +0 -4
- package/artifacts/contracts/test/TestProduct.sol/TestProduct.json +0 -393
- package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
- package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -137
- package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +0 -4
- package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +0 -82
- package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +0 -4
- package/artifacts/contracts/test/TestService.sol/TestService.json +0 -379
- package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
- package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -338
- package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
- package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -218
- package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
- package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -206
- package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
- package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.json +0 -10
- package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
- package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -212
- package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
- package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +0 -4
- package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -218
- package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -92
- package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
- package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +0 -10
- package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
- package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +0 -92
- package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/StateId.sol/StateIdLib.json +0 -92
- package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
- package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +0 -236
- package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.dbg.json +0 -4
- package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.json +0 -453
- package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
- package/artifacts/contracts/types/Version.sol/VersionLib.json +0 -139
- package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
- package/artifacts/contracts/types/Version.sol/VersionPartLib.json +0 -30
- package/contracts/components/BaseComponent.sol +0 -89
- package/contracts/components/IBaseComponent.sol +0 -19
- package/contracts/components/IPoolComponent.sol +0 -57
- package/contracts/components/IProductComponent.sol +0 -19
- package/contracts/components/Pool.sol +0 -174
- package/contracts/components/Product.sol +0 -117
- package/contracts/experiment/errors/Require.sol +0 -38
- package/contracts/experiment/errors/Revert.sol +0 -44
- package/contracts/experiment/inheritance/A.sol +0 -53
- package/contracts/experiment/inheritance/B.sol +0 -28
- package/contracts/experiment/inheritance/C.sol +0 -34
- package/contracts/experiment/inheritance/IA.sol +0 -13
- package/contracts/experiment/inheritance/IB.sol +0 -10
- package/contracts/experiment/inheritance/IC.sol +0 -12
- package/contracts/experiment/kvstore/BundleModuleStore.sol +0 -93
- package/contracts/experiment/kvstore/IBundle.sol +0 -22
- package/contracts/experiment/kvstore/KeyMapper.sol +0 -40
- package/contracts/experiment/kvstore/KeyValueStore.sol +0 -156
- package/contracts/experiment/kvstore/KvStore.sol +0 -195
- package/contracts/experiment/statemachine/Dummy.sol +0 -27
- package/contracts/experiment/statemachine/ISM.sol +0 -25
- package/contracts/experiment/statemachine/README.md +0 -112
- package/contracts/experiment/statemachine/SM.sol +0 -57
- package/contracts/experiment/statemachine/SimpleStateMachine.sol +0 -31
- package/contracts/experiment/types/TypeA.sol +0 -47
- package/contracts/experiment/types/TypeB.sol +0 -29
- package/contracts/instance/IInstanceLinked.sol +0 -8
- package/contracts/instance/IServiceLinked.sol +0 -12
- package/contracts/instance/InstanceBase.sol +0 -71
- package/contracts/instance/module/access/Access.sol +0 -149
- package/contracts/instance/module/access/IAccess.sol +0 -53
- package/contracts/instance/module/bundle/BundleModule.sol +0 -228
- package/contracts/instance/module/bundle/IBundle.sol +0 -53
- package/contracts/instance/module/compensation/CompensationModule.sol +0 -8
- package/contracts/instance/module/compensation/ICompensation.sol +0 -10
- package/contracts/instance/module/component/ComponentModule.sol +0 -103
- package/contracts/instance/module/component/IComponent.sol +0 -53
- package/contracts/instance/module/lifecycle/ILifecycle.sol +0 -47
- package/contracts/instance/module/lifecycle/LifecycleModule.sol +0 -89
- package/contracts/instance/module/policy/IPolicy.sol +0 -60
- package/contracts/instance/module/policy/PolicyModule.sol +0 -84
- package/contracts/instance/module/pool/IPoolModule.sol +0 -41
- package/contracts/instance/module/pool/PoolModule.sol +0 -87
- package/contracts/instance/module/risk/IRisk.sol +0 -39
- package/contracts/instance/module/risk/RiskModule.sol +0 -55
- package/contracts/instance/module/treasury/ITreasury.sol +0 -103
- package/contracts/instance/module/treasury/TokenHandler.sol +0 -48
- package/contracts/instance/module/treasury/TreasuryModule.sol +0 -152
- package/contracts/instance/service/ComponentOwnerService.sol +0 -171
- package/contracts/instance/service/ComponentServiceBase.sol +0 -41
- package/contracts/instance/service/IComponentOwnerService.sol +0 -22
- package/contracts/instance/service/IPoolService.sol +0 -30
- package/contracts/instance/service/IProductService.sol +0 -58
- package/contracts/instance/service/IService.sol +0 -15
- package/contracts/instance/service/PoolService.sol +0 -123
- package/contracts/instance/service/ProductService.sol +0 -355
- package/contracts/instance/service/ServiceBase.sol +0 -39
- package/contracts/registry/IChainNft.sol +0 -21
- package/contracts/registry/IRegistryLinked.sol +0 -8
- package/contracts/shared/ERC165.sol +0 -21
- package/contracts/shared/IOwnable.sol +0 -6
- package/contracts/shared/IVersionable.sol +0 -52
- package/contracts/shared/Versionable.sol +0 -89
- package/contracts/test/TestFee.sol +0 -25
- package/contracts/test/TestPool.sol +0 -22
- package/contracts/test/TestProduct.sol +0 -44
- package/contracts/test/TestRegisterable.sol +0 -19
- package/contracts/test/TestRoleId.sol +0 -14
- package/contracts/test/TestService.sol +0 -32
- package/contracts/test/TestVersion.sol +0 -44
- package/contracts/test/TestVersionable.sol +0 -17
- package/contracts/types/ChainId.sol +0 -38
- package/contracts/types/Fee.sol +0 -51
- package/contracts/types/NftId.sol +0 -57
- package/contracts/types/NftIdSet.sol +0 -60
- package/contracts/types/ObjectType.sol +0 -119
- package/contracts/types/RiskId.sol +0 -26
- package/contracts/types/RoleId.sol +0 -36
- package/contracts/types/UFixed.sol +0 -206
@@ -0,0 +1,1053 @@
|
|
1
|
+
{
|
2
|
+
"_format": "hh-sol-artifact-1",
|
3
|
+
"contractName": "InstanceService",
|
4
|
+
"sourceName": "contracts/instance/InstanceService.sol",
|
5
|
+
"abi": [
|
6
|
+
{
|
7
|
+
"inputs": [
|
8
|
+
{
|
9
|
+
"internalType": "address",
|
10
|
+
"name": "authority",
|
11
|
+
"type": "address"
|
12
|
+
}
|
13
|
+
],
|
14
|
+
"name": "AccessManagedInvalidAuthority",
|
15
|
+
"type": "error"
|
16
|
+
},
|
17
|
+
{
|
18
|
+
"inputs": [
|
19
|
+
{
|
20
|
+
"internalType": "address",
|
21
|
+
"name": "caller",
|
22
|
+
"type": "address"
|
23
|
+
},
|
24
|
+
{
|
25
|
+
"internalType": "uint32",
|
26
|
+
"name": "delay",
|
27
|
+
"type": "uint32"
|
28
|
+
}
|
29
|
+
],
|
30
|
+
"name": "AccessManagedRequiredDelay",
|
31
|
+
"type": "error"
|
32
|
+
},
|
33
|
+
{
|
34
|
+
"inputs": [
|
35
|
+
{
|
36
|
+
"internalType": "address",
|
37
|
+
"name": "caller",
|
38
|
+
"type": "address"
|
39
|
+
}
|
40
|
+
],
|
41
|
+
"name": "AccessManagedUnauthorized",
|
42
|
+
"type": "error"
|
43
|
+
},
|
44
|
+
{
|
45
|
+
"inputs": [],
|
46
|
+
"name": "ERC1167FailedCreateClone",
|
47
|
+
"type": "error"
|
48
|
+
},
|
49
|
+
{
|
50
|
+
"inputs": [],
|
51
|
+
"name": "ErrorInstanceServiceAccessManagerZero",
|
52
|
+
"type": "error"
|
53
|
+
},
|
54
|
+
{
|
55
|
+
"inputs": [],
|
56
|
+
"name": "ErrorInstanceServiceBundleMangerInstanceMismatch",
|
57
|
+
"type": "error"
|
58
|
+
},
|
59
|
+
{
|
60
|
+
"inputs": [],
|
61
|
+
"name": "ErrorInstanceServiceBundleSetAuthorityMismatch",
|
62
|
+
"type": "error"
|
63
|
+
},
|
64
|
+
{
|
65
|
+
"inputs": [],
|
66
|
+
"name": "ErrorInstanceServiceBundleSetZero",
|
67
|
+
"type": "error"
|
68
|
+
},
|
69
|
+
{
|
70
|
+
"inputs": [
|
71
|
+
{
|
72
|
+
"internalType": "address",
|
73
|
+
"name": "component",
|
74
|
+
"type": "address"
|
75
|
+
}
|
76
|
+
],
|
77
|
+
"name": "ErrorInstanceServiceComponentNotInstanceLinked",
|
78
|
+
"type": "error"
|
79
|
+
},
|
80
|
+
{
|
81
|
+
"inputs": [
|
82
|
+
{
|
83
|
+
"internalType": "address",
|
84
|
+
"name": "componentAddress",
|
85
|
+
"type": "address"
|
86
|
+
}
|
87
|
+
],
|
88
|
+
"name": "ErrorInstanceServiceComponentNotRegistered",
|
89
|
+
"type": "error"
|
90
|
+
},
|
91
|
+
{
|
92
|
+
"inputs": [],
|
93
|
+
"name": "ErrorInstanceServiceInstanceAddressZero",
|
94
|
+
"type": "error"
|
95
|
+
},
|
96
|
+
{
|
97
|
+
"inputs": [],
|
98
|
+
"name": "ErrorInstanceServiceInstanceAdminZero",
|
99
|
+
"type": "error"
|
100
|
+
},
|
101
|
+
{
|
102
|
+
"inputs": [],
|
103
|
+
"name": "ErrorInstanceServiceInstanceAuthorityMismatch",
|
104
|
+
"type": "error"
|
105
|
+
},
|
106
|
+
{
|
107
|
+
"inputs": [
|
108
|
+
{
|
109
|
+
"internalType": "NftId",
|
110
|
+
"name": "instanceNftId",
|
111
|
+
"type": "uint96"
|
112
|
+
},
|
113
|
+
{
|
114
|
+
"internalType": "NftId",
|
115
|
+
"name": "componentNftId",
|
116
|
+
"type": "uint96"
|
117
|
+
}
|
118
|
+
],
|
119
|
+
"name": "ErrorInstanceServiceInstanceComponentMismatch",
|
120
|
+
"type": "error"
|
121
|
+
},
|
122
|
+
{
|
123
|
+
"inputs": [],
|
124
|
+
"name": "ErrorInstanceServiceInstanceReaderAddressZero",
|
125
|
+
"type": "error"
|
126
|
+
},
|
127
|
+
{
|
128
|
+
"inputs": [],
|
129
|
+
"name": "ErrorInstanceServiceInstanceReaderInstanceMismatch",
|
130
|
+
"type": "error"
|
131
|
+
},
|
132
|
+
{
|
133
|
+
"inputs": [],
|
134
|
+
"name": "ErrorInstanceServiceInstanceReaderInstanceMismatch2",
|
135
|
+
"type": "error"
|
136
|
+
},
|
137
|
+
{
|
138
|
+
"inputs": [],
|
139
|
+
"name": "ErrorInstanceServiceInstanceReaderSameAsMasterInstanceReader",
|
140
|
+
"type": "error"
|
141
|
+
},
|
142
|
+
{
|
143
|
+
"inputs": [],
|
144
|
+
"name": "ErrorInstanceServiceInstanceReaderZero",
|
145
|
+
"type": "error"
|
146
|
+
},
|
147
|
+
{
|
148
|
+
"inputs": [],
|
149
|
+
"name": "ErrorInstanceServiceInstanceStoreAuthorityMismatch",
|
150
|
+
"type": "error"
|
151
|
+
},
|
152
|
+
{
|
153
|
+
"inputs": [],
|
154
|
+
"name": "ErrorInstanceServiceInstanceStoreZero",
|
155
|
+
"type": "error"
|
156
|
+
},
|
157
|
+
{
|
158
|
+
"inputs": [
|
159
|
+
{
|
160
|
+
"internalType": "address",
|
161
|
+
"name": "instance",
|
162
|
+
"type": "address"
|
163
|
+
},
|
164
|
+
{
|
165
|
+
"internalType": "VersionPart",
|
166
|
+
"name": "instanceVersion",
|
167
|
+
"type": "uint8"
|
168
|
+
}
|
169
|
+
],
|
170
|
+
"name": "ErrorInstanceServiceInstanceVersionMismatch",
|
171
|
+
"type": "error"
|
172
|
+
},
|
173
|
+
{
|
174
|
+
"inputs": [
|
175
|
+
{
|
176
|
+
"internalType": "address",
|
177
|
+
"name": "componentAddress",
|
178
|
+
"type": "address"
|
179
|
+
},
|
180
|
+
{
|
181
|
+
"internalType": "ObjectType",
|
182
|
+
"name": "expectedType",
|
183
|
+
"type": "uint8"
|
184
|
+
},
|
185
|
+
{
|
186
|
+
"internalType": "ObjectType",
|
187
|
+
"name": "componentType",
|
188
|
+
"type": "uint8"
|
189
|
+
}
|
190
|
+
],
|
191
|
+
"name": "ErrorInstanceServiceInvalidComponentType",
|
192
|
+
"type": "error"
|
193
|
+
},
|
194
|
+
{
|
195
|
+
"inputs": [],
|
196
|
+
"name": "ErrorInstanceServiceMasterBundleSetAlreadySet",
|
197
|
+
"type": "error"
|
198
|
+
},
|
199
|
+
{
|
200
|
+
"inputs": [],
|
201
|
+
"name": "ErrorInstanceServiceMasterInstanceAdminAlreadySet",
|
202
|
+
"type": "error"
|
203
|
+
},
|
204
|
+
{
|
205
|
+
"inputs": [],
|
206
|
+
"name": "ErrorInstanceServiceMasterInstanceAlreadySet",
|
207
|
+
"type": "error"
|
208
|
+
},
|
209
|
+
{
|
210
|
+
"inputs": [],
|
211
|
+
"name": "ErrorInstanceServiceMasterInstanceReaderNotSet",
|
212
|
+
"type": "error"
|
213
|
+
},
|
214
|
+
{
|
215
|
+
"inputs": [
|
216
|
+
{
|
217
|
+
"internalType": "address",
|
218
|
+
"name": "instance",
|
219
|
+
"type": "address"
|
220
|
+
},
|
221
|
+
{
|
222
|
+
"internalType": "ObjectType",
|
223
|
+
"name": "objectType",
|
224
|
+
"type": "uint8"
|
225
|
+
}
|
226
|
+
],
|
227
|
+
"name": "ErrorInstanceServiceNotInstance",
|
228
|
+
"type": "error"
|
229
|
+
},
|
230
|
+
{
|
231
|
+
"inputs": [
|
232
|
+
{
|
233
|
+
"internalType": "NftId",
|
234
|
+
"name": "nftId",
|
235
|
+
"type": "uint96"
|
236
|
+
}
|
237
|
+
],
|
238
|
+
"name": "ErrorInstanceServiceNotInstanceNftId",
|
239
|
+
"type": "error"
|
240
|
+
},
|
241
|
+
{
|
242
|
+
"inputs": [
|
243
|
+
{
|
244
|
+
"internalType": "address",
|
245
|
+
"name": "instance",
|
246
|
+
"type": "address"
|
247
|
+
}
|
248
|
+
],
|
249
|
+
"name": "ErrorInstanceServiceNotRegistered",
|
250
|
+
"type": "error"
|
251
|
+
},
|
252
|
+
{
|
253
|
+
"inputs": [
|
254
|
+
{
|
255
|
+
"internalType": "address",
|
256
|
+
"name": "caller",
|
257
|
+
"type": "address"
|
258
|
+
}
|
259
|
+
],
|
260
|
+
"name": "ErrorInstanceServiceRequestUnauhorized",
|
261
|
+
"type": "error"
|
262
|
+
},
|
263
|
+
{
|
264
|
+
"inputs": [
|
265
|
+
{
|
266
|
+
"internalType": "NftId",
|
267
|
+
"name": "nftId",
|
268
|
+
"type": "uint96"
|
269
|
+
}
|
270
|
+
],
|
271
|
+
"name": "ErrorNftOwnableAlreadyLinked",
|
272
|
+
"type": "error"
|
273
|
+
},
|
274
|
+
{
|
275
|
+
"inputs": [
|
276
|
+
{
|
277
|
+
"internalType": "address",
|
278
|
+
"name": "contractAddress",
|
279
|
+
"type": "address"
|
280
|
+
}
|
281
|
+
],
|
282
|
+
"name": "ErrorNftOwnableContractNotRegistered",
|
283
|
+
"type": "error"
|
284
|
+
},
|
285
|
+
{
|
286
|
+
"inputs": [],
|
287
|
+
"name": "ErrorNftOwnableInitialOwnerZero",
|
288
|
+
"type": "error"
|
289
|
+
},
|
290
|
+
{
|
291
|
+
"inputs": [
|
292
|
+
{
|
293
|
+
"internalType": "address",
|
294
|
+
"name": "account",
|
295
|
+
"type": "address"
|
296
|
+
}
|
297
|
+
],
|
298
|
+
"name": "ErrorNftOwnableNotOwner",
|
299
|
+
"type": "error"
|
300
|
+
},
|
301
|
+
{
|
302
|
+
"inputs": [
|
303
|
+
{
|
304
|
+
"internalType": "address",
|
305
|
+
"name": "registryAddress",
|
306
|
+
"type": "address"
|
307
|
+
}
|
308
|
+
],
|
309
|
+
"name": "ErrorNotRegistry",
|
310
|
+
"type": "error"
|
311
|
+
},
|
312
|
+
{
|
313
|
+
"inputs": [],
|
314
|
+
"name": "ErrorServiceNotImplemented",
|
315
|
+
"type": "error"
|
316
|
+
},
|
317
|
+
{
|
318
|
+
"inputs": [],
|
319
|
+
"name": "InvalidInitialization",
|
320
|
+
"type": "error"
|
321
|
+
},
|
322
|
+
{
|
323
|
+
"inputs": [],
|
324
|
+
"name": "NotInitializing",
|
325
|
+
"type": "error"
|
326
|
+
},
|
327
|
+
{
|
328
|
+
"inputs": [],
|
329
|
+
"name": "ReentrancyGuardReentrantCall",
|
330
|
+
"type": "error"
|
331
|
+
},
|
332
|
+
{
|
333
|
+
"anonymous": false,
|
334
|
+
"inputs": [
|
335
|
+
{
|
336
|
+
"indexed": false,
|
337
|
+
"internalType": "address",
|
338
|
+
"name": "authority",
|
339
|
+
"type": "address"
|
340
|
+
}
|
341
|
+
],
|
342
|
+
"name": "AuthorityUpdated",
|
343
|
+
"type": "event"
|
344
|
+
},
|
345
|
+
{
|
346
|
+
"anonymous": false,
|
347
|
+
"inputs": [
|
348
|
+
{
|
349
|
+
"indexed": false,
|
350
|
+
"internalType": "uint64",
|
351
|
+
"name": "version",
|
352
|
+
"type": "uint64"
|
353
|
+
}
|
354
|
+
],
|
355
|
+
"name": "Initialized",
|
356
|
+
"type": "event"
|
357
|
+
},
|
358
|
+
{
|
359
|
+
"anonymous": false,
|
360
|
+
"inputs": [
|
361
|
+
{
|
362
|
+
"indexed": false,
|
363
|
+
"internalType": "NftId",
|
364
|
+
"name": "instanceNftId",
|
365
|
+
"type": "uint96"
|
366
|
+
},
|
367
|
+
{
|
368
|
+
"indexed": false,
|
369
|
+
"internalType": "address",
|
370
|
+
"name": "instance",
|
371
|
+
"type": "address"
|
372
|
+
}
|
373
|
+
],
|
374
|
+
"name": "LogInstanceCloned",
|
375
|
+
"type": "event"
|
376
|
+
},
|
377
|
+
{
|
378
|
+
"inputs": [],
|
379
|
+
"name": "INSTANCE_CREATION_CODE_HASH",
|
380
|
+
"outputs": [
|
381
|
+
{
|
382
|
+
"internalType": "bytes32",
|
383
|
+
"name": "",
|
384
|
+
"type": "bytes32"
|
385
|
+
}
|
386
|
+
],
|
387
|
+
"stateMutability": "view",
|
388
|
+
"type": "function"
|
389
|
+
},
|
390
|
+
{
|
391
|
+
"inputs": [],
|
392
|
+
"name": "NFT_OWNABLE_STORAGE_LOCATION_V1",
|
393
|
+
"outputs": [
|
394
|
+
{
|
395
|
+
"internalType": "bytes32",
|
396
|
+
"name": "",
|
397
|
+
"type": "bytes32"
|
398
|
+
}
|
399
|
+
],
|
400
|
+
"stateMutability": "view",
|
401
|
+
"type": "function"
|
402
|
+
},
|
403
|
+
{
|
404
|
+
"inputs": [],
|
405
|
+
"name": "REGISTERABLE_LOCATION_V1",
|
406
|
+
"outputs": [
|
407
|
+
{
|
408
|
+
"internalType": "bytes32",
|
409
|
+
"name": "",
|
410
|
+
"type": "bytes32"
|
411
|
+
}
|
412
|
+
],
|
413
|
+
"stateMutability": "view",
|
414
|
+
"type": "function"
|
415
|
+
},
|
416
|
+
{
|
417
|
+
"inputs": [],
|
418
|
+
"name": "authority",
|
419
|
+
"outputs": [
|
420
|
+
{
|
421
|
+
"internalType": "address",
|
422
|
+
"name": "",
|
423
|
+
"type": "address"
|
424
|
+
}
|
425
|
+
],
|
426
|
+
"stateMutability": "view",
|
427
|
+
"type": "function"
|
428
|
+
},
|
429
|
+
{
|
430
|
+
"inputs": [
|
431
|
+
{
|
432
|
+
"internalType": "NftId",
|
433
|
+
"name": "instanceNftId",
|
434
|
+
"type": "uint96"
|
435
|
+
},
|
436
|
+
{
|
437
|
+
"internalType": "address",
|
438
|
+
"name": "targetAddress",
|
439
|
+
"type": "address"
|
440
|
+
},
|
441
|
+
{
|
442
|
+
"internalType": "string",
|
443
|
+
"name": "targetName",
|
444
|
+
"type": "string"
|
445
|
+
},
|
446
|
+
{
|
447
|
+
"internalType": "bytes4[][]",
|
448
|
+
"name": "selectors",
|
449
|
+
"type": "bytes4[][]"
|
450
|
+
},
|
451
|
+
{
|
452
|
+
"internalType": "RoleId[]",
|
453
|
+
"name": "roles",
|
454
|
+
"type": "uint64[]"
|
455
|
+
}
|
456
|
+
],
|
457
|
+
"name": "createComponentTarget",
|
458
|
+
"outputs": [],
|
459
|
+
"stateMutability": "nonpayable",
|
460
|
+
"type": "function"
|
461
|
+
},
|
462
|
+
{
|
463
|
+
"inputs": [
|
464
|
+
{
|
465
|
+
"internalType": "NftId",
|
466
|
+
"name": "instanceNftId",
|
467
|
+
"type": "uint96"
|
468
|
+
},
|
469
|
+
{
|
470
|
+
"internalType": "address",
|
471
|
+
"name": "targetAddress",
|
472
|
+
"type": "address"
|
473
|
+
},
|
474
|
+
{
|
475
|
+
"internalType": "string",
|
476
|
+
"name": "targetName",
|
477
|
+
"type": "string"
|
478
|
+
},
|
479
|
+
{
|
480
|
+
"internalType": "bytes4[][]",
|
481
|
+
"name": "selectors",
|
482
|
+
"type": "bytes4[][]"
|
483
|
+
},
|
484
|
+
{
|
485
|
+
"internalType": "RoleId[]",
|
486
|
+
"name": "roles",
|
487
|
+
"type": "uint64[]"
|
488
|
+
}
|
489
|
+
],
|
490
|
+
"name": "createGifTarget",
|
491
|
+
"outputs": [],
|
492
|
+
"stateMutability": "nonpayable",
|
493
|
+
"type": "function"
|
494
|
+
},
|
495
|
+
{
|
496
|
+
"inputs": [],
|
497
|
+
"name": "createInstance",
|
498
|
+
"outputs": [
|
499
|
+
{
|
500
|
+
"internalType": "contract Instance",
|
501
|
+
"name": "clonedInstance",
|
502
|
+
"type": "address"
|
503
|
+
},
|
504
|
+
{
|
505
|
+
"internalType": "NftId",
|
506
|
+
"name": "clonedInstanceNftId",
|
507
|
+
"type": "uint96"
|
508
|
+
}
|
509
|
+
],
|
510
|
+
"stateMutability": "nonpayable",
|
511
|
+
"type": "function"
|
512
|
+
},
|
513
|
+
{
|
514
|
+
"inputs": [],
|
515
|
+
"name": "getDomain",
|
516
|
+
"outputs": [
|
517
|
+
{
|
518
|
+
"internalType": "ObjectType",
|
519
|
+
"name": "serviceDomain",
|
520
|
+
"type": "uint8"
|
521
|
+
}
|
522
|
+
],
|
523
|
+
"stateMutability": "pure",
|
524
|
+
"type": "function"
|
525
|
+
},
|
526
|
+
{
|
527
|
+
"inputs": [],
|
528
|
+
"name": "getInitialInfo",
|
529
|
+
"outputs": [
|
530
|
+
{
|
531
|
+
"components": [
|
532
|
+
{
|
533
|
+
"internalType": "NftId",
|
534
|
+
"name": "nftId",
|
535
|
+
"type": "uint96"
|
536
|
+
},
|
537
|
+
{
|
538
|
+
"internalType": "NftId",
|
539
|
+
"name": "parentNftId",
|
540
|
+
"type": "uint96"
|
541
|
+
},
|
542
|
+
{
|
543
|
+
"internalType": "ObjectType",
|
544
|
+
"name": "objectType",
|
545
|
+
"type": "uint8"
|
546
|
+
},
|
547
|
+
{
|
548
|
+
"internalType": "bool",
|
549
|
+
"name": "isInterceptor",
|
550
|
+
"type": "bool"
|
551
|
+
},
|
552
|
+
{
|
553
|
+
"internalType": "address",
|
554
|
+
"name": "objectAddress",
|
555
|
+
"type": "address"
|
556
|
+
},
|
557
|
+
{
|
558
|
+
"internalType": "address",
|
559
|
+
"name": "initialOwner",
|
560
|
+
"type": "address"
|
561
|
+
},
|
562
|
+
{
|
563
|
+
"internalType": "bytes",
|
564
|
+
"name": "data",
|
565
|
+
"type": "bytes"
|
566
|
+
}
|
567
|
+
],
|
568
|
+
"internalType": "struct IRegistry.ObjectInfo",
|
569
|
+
"name": "info",
|
570
|
+
"type": "tuple"
|
571
|
+
}
|
572
|
+
],
|
573
|
+
"stateMutability": "view",
|
574
|
+
"type": "function"
|
575
|
+
},
|
576
|
+
{
|
577
|
+
"inputs": [],
|
578
|
+
"name": "getMasterInstanceReader",
|
579
|
+
"outputs": [
|
580
|
+
{
|
581
|
+
"internalType": "address",
|
582
|
+
"name": "",
|
583
|
+
"type": "address"
|
584
|
+
}
|
585
|
+
],
|
586
|
+
"stateMutability": "view",
|
587
|
+
"type": "function"
|
588
|
+
},
|
589
|
+
{
|
590
|
+
"inputs": [],
|
591
|
+
"name": "getNftId",
|
592
|
+
"outputs": [
|
593
|
+
{
|
594
|
+
"internalType": "NftId",
|
595
|
+
"name": "",
|
596
|
+
"type": "uint96"
|
597
|
+
}
|
598
|
+
],
|
599
|
+
"stateMutability": "view",
|
600
|
+
"type": "function"
|
601
|
+
},
|
602
|
+
{
|
603
|
+
"inputs": [],
|
604
|
+
"name": "getOwner",
|
605
|
+
"outputs": [
|
606
|
+
{
|
607
|
+
"internalType": "address",
|
608
|
+
"name": "",
|
609
|
+
"type": "address"
|
610
|
+
}
|
611
|
+
],
|
612
|
+
"stateMutability": "view",
|
613
|
+
"type": "function"
|
614
|
+
},
|
615
|
+
{
|
616
|
+
"inputs": [],
|
617
|
+
"name": "getRegistry",
|
618
|
+
"outputs": [
|
619
|
+
{
|
620
|
+
"internalType": "contract IRegistry",
|
621
|
+
"name": "",
|
622
|
+
"type": "address"
|
623
|
+
}
|
624
|
+
],
|
625
|
+
"stateMutability": "view",
|
626
|
+
"type": "function"
|
627
|
+
},
|
628
|
+
{
|
629
|
+
"inputs": [],
|
630
|
+
"name": "getRoleId",
|
631
|
+
"outputs": [
|
632
|
+
{
|
633
|
+
"internalType": "RoleId",
|
634
|
+
"name": "serviceRoleId",
|
635
|
+
"type": "uint64"
|
636
|
+
}
|
637
|
+
],
|
638
|
+
"stateMutability": "pure",
|
639
|
+
"type": "function"
|
640
|
+
},
|
641
|
+
{
|
642
|
+
"inputs": [],
|
643
|
+
"name": "getVersion",
|
644
|
+
"outputs": [
|
645
|
+
{
|
646
|
+
"internalType": "Version",
|
647
|
+
"name": "",
|
648
|
+
"type": "uint24"
|
649
|
+
}
|
650
|
+
],
|
651
|
+
"stateMutability": "pure",
|
652
|
+
"type": "function"
|
653
|
+
},
|
654
|
+
{
|
655
|
+
"inputs": [
|
656
|
+
{
|
657
|
+
"internalType": "NftId",
|
658
|
+
"name": "instanceNftId",
|
659
|
+
"type": "uint96"
|
660
|
+
},
|
661
|
+
{
|
662
|
+
"internalType": "contract IInstanceLinkedComponent",
|
663
|
+
"name": "component",
|
664
|
+
"type": "address"
|
665
|
+
}
|
666
|
+
],
|
667
|
+
"name": "initializeAuthorization",
|
668
|
+
"outputs": [],
|
669
|
+
"stateMutability": "nonpayable",
|
670
|
+
"type": "function"
|
671
|
+
},
|
672
|
+
{
|
673
|
+
"inputs": [
|
674
|
+
{
|
675
|
+
"internalType": "address",
|
676
|
+
"name": "activatedBy",
|
677
|
+
"type": "address"
|
678
|
+
},
|
679
|
+
{
|
680
|
+
"internalType": "bytes",
|
681
|
+
"name": "data",
|
682
|
+
"type": "bytes"
|
683
|
+
}
|
684
|
+
],
|
685
|
+
"name": "initializeVersionable",
|
686
|
+
"outputs": [],
|
687
|
+
"stateMutability": "nonpayable",
|
688
|
+
"type": "function"
|
689
|
+
},
|
690
|
+
{
|
691
|
+
"inputs": [],
|
692
|
+
"name": "isConsumingScheduledOp",
|
693
|
+
"outputs": [
|
694
|
+
{
|
695
|
+
"internalType": "bytes4",
|
696
|
+
"name": "",
|
697
|
+
"type": "bytes4"
|
698
|
+
}
|
699
|
+
],
|
700
|
+
"stateMutability": "view",
|
701
|
+
"type": "function"
|
702
|
+
},
|
703
|
+
{
|
704
|
+
"inputs": [],
|
705
|
+
"name": "linkToRegisteredNftId",
|
706
|
+
"outputs": [
|
707
|
+
{
|
708
|
+
"internalType": "NftId",
|
709
|
+
"name": "nftId",
|
710
|
+
"type": "uint96"
|
711
|
+
}
|
712
|
+
],
|
713
|
+
"stateMutability": "nonpayable",
|
714
|
+
"type": "function"
|
715
|
+
},
|
716
|
+
{
|
717
|
+
"inputs": [
|
718
|
+
{
|
719
|
+
"internalType": "address",
|
720
|
+
"name": "rewardProvider",
|
721
|
+
"type": "address"
|
722
|
+
},
|
723
|
+
{
|
724
|
+
"internalType": "Amount",
|
725
|
+
"name": "dipAmount",
|
726
|
+
"type": "uint96"
|
727
|
+
}
|
728
|
+
],
|
729
|
+
"name": "refillStakingRewardReserves",
|
730
|
+
"outputs": [],
|
731
|
+
"stateMutability": "nonpayable",
|
732
|
+
"type": "function"
|
733
|
+
},
|
734
|
+
{
|
735
|
+
"inputs": [
|
736
|
+
{
|
737
|
+
"internalType": "address",
|
738
|
+
"name": "instanceAddress",
|
739
|
+
"type": "address"
|
740
|
+
}
|
741
|
+
],
|
742
|
+
"name": "setAndRegisterMasterInstance",
|
743
|
+
"outputs": [
|
744
|
+
{
|
745
|
+
"internalType": "NftId",
|
746
|
+
"name": "masterInstanceNftId",
|
747
|
+
"type": "uint96"
|
748
|
+
}
|
749
|
+
],
|
750
|
+
"stateMutability": "nonpayable",
|
751
|
+
"type": "function"
|
752
|
+
},
|
753
|
+
{
|
754
|
+
"inputs": [
|
755
|
+
{
|
756
|
+
"internalType": "address",
|
757
|
+
"name": "newAuthority",
|
758
|
+
"type": "address"
|
759
|
+
}
|
760
|
+
],
|
761
|
+
"name": "setAuthority",
|
762
|
+
"outputs": [],
|
763
|
+
"stateMutability": "nonpayable",
|
764
|
+
"type": "function"
|
765
|
+
},
|
766
|
+
{
|
767
|
+
"inputs": [
|
768
|
+
{
|
769
|
+
"internalType": "bool",
|
770
|
+
"name": "locked",
|
771
|
+
"type": "bool"
|
772
|
+
}
|
773
|
+
],
|
774
|
+
"name": "setComponentLocked",
|
775
|
+
"outputs": [],
|
776
|
+
"stateMutability": "nonpayable",
|
777
|
+
"type": "function"
|
778
|
+
},
|
779
|
+
{
|
780
|
+
"inputs": [
|
781
|
+
{
|
782
|
+
"internalType": "Seconds",
|
783
|
+
"name": "stakeLockingPeriod",
|
784
|
+
"type": "uint40"
|
785
|
+
}
|
786
|
+
],
|
787
|
+
"name": "setStakingLockingPeriod",
|
788
|
+
"outputs": [],
|
789
|
+
"stateMutability": "nonpayable",
|
790
|
+
"type": "function"
|
791
|
+
},
|
792
|
+
{
|
793
|
+
"inputs": [
|
794
|
+
{
|
795
|
+
"internalType": "UFixed",
|
796
|
+
"name": "rewardRate",
|
797
|
+
"type": "uint256"
|
798
|
+
}
|
799
|
+
],
|
800
|
+
"name": "setStakingRewardRate",
|
801
|
+
"outputs": [],
|
802
|
+
"stateMutability": "nonpayable",
|
803
|
+
"type": "function"
|
804
|
+
},
|
805
|
+
{
|
806
|
+
"inputs": [
|
807
|
+
{
|
808
|
+
"internalType": "bytes4",
|
809
|
+
"name": "interfaceId",
|
810
|
+
"type": "bytes4"
|
811
|
+
}
|
812
|
+
],
|
813
|
+
"name": "supportsInterface",
|
814
|
+
"outputs": [
|
815
|
+
{
|
816
|
+
"internalType": "bool",
|
817
|
+
"name": "",
|
818
|
+
"type": "bool"
|
819
|
+
}
|
820
|
+
],
|
821
|
+
"stateMutability": "view",
|
822
|
+
"type": "function"
|
823
|
+
},
|
824
|
+
{
|
825
|
+
"inputs": [
|
826
|
+
{
|
827
|
+
"internalType": "NftId",
|
828
|
+
"name": "instanceNftId",
|
829
|
+
"type": "uint96"
|
830
|
+
}
|
831
|
+
],
|
832
|
+
"name": "upgradeInstanceReader",
|
833
|
+
"outputs": [],
|
834
|
+
"stateMutability": "nonpayable",
|
835
|
+
"type": "function"
|
836
|
+
},
|
837
|
+
{
|
838
|
+
"inputs": [
|
839
|
+
{
|
840
|
+
"internalType": "address",
|
841
|
+
"name": "instanceReaderAddress",
|
842
|
+
"type": "address"
|
843
|
+
}
|
844
|
+
],
|
845
|
+
"name": "upgradeMasterInstanceReader",
|
846
|
+
"outputs": [],
|
847
|
+
"stateMutability": "nonpayable",
|
848
|
+
"type": "function"
|
849
|
+
},
|
850
|
+
{
|
851
|
+
"inputs": [
|
852
|
+
{
|
853
|
+
"internalType": "bytes",
|
854
|
+
"name": "data",
|
855
|
+
"type": "bytes"
|
856
|
+
}
|
857
|
+
],
|
858
|
+
"name": "upgradeVersionable",
|
859
|
+
"outputs": [],
|
860
|
+
"stateMutability": "nonpayable",
|
861
|
+
"type": "function"
|
862
|
+
},
|
863
|
+
{
|
864
|
+
"inputs": [
|
865
|
+
{
|
866
|
+
"internalType": "Amount",
|
867
|
+
"name": "dipAmount",
|
868
|
+
"type": "uint96"
|
869
|
+
}
|
870
|
+
],
|
871
|
+
"name": "withdrawStakingRewardReserves",
|
872
|
+
"outputs": [
|
873
|
+
{
|
874
|
+
"internalType": "Amount",
|
875
|
+
"name": "newBalance",
|
876
|
+
"type": "uint96"
|
877
|
+
}
|
878
|
+
],
|
879
|
+
"stateMutability": "nonpayable",
|
880
|
+
"type": "function"
|
881
|
+
}
|
882
|
+
],
|
883
|
+
"bytecode": "0x6080604052348015600e575f80fd5b5060156019565b60c9565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff161560685760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b039081161460c65780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b6147ee806100d65f395ff3fe608060405234801561000f575f80fd5b50600436106101d1575f3560e01c80637a9e5e4b116100fe578063b03d2a8e1161009e578063c22f980d1161006e578063c22f980d1461045b578063dd38b49e14610352578063e52ba1cb1461046e578063edabac0314610481575f80fd5b8063b03d2a8e1461041e578063b68d180914610431578063b7d6851914610440578063bf7e214f14610453575f80fd5b80638fb36037116100d95780638fb36037146103a7578063a2356b3a146103c8578063ad501467146103db578063ada9652e1461040a575f80fd5b80637a9e5e4b14610385578063872309c714610398578063893d20e81461039f575f80fd5b8063329d6e7411610174578063644c45e011610144578063644c45e0146103225780636a778e731461033f5780636c6fbb28146103525780636c741e7814610365575f80fd5b8063329d6e74146102c45780633931d6da146102d757806349bb9e4b146102ea5780635ab1bd53146102fd575f80fd5b8063138461e0116101af578063138461e0146102475780631eff4b2214610267578063254f68661461029c5780632d764ef8146102b1575f80fd5b806301ffc9a7146101d55780630d8e6e2c146102165780630fec111c14610232575b5f80fd5b6102016101e3366004613d05565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61021e610492565b60405162ffffff909116815260200161020d565b61023a610519565b60405161020d9190613d4c565b61024f6106d7565b6040516001600160601b03909116815260200161020d565b61028e7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b60405190815260200161020d565b6102af6102aa366004613df4565b6106e1565b005b6102af6102bf366004613e21565b61085c565b6102af6102d2366004613f27565b610c3a565b6102af6102e5366004613f6c565b610d84565b6102af6102f8366004613fa3565b610ed2565b6001546001600160a01b03165b6040516001600160a01b03909116815260200161020d565b5f80516020614759833981519152546001600160601b031661024f565b61024f61034d366004613df4565b610fce565b6102af610360366004614175565b61185f565b61036d61187c565b6040516001600160401b03909116815260200161020d565b6102af610393366004613df4565b611972565b61028e5f81565b61030a6119f8565b6103af611b29565b6040516001600160e01b0319909116815260200161020d565b6102af6103d6366004614238565b611b5e565b6103e3611ecc565b604080516001600160a01b0390931683526001600160601b0390911660208301520161020d565b61028e5f8051602061475983398151915281565b6102af61042c366004614271565b61216a565b604051600a815260200161020d565b6102af61044e36600461428c565b61238e565b61030a6126b6565b6102af6104693660046142a3565b6126d1565b61024f61047c3660046142a3565b6128b9565b6007546001600160a01b031661030a565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af41580156104f0573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061051491906142be565b905090565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c08101919091525f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156105c9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105ed91906142eb565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a0016106356119f8565b6001600160a01b0316815260200182600101805461065290614306565b80601f016020809104026020016040519081016040528092919081815260200182805461067e90614306565b80156106c95780601f106106a0576101008083540402835291602001916106c9565b820191905f5260205f20905b8154815290600101906020018083116106ac57829003601f168201915b505050505081525091505090565b5f61051430612c29565b6106e96119f8565b6001600160a01b0316336001600160a01b0316146107215760405163086391f760e31b81523360048201526024015b60405180910390fd5b6007546001600160a01b031661074a576040516358e5a4af60e01b815260040160405180910390fd5b6001600160a01b03811661077157604051631aa1808560e31b815260040160405180910390fd5b6007546001600160a01b03908116908216036107a057604051630666e2a560e01b815260040160405180910390fd5b6006546040805163379ed74560e21b8152905183926001600160a01b03908116929084169163de7b5d14916004808201926020929091908290030181865afa1580156107ee573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610812919061433e565b6001600160a01b0316146108395760405163f026367160e01b815260040160405180910390fd5b50600780546001600160a01b0319166001600160a01b0392909216919091179055565b335f6108706001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa1580156108b4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108d891906142eb565b604051630a4d29dd60e31b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af4158015610931573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109559190614364565b1561097e576040516308afbeb960e31b81526001600160a01b0383166004820152602401610718565b5f6109916001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa1580156109dd573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610a0491908101906143f0565b604001519050610a1d81600a5b60ff9081169116141590565b15610a3f578281604051632e87cd2360e11b81526004016107189291906144c0565b5f836001600160a01b031663cde749f46040518163ffffffff1660e01b8152600401602060405180830381865afa158015610a7c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610aa091906144dc565b9050610b2581610aae610492565b60405163c9e66e2960e01b815262ffffff909116600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__9063c9e66e2990602401602060405180830381865af4158015610b01573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a1191906144dc565b15610b47578381604051637f8084f960e01b81526004016107189291906144c0565b5f610b5a6001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015610b9e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610bc291906142eb565b60035460405163db1e36e760e01b81526001600160601b038316600482015264ffffffffff891660248201529192506001600160a01b03169063db1e36e7906044015b5f604051808303815f87803b158015610c1c575f80fd5b505af1158015610c2e573d5f803e3d5ffd5b50505050505050505050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c610c5c610492565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015610c9a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610cbe91906144f7565b5f805160206147998339815191528054600160401b900460ff1680610cf0575080546001600160401b03808416911610155b15610d0e5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b178155610d3883612e22565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b610d90335b5f36612e2a565b5f610d9b8383612f20565b5090505f816001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015610ddb573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610dff919061433e565b9050806001600160a01b031663a76a333a84856001600160a01b0316636bd1c0eb6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610e4d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e71919061433e565b6040516001600160e01b031960e085901b1681526001600160a01b039283166004820152911660248201526044015f604051808303815f87803b158015610eb6575f80fd5b505af1158015610ec8573d5f803e3d5ffd5b5050505050505050565b5f805160206147998339815191528054600160401b810460ff1615906001600160401b03165f81158015610f035750825b90505f826001600160401b03166001148015610f1e5750303b155b905081158015610f2c575080155b15610f4a5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610f7457845460ff60401b1916600160401b1785555b610f7e87876130ab565b8315610fc557845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b5f610fd76119f8565b6001600160a01b0316336001600160a01b03161461100a5760405163086391f760e31b8152336004820152602401610718565b6006546001600160a01b03161561103457604051632c237de760e11b815260040160405180910390fd5b6005546001600160a01b03161561105e5760405163ab0cc43960e01b815260040160405180910390fd5b6008546001600160a01b0316156110885760405163558f4f7b60e11b815260040160405180910390fd5b6001600160a01b0382166110af576040516309353e4560e11b815260040160405180910390fd5b5f8290505f816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156110f0573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611114919061433e565b90505f826001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015611153573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611177919061433e565b90505f8190505f846001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156111ba573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111de919061433e565b90505f8190505f866001600160a01b0316636dddada46040518163ffffffff1660e01b8152600401602060405180830381865afa158015611221573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611245919061433e565b90505f8190505f886001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015611288573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112ac919061433e565b9050806001600160a01b0389166112d6576040516327ccc33d60e11b815260040160405180910390fd5b6001600160a01b0387166112fc576040516295661560e31b815260040160405180910390fd5b6001600160a01b0385166113235760405163e267254160e01b815260040160405180910390fd5b6001600160a01b03831661134a5760405163bfebabd760e01b815260040160405180910390fd5b6001600160a01b038116611371576040516301fa2a2b60e01b815260040160405180910390fd5b876001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156113ad573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113d1919061433e565b6001600160a01b03168a6001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611416573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061143a919061433e565b6001600160a01b031614611461576040516334ddf1a760e21b815260040160405180910390fd5b876001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561149d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114c1919061433e565b6001600160a01b0316846001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611506573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061152a919061433e565b6001600160a01b0316146115515760405163e168da3760e01b815260040160405180910390fd5b876001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561158d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115b1919061433e565b6001600160a01b0316826001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156115f6573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061161a919061433e565b6001600160a01b03161461164157604051631129422760e31b815260040160405180910390fd5b896001600160a01b0316846001600160a01b031663de7b5d146040518163ffffffff1660e01b8152600401602060405180830381865afa158015611687573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116ab919061433e565b6001600160a01b0316146116d257604051631b25e96d60e31b815260040160405180910390fd5b896001600160a01b0316866001600160a01b031663de7b5d146040518163ffffffff1660e01b8152600401602060405180830381865afa158015611718573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061173c919061433e565b6001600160a01b031614611763576040516331783c7160e11b815260040160405180910390fd5b600480546001600160a01b03199081166001600160a01b038c8116919091179092556005805482168a84161790556006805482168f8416908117909155600780548316898516179055600880548316878516179055600980549092168484161790915560025490915f911663026bc43b836117dc6119f8565b6040516001600160e01b031960e085901b1681526001600160a01b039283166004820152911660248201526044015f604051808303815f875af1158015611825573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261184c91908101906143f0565b519e9d5050505050505050505050505050565b61186833610d89565b611875858585848661321a565b5050505050565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d3600a604051632392b61b60e21b81526003600482015273__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af41580156118e7573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061190b91906144dc565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af415801561194e573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061051491906144f7565b3361197b6126b6565b6001600160a01b0316816001600160a01b0316146119b65760405162d1953b60e31b81526001600160a01b0382166004820152602401610718565b816001600160a01b03163b5f036119eb576040516361798f2f60e11b81526001600160a01b0383166004820152602401610718565b6119f48261329e565b5050565b5f805f8051602061475983398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611a64573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a889190614364565b15611b13576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611ae9573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b0d919061433e565b91505090565b54600160601b90046001600160a01b0316919050565b5f8051602061477983398151915280545f9190600160a01b900460ff16611b50575f611b0d565b638fb3603760e01b91505090565b335f611b726001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015611bb6573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611bda91906142eb565b604051630a4d29dd60e31b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af4158015611c33573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c579190614364565b15611c80576040516308afbeb960e31b81526001600160a01b0383166004820152602401610718565b5f611c936001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa158015611cdf573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611d0691908101906143f0565b604001519050611d1781600a610a11565b15611d39578281604051632e87cd2360e11b81526004016107189291906144c0565b5f836001600160a01b031663cde749f46040518163ffffffff1660e01b8152600401602060405180830381865afa158015611d76573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d9a91906144dc565b9050611da881610aae610492565b15611dca578381604051637f8084f960e01b81526004016107189291906144c0565b5f611ddd6001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015611e21573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e4591906142eb565b600354604051636f61deef60e11b81526001600160601b0380841660048301526001600160a01b038b81166024840152908a16604483015292935091169063dec3bdde906064016020604051808303815f875af1158015611ea8573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ec891906142eb565b5f803381611ed86132fe565b9050611ee4818361346c565b60025460405163026bc43b60e01b81526001600160a01b038084166004830152858116602483015292965091169063026bc43b906044015f604051808303815f875af1158015611f36573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611f5d91908101906143f0565b5f0151925060035f9054906101000a90046001600160a01b03166001600160a01b03166381d9b45f8473__$fb6c7635e3c1acf7e7d82c7d43e7a24671$__63c6edc3dd6040518163ffffffff1660e01b8152600401602060405180830381865af4158015611fcd573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ff19190614512565b73__$fb6c7635e3c1acf7e7d82c7d43e7a24671$__63f87bf3736040518163ffffffff1660e01b8152600401602060405180830381865af4158015612038573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061205c919061452d565b6040516001600160e01b031960e086901b1681526001600160601b03909316600484015264ffffffffff909116602483015260448201526064015f604051808303815f87803b1580156120ad575f80fd5b505af11580156120bf573d5f803e3d5ffd5b505060405163776c828f60e01b81526001600160a01b0387811660048301528416925063776c828f91506024015f604051808303815f87803b158015612103575f80fd5b505af1158015612115573d5f803e3d5ffd5b5050604080516001600160601b03871681526001600160a01b03881660208201527f5f38ba73d945d51535b3c678f341052a70a580bed77c5db38464d02366c29fa8935001905060405180910390a150509091565b6001546001600160a01b0316604051630bee2f1560e11b81523360048201526001600160a01b0391909116906317dc5e2a90602401602060405180830381865afa1580156121ba573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906121de9190614364565b6121fd576040516302613e9f60e51b8152336004820152602401610718565b6040516301ffc9a760e01b81526376c9b41160e11b6004820152339081906301ffc9a790602401602060405180830381865afa15801561223f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122639190614364565b61228a576040516236c14d60e71b81526001600160a01b0382166004820152602401610718565b5f61229d6001546001600160a01b031690565b6040516308b09a5f60e41b81526001600160a01b0384811660048301529192505f91831690638b09a5f0906024015f60405180830381865afa1580156122e5573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261230c91908101906143f0565b602001516040516305247a1760e51b81526001600160601b03821660048201529091505f906001600160a01b0384169063a48f42e0906024015f60405180830381865afa15801561235f573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261238691908101906143f0565b505050505050565b335f6123a26001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa1580156123e6573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061240a91906142eb565b604051630a4d29dd60e31b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af4158015612463573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906124879190614364565b156124b0576040516308afbeb960e31b81526001600160a01b0383166004820152602401610718565b5f6124c36001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa15801561250f573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261253691908101906143f0565b60400151905061254781600a610a11565b15612569578281604051632e87cd2360e11b81526004016107189291906144c0565b5f836001600160a01b031663cde749f46040518163ffffffff1660e01b8152600401602060405180830381865afa1580156125a6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906125ca91906144dc565b90506125d881610aae610492565b156125fa578381604051637f8084f960e01b81526004016107189291906144c0565b5f61260d6001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015612651573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061267591906142eb565b60035460405163545c994560e11b81526001600160601b0383166004820152602481018990529192506001600160a01b03169063a8b9328a90604401610c05565b5f80516020614779833981519152546001600160a01b031690565b806126e46001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015612731573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612755919061433e565b6001600160a01b0316336001600160a01b031614612788576040516302613e9f60e51b8152336004820152602401610718565b5f61279b6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03851660048201529091505f906001600160a01b0383169063a48f42e0906024015f60405180830381865afa1580156127ea573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261281191908101906143f0565b6080810151600754919250905f90612831906001600160a01b031661357b565b604051636791f7ab60e01b81526001600160a01b03848116600483015291925090821690636791f7ab906024015f604051808303815f87803b158015612875575f80fd5b505af1158015612887573d5f803e3d5ffd5b5050604051633def10c760e21b81526001600160a01b0384811660048301528516925063f7bc431c9150602401610c05565b5f33816128ce6001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015612912573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061293691906142eb565b604051630a4d29dd60e31b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af415801561298f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906129b39190614364565b156129dc576040516308afbeb960e31b81526001600160a01b0383166004820152602401610718565b5f6129ef6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa158015612a3b573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612a6291908101906143f0565b604001519050612a7381600a610a11565b15612a95578281604051632e87cd2360e11b81526004016107189291906144c0565b5f836001600160a01b031663cde749f46040518163ffffffff1660e01b8152600401602060405180830381865afa158015612ad2573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612af691906144dc565b9050612b0481610aae610492565b15612b26578381604051637f8084f960e01b81526004016107189291906144c0565b5f612b396001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015612b7d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ba191906142eb565b6003546040516321ece65760e01b81526001600160601b0380841660048301528a1660248201529192506001600160a01b0316906321ece657906044016020604051808303815f875af1158015612bfa573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612c1e91906142eb565b505050505050919050565b5f805f8051602061475983398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015612c95573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612cb99190614364565b15612ce55780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610718565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015612d37573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612d5b9190614364565b612d835760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610718565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015612dd5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612df991906142eb565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b6101d16135ea565b5f805160206147798339815191525f80612e62612e456126b6565b8730612e5460045f8a8c614544565b612e5d9161456b565b613622565b91509150816123865763ffffffff811615612efd57825460ff60a01b1916600160a01b178355612e906126b6565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b8152600401612ebf939291906145a3565b5f604051808303815f87803b158015612ed6575f80fd5b505af1158015612ee8573d5f803e3d5ffd5b5050845460ff60a01b19168555506123869050565b60405162d1953b60e31b81526001600160a01b0387166004820152602401610718565b5f805f612f356001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03871660048201529091505f906001600160a01b0383169063a48f42e0906024015f60405180830381865afa158015612f84573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612fab91908101906143f0565b9050612fbd8160400151610a11600a90565b15612fe65760405163209839e360e21b81526001600160601b0387166004820152602401610718565b6040516308b09a5f60e41b81526001600160a01b0386811660048301525f9190841690638b09a5f0906024015f60405180830381865afa15801561302c573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261305391908101906143f0565b905061306381602001518861372a565b1561309757805160405163a811346560e01b81526001600160601b03808a1660048301529091166024820152604401610718565b608090910151905190969095509350505050565b5f805160206147998339815191528054600160401b810460ff1615906001600160401b03165f811580156130dc5750825b90505f826001600160401b031660011480156130f75750303b155b905081158015613105575080155b156131235760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561314d57845460ff60401b1916600160401b1785555b5f808780602001905181019061316391906145e2565b9150915061317282828b6137b5565b61317c60026138fa565b600280546001600160a01b0319166001600160a01b03929092169190911790556131a660036138fa565b600380546001600160a01b0319166001600160a01b03929092169190911790556131d66348b5e69560e01b613a01565b50508315610fc557845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001610fbc565b5f6132258686612f20565b5090505f816001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015613265573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613289919061433e565b90505f5b8451811015610ec85760010161328d565b5f8051602061477983398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6004545f908190613317906001600160a01b031661357b565b60055490915061332f906001600160a01b031661357b565b60405163189acdbd60e31b81526001600160a01b0380831660048301529193509082169063c4d66de8906024015f604051808303815f87803b158015613373575f80fd5b505af1158015613385573d5f803e3d5ffd5b50505050816001600160a01b031663485cc9558260055f9054906101000a90046001600160a01b03166001600160a01b0316638e5bc2936040518163ffffffff1660e01b8152600401602060405180830381865afa1580156133e9573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061340d919061433e565b6040516001600160e01b031960e085901b1681526001600160a01b039283166004820152911660248201526044015f604051808303815f87803b158015613452575f80fd5b505af1158015613464573d5f803e3d5ffd5b505050505090565b6009545f908190613485906001600160a01b031661357b565b6008549091505f9061349f906001600160a01b031661357b565b6007549091505f906134b9906001600160a01b031661357b565b6006549091506134d1906001600160a01b031661357b565b9350836001600160a01b031663cc2a9a5b878585856134f86001546001600160a01b031690565b6040516001600160e01b031960e088901b1681526001600160a01b03958616600482015293851660248501529184166044840152831660648301528216608482015290881660a482015260c4015f604051808303815f87803b15801561355c575f80fd5b505af115801561356e573d5f803e3d5ffd5b5050505050505092915050565b5f763d602d80600a3d3981f3363d3d373d3d3d363d730000008260601b60e81c175f526e5af43d82803e903d91602b57fd5bf38260781b17602052603760095ff090506001600160a01b0381166135e5576040516330be1a3d60e21b815260040160405180910390fd5b919050565b5f8051602061479983398151915254600160401b900460ff1661362057604051631afcd79f60e31b815260040160405180910390fd5b565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b17905251613690919061460f565b5f60405180830381855afa9150503d805f81146136c8576040519150601f19603f3d011682016040523d82523d5f602084013e6136cd565b606091505b5091509150811561371f5760408151106136ff57808060200190518101906136f59190614625565b909450925061371f565b602081511061371f578080602001905181019061371c9190614364565b93505b505094509492505050565b6040516399009c5160e01b81526001600160601b038084166004830152821660248201525f9073__$94a2c899be079b00d952d0d84fffaa5c34$__906399009c5190604401602060405180830381865af415801561378a573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906137ae9190614364565b9392505050565b6137bd6135ea565b6137c5613a2d565b6001600160a01b038216156137e2576137dd82613a3d565b613859565b5f6137ed60026138fa565b9050613857816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561382e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613852919061433e565b613a3d565b505b6138d583846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015613899573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906138bd91906142eb565b60085f8560405180602001604052805f815250613a51565b6138e5634a531f3360e01b613a01565b6138f563daf9067160e01b613a01565b505050565b5f61390d6001546001600160a01b031690565b604051632392b61b60e21b8152600360048201526001600160a01b03919091169063d39e604390849073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015613970573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061399491906144dc565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa1580156139d7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906139fb919061433e565b92915050565b613a096135ea565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b613a356135ea565b613620613aec565b613a456135ea565b613a4e81613b1a565b50565b613a596135ea565b613a638287613b2b565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa301610ec8838261469e565b613af46135ea565b60017f9b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f0055565b613b226135ea565b613a4e8161329e565b613b336135ea565b613b3c81613ba1565b613b44613ca9565b6001600160a01b038216613b6b5760405163f17ef42d60e01b815260040160405180910390fd5b505f8051602061475983398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b613ba96135ea565b806001600160a01b03163b5f03613bde5760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610718565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b8152632f6da6f960e01b60048201526301ffc9a790602401602060405180830381865afa925050508015613c58575060408051601f3d908101601f19168201909252613c5591810190614364565b60015b613c805760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610718565b806119f45760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610718565b613cb16135ea565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b80356001600160e01b0319811681146135e5575f80fd5b5f60208284031215613d15575f80fd5b6137ae82613cee565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151613d94608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152613dd8610100840182613d1e565b949350505050565b6001600160a01b0381168114613a4e575f80fd5b5f60208284031215613e04575f80fd5b81356137ae81613de0565b64ffffffffff81168114613a4e575f80fd5b5f60208284031215613e31575f80fd5b81356137ae81613e0f565b634e487b7160e01b5f52604160045260245ffd5b60405160e081016001600160401b0381118282101715613e7257613e72613e3c565b60405290565b604051601f8201601f191681016001600160401b0381118282101715613ea057613ea0613e3c565b604052919050565b5f6001600160401b03821115613ec057613ec0613e3c565b50601f01601f191660200190565b5f613ee0613edb84613ea8565b613e78565b9050828152838383011115613ef3575f80fd5b828260208301375f602084830101529392505050565b5f82601f830112613f18575f80fd5b6137ae83833560208501613ece565b5f60208284031215613f37575f80fd5b81356001600160401b03811115613f4c575f80fd5b613dd884828501613f09565b6001600160601b0381168114613a4e575f80fd5b5f8060408385031215613f7d575f80fd5b8235613f8881613f58565b91506020830135613f9881613de0565b809150509250929050565b5f8060408385031215613fb4575f80fd5b8235613fbf81613de0565b915060208301356001600160401b03811115613fd9575f80fd5b613fe585828601613f09565b9150509250929050565b5f6001600160401b0382111561400757614007613e3c565b5060051b60200190565b5f82601f830112614020575f80fd5b813561402e613edb82613fef565b8082825260208201915060208360051b86010192508583111561404f575f80fd5b602085015b838110156140f35780356001600160401b03811115614071575f80fd5b8601603f81018813614081575f80fd5b6020810135614092613edb82613fef565b808282526020820191506020808460051b8601010192508a8311156140b5575f80fd5b6040840193505b828410156140de576140cd84613cee565b8252602093840193909101906140bc565b86525050602093840193919091019050614054565b5095945050505050565b6001600160401b0381168114613a4e575f80fd5b5f82601f830112614120575f80fd5b813561412e613edb82613fef565b8082825260208201915060208360051b86010192508583111561414f575f80fd5b602085015b838110156140f3578035614167816140fd565b835260209283019201614154565b5f805f805f60a08688031215614189575f80fd5b853561419481613f58565b945060208601356141a481613de0565b935060408601356001600160401b038111156141be575f80fd5b8601601f810188136141ce575f80fd5b6141dd88823560208401613ece565b93505060608601356001600160401b038111156141f8575f80fd5b61420488828901614011565b92505060808601356001600160401b0381111561421f575f80fd5b61422b88828901614111565b9150509295509295909350565b5f8060408385031215614249575f80fd5b823561425481613de0565b91506020830135613f9881613f58565b8015158114613a4e575f80fd5b5f60208284031215614281575f80fd5b81356137ae81614264565b5f6020828403121561429c575f80fd5b5035919050565b5f602082840312156142b3575f80fd5b81356137ae81613f58565b5f602082840312156142ce575f80fd5b815162ffffff811681146137ae575f80fd5b80516135e581613f58565b5f602082840312156142fb575f80fd5b81516137ae81613f58565b600181811c9082168061431a57607f821691505b60208210810361433857634e487b7160e01b5f52602260045260245ffd5b50919050565b5f6020828403121561434e575f80fd5b81516137ae81613de0565b80516135e581614264565b5f60208284031215614374575f80fd5b81516137ae81614264565b60ff81168114613a4e575f80fd5b80516135e58161437f565b80516135e581613de0565b5f82601f8301126143b2575f80fd5b81516143c0613edb82613ea8565b8181528460208386010111156143d4575f80fd5b8160208501602083015e5f918101602001919091529392505050565b5f60208284031215614400575f80fd5b81516001600160401b03811115614415575f80fd5b820160e08185031215614426575f80fd5b61442e613e50565b614437826142e0565b8152614445602083016142e0565b60208201526144566040830161438d565b604082015261446760608301614359565b606082015261447860808301614398565b608082015261448960a08301614398565b60a082015260c08201516001600160401b038111156144a6575f80fd5b6144b2868285016143a3565b60c083015250949350505050565b6001600160a01b0392909216825260ff16602082015260400190565b5f602082840312156144ec575f80fd5b81516137ae8161437f565b5f60208284031215614507575f80fd5b81516137ae816140fd565b5f60208284031215614522575f80fd5b81516137ae81613e0f565b5f6020828403121561453d575f80fd5b5051919050565b5f8085851115614552575f80fd5b8386111561455e575f80fd5b5050820193919092039150565b80356001600160e01b0319811690600484101561459c576001600160e01b0319600485900360031b81901b82161691505b5092915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b5f80604083850312156145f3575f80fd5b82516145fe81613de0565b6020840151909250613f9881613de0565b5f82518060208501845e5f920191825250919050565b5f8060408385031215614636575f80fd5b825161464181614264565b602084015190925063ffffffff81168114613f98575f80fd5b601f8211156138f557805f5260205f20601f840160051c8101602085101561467f5750805b601f840160051c820191505b81811015611875575f815560010161468b565b81516001600160401b038111156146b7576146b7613e3c565b6146cb816146c58454614306565b8461465a565b6020601f8211600181146146fd575f83156146e65750848201515b5f19600385901b1c1916600184901b178455611875565b5f84815260208120601f198516915b8281101561472c578785015182556020948501946001909201910161470c565b508482101561474957868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a2646970667358221220b42a012242f98556dad1f6fc4f9b777b0db4adcb5ac36ac53ad45e89c24b657964736f6c634300081a0033",
|
884
|
+
"deployedBytecode": "0x608060405234801561000f575f80fd5b50600436106101d1575f3560e01c80637a9e5e4b116100fe578063b03d2a8e1161009e578063c22f980d1161006e578063c22f980d1461045b578063dd38b49e14610352578063e52ba1cb1461046e578063edabac0314610481575f80fd5b8063b03d2a8e1461041e578063b68d180914610431578063b7d6851914610440578063bf7e214f14610453575f80fd5b80638fb36037116100d95780638fb36037146103a7578063a2356b3a146103c8578063ad501467146103db578063ada9652e1461040a575f80fd5b80637a9e5e4b14610385578063872309c714610398578063893d20e81461039f575f80fd5b8063329d6e7411610174578063644c45e011610144578063644c45e0146103225780636a778e731461033f5780636c6fbb28146103525780636c741e7814610365575f80fd5b8063329d6e74146102c45780633931d6da146102d757806349bb9e4b146102ea5780635ab1bd53146102fd575f80fd5b8063138461e0116101af578063138461e0146102475780631eff4b2214610267578063254f68661461029c5780632d764ef8146102b1575f80fd5b806301ffc9a7146101d55780630d8e6e2c146102165780630fec111c14610232575b5f80fd5b6102016101e3366004613d05565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61021e610492565b60405162ffffff909116815260200161020d565b61023a610519565b60405161020d9190613d4c565b61024f6106d7565b6040516001600160601b03909116815260200161020d565b61028e7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b60405190815260200161020d565b6102af6102aa366004613df4565b6106e1565b005b6102af6102bf366004613e21565b61085c565b6102af6102d2366004613f27565b610c3a565b6102af6102e5366004613f6c565b610d84565b6102af6102f8366004613fa3565b610ed2565b6001546001600160a01b03165b6040516001600160a01b03909116815260200161020d565b5f80516020614759833981519152546001600160601b031661024f565b61024f61034d366004613df4565b610fce565b6102af610360366004614175565b61185f565b61036d61187c565b6040516001600160401b03909116815260200161020d565b6102af610393366004613df4565b611972565b61028e5f81565b61030a6119f8565b6103af611b29565b6040516001600160e01b0319909116815260200161020d565b6102af6103d6366004614238565b611b5e565b6103e3611ecc565b604080516001600160a01b0390931683526001600160601b0390911660208301520161020d565b61028e5f8051602061475983398151915281565b6102af61042c366004614271565b61216a565b604051600a815260200161020d565b6102af61044e36600461428c565b61238e565b61030a6126b6565b6102af6104693660046142a3565b6126d1565b61024f61047c3660046142a3565b6128b9565b6007546001600160a01b031661030a565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af41580156104f0573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061051491906142be565b905090565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c08101919091525f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156105c9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105ed91906142eb565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a0016106356119f8565b6001600160a01b0316815260200182600101805461065290614306565b80601f016020809104026020016040519081016040528092919081815260200182805461067e90614306565b80156106c95780601f106106a0576101008083540402835291602001916106c9565b820191905f5260205f20905b8154815290600101906020018083116106ac57829003601f168201915b505050505081525091505090565b5f61051430612c29565b6106e96119f8565b6001600160a01b0316336001600160a01b0316146107215760405163086391f760e31b81523360048201526024015b60405180910390fd5b6007546001600160a01b031661074a576040516358e5a4af60e01b815260040160405180910390fd5b6001600160a01b03811661077157604051631aa1808560e31b815260040160405180910390fd5b6007546001600160a01b03908116908216036107a057604051630666e2a560e01b815260040160405180910390fd5b6006546040805163379ed74560e21b8152905183926001600160a01b03908116929084169163de7b5d14916004808201926020929091908290030181865afa1580156107ee573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610812919061433e565b6001600160a01b0316146108395760405163f026367160e01b815260040160405180910390fd5b50600780546001600160a01b0319166001600160a01b0392909216919091179055565b335f6108706001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa1580156108b4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108d891906142eb565b604051630a4d29dd60e31b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af4158015610931573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109559190614364565b1561097e576040516308afbeb960e31b81526001600160a01b0383166004820152602401610718565b5f6109916001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa1580156109dd573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610a0491908101906143f0565b604001519050610a1d81600a5b60ff9081169116141590565b15610a3f578281604051632e87cd2360e11b81526004016107189291906144c0565b5f836001600160a01b031663cde749f46040518163ffffffff1660e01b8152600401602060405180830381865afa158015610a7c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610aa091906144dc565b9050610b2581610aae610492565b60405163c9e66e2960e01b815262ffffff909116600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__9063c9e66e2990602401602060405180830381865af4158015610b01573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a1191906144dc565b15610b47578381604051637f8084f960e01b81526004016107189291906144c0565b5f610b5a6001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015610b9e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610bc291906142eb565b60035460405163db1e36e760e01b81526001600160601b038316600482015264ffffffffff891660248201529192506001600160a01b03169063db1e36e7906044015b5f604051808303815f87803b158015610c1c575f80fd5b505af1158015610c2e573d5f803e3d5ffd5b50505050505050505050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c610c5c610492565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015610c9a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610cbe91906144f7565b5f805160206147998339815191528054600160401b900460ff1680610cf0575080546001600160401b03808416911610155b15610d0e5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b178155610d3883612e22565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b610d90335b5f36612e2a565b5f610d9b8383612f20565b5090505f816001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015610ddb573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610dff919061433e565b9050806001600160a01b031663a76a333a84856001600160a01b0316636bd1c0eb6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610e4d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e71919061433e565b6040516001600160e01b031960e085901b1681526001600160a01b039283166004820152911660248201526044015f604051808303815f87803b158015610eb6575f80fd5b505af1158015610ec8573d5f803e3d5ffd5b5050505050505050565b5f805160206147998339815191528054600160401b810460ff1615906001600160401b03165f81158015610f035750825b90505f826001600160401b03166001148015610f1e5750303b155b905081158015610f2c575080155b15610f4a5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610f7457845460ff60401b1916600160401b1785555b610f7e87876130ab565b8315610fc557845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b5f610fd76119f8565b6001600160a01b0316336001600160a01b03161461100a5760405163086391f760e31b8152336004820152602401610718565b6006546001600160a01b03161561103457604051632c237de760e11b815260040160405180910390fd5b6005546001600160a01b03161561105e5760405163ab0cc43960e01b815260040160405180910390fd5b6008546001600160a01b0316156110885760405163558f4f7b60e11b815260040160405180910390fd5b6001600160a01b0382166110af576040516309353e4560e11b815260040160405180910390fd5b5f8290505f816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156110f0573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611114919061433e565b90505f826001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015611153573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611177919061433e565b90505f8190505f846001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156111ba573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111de919061433e565b90505f8190505f866001600160a01b0316636dddada46040518163ffffffff1660e01b8152600401602060405180830381865afa158015611221573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611245919061433e565b90505f8190505f886001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015611288573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112ac919061433e565b9050806001600160a01b0389166112d6576040516327ccc33d60e11b815260040160405180910390fd5b6001600160a01b0387166112fc576040516295661560e31b815260040160405180910390fd5b6001600160a01b0385166113235760405163e267254160e01b815260040160405180910390fd5b6001600160a01b03831661134a5760405163bfebabd760e01b815260040160405180910390fd5b6001600160a01b038116611371576040516301fa2a2b60e01b815260040160405180910390fd5b876001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156113ad573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113d1919061433e565b6001600160a01b03168a6001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611416573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061143a919061433e565b6001600160a01b031614611461576040516334ddf1a760e21b815260040160405180910390fd5b876001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561149d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114c1919061433e565b6001600160a01b0316846001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611506573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061152a919061433e565b6001600160a01b0316146115515760405163e168da3760e01b815260040160405180910390fd5b876001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561158d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115b1919061433e565b6001600160a01b0316826001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156115f6573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061161a919061433e565b6001600160a01b03161461164157604051631129422760e31b815260040160405180910390fd5b896001600160a01b0316846001600160a01b031663de7b5d146040518163ffffffff1660e01b8152600401602060405180830381865afa158015611687573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116ab919061433e565b6001600160a01b0316146116d257604051631b25e96d60e31b815260040160405180910390fd5b896001600160a01b0316866001600160a01b031663de7b5d146040518163ffffffff1660e01b8152600401602060405180830381865afa158015611718573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061173c919061433e565b6001600160a01b031614611763576040516331783c7160e11b815260040160405180910390fd5b600480546001600160a01b03199081166001600160a01b038c8116919091179092556005805482168a84161790556006805482168f8416908117909155600780548316898516179055600880548316878516179055600980549092168484161790915560025490915f911663026bc43b836117dc6119f8565b6040516001600160e01b031960e085901b1681526001600160a01b039283166004820152911660248201526044015f604051808303815f875af1158015611825573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261184c91908101906143f0565b519e9d5050505050505050505050505050565b61186833610d89565b611875858585848661321a565b5050505050565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d3600a604051632392b61b60e21b81526003600482015273__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af41580156118e7573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061190b91906144dc565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af415801561194e573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061051491906144f7565b3361197b6126b6565b6001600160a01b0316816001600160a01b0316146119b65760405162d1953b60e31b81526001600160a01b0382166004820152602401610718565b816001600160a01b03163b5f036119eb576040516361798f2f60e11b81526001600160a01b0383166004820152602401610718565b6119f48261329e565b5050565b5f805f8051602061475983398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611a64573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a889190614364565b15611b13576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611ae9573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b0d919061433e565b91505090565b54600160601b90046001600160a01b0316919050565b5f8051602061477983398151915280545f9190600160a01b900460ff16611b50575f611b0d565b638fb3603760e01b91505090565b335f611b726001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015611bb6573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611bda91906142eb565b604051630a4d29dd60e31b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af4158015611c33573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c579190614364565b15611c80576040516308afbeb960e31b81526001600160a01b0383166004820152602401610718565b5f611c936001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa158015611cdf573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611d0691908101906143f0565b604001519050611d1781600a610a11565b15611d39578281604051632e87cd2360e11b81526004016107189291906144c0565b5f836001600160a01b031663cde749f46040518163ffffffff1660e01b8152600401602060405180830381865afa158015611d76573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d9a91906144dc565b9050611da881610aae610492565b15611dca578381604051637f8084f960e01b81526004016107189291906144c0565b5f611ddd6001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015611e21573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e4591906142eb565b600354604051636f61deef60e11b81526001600160601b0380841660048301526001600160a01b038b81166024840152908a16604483015292935091169063dec3bdde906064016020604051808303815f875af1158015611ea8573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ec891906142eb565b5f803381611ed86132fe565b9050611ee4818361346c565b60025460405163026bc43b60e01b81526001600160a01b038084166004830152858116602483015292965091169063026bc43b906044015f604051808303815f875af1158015611f36573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611f5d91908101906143f0565b5f0151925060035f9054906101000a90046001600160a01b03166001600160a01b03166381d9b45f8473__$fb6c7635e3c1acf7e7d82c7d43e7a24671$__63c6edc3dd6040518163ffffffff1660e01b8152600401602060405180830381865af4158015611fcd573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ff19190614512565b73__$fb6c7635e3c1acf7e7d82c7d43e7a24671$__63f87bf3736040518163ffffffff1660e01b8152600401602060405180830381865af4158015612038573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061205c919061452d565b6040516001600160e01b031960e086901b1681526001600160601b03909316600484015264ffffffffff909116602483015260448201526064015f604051808303815f87803b1580156120ad575f80fd5b505af11580156120bf573d5f803e3d5ffd5b505060405163776c828f60e01b81526001600160a01b0387811660048301528416925063776c828f91506024015f604051808303815f87803b158015612103575f80fd5b505af1158015612115573d5f803e3d5ffd5b5050604080516001600160601b03871681526001600160a01b03881660208201527f5f38ba73d945d51535b3c678f341052a70a580bed77c5db38464d02366c29fa8935001905060405180910390a150509091565b6001546001600160a01b0316604051630bee2f1560e11b81523360048201526001600160a01b0391909116906317dc5e2a90602401602060405180830381865afa1580156121ba573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906121de9190614364565b6121fd576040516302613e9f60e51b8152336004820152602401610718565b6040516301ffc9a760e01b81526376c9b41160e11b6004820152339081906301ffc9a790602401602060405180830381865afa15801561223f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122639190614364565b61228a576040516236c14d60e71b81526001600160a01b0382166004820152602401610718565b5f61229d6001546001600160a01b031690565b6040516308b09a5f60e41b81526001600160a01b0384811660048301529192505f91831690638b09a5f0906024015f60405180830381865afa1580156122e5573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261230c91908101906143f0565b602001516040516305247a1760e51b81526001600160601b03821660048201529091505f906001600160a01b0384169063a48f42e0906024015f60405180830381865afa15801561235f573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261238691908101906143f0565b505050505050565b335f6123a26001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa1580156123e6573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061240a91906142eb565b604051630a4d29dd60e31b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af4158015612463573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906124879190614364565b156124b0576040516308afbeb960e31b81526001600160a01b0383166004820152602401610718565b5f6124c36001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa15801561250f573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261253691908101906143f0565b60400151905061254781600a610a11565b15612569578281604051632e87cd2360e11b81526004016107189291906144c0565b5f836001600160a01b031663cde749f46040518163ffffffff1660e01b8152600401602060405180830381865afa1580156125a6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906125ca91906144dc565b90506125d881610aae610492565b156125fa578381604051637f8084f960e01b81526004016107189291906144c0565b5f61260d6001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015612651573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061267591906142eb565b60035460405163545c994560e11b81526001600160601b0383166004820152602481018990529192506001600160a01b03169063a8b9328a90604401610c05565b5f80516020614779833981519152546001600160a01b031690565b806126e46001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015612731573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612755919061433e565b6001600160a01b0316336001600160a01b031614612788576040516302613e9f60e51b8152336004820152602401610718565b5f61279b6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03851660048201529091505f906001600160a01b0383169063a48f42e0906024015f60405180830381865afa1580156127ea573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261281191908101906143f0565b6080810151600754919250905f90612831906001600160a01b031661357b565b604051636791f7ab60e01b81526001600160a01b03848116600483015291925090821690636791f7ab906024015f604051808303815f87803b158015612875575f80fd5b505af1158015612887573d5f803e3d5ffd5b5050604051633def10c760e21b81526001600160a01b0384811660048301528516925063f7bc431c9150602401610c05565b5f33816128ce6001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015612912573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061293691906142eb565b604051630a4d29dd60e31b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af415801561298f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906129b39190614364565b156129dc576040516308afbeb960e31b81526001600160a01b0383166004820152602401610718565b5f6129ef6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa158015612a3b573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612a6291908101906143f0565b604001519050612a7381600a610a11565b15612a95578281604051632e87cd2360e11b81526004016107189291906144c0565b5f836001600160a01b031663cde749f46040518163ffffffff1660e01b8152600401602060405180830381865afa158015612ad2573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612af691906144dc565b9050612b0481610aae610492565b15612b26578381604051637f8084f960e01b81526004016107189291906144c0565b5f612b396001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015612b7d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ba191906142eb565b6003546040516321ece65760e01b81526001600160601b0380841660048301528a1660248201529192506001600160a01b0316906321ece657906044016020604051808303815f875af1158015612bfa573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612c1e91906142eb565b505050505050919050565b5f805f8051602061475983398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015612c95573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612cb99190614364565b15612ce55780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610718565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015612d37573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612d5b9190614364565b612d835760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610718565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015612dd5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612df991906142eb565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b6101d16135ea565b5f805160206147798339815191525f80612e62612e456126b6565b8730612e5460045f8a8c614544565b612e5d9161456b565b613622565b91509150816123865763ffffffff811615612efd57825460ff60a01b1916600160a01b178355612e906126b6565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b8152600401612ebf939291906145a3565b5f604051808303815f87803b158015612ed6575f80fd5b505af1158015612ee8573d5f803e3d5ffd5b5050845460ff60a01b19168555506123869050565b60405162d1953b60e31b81526001600160a01b0387166004820152602401610718565b5f805f612f356001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03871660048201529091505f906001600160a01b0383169063a48f42e0906024015f60405180830381865afa158015612f84573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612fab91908101906143f0565b9050612fbd8160400151610a11600a90565b15612fe65760405163209839e360e21b81526001600160601b0387166004820152602401610718565b6040516308b09a5f60e41b81526001600160a01b0386811660048301525f9190841690638b09a5f0906024015f60405180830381865afa15801561302c573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261305391908101906143f0565b905061306381602001518861372a565b1561309757805160405163a811346560e01b81526001600160601b03808a1660048301529091166024820152604401610718565b608090910151905190969095509350505050565b5f805160206147998339815191528054600160401b810460ff1615906001600160401b03165f811580156130dc5750825b90505f826001600160401b031660011480156130f75750303b155b905081158015613105575080155b156131235760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561314d57845460ff60401b1916600160401b1785555b5f808780602001905181019061316391906145e2565b9150915061317282828b6137b5565b61317c60026138fa565b600280546001600160a01b0319166001600160a01b03929092169190911790556131a660036138fa565b600380546001600160a01b0319166001600160a01b03929092169190911790556131d66348b5e69560e01b613a01565b50508315610fc557845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001610fbc565b5f6132258686612f20565b5090505f816001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015613265573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613289919061433e565b90505f5b8451811015610ec85760010161328d565b5f8051602061477983398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6004545f908190613317906001600160a01b031661357b565b60055490915061332f906001600160a01b031661357b565b60405163189acdbd60e31b81526001600160a01b0380831660048301529193509082169063c4d66de8906024015f604051808303815f87803b158015613373575f80fd5b505af1158015613385573d5f803e3d5ffd5b50505050816001600160a01b031663485cc9558260055f9054906101000a90046001600160a01b03166001600160a01b0316638e5bc2936040518163ffffffff1660e01b8152600401602060405180830381865afa1580156133e9573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061340d919061433e565b6040516001600160e01b031960e085901b1681526001600160a01b039283166004820152911660248201526044015f604051808303815f87803b158015613452575f80fd5b505af1158015613464573d5f803e3d5ffd5b505050505090565b6009545f908190613485906001600160a01b031661357b565b6008549091505f9061349f906001600160a01b031661357b565b6007549091505f906134b9906001600160a01b031661357b565b6006549091506134d1906001600160a01b031661357b565b9350836001600160a01b031663cc2a9a5b878585856134f86001546001600160a01b031690565b6040516001600160e01b031960e088901b1681526001600160a01b03958616600482015293851660248501529184166044840152831660648301528216608482015290881660a482015260c4015f604051808303815f87803b15801561355c575f80fd5b505af115801561356e573d5f803e3d5ffd5b5050505050505092915050565b5f763d602d80600a3d3981f3363d3d373d3d3d363d730000008260601b60e81c175f526e5af43d82803e903d91602b57fd5bf38260781b17602052603760095ff090506001600160a01b0381166135e5576040516330be1a3d60e21b815260040160405180910390fd5b919050565b5f8051602061479983398151915254600160401b900460ff1661362057604051631afcd79f60e31b815260040160405180910390fd5b565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b17905251613690919061460f565b5f60405180830381855afa9150503d805f81146136c8576040519150601f19603f3d011682016040523d82523d5f602084013e6136cd565b606091505b5091509150811561371f5760408151106136ff57808060200190518101906136f59190614625565b909450925061371f565b602081511061371f578080602001905181019061371c9190614364565b93505b505094509492505050565b6040516399009c5160e01b81526001600160601b038084166004830152821660248201525f9073__$94a2c899be079b00d952d0d84fffaa5c34$__906399009c5190604401602060405180830381865af415801561378a573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906137ae9190614364565b9392505050565b6137bd6135ea565b6137c5613a2d565b6001600160a01b038216156137e2576137dd82613a3d565b613859565b5f6137ed60026138fa565b9050613857816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561382e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613852919061433e565b613a3d565b505b6138d583846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015613899573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906138bd91906142eb565b60085f8560405180602001604052805f815250613a51565b6138e5634a531f3360e01b613a01565b6138f563daf9067160e01b613a01565b505050565b5f61390d6001546001600160a01b031690565b604051632392b61b60e21b8152600360048201526001600160a01b03919091169063d39e604390849073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015613970573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061399491906144dc565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa1580156139d7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906139fb919061433e565b92915050565b613a096135ea565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b613a356135ea565b613620613aec565b613a456135ea565b613a4e81613b1a565b50565b613a596135ea565b613a638287613b2b565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa301610ec8838261469e565b613af46135ea565b60017f9b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f0055565b613b226135ea565b613a4e8161329e565b613b336135ea565b613b3c81613ba1565b613b44613ca9565b6001600160a01b038216613b6b5760405163f17ef42d60e01b815260040160405180910390fd5b505f8051602061475983398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b613ba96135ea565b806001600160a01b03163b5f03613bde5760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610718565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b8152632f6da6f960e01b60048201526301ffc9a790602401602060405180830381865afa925050508015613c58575060408051601f3d908101601f19168201909252613c5591810190614364565b60015b613c805760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610718565b806119f45760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610718565b613cb16135ea565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b80356001600160e01b0319811681146135e5575f80fd5b5f60208284031215613d15575f80fd5b6137ae82613cee565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151613d94608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152613dd8610100840182613d1e565b949350505050565b6001600160a01b0381168114613a4e575f80fd5b5f60208284031215613e04575f80fd5b81356137ae81613de0565b64ffffffffff81168114613a4e575f80fd5b5f60208284031215613e31575f80fd5b81356137ae81613e0f565b634e487b7160e01b5f52604160045260245ffd5b60405160e081016001600160401b0381118282101715613e7257613e72613e3c565b60405290565b604051601f8201601f191681016001600160401b0381118282101715613ea057613ea0613e3c565b604052919050565b5f6001600160401b03821115613ec057613ec0613e3c565b50601f01601f191660200190565b5f613ee0613edb84613ea8565b613e78565b9050828152838383011115613ef3575f80fd5b828260208301375f602084830101529392505050565b5f82601f830112613f18575f80fd5b6137ae83833560208501613ece565b5f60208284031215613f37575f80fd5b81356001600160401b03811115613f4c575f80fd5b613dd884828501613f09565b6001600160601b0381168114613a4e575f80fd5b5f8060408385031215613f7d575f80fd5b8235613f8881613f58565b91506020830135613f9881613de0565b809150509250929050565b5f8060408385031215613fb4575f80fd5b8235613fbf81613de0565b915060208301356001600160401b03811115613fd9575f80fd5b613fe585828601613f09565b9150509250929050565b5f6001600160401b0382111561400757614007613e3c565b5060051b60200190565b5f82601f830112614020575f80fd5b813561402e613edb82613fef565b8082825260208201915060208360051b86010192508583111561404f575f80fd5b602085015b838110156140f35780356001600160401b03811115614071575f80fd5b8601603f81018813614081575f80fd5b6020810135614092613edb82613fef565b808282526020820191506020808460051b8601010192508a8311156140b5575f80fd5b6040840193505b828410156140de576140cd84613cee565b8252602093840193909101906140bc565b86525050602093840193919091019050614054565b5095945050505050565b6001600160401b0381168114613a4e575f80fd5b5f82601f830112614120575f80fd5b813561412e613edb82613fef565b8082825260208201915060208360051b86010192508583111561414f575f80fd5b602085015b838110156140f3578035614167816140fd565b835260209283019201614154565b5f805f805f60a08688031215614189575f80fd5b853561419481613f58565b945060208601356141a481613de0565b935060408601356001600160401b038111156141be575f80fd5b8601601f810188136141ce575f80fd5b6141dd88823560208401613ece565b93505060608601356001600160401b038111156141f8575f80fd5b61420488828901614011565b92505060808601356001600160401b0381111561421f575f80fd5b61422b88828901614111565b9150509295509295909350565b5f8060408385031215614249575f80fd5b823561425481613de0565b91506020830135613f9881613f58565b8015158114613a4e575f80fd5b5f60208284031215614281575f80fd5b81356137ae81614264565b5f6020828403121561429c575f80fd5b5035919050565b5f602082840312156142b3575f80fd5b81356137ae81613f58565b5f602082840312156142ce575f80fd5b815162ffffff811681146137ae575f80fd5b80516135e581613f58565b5f602082840312156142fb575f80fd5b81516137ae81613f58565b600181811c9082168061431a57607f821691505b60208210810361433857634e487b7160e01b5f52602260045260245ffd5b50919050565b5f6020828403121561434e575f80fd5b81516137ae81613de0565b80516135e581614264565b5f60208284031215614374575f80fd5b81516137ae81614264565b60ff81168114613a4e575f80fd5b80516135e58161437f565b80516135e581613de0565b5f82601f8301126143b2575f80fd5b81516143c0613edb82613ea8565b8181528460208386010111156143d4575f80fd5b8160208501602083015e5f918101602001919091529392505050565b5f60208284031215614400575f80fd5b81516001600160401b03811115614415575f80fd5b820160e08185031215614426575f80fd5b61442e613e50565b614437826142e0565b8152614445602083016142e0565b60208201526144566040830161438d565b604082015261446760608301614359565b606082015261447860808301614398565b608082015261448960a08301614398565b60a082015260c08201516001600160401b038111156144a6575f80fd5b6144b2868285016143a3565b60c083015250949350505050565b6001600160a01b0392909216825260ff16602082015260400190565b5f602082840312156144ec575f80fd5b81516137ae8161437f565b5f60208284031215614507575f80fd5b81516137ae816140fd565b5f60208284031215614522575f80fd5b81516137ae81613e0f565b5f6020828403121561453d575f80fd5b5051919050565b5f8085851115614552575f80fd5b8386111561455e575f80fd5b5050820193919092039150565b80356001600160e01b0319811690600484101561459c576001600160e01b0319600485900360031b81901b82161691505b5092915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b5f80604083850312156145f3575f80fd5b82516145fe81613de0565b6020840151909250613f9881613de0565b5f82518060208501845e5f920191825250919050565b5f8060408385031215614636575f80fd5b825161464181614264565b602084015190925063ffffffff81168114613f98575f80fd5b601f8211156138f557805f5260205f20601f840160051c8101602085101561467f5750805b601f840160051c820191505b81811015611875575f815560010161468b565b81516001600160401b038111156146b7576146b7613e3c565b6146cb816146c58454614306565b8461465a565b6020601f8211600181146146fd575f83156146e65750848201515b5f19600385901b1c1916600184901b178455611875565b5f84815260208120601f198516915b8281101561472c578785015182556020948501946001909201910161470c565b508482101561474957868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a2646970667358221220b42a012242f98556dad1f6fc4f9b777b0db4adcb5ac36ac53ad45e89c24b657964736f6c634300081a0033",
|
885
|
+
"linkReferences": {
|
886
|
+
"contracts/staking/TargetManagerLib.sol": {
|
887
|
+
"TargetManagerLib": [
|
888
|
+
{
|
889
|
+
"length": 20,
|
890
|
+
"start": 8286
|
891
|
+
},
|
892
|
+
{
|
893
|
+
"length": 20,
|
894
|
+
"start": 8393
|
895
|
+
}
|
896
|
+
]
|
897
|
+
},
|
898
|
+
"contracts/type/NftId.sol": {
|
899
|
+
"NftIdLib": [
|
900
|
+
{
|
901
|
+
"length": 20,
|
902
|
+
"start": 1626
|
903
|
+
},
|
904
|
+
{
|
905
|
+
"length": 20,
|
906
|
+
"start": 2511
|
907
|
+
},
|
908
|
+
{
|
909
|
+
"length": 20,
|
910
|
+
"start": 6914
|
911
|
+
},
|
912
|
+
{
|
913
|
+
"length": 20,
|
914
|
+
"start": 7377
|
915
|
+
},
|
916
|
+
{
|
917
|
+
"length": 20,
|
918
|
+
"start": 9473
|
919
|
+
},
|
920
|
+
{
|
921
|
+
"length": 20,
|
922
|
+
"start": 10797
|
923
|
+
},
|
924
|
+
{
|
925
|
+
"length": 20,
|
926
|
+
"start": 11571
|
927
|
+
},
|
928
|
+
{
|
929
|
+
"length": 20,
|
930
|
+
"start": 14376
|
931
|
+
}
|
932
|
+
]
|
933
|
+
},
|
934
|
+
"contracts/type/RoleId.sol": {
|
935
|
+
"RoleIdLib": [
|
936
|
+
{
|
937
|
+
"length": 20,
|
938
|
+
"start": 6485
|
939
|
+
}
|
940
|
+
]
|
941
|
+
},
|
942
|
+
"contracts/type/Version.sol": {
|
943
|
+
"VersionLib": [
|
944
|
+
{
|
945
|
+
"length": 20,
|
946
|
+
"start": 1422
|
947
|
+
},
|
948
|
+
{
|
949
|
+
"length": 20,
|
950
|
+
"start": 2975
|
951
|
+
},
|
952
|
+
{
|
953
|
+
"length": 20,
|
954
|
+
"start": 3346
|
955
|
+
}
|
956
|
+
],
|
957
|
+
"VersionPartLib": [
|
958
|
+
{
|
959
|
+
"length": 20,
|
960
|
+
"start": 6533
|
961
|
+
},
|
962
|
+
{
|
963
|
+
"length": 20,
|
964
|
+
"start": 14862
|
965
|
+
}
|
966
|
+
]
|
967
|
+
}
|
968
|
+
},
|
969
|
+
"deployedLinkReferences": {
|
970
|
+
"contracts/staking/TargetManagerLib.sol": {
|
971
|
+
"TargetManagerLib": [
|
972
|
+
{
|
973
|
+
"length": 20,
|
974
|
+
"start": 8072
|
975
|
+
},
|
976
|
+
{
|
977
|
+
"length": 20,
|
978
|
+
"start": 8179
|
979
|
+
}
|
980
|
+
]
|
981
|
+
},
|
982
|
+
"contracts/type/NftId.sol": {
|
983
|
+
"NftIdLib": [
|
984
|
+
{
|
985
|
+
"length": 20,
|
986
|
+
"start": 1412
|
987
|
+
},
|
988
|
+
{
|
989
|
+
"length": 20,
|
990
|
+
"start": 2297
|
991
|
+
},
|
992
|
+
{
|
993
|
+
"length": 20,
|
994
|
+
"start": 6700
|
995
|
+
},
|
996
|
+
{
|
997
|
+
"length": 20,
|
998
|
+
"start": 7163
|
999
|
+
},
|
1000
|
+
{
|
1001
|
+
"length": 20,
|
1002
|
+
"start": 9259
|
1003
|
+
},
|
1004
|
+
{
|
1005
|
+
"length": 20,
|
1006
|
+
"start": 10583
|
1007
|
+
},
|
1008
|
+
{
|
1009
|
+
"length": 20,
|
1010
|
+
"start": 11357
|
1011
|
+
},
|
1012
|
+
{
|
1013
|
+
"length": 20,
|
1014
|
+
"start": 14162
|
1015
|
+
}
|
1016
|
+
]
|
1017
|
+
},
|
1018
|
+
"contracts/type/RoleId.sol": {
|
1019
|
+
"RoleIdLib": [
|
1020
|
+
{
|
1021
|
+
"length": 20,
|
1022
|
+
"start": 6271
|
1023
|
+
}
|
1024
|
+
]
|
1025
|
+
},
|
1026
|
+
"contracts/type/Version.sol": {
|
1027
|
+
"VersionLib": [
|
1028
|
+
{
|
1029
|
+
"length": 20,
|
1030
|
+
"start": 1208
|
1031
|
+
},
|
1032
|
+
{
|
1033
|
+
"length": 20,
|
1034
|
+
"start": 2761
|
1035
|
+
},
|
1036
|
+
{
|
1037
|
+
"length": 20,
|
1038
|
+
"start": 3132
|
1039
|
+
}
|
1040
|
+
],
|
1041
|
+
"VersionPartLib": [
|
1042
|
+
{
|
1043
|
+
"length": 20,
|
1044
|
+
"start": 6319
|
1045
|
+
},
|
1046
|
+
{
|
1047
|
+
"length": 20,
|
1048
|
+
"start": 14648
|
1049
|
+
}
|
1050
|
+
]
|
1051
|
+
}
|
1052
|
+
}
|
1053
|
+
}
|