@etherisc/gif-next 0.0.2-f626d92-602 → 0.0.2-f634e5c-828
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +77 -10
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +1293 -0
- package/artifacts/contracts/authorization/AccessAdmin.sol/IAccessManagedChecker.dbg.json +4 -0
- package/artifacts/contracts/authorization/AccessAdmin.sol/IAccessManagedChecker.json +24 -0
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +4 -0
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +1206 -0
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +414 -0
- package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +4 -0
- package/artifacts/contracts/{instance/module/ISetup.sol/ISetup.json → authorization/IAccess.sol/IAccess.json} +2 -2
- package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
- package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.json +1060 -0
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +295 -0
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +167 -0
- package/artifacts/contracts/authorization/ReleaseAccessManager.sol/ReleaseAccessManager.dbg.json +4 -0
- package/artifacts/contracts/authorization/ReleaseAccessManager.sol/ReleaseAccessManager.json +1196 -0
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +253 -0
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +1310 -0
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +4 -0
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +470 -0
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
- package/artifacts/contracts/{components/IDistributionComponent.sol/IDistributionComponent.json → distribution/Distribution.sol/Distribution.json} +348 -313
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1494 -0
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +862 -0
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +903 -0
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service → distribution}/IDistributionService.sol/IDistributionService.json +221 -327
- package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.json +22 -0
- package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.json +1415 -0
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +502 -0
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +1965 -0
- package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +470 -0
- package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.json +376 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.json +1429 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1163 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1592 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +2267 -0
- package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +4 -0
- package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +808 -0
- package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstance.sol/IInstance.json +350 -1997
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +189 -113
- package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
- package/artifacts/contracts/instance/Instance.sol/Instance.json +406 -2791
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +1684 -0
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +574 -0
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +1328 -331
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +264 -425
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +156 -151
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3668 -0
- package/artifacts/contracts/instance/RiskSet.sol/RiskSet.dbg.json +4 -0
- package/artifacts/contracts/instance/RiskSet.sol/RiskSet.json +810 -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/{Cloneable.sol → base/Cloneable.sol}/Cloneable.json +1 -54
- package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +10 -0
- package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +223 -0
- package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +181 -0
- package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +8 -116
- package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +1 -1
- package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
- package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
- package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +4 -0
- package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +947 -0
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +478 -0
- package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
- package/artifacts/contracts/oracle/IOracle.sol/IOracle.json +52 -0
- package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
- package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +762 -0
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IPolicyService.sol/IPolicyService.json → oracle/IOracleService.sol/IOracleService.json} +282 -179
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
- package/artifacts/contracts/{components/Component.sol/Component.json → oracle/Oracle.sol/Oracle.json} +274 -253
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +990 -0
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +766 -0
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
- package/artifacts/contracts/{components/Pool.sol/Pool.json → pool/BasicPool.sol/BasicPool.json} +321 -457
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +502 -0
- package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
- package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1360 -0
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +822 -0
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service → pool}/IBundleService.sol/IBundleService.json +323 -60
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
- package/artifacts/contracts/{components/IProductComponent.sol/IProductComponent.json → pool/IPoolComponent.sol/IPoolComponent.json} +346 -281
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1285 -0
- package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
- package/artifacts/contracts/{components/IPoolComponent.sol/IPoolComponent.json → pool/Pool.sol/Pool.json} +387 -436
- package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1619 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +794 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +806 -0
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +730 -0
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
- package/artifacts/contracts/{components/Product.sol/Product.json → product/BasicProduct.sol/BasicProduct.json} +409 -442
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +470 -0
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1439 -0
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +858 -0
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service → product}/IApplicationService.sol/IApplicationService.json +117 -166
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +942 -0
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IPoolService.sol/IPoolService.json → product/IPolicyService.sol/IPolicyService.json} +485 -385
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +578 -0
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +991 -0
- package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IProductService.sol/IProductService.json → product/IRiskService.sol/IRiskService.json} +41 -62
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1313 -0
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +810 -0
- package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
- package/artifacts/contracts/product/PricingService.sol/PricingService.json +923 -0
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +786 -0
- package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
- package/artifacts/contracts/product/Product.sol/Product.json +1092 -0
- package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
- package/artifacts/contracts/product/RiskService.sol/RiskService.json +638 -0
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +718 -0
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +59 -16
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +457 -27
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +263 -110
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +5 -18
- package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
- package/artifacts/contracts/registry/Registry.sol/Registry.json +949 -128
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +1899 -0
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +349 -245
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +161 -94
- package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +4 -0
- package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +205 -0
- package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +4 -0
- package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +1067 -0
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +272 -0
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +316 -153
- package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
- package/artifacts/contracts/{instance/base/ComponentService.sol/ComponentService.json → shared/Component.sol/Component.json} +292 -204
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1908 -0
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +850 -0
- package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IClaimService.sol/IClaimService.json → shared/ComponentVerifyingService.sol/ComponentVerifyingService.json} +124 -125
- package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +4 -0
- package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +488 -0
- package/artifacts/contracts/shared/ContractLib.sol/IInstanceAdminHelper.dbg.json +4 -0
- package/artifacts/contracts/shared/ContractLib.sol/IInstanceAdminHelper.json +24 -0
- package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.dbg.json +4 -0
- package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.json +30 -0
- package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
- package/artifacts/contracts/{components → shared}/IComponent.sol/IComponent.json +146 -131
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +1467 -0
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +697 -0
- package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
- package/artifacts/contracts/{instance/base → shared}/IKeyValueStore.sol/IKeyValueStore.json +95 -14
- package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
- package/artifacts/contracts/{instance/base → shared}/ILifecycle.sol/ILifecycle.json +35 -4
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +19 -10
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +1 -1
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +59 -13
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +28 -6
- package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +1 -1
- package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.json +0 -13
- package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
- package/artifacts/contracts/shared/IService.sol/IService.json +46 -6
- 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 +785 -0
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +538 -0
- package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
- package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.json +174 -0
- package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +4 -0
- package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +306 -0
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +28 -70
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +1 -1
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +35 -85
- package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
- package/artifacts/contracts/shared/Registerable.sol/Registerable.json +69 -99
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +1 -1
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +2 -28
- package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
- package/artifacts/contracts/shared/Service.sol/Service.json +58 -112
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +734 -8
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.dbg.json +4 -0
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.json +395 -0
- package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +4 -0
- package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +172 -0
- package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
- package/artifacts/contracts/{components/Distribution.sol/Distribution.json → staking/IStaking.sol/IStaking.json} +708 -602
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1043 -0
- package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +4 -0
- package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +440 -0
- package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
- package/artifacts/contracts/staking/Staking.sol/Staking.json +1816 -0
- package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +205 -0
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +780 -0
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +587 -0
- package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1265 -0
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +734 -0
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2283 -0
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +607 -0
- package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
- package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +10 -0
- package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
- package/artifacts/contracts/type/Amount.sol/AmountLib.json +398 -0
- package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
- package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +225 -0
- package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +203 -0
- package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
- package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +104 -0
- package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
- package/artifacts/contracts/type/Fee.sol/FeeLib.json +317 -0
- package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
- package/artifacts/contracts/type/Key32.sol/Key32Lib.json +125 -0
- package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.dbg.json +4 -0
- package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.json +33 -0
- package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/NftId.sol/NftIdLib.json +228 -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 +180 -0
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +369 -0
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +246 -0
- package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +4 -0
- package/artifacts/contracts/type/Selector.sol/SelectorLib.json +129 -0
- package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +4 -0
- package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +10 -0
- package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/StateId.sol/StateIdLib.json +105 -0
- package/artifacts/contracts/type/String.sol/StrLib.dbg.json +4 -0
- package/artifacts/contracts/type/String.sol/StrLib.json +132 -0
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +312 -0
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +548 -0
- package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
- package/artifacts/contracts/type/Version.sol/VersionLib.json +177 -0
- package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
- package/artifacts/contracts/type/Version.sol/VersionPartLib.json +68 -0
- package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +4 -0
- package/artifacts/contracts/{shared → upgradeability}/IVersionable.sol/IVersionable.json +1 -1
- package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +618 -0
- package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +129 -0
- package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
- package/artifacts/contracts/{shared → upgradeability}/Versionable.sol/Versionable.json +1 -1
- package/contracts/authorization/AccessAdmin.sol +615 -0
- package/contracts/authorization/AccessManagerCloneable.sol +16 -0
- package/contracts/authorization/Authorization.sol +289 -0
- package/contracts/authorization/IAccess.sol +49 -0
- package/contracts/authorization/IAccessAdmin.sol +137 -0
- package/contracts/authorization/IAuthorization.sol +60 -0
- package/contracts/authorization/IServiceAuthorization.sol +40 -0
- package/contracts/authorization/ReleaseAccessManager.sol +38 -0
- package/contracts/authorization/ServiceAuthorization.sol +106 -0
- package/contracts/distribution/BasicDistribution.sol +139 -0
- package/contracts/distribution/BasicDistributionAuthorization.sol +47 -0
- package/contracts/{components → distribution}/Distribution.sol +166 -162
- package/contracts/distribution/DistributionService.sol +354 -0
- package/contracts/distribution/DistributionServiceManager.sol +39 -0
- package/contracts/distribution/IDistributionComponent.sol +52 -0
- package/contracts/{instance/service → distribution}/IDistributionService.sol +35 -34
- package/contracts/examples/fire/DamageLevel.sol +59 -0
- package/contracts/examples/fire/FirePool.sol +86 -0
- package/contracts/examples/fire/FirePoolAuthorization.sol +34 -0
- package/contracts/examples/fire/FireProduct.sol +431 -0
- package/contracts/examples/fire/FireProductAuthorization.sol +44 -0
- package/contracts/examples/fire/FireUSD.sol +26 -0
- package/contracts/examples/unpermissioned/SimpleDistribution.sol +65 -0
- package/contracts/examples/unpermissioned/SimpleOracle.sol +137 -0
- package/contracts/examples/unpermissioned/SimplePool.sol +108 -0
- package/contracts/examples/unpermissioned/SimpleProduct.sol +345 -0
- package/contracts/instance/BundleSet.sol +130 -0
- package/contracts/instance/IInstance.sol +45 -72
- package/contracts/instance/IInstanceService.sol +37 -39
- package/contracts/instance/Instance.sol +162 -250
- package/contracts/instance/InstanceAdmin.sol +288 -0
- package/contracts/instance/InstanceAuthorizationV3.sol +218 -0
- package/contracts/instance/InstanceReader.sol +351 -61
- package/contracts/instance/InstanceService.sol +250 -353
- package/contracts/instance/InstanceServiceManager.sol +14 -29
- package/contracts/instance/InstanceStore.sol +287 -0
- package/contracts/instance/RiskSet.sol +119 -0
- package/contracts/instance/base/BalanceStore.sol +123 -0
- package/contracts/instance/base/Cloneable.sol +28 -0
- package/contracts/instance/base/ObjectCounter.sol +20 -0
- package/contracts/instance/base/ObjectLifecycle.sol +111 -0
- package/contracts/instance/base/ObjectSet.sol +78 -0
- package/contracts/instance/module/IAccess.sol +4 -12
- package/contracts/instance/module/IBundle.sol +6 -9
- package/contracts/instance/module/IComponents.sol +27 -18
- package/contracts/instance/module/IDistribution.sol +6 -6
- package/contracts/instance/module/IPolicy.sol +48 -35
- package/contracts/instance/module/IRisk.sol +2 -1
- package/contracts/{test/Usdc.sol → mock/Dip.sol} +6 -6
- package/contracts/oracle/BasicOracle.sol +47 -0
- package/contracts/oracle/BasicOracleAuthorization.sol +46 -0
- package/contracts/oracle/IOracle.sol +36 -0
- package/contracts/oracle/IOracleComponent.sol +33 -0
- package/contracts/oracle/IOracleService.sol +66 -0
- package/contracts/oracle/Oracle.sol +156 -0
- package/contracts/oracle/OracleService.sol +309 -0
- package/contracts/oracle/OracleServiceManager.sol +39 -0
- package/contracts/pool/BasicPool.sol +175 -0
- package/contracts/pool/BasicPoolAuthorization.sol +68 -0
- package/contracts/pool/BundleService.sol +423 -0
- package/contracts/pool/BundleServiceManager.sol +39 -0
- package/contracts/pool/IBundleService.sol +122 -0
- package/contracts/pool/IPoolComponent.sol +62 -0
- package/contracts/pool/IPoolService.sol +153 -0
- package/contracts/pool/Pool.sol +345 -0
- package/contracts/pool/PoolService.sol +612 -0
- package/contracts/pool/PoolServiceManager.sol +39 -0
- package/contracts/product/ApplicationService.sol +259 -0
- package/contracts/{instance/service → product}/ApplicationServiceManager.sol +12 -9
- package/contracts/product/BasicProduct.sol +49 -0
- package/contracts/product/BasicProductAuthorization.sol +42 -0
- package/contracts/product/ClaimService.sol +614 -0
- package/contracts/{instance/service → product}/ClaimServiceManager.sol +12 -9
- package/contracts/{instance/service → product}/IApplicationService.sol +19 -35
- package/contracts/product/IClaimService.sol +123 -0
- package/contracts/product/IPolicyService.sol +90 -0
- package/contracts/product/IPricingService.sol +39 -0
- package/contracts/product/IProductComponent.sol +59 -0
- package/contracts/product/IRiskService.sol +33 -0
- package/contracts/product/PolicyService.sol +733 -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 +427 -0
- package/contracts/product/RiskService.sol +107 -0
- package/contracts/product/RiskServiceManager.sol +39 -0
- package/contracts/registry/ChainNft.sol +79 -40
- package/contracts/registry/IRegistry.sol +98 -26
- package/contracts/registry/IRegistryService.sol +34 -40
- package/contracts/registry/ITransferInterceptor.sol +1 -2
- package/contracts/registry/Registry.sol +453 -195
- package/contracts/registry/RegistryAdmin.sol +451 -0
- package/contracts/registry/RegistryService.sol +87 -128
- package/contracts/registry/RegistryServiceManager.sol +23 -32
- package/contracts/registry/ReleaseLifecycle.sol +30 -0
- package/contracts/registry/ReleaseRegistry.sol +486 -0
- package/contracts/registry/ServiceAuthorizationV3.sol +176 -0
- package/contracts/registry/TokenRegistry.sol +261 -62
- package/contracts/shared/Component.sol +222 -0
- package/contracts/shared/ComponentService.sol +869 -0
- package/contracts/shared/ComponentServiceManager.sol +38 -0
- package/contracts/shared/ComponentVerifyingService.sol +128 -0
- package/contracts/shared/ContractLib.sol +224 -0
- package/contracts/shared/IComponent.sol +67 -0
- package/contracts/shared/IComponentService.sol +134 -0
- package/contracts/shared/IInstanceLinkedComponent.sol +30 -0
- package/contracts/{instance/base → shared}/IKeyValueStore.sol +16 -11
- package/contracts/{instance/base → shared}/ILifecycle.sol +5 -4
- package/contracts/shared/INftOwnable.sol +4 -2
- package/contracts/shared/IPolicyHolder.sol +23 -14
- package/contracts/shared/IRegisterable.sol +11 -0
- package/contracts/shared/IRegistryLinked.sol +0 -1
- package/contracts/shared/IService.sol +12 -3
- package/contracts/shared/{ERC165.sol → InitializableERC165.sol} +4 -4
- package/contracts/shared/InstanceLinkedComponent.sol +197 -0
- package/contracts/shared/KeyValueStore.sol +131 -0
- package/contracts/shared/Lifecycle.sol +88 -0
- package/contracts/shared/NftIdSet.sol +65 -0
- package/contracts/shared/NftOwnable.sol +32 -25
- package/contracts/shared/PolicyHolder.sol +22 -41
- package/contracts/shared/Registerable.sol +32 -23
- package/contracts/shared/RegistryLinked.sol +9 -19
- package/contracts/shared/Service.sol +48 -36
- package/contracts/shared/TokenHandler.sol +368 -12
- package/contracts/shared/TokenHandlerDeployerLib.sol +20 -0
- package/contracts/staking/IStaking.sol +173 -0
- package/contracts/staking/IStakingService.sol +157 -0
- package/contracts/staking/StakeManagerLib.sol +224 -0
- package/contracts/staking/Staking.sol +505 -0
- package/contracts/staking/StakingLifecycle.sol +23 -0
- package/contracts/staking/StakingManager.sol +52 -0
- package/contracts/staking/StakingReader.sol +190 -0
- package/contracts/staking/StakingService.sol +440 -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 +150 -0
- package/contracts/{types → type}/Blocknumber.sol +26 -3
- package/contracts/{types → type}/ClaimId.sol +31 -3
- package/contracts/{types → type}/Fee.sol +24 -22
- package/contracts/{types → type}/Key32.sol +2 -2
- package/contracts/type/Key32Set.sol +62 -0
- package/contracts/{types → type}/NftId.sol +21 -16
- package/contracts/{types → type}/NftIdSet.sol +2 -2
- package/contracts/type/ObjectType.sol +278 -0
- package/contracts/type/PayoutId.sol +82 -0
- package/contracts/{types → type}/Referral.sol +2 -1
- package/contracts/type/RequestId.sol +75 -0
- package/contracts/{types → type}/RiskId.sol +31 -5
- package/contracts/type/RoleId.sol +162 -0
- package/contracts/type/Seconds.sol +101 -0
- package/contracts/type/Selector.sol +102 -0
- package/contracts/{types → type}/StateId.sol +47 -4
- package/contracts/type/String.sol +53 -0
- package/contracts/{types → type}/Timestamp.sol +21 -2
- package/contracts/{types → type}/UFixed.sol +40 -121
- package/contracts/{types → type}/Version.sol +4 -2
- package/contracts/{shared → upgradeability}/IVersionable.sol +1 -1
- package/contracts/{shared → upgradeability}/ProxyManager.sol +93 -30
- package/contracts/{shared → upgradeability}/UpgradableProxyWithAdmin.sol +1 -3
- package/contracts/{shared → upgradeability}/Versionable.sol +3 -3
- package/package.json +11 -7
- package/artifacts/contracts/components/Component.sol/Component.dbg.json +0 -4
- package/artifacts/contracts/components/Distribution.sol/Distribution.dbg.json +0 -4
- package/artifacts/contracts/components/IComponent.sol/IComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
- package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
- package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
- package/artifacts/contracts/instance/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.dbg.json +0 -4
- package/artifacts/contracts/instance/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.json +0 -1206
- package/artifacts/contracts/instance/BundleManager.sol/BundleManager.dbg.json +0 -4
- package/artifacts/contracts/instance/BundleManager.sol/BundleManager.json +0 -778
- package/artifacts/contracts/instance/Cloneable.sol/Cloneable.dbg.json +0 -4
- package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.dbg.json +0 -4
- package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.json +0 -1330
- package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.dbg.json +0 -4
- package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.json +0 -256
- package/artifacts/contracts/instance/base/ComponentService.sol/ComponentService.dbg.json +0 -4
- package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +0 -4
- package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +0 -4
- package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +0 -4
- package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +0 -532
- package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +0 -4
- package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +0 -194
- package/artifacts/contracts/instance/module/ISetup.sol/ISetup.dbg.json +0 -4
- package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.dbg.json +0 -4
- package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.json +0 -10
- package/artifacts/contracts/instance/service/ApplicationService.sol/ApplicationService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ApplicationService.sol/ApplicationService.json +0 -1039
- package/artifacts/contracts/instance/service/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ApplicationServiceManager.sol/ApplicationServiceManager.json +0 -673
- package/artifacts/contracts/instance/service/BundleService.sol/BundleService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/BundleService.sol/BundleService.json +0 -1231
- package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.json +0 -721
- package/artifacts/contracts/instance/service/ClaimService.sol/ClaimService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ClaimService.sol/ClaimService.json +0 -817
- package/artifacts/contracts/instance/service/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ClaimServiceManager.sol/ClaimServiceManager.json +0 -641
- package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.json +0 -1798
- package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.json +0 -805
- package/artifacts/contracts/instance/service/IApplicationService.sol/IApplicationService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IBundleService.sol/IBundleService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IClaimService.sol/IClaimService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IPolicyService.sol/IPolicyService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.json +0 -1092
- package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.json +0 -697
- package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -1237
- package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.json +0 -661
- package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +0 -840
- package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.json +0 -653
- package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.dbg.json +0 -4
- package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.json +0 -285
- package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.dbg.json +0 -4
- package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.json +0 -559
- package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.dbg.json +0 -4
- package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.json +0 -107
- package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +0 -4
- package/artifacts/contracts/shared/ERC165.sol/ERC165.json +0 -73
- package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +0 -4
- package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +0 -4
- package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +0 -582
- package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +0 -4
- package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +0 -129
- package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +0 -4
- package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
- package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -119
- package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
- package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -383
- package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +0 -4
- package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +0 -116
- package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +0 -4
- package/artifacts/contracts/test/TestService.sol/TestService.json +0 -596
- package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
- package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -376
- package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
- package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -218
- package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
- package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -104
- package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +0 -4
- package/artifacts/contracts/test/Usdc.sol/USDC.json +0 -376
- package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
- package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.json +0 -10
- package/artifacts/contracts/types/Amount.sol/AmountLib.dbg.json +0 -4
- package/artifacts/contracts/types/Amount.sol/AmountLib.json +0 -161
- package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
- package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -174
- package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
- package/artifacts/contracts/types/ClaimId.sol/ClaimIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/ClaimId.sol/ClaimIdLib.json +0 -100
- package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.dbg.json +0 -4
- package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.json +0 -104
- package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +0 -4
- package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -288
- package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +0 -4
- package/artifacts/contracts/types/Key32.sol/Key32Lib.json +0 -125
- package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -166
- package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
- package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +0 -33
- package/artifacts/contracts/types/NumberId.sol/NumberIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/NumberId.sol/NumberIdLib.json +0 -100
- package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
- package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +0 -92
- package/artifacts/contracts/types/PayoutId.sol/PayoutIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/PayoutId.sol/PayoutIdLib.json +0 -100
- package/artifacts/contracts/types/Referral.sol/ReferralLib.dbg.json +0 -4
- package/artifacts/contracts/types/Referral.sol/ReferralLib.json +0 -142
- package/artifacts/contracts/types/RiskId.sol/RiskIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/RiskId.sol/RiskIdLib.json +0 -86
- package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/RoleId.sol/RoleIdLib.json +0 -156
- package/artifacts/contracts/types/Seconds.sol/SecondsLib.dbg.json +0 -4
- package/artifacts/contracts/types/Seconds.sol/SecondsLib.json +0 -124
- package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/StateId.sol/StateIdLib.json +0 -92
- package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
- package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +0 -267
- package/artifacts/contracts/types/UFixed.sol/MathLib.dbg.json +0 -4
- package/artifacts/contracts/types/UFixed.sol/MathLib.json +0 -10
- package/artifacts/contracts/types/UFixed.sol/UFixedLib.dbg.json +0 -4
- package/artifacts/contracts/types/UFixed.sol/UFixedLib.json +0 -479
- package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
- package/artifacts/contracts/types/Version.sol/VersionLib.json +0 -177
- package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
- package/artifacts/contracts/types/Version.sol/VersionPartLib.json +0 -49
- package/contracts/components/Component.sol +0 -253
- package/contracts/components/IComponent.sol +0 -76
- package/contracts/components/IDistributionComponent.sol +0 -71
- package/contracts/components/IPoolComponent.sol +0 -113
- package/contracts/components/IProductComponent.sol +0 -40
- package/contracts/components/Pool.sol +0 -303
- package/contracts/components/Product.sol +0 -293
- package/contracts/instance/AccessManagerUpgradeableInitializeable.sol +0 -13
- package/contracts/instance/BundleManager.sol +0 -127
- package/contracts/instance/Cloneable.sol +0 -51
- package/contracts/instance/InstanceAccessManager.sol +0 -527
- package/contracts/instance/ObjectManager.sol +0 -82
- package/contracts/instance/base/ComponentService.sol +0 -121
- package/contracts/instance/base/KeyValueStore.sol +0 -180
- package/contracts/instance/base/Lifecycle.sol +0 -109
- package/contracts/instance/module/ISetup.sol +0 -33
- package/contracts/instance/module/ITreasury.sol +0 -23
- package/contracts/instance/service/ApplicationService.sol +0 -350
- package/contracts/instance/service/BundleService.sol +0 -431
- package/contracts/instance/service/BundleServiceManager.sol +0 -51
- package/contracts/instance/service/ClaimService.sol +0 -151
- package/contracts/instance/service/DistributionService.sol +0 -435
- package/contracts/instance/service/DistributionServiceManager.sol +0 -51
- package/contracts/instance/service/IBundleService.sol +0 -93
- package/contracts/instance/service/IClaimService.sol +0 -61
- package/contracts/instance/service/IPolicyService.sol +0 -72
- package/contracts/instance/service/IPoolService.sol +0 -99
- package/contracts/instance/service/IProductService.sol +0 -40
- package/contracts/instance/service/PolicyService.sol +0 -362
- package/contracts/instance/service/PolicyServiceManager.sol +0 -54
- package/contracts/instance/service/PoolService.sol +0 -303
- package/contracts/instance/service/PoolServiceManager.sol +0 -51
- package/contracts/instance/service/ProductService.sol +0 -210
- package/contracts/instance/service/ProductServiceManager.sol +0 -54
- package/contracts/registry/RegistryAccessManager.sol +0 -216
- package/contracts/registry/ReleaseManager.sol +0 -324
- package/contracts/shared/ContractDeployerLib.sol +0 -72
- package/contracts/test/TestFee.sol +0 -25
- package/contracts/test/TestRegisterable.sol +0 -18
- package/contracts/test/TestRoleId.sol +0 -14
- package/contracts/test/TestService.sol +0 -25
- package/contracts/test/TestToken.sol +0 -26
- package/contracts/test/TestVersion.sol +0 -44
- package/contracts/test/TestVersionable.sol +0 -17
- package/contracts/types/Amount.sol +0 -60
- package/contracts/types/ChainId.sol +0 -38
- package/contracts/types/NumberId.sol +0 -52
- package/contracts/types/ObjectType.sol +0 -157
- package/contracts/types/PayoutId.sol +0 -54
- package/contracts/types/RoleId.sol +0 -97
- package/contracts/types/Seconds.sol +0 -54
- /package/contracts/{types → type}/DistributorType.sol +0 -0
@@ -0,0 +1,2283 @@
|
|
1
|
+
{
|
2
|
+
"_format": "hh-sol-artifact-1",
|
3
|
+
"contractName": "StakingStore",
|
4
|
+
"sourceName": "contracts/staking/StakingStore.sol",
|
5
|
+
"abi": [
|
6
|
+
{
|
7
|
+
"inputs": [
|
8
|
+
{
|
9
|
+
"internalType": "contract IRegistry",
|
10
|
+
"name": "registry",
|
11
|
+
"type": "address"
|
12
|
+
},
|
13
|
+
{
|
14
|
+
"internalType": "contract StakingReader",
|
15
|
+
"name": "reader",
|
16
|
+
"type": "address"
|
17
|
+
}
|
18
|
+
],
|
19
|
+
"stateMutability": "nonpayable",
|
20
|
+
"type": "constructor"
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"inputs": [
|
24
|
+
{
|
25
|
+
"internalType": "address",
|
26
|
+
"name": "authority",
|
27
|
+
"type": "address"
|
28
|
+
}
|
29
|
+
],
|
30
|
+
"name": "AccessManagedInvalidAuthority",
|
31
|
+
"type": "error"
|
32
|
+
},
|
33
|
+
{
|
34
|
+
"inputs": [
|
35
|
+
{
|
36
|
+
"internalType": "address",
|
37
|
+
"name": "caller",
|
38
|
+
"type": "address"
|
39
|
+
},
|
40
|
+
{
|
41
|
+
"internalType": "uint32",
|
42
|
+
"name": "delay",
|
43
|
+
"type": "uint32"
|
44
|
+
}
|
45
|
+
],
|
46
|
+
"name": "AccessManagedRequiredDelay",
|
47
|
+
"type": "error"
|
48
|
+
},
|
49
|
+
{
|
50
|
+
"inputs": [
|
51
|
+
{
|
52
|
+
"internalType": "address",
|
53
|
+
"name": "caller",
|
54
|
+
"type": "address"
|
55
|
+
}
|
56
|
+
],
|
57
|
+
"name": "AccessManagedUnauthorized",
|
58
|
+
"type": "error"
|
59
|
+
},
|
60
|
+
{
|
61
|
+
"inputs": [
|
62
|
+
{
|
63
|
+
"internalType": "address",
|
64
|
+
"name": "contractAddress",
|
65
|
+
"type": "address"
|
66
|
+
},
|
67
|
+
{
|
68
|
+
"internalType": "ObjectType",
|
69
|
+
"name": "objectType",
|
70
|
+
"type": "uint8"
|
71
|
+
},
|
72
|
+
{
|
73
|
+
"internalType": "StateId",
|
74
|
+
"name": "actual",
|
75
|
+
"type": "uint8"
|
76
|
+
},
|
77
|
+
{
|
78
|
+
"internalType": "StateId",
|
79
|
+
"name": "required",
|
80
|
+
"type": "uint8"
|
81
|
+
}
|
82
|
+
],
|
83
|
+
"name": "ErrorFromStateMissmatch",
|
84
|
+
"type": "error"
|
85
|
+
},
|
86
|
+
{
|
87
|
+
"inputs": [
|
88
|
+
{
|
89
|
+
"internalType": "address",
|
90
|
+
"name": "contractAddress",
|
91
|
+
"type": "address"
|
92
|
+
},
|
93
|
+
{
|
94
|
+
"internalType": "ObjectType",
|
95
|
+
"name": "objectType",
|
96
|
+
"type": "uint8"
|
97
|
+
},
|
98
|
+
{
|
99
|
+
"internalType": "StateId",
|
100
|
+
"name": "fromStateId",
|
101
|
+
"type": "uint8"
|
102
|
+
},
|
103
|
+
{
|
104
|
+
"internalType": "StateId",
|
105
|
+
"name": "toStateId",
|
106
|
+
"type": "uint8"
|
107
|
+
}
|
108
|
+
],
|
109
|
+
"name": "ErrorInvalidStateTransition",
|
110
|
+
"type": "error"
|
111
|
+
},
|
112
|
+
{
|
113
|
+
"inputs": [
|
114
|
+
{
|
115
|
+
"internalType": "Key32",
|
116
|
+
"name": "key",
|
117
|
+
"type": "bytes32"
|
118
|
+
},
|
119
|
+
{
|
120
|
+
"internalType": "ObjectType",
|
121
|
+
"name": "objectType",
|
122
|
+
"type": "uint8"
|
123
|
+
}
|
124
|
+
],
|
125
|
+
"name": "ErrorKeyValueStoreAlreadyCreated",
|
126
|
+
"type": "error"
|
127
|
+
},
|
128
|
+
{
|
129
|
+
"inputs": [
|
130
|
+
{
|
131
|
+
"internalType": "ObjectType",
|
132
|
+
"name": "objectType",
|
133
|
+
"type": "uint8"
|
134
|
+
}
|
135
|
+
],
|
136
|
+
"name": "ErrorKeyValueStoreNoLifecycle",
|
137
|
+
"type": "error"
|
138
|
+
},
|
139
|
+
{
|
140
|
+
"inputs": [
|
141
|
+
{
|
142
|
+
"internalType": "Key32",
|
143
|
+
"name": "key",
|
144
|
+
"type": "bytes32"
|
145
|
+
}
|
146
|
+
],
|
147
|
+
"name": "ErrorKeyValueStoreNotExisting",
|
148
|
+
"type": "error"
|
149
|
+
},
|
150
|
+
{
|
151
|
+
"inputs": [
|
152
|
+
{
|
153
|
+
"internalType": "Key32",
|
154
|
+
"name": "key",
|
155
|
+
"type": "bytes32"
|
156
|
+
}
|
157
|
+
],
|
158
|
+
"name": "ErrorKeyValueStoreStateZero",
|
159
|
+
"type": "error"
|
160
|
+
},
|
161
|
+
{
|
162
|
+
"inputs": [
|
163
|
+
{
|
164
|
+
"internalType": "ObjectType",
|
165
|
+
"name": "objectType",
|
166
|
+
"type": "uint8"
|
167
|
+
}
|
168
|
+
],
|
169
|
+
"name": "ErrorKeyValueStoreTypeUndefined",
|
170
|
+
"type": "error"
|
171
|
+
},
|
172
|
+
{
|
173
|
+
"inputs": [
|
174
|
+
{
|
175
|
+
"internalType": "address",
|
176
|
+
"name": "contractAddress",
|
177
|
+
"type": "address"
|
178
|
+
},
|
179
|
+
{
|
180
|
+
"internalType": "ObjectType",
|
181
|
+
"name": "objectType",
|
182
|
+
"type": "uint8"
|
183
|
+
}
|
184
|
+
],
|
185
|
+
"name": "ErrorNoLifecycle",
|
186
|
+
"type": "error"
|
187
|
+
},
|
188
|
+
{
|
189
|
+
"inputs": [
|
190
|
+
{
|
191
|
+
"internalType": "NftId",
|
192
|
+
"name": "nftId",
|
193
|
+
"type": "uint96"
|
194
|
+
}
|
195
|
+
],
|
196
|
+
"name": "ErrorStakingStoreBalanceAlreadyInitialized",
|
197
|
+
"type": "error"
|
198
|
+
},
|
199
|
+
{
|
200
|
+
"inputs": [
|
201
|
+
{
|
202
|
+
"internalType": "NftId",
|
203
|
+
"name": "nftId",
|
204
|
+
"type": "uint96"
|
205
|
+
}
|
206
|
+
],
|
207
|
+
"name": "ErrorStakingStoreBalanceNotInitialized",
|
208
|
+
"type": "error"
|
209
|
+
},
|
210
|
+
{
|
211
|
+
"inputs": [
|
212
|
+
{
|
213
|
+
"internalType": "NftId",
|
214
|
+
"name": "targetNftId",
|
215
|
+
"type": "uint96"
|
216
|
+
}
|
217
|
+
],
|
218
|
+
"name": "ErrorStakingStoreNotTarget",
|
219
|
+
"type": "error"
|
220
|
+
},
|
221
|
+
{
|
222
|
+
"inputs": [
|
223
|
+
{
|
224
|
+
"internalType": "NftId",
|
225
|
+
"name": "targetNftId",
|
226
|
+
"type": "uint96"
|
227
|
+
},
|
228
|
+
{
|
229
|
+
"internalType": "Amount",
|
230
|
+
"name": "dipAmount",
|
231
|
+
"type": "uint96"
|
232
|
+
},
|
233
|
+
{
|
234
|
+
"internalType": "Amount",
|
235
|
+
"name": "reservesBalanceAmount",
|
236
|
+
"type": "uint96"
|
237
|
+
}
|
238
|
+
],
|
239
|
+
"name": "ErrorStakingStoreRewardReservesInsufficient",
|
240
|
+
"type": "error"
|
241
|
+
},
|
242
|
+
{
|
243
|
+
"inputs": [
|
244
|
+
{
|
245
|
+
"internalType": "NftId",
|
246
|
+
"name": "nftId",
|
247
|
+
"type": "uint96"
|
248
|
+
}
|
249
|
+
],
|
250
|
+
"name": "ErrorStakingStoreTvlBalanceNotInitialized",
|
251
|
+
"type": "error"
|
252
|
+
},
|
253
|
+
{
|
254
|
+
"inputs": [],
|
255
|
+
"name": "MathOverflowedMulDiv",
|
256
|
+
"type": "error"
|
257
|
+
},
|
258
|
+
{
|
259
|
+
"anonymous": false,
|
260
|
+
"inputs": [
|
261
|
+
{
|
262
|
+
"indexed": false,
|
263
|
+
"internalType": "address",
|
264
|
+
"name": "authority",
|
265
|
+
"type": "address"
|
266
|
+
}
|
267
|
+
],
|
268
|
+
"name": "AuthorityUpdated",
|
269
|
+
"type": "event"
|
270
|
+
},
|
271
|
+
{
|
272
|
+
"anonymous": false,
|
273
|
+
"inputs": [
|
274
|
+
{
|
275
|
+
"indexed": false,
|
276
|
+
"internalType": "ObjectType",
|
277
|
+
"name": "objectType",
|
278
|
+
"type": "uint8"
|
279
|
+
},
|
280
|
+
{
|
281
|
+
"indexed": false,
|
282
|
+
"internalType": "KeyId",
|
283
|
+
"name": "keyId",
|
284
|
+
"type": "bytes31"
|
285
|
+
},
|
286
|
+
{
|
287
|
+
"indexed": false,
|
288
|
+
"internalType": "StateId",
|
289
|
+
"name": "state",
|
290
|
+
"type": "uint8"
|
291
|
+
},
|
292
|
+
{
|
293
|
+
"indexed": false,
|
294
|
+
"internalType": "address",
|
295
|
+
"name": "createdBy",
|
296
|
+
"type": "address"
|
297
|
+
},
|
298
|
+
{
|
299
|
+
"indexed": false,
|
300
|
+
"internalType": "address",
|
301
|
+
"name": "txOrigin",
|
302
|
+
"type": "address"
|
303
|
+
}
|
304
|
+
],
|
305
|
+
"name": "LogInfoCreated",
|
306
|
+
"type": "event"
|
307
|
+
},
|
308
|
+
{
|
309
|
+
"anonymous": false,
|
310
|
+
"inputs": [
|
311
|
+
{
|
312
|
+
"indexed": false,
|
313
|
+
"internalType": "ObjectType",
|
314
|
+
"name": "objectType",
|
315
|
+
"type": "uint8"
|
316
|
+
},
|
317
|
+
{
|
318
|
+
"indexed": false,
|
319
|
+
"internalType": "KeyId",
|
320
|
+
"name": "keyId",
|
321
|
+
"type": "bytes31"
|
322
|
+
},
|
323
|
+
{
|
324
|
+
"indexed": false,
|
325
|
+
"internalType": "StateId",
|
326
|
+
"name": "state",
|
327
|
+
"type": "uint8"
|
328
|
+
},
|
329
|
+
{
|
330
|
+
"indexed": false,
|
331
|
+
"internalType": "address",
|
332
|
+
"name": "updatedBy",
|
333
|
+
"type": "address"
|
334
|
+
},
|
335
|
+
{
|
336
|
+
"indexed": false,
|
337
|
+
"internalType": "address",
|
338
|
+
"name": "txOrigin",
|
339
|
+
"type": "address"
|
340
|
+
},
|
341
|
+
{
|
342
|
+
"indexed": false,
|
343
|
+
"internalType": "Blocknumber",
|
344
|
+
"name": "lastUpdatedIn",
|
345
|
+
"type": "uint32"
|
346
|
+
}
|
347
|
+
],
|
348
|
+
"name": "LogInfoUpdated",
|
349
|
+
"type": "event"
|
350
|
+
},
|
351
|
+
{
|
352
|
+
"anonymous": false,
|
353
|
+
"inputs": [
|
354
|
+
{
|
355
|
+
"indexed": false,
|
356
|
+
"internalType": "NftId",
|
357
|
+
"name": "targetNftId",
|
358
|
+
"type": "uint96"
|
359
|
+
},
|
360
|
+
{
|
361
|
+
"indexed": false,
|
362
|
+
"internalType": "Amount",
|
363
|
+
"name": "dipAmount",
|
364
|
+
"type": "uint96"
|
365
|
+
},
|
366
|
+
{
|
367
|
+
"indexed": false,
|
368
|
+
"internalType": "Amount",
|
369
|
+
"name": "reserveBalance",
|
370
|
+
"type": "uint96"
|
371
|
+
},
|
372
|
+
{
|
373
|
+
"indexed": false,
|
374
|
+
"internalType": "Blocknumber",
|
375
|
+
"name": "lastUpdatedIn",
|
376
|
+
"type": "uint32"
|
377
|
+
}
|
378
|
+
],
|
379
|
+
"name": "LogStakingStoreReserveBalanceDecreased",
|
380
|
+
"type": "event"
|
381
|
+
},
|
382
|
+
{
|
383
|
+
"anonymous": false,
|
384
|
+
"inputs": [
|
385
|
+
{
|
386
|
+
"indexed": false,
|
387
|
+
"internalType": "NftId",
|
388
|
+
"name": "targetNftId",
|
389
|
+
"type": "uint96"
|
390
|
+
},
|
391
|
+
{
|
392
|
+
"indexed": false,
|
393
|
+
"internalType": "Amount",
|
394
|
+
"name": "dipAmount",
|
395
|
+
"type": "uint96"
|
396
|
+
},
|
397
|
+
{
|
398
|
+
"indexed": false,
|
399
|
+
"internalType": "Amount",
|
400
|
+
"name": "reserveBalance",
|
401
|
+
"type": "uint96"
|
402
|
+
},
|
403
|
+
{
|
404
|
+
"indexed": false,
|
405
|
+
"internalType": "Blocknumber",
|
406
|
+
"name": "lastUpdatedIn",
|
407
|
+
"type": "uint32"
|
408
|
+
}
|
409
|
+
],
|
410
|
+
"name": "LogStakingStoreReserveBalanceIncreased",
|
411
|
+
"type": "event"
|
412
|
+
},
|
413
|
+
{
|
414
|
+
"anonymous": false,
|
415
|
+
"inputs": [
|
416
|
+
{
|
417
|
+
"indexed": false,
|
418
|
+
"internalType": "NftId",
|
419
|
+
"name": "nftId",
|
420
|
+
"type": "uint96"
|
421
|
+
},
|
422
|
+
{
|
423
|
+
"indexed": false,
|
424
|
+
"internalType": "Amount",
|
425
|
+
"name": "addedAmount",
|
426
|
+
"type": "uint96"
|
427
|
+
},
|
428
|
+
{
|
429
|
+
"indexed": false,
|
430
|
+
"internalType": "Amount",
|
431
|
+
"name": "newBalance",
|
432
|
+
"type": "uint96"
|
433
|
+
},
|
434
|
+
{
|
435
|
+
"indexed": false,
|
436
|
+
"internalType": "Blocknumber",
|
437
|
+
"name": "lastUpdatedIn",
|
438
|
+
"type": "uint32"
|
439
|
+
}
|
440
|
+
],
|
441
|
+
"name": "LogStakingStoreRewardsDecreased",
|
442
|
+
"type": "event"
|
443
|
+
},
|
444
|
+
{
|
445
|
+
"anonymous": false,
|
446
|
+
"inputs": [
|
447
|
+
{
|
448
|
+
"indexed": false,
|
449
|
+
"internalType": "NftId",
|
450
|
+
"name": "nftId",
|
451
|
+
"type": "uint96"
|
452
|
+
},
|
453
|
+
{
|
454
|
+
"indexed": false,
|
455
|
+
"internalType": "Amount",
|
456
|
+
"name": "addedAmount",
|
457
|
+
"type": "uint96"
|
458
|
+
},
|
459
|
+
{
|
460
|
+
"indexed": false,
|
461
|
+
"internalType": "Amount",
|
462
|
+
"name": "newBalance",
|
463
|
+
"type": "uint96"
|
464
|
+
},
|
465
|
+
{
|
466
|
+
"indexed": false,
|
467
|
+
"internalType": "Blocknumber",
|
468
|
+
"name": "lastUpdatedIn",
|
469
|
+
"type": "uint32"
|
470
|
+
}
|
471
|
+
],
|
472
|
+
"name": "LogStakingStoreRewardsIncreased",
|
473
|
+
"type": "event"
|
474
|
+
},
|
475
|
+
{
|
476
|
+
"anonymous": false,
|
477
|
+
"inputs": [
|
478
|
+
{
|
479
|
+
"indexed": false,
|
480
|
+
"internalType": "NftId",
|
481
|
+
"name": "nftId",
|
482
|
+
"type": "uint96"
|
483
|
+
},
|
484
|
+
{
|
485
|
+
"indexed": false,
|
486
|
+
"internalType": "Amount",
|
487
|
+
"name": "amount",
|
488
|
+
"type": "uint96"
|
489
|
+
},
|
490
|
+
{
|
491
|
+
"indexed": false,
|
492
|
+
"internalType": "Amount",
|
493
|
+
"name": "rewardAmount",
|
494
|
+
"type": "uint96"
|
495
|
+
},
|
496
|
+
{
|
497
|
+
"indexed": false,
|
498
|
+
"internalType": "Amount",
|
499
|
+
"name": "rewardIncrementAmount",
|
500
|
+
"type": "uint96"
|
501
|
+
},
|
502
|
+
{
|
503
|
+
"indexed": false,
|
504
|
+
"internalType": "Amount",
|
505
|
+
"name": "newBalance",
|
506
|
+
"type": "uint96"
|
507
|
+
},
|
508
|
+
{
|
509
|
+
"indexed": false,
|
510
|
+
"internalType": "Blocknumber",
|
511
|
+
"name": "lastUpdatedIn",
|
512
|
+
"type": "uint32"
|
513
|
+
}
|
514
|
+
],
|
515
|
+
"name": "LogStakingStoreRewardsRestaked",
|
516
|
+
"type": "event"
|
517
|
+
},
|
518
|
+
{
|
519
|
+
"anonymous": false,
|
520
|
+
"inputs": [
|
521
|
+
{
|
522
|
+
"indexed": false,
|
523
|
+
"internalType": "NftId",
|
524
|
+
"name": "nftId",
|
525
|
+
"type": "uint96"
|
526
|
+
},
|
527
|
+
{
|
528
|
+
"indexed": false,
|
529
|
+
"internalType": "Amount",
|
530
|
+
"name": "addedAmount",
|
531
|
+
"type": "uint96"
|
532
|
+
},
|
533
|
+
{
|
534
|
+
"indexed": false,
|
535
|
+
"internalType": "Amount",
|
536
|
+
"name": "newBalance",
|
537
|
+
"type": "uint96"
|
538
|
+
},
|
539
|
+
{
|
540
|
+
"indexed": false,
|
541
|
+
"internalType": "Blocknumber",
|
542
|
+
"name": "lastUpdatedIn",
|
543
|
+
"type": "uint32"
|
544
|
+
}
|
545
|
+
],
|
546
|
+
"name": "LogStakingStoreStakesDecreased",
|
547
|
+
"type": "event"
|
548
|
+
},
|
549
|
+
{
|
550
|
+
"anonymous": false,
|
551
|
+
"inputs": [
|
552
|
+
{
|
553
|
+
"indexed": false,
|
554
|
+
"internalType": "NftId",
|
555
|
+
"name": "nftId",
|
556
|
+
"type": "uint96"
|
557
|
+
},
|
558
|
+
{
|
559
|
+
"indexed": false,
|
560
|
+
"internalType": "Amount",
|
561
|
+
"name": "addedAmount",
|
562
|
+
"type": "uint96"
|
563
|
+
},
|
564
|
+
{
|
565
|
+
"indexed": false,
|
566
|
+
"internalType": "Amount",
|
567
|
+
"name": "newBalance",
|
568
|
+
"type": "uint96"
|
569
|
+
},
|
570
|
+
{
|
571
|
+
"indexed": false,
|
572
|
+
"internalType": "Blocknumber",
|
573
|
+
"name": "lastUpdatedIn",
|
574
|
+
"type": "uint32"
|
575
|
+
}
|
576
|
+
],
|
577
|
+
"name": "LogStakingStoreStakesIncreased",
|
578
|
+
"type": "event"
|
579
|
+
},
|
580
|
+
{
|
581
|
+
"anonymous": false,
|
582
|
+
"inputs": [
|
583
|
+
{
|
584
|
+
"indexed": false,
|
585
|
+
"internalType": "NftId",
|
586
|
+
"name": "targetNftId",
|
587
|
+
"type": "uint96"
|
588
|
+
},
|
589
|
+
{
|
590
|
+
"indexed": false,
|
591
|
+
"internalType": "address",
|
592
|
+
"name": "token",
|
593
|
+
"type": "address"
|
594
|
+
},
|
595
|
+
{
|
596
|
+
"indexed": false,
|
597
|
+
"internalType": "Amount",
|
598
|
+
"name": "amount",
|
599
|
+
"type": "uint96"
|
600
|
+
},
|
601
|
+
{
|
602
|
+
"indexed": false,
|
603
|
+
"internalType": "Amount",
|
604
|
+
"name": "newBalance",
|
605
|
+
"type": "uint96"
|
606
|
+
},
|
607
|
+
{
|
608
|
+
"indexed": false,
|
609
|
+
"internalType": "Blocknumber",
|
610
|
+
"name": "lastUpdatedIn",
|
611
|
+
"type": "uint32"
|
612
|
+
}
|
613
|
+
],
|
614
|
+
"name": "LogStakingStoreTotalValueLockedDecreased",
|
615
|
+
"type": "event"
|
616
|
+
},
|
617
|
+
{
|
618
|
+
"anonymous": false,
|
619
|
+
"inputs": [
|
620
|
+
{
|
621
|
+
"indexed": false,
|
622
|
+
"internalType": "NftId",
|
623
|
+
"name": "targetNftId",
|
624
|
+
"type": "uint96"
|
625
|
+
},
|
626
|
+
{
|
627
|
+
"indexed": false,
|
628
|
+
"internalType": "address",
|
629
|
+
"name": "token",
|
630
|
+
"type": "address"
|
631
|
+
},
|
632
|
+
{
|
633
|
+
"indexed": false,
|
634
|
+
"internalType": "Amount",
|
635
|
+
"name": "amount",
|
636
|
+
"type": "uint96"
|
637
|
+
},
|
638
|
+
{
|
639
|
+
"indexed": false,
|
640
|
+
"internalType": "Amount",
|
641
|
+
"name": "newBalance",
|
642
|
+
"type": "uint96"
|
643
|
+
},
|
644
|
+
{
|
645
|
+
"indexed": false,
|
646
|
+
"internalType": "Blocknumber",
|
647
|
+
"name": "lastUpdatedIn",
|
648
|
+
"type": "uint32"
|
649
|
+
}
|
650
|
+
],
|
651
|
+
"name": "LogStakingStoreTotalValueLockedIncreased",
|
652
|
+
"type": "event"
|
653
|
+
},
|
654
|
+
{
|
655
|
+
"anonymous": false,
|
656
|
+
"inputs": [
|
657
|
+
{
|
658
|
+
"indexed": false,
|
659
|
+
"internalType": "ObjectType",
|
660
|
+
"name": "objectType",
|
661
|
+
"type": "uint8"
|
662
|
+
},
|
663
|
+
{
|
664
|
+
"indexed": false,
|
665
|
+
"internalType": "KeyId",
|
666
|
+
"name": "keyId",
|
667
|
+
"type": "bytes31"
|
668
|
+
},
|
669
|
+
{
|
670
|
+
"indexed": false,
|
671
|
+
"internalType": "StateId",
|
672
|
+
"name": "stateOld",
|
673
|
+
"type": "uint8"
|
674
|
+
},
|
675
|
+
{
|
676
|
+
"indexed": false,
|
677
|
+
"internalType": "StateId",
|
678
|
+
"name": "stateNew",
|
679
|
+
"type": "uint8"
|
680
|
+
},
|
681
|
+
{
|
682
|
+
"indexed": false,
|
683
|
+
"internalType": "address",
|
684
|
+
"name": "updatedBy",
|
685
|
+
"type": "address"
|
686
|
+
},
|
687
|
+
{
|
688
|
+
"indexed": false,
|
689
|
+
"internalType": "address",
|
690
|
+
"name": "txOrigin",
|
691
|
+
"type": "address"
|
692
|
+
},
|
693
|
+
{
|
694
|
+
"indexed": false,
|
695
|
+
"internalType": "Blocknumber",
|
696
|
+
"name": "lastUpdatedIn",
|
697
|
+
"type": "uint32"
|
698
|
+
}
|
699
|
+
],
|
700
|
+
"name": "LogStateUpdated",
|
701
|
+
"type": "event"
|
702
|
+
},
|
703
|
+
{
|
704
|
+
"inputs": [],
|
705
|
+
"name": "authority",
|
706
|
+
"outputs": [
|
707
|
+
{
|
708
|
+
"internalType": "address",
|
709
|
+
"name": "",
|
710
|
+
"type": "address"
|
711
|
+
}
|
712
|
+
],
|
713
|
+
"stateMutability": "view",
|
714
|
+
"type": "function"
|
715
|
+
},
|
716
|
+
{
|
717
|
+
"inputs": [
|
718
|
+
{
|
719
|
+
"internalType": "StateId",
|
720
|
+
"name": "stateId",
|
721
|
+
"type": "uint8"
|
722
|
+
},
|
723
|
+
{
|
724
|
+
"internalType": "ObjectType",
|
725
|
+
"name": "objectType",
|
726
|
+
"type": "uint8"
|
727
|
+
},
|
728
|
+
{
|
729
|
+
"internalType": "StateId",
|
730
|
+
"name": "expectedFromId",
|
731
|
+
"type": "uint8"
|
732
|
+
},
|
733
|
+
{
|
734
|
+
"internalType": "StateId",
|
735
|
+
"name": "toId",
|
736
|
+
"type": "uint8"
|
737
|
+
}
|
738
|
+
],
|
739
|
+
"name": "checkTransition",
|
740
|
+
"outputs": [],
|
741
|
+
"stateMutability": "view",
|
742
|
+
"type": "function"
|
743
|
+
},
|
744
|
+
{
|
745
|
+
"inputs": [
|
746
|
+
{
|
747
|
+
"internalType": "NftId",
|
748
|
+
"name": "nftId",
|
749
|
+
"type": "uint96"
|
750
|
+
},
|
751
|
+
{
|
752
|
+
"internalType": "NftId",
|
753
|
+
"name": "targetNftId",
|
754
|
+
"type": "uint96"
|
755
|
+
},
|
756
|
+
{
|
757
|
+
"internalType": "Amount",
|
758
|
+
"name": "maxClaimAmount",
|
759
|
+
"type": "uint96"
|
760
|
+
}
|
761
|
+
],
|
762
|
+
"name": "claimUpTo",
|
763
|
+
"outputs": [
|
764
|
+
{
|
765
|
+
"internalType": "Amount",
|
766
|
+
"name": "claimedAmount",
|
767
|
+
"type": "uint96"
|
768
|
+
}
|
769
|
+
],
|
770
|
+
"stateMutability": "nonpayable",
|
771
|
+
"type": "function"
|
772
|
+
},
|
773
|
+
{
|
774
|
+
"inputs": [
|
775
|
+
{
|
776
|
+
"internalType": "NftId",
|
777
|
+
"name": "stakeNftId",
|
778
|
+
"type": "uint96"
|
779
|
+
},
|
780
|
+
{
|
781
|
+
"components": [
|
782
|
+
{
|
783
|
+
"internalType": "Timestamp",
|
784
|
+
"name": "lockedUntil",
|
785
|
+
"type": "uint40"
|
786
|
+
}
|
787
|
+
],
|
788
|
+
"internalType": "struct IStaking.StakeInfo",
|
789
|
+
"name": "stakeInfo",
|
790
|
+
"type": "tuple"
|
791
|
+
}
|
792
|
+
],
|
793
|
+
"name": "create",
|
794
|
+
"outputs": [],
|
795
|
+
"stateMutability": "nonpayable",
|
796
|
+
"type": "function"
|
797
|
+
},
|
798
|
+
{
|
799
|
+
"inputs": [
|
800
|
+
{
|
801
|
+
"internalType": "NftId",
|
802
|
+
"name": "targetNftId",
|
803
|
+
"type": "uint96"
|
804
|
+
},
|
805
|
+
{
|
806
|
+
"components": [
|
807
|
+
{
|
808
|
+
"internalType": "ObjectType",
|
809
|
+
"name": "objectType",
|
810
|
+
"type": "uint8"
|
811
|
+
},
|
812
|
+
{
|
813
|
+
"internalType": "uint256",
|
814
|
+
"name": "chainId",
|
815
|
+
"type": "uint256"
|
816
|
+
},
|
817
|
+
{
|
818
|
+
"internalType": "Seconds",
|
819
|
+
"name": "lockingPeriod",
|
820
|
+
"type": "uint40"
|
821
|
+
},
|
822
|
+
{
|
823
|
+
"internalType": "UFixed",
|
824
|
+
"name": "rewardRate",
|
825
|
+
"type": "uint256"
|
826
|
+
}
|
827
|
+
],
|
828
|
+
"internalType": "struct IStaking.TargetInfo",
|
829
|
+
"name": "targetInfo",
|
830
|
+
"type": "tuple"
|
831
|
+
}
|
832
|
+
],
|
833
|
+
"name": "createTarget",
|
834
|
+
"outputs": [],
|
835
|
+
"stateMutability": "nonpayable",
|
836
|
+
"type": "function"
|
837
|
+
},
|
838
|
+
{
|
839
|
+
"inputs": [
|
840
|
+
{
|
841
|
+
"internalType": "NftId",
|
842
|
+
"name": "targetNftId",
|
843
|
+
"type": "uint96"
|
844
|
+
},
|
845
|
+
{
|
846
|
+
"internalType": "Amount",
|
847
|
+
"name": "dipAmount",
|
848
|
+
"type": "uint96"
|
849
|
+
}
|
850
|
+
],
|
851
|
+
"name": "decreaseReserves",
|
852
|
+
"outputs": [
|
853
|
+
{
|
854
|
+
"internalType": "Amount",
|
855
|
+
"name": "newReserveBalance",
|
856
|
+
"type": "uint96"
|
857
|
+
}
|
858
|
+
],
|
859
|
+
"stateMutability": "nonpayable",
|
860
|
+
"type": "function"
|
861
|
+
},
|
862
|
+
{
|
863
|
+
"inputs": [
|
864
|
+
{
|
865
|
+
"internalType": "NftId",
|
866
|
+
"name": "targetNftId",
|
867
|
+
"type": "uint96"
|
868
|
+
},
|
869
|
+
{
|
870
|
+
"internalType": "UFixed",
|
871
|
+
"name": "stakingRate",
|
872
|
+
"type": "uint256"
|
873
|
+
},
|
874
|
+
{
|
875
|
+
"internalType": "address",
|
876
|
+
"name": "token",
|
877
|
+
"type": "address"
|
878
|
+
},
|
879
|
+
{
|
880
|
+
"internalType": "Amount",
|
881
|
+
"name": "amount",
|
882
|
+
"type": "uint96"
|
883
|
+
}
|
884
|
+
],
|
885
|
+
"name": "decreaseTotalValueLocked",
|
886
|
+
"outputs": [
|
887
|
+
{
|
888
|
+
"internalType": "Amount",
|
889
|
+
"name": "newBalance",
|
890
|
+
"type": "uint96"
|
891
|
+
}
|
892
|
+
],
|
893
|
+
"stateMutability": "nonpayable",
|
894
|
+
"type": "function"
|
895
|
+
},
|
896
|
+
{
|
897
|
+
"inputs": [
|
898
|
+
{
|
899
|
+
"internalType": "Key32",
|
900
|
+
"name": "key32",
|
901
|
+
"type": "bytes32"
|
902
|
+
}
|
903
|
+
],
|
904
|
+
"name": "exists",
|
905
|
+
"outputs": [
|
906
|
+
{
|
907
|
+
"internalType": "bool",
|
908
|
+
"name": "",
|
909
|
+
"type": "bool"
|
910
|
+
}
|
911
|
+
],
|
912
|
+
"stateMutability": "view",
|
913
|
+
"type": "function"
|
914
|
+
},
|
915
|
+
{
|
916
|
+
"inputs": [
|
917
|
+
{
|
918
|
+
"internalType": "NftId",
|
919
|
+
"name": "stakeNftId",
|
920
|
+
"type": "uint96"
|
921
|
+
}
|
922
|
+
],
|
923
|
+
"name": "exists",
|
924
|
+
"outputs": [
|
925
|
+
{
|
926
|
+
"internalType": "bool",
|
927
|
+
"name": "",
|
928
|
+
"type": "bool"
|
929
|
+
}
|
930
|
+
],
|
931
|
+
"stateMutability": "view",
|
932
|
+
"type": "function"
|
933
|
+
},
|
934
|
+
{
|
935
|
+
"inputs": [
|
936
|
+
{
|
937
|
+
"internalType": "Key32",
|
938
|
+
"name": "key32",
|
939
|
+
"type": "bytes32"
|
940
|
+
}
|
941
|
+
],
|
942
|
+
"name": "get",
|
943
|
+
"outputs": [
|
944
|
+
{
|
945
|
+
"components": [
|
946
|
+
{
|
947
|
+
"components": [
|
948
|
+
{
|
949
|
+
"internalType": "ObjectType",
|
950
|
+
"name": "objectType",
|
951
|
+
"type": "uint8"
|
952
|
+
},
|
953
|
+
{
|
954
|
+
"internalType": "StateId",
|
955
|
+
"name": "state",
|
956
|
+
"type": "uint8"
|
957
|
+
},
|
958
|
+
{
|
959
|
+
"internalType": "Blocknumber",
|
960
|
+
"name": "updatedIn",
|
961
|
+
"type": "uint32"
|
962
|
+
},
|
963
|
+
{
|
964
|
+
"internalType": "Blocknumber",
|
965
|
+
"name": "createdIn",
|
966
|
+
"type": "uint32"
|
967
|
+
}
|
968
|
+
],
|
969
|
+
"internalType": "struct IKeyValueStore.Metadata",
|
970
|
+
"name": "metadata",
|
971
|
+
"type": "tuple"
|
972
|
+
},
|
973
|
+
{
|
974
|
+
"internalType": "bytes",
|
975
|
+
"name": "data",
|
976
|
+
"type": "bytes"
|
977
|
+
}
|
978
|
+
],
|
979
|
+
"internalType": "struct IKeyValueStore.Value",
|
980
|
+
"name": "value",
|
981
|
+
"type": "tuple"
|
982
|
+
}
|
983
|
+
],
|
984
|
+
"stateMutability": "view",
|
985
|
+
"type": "function"
|
986
|
+
},
|
987
|
+
{
|
988
|
+
"inputs": [
|
989
|
+
{
|
990
|
+
"internalType": "NftId",
|
991
|
+
"name": "nftId",
|
992
|
+
"type": "uint96"
|
993
|
+
}
|
994
|
+
],
|
995
|
+
"name": "getBalanceUpdatedAt",
|
996
|
+
"outputs": [
|
997
|
+
{
|
998
|
+
"internalType": "Timestamp",
|
999
|
+
"name": "updatedAt",
|
1000
|
+
"type": "uint40"
|
1001
|
+
}
|
1002
|
+
],
|
1003
|
+
"stateMutability": "view",
|
1004
|
+
"type": "function"
|
1005
|
+
},
|
1006
|
+
{
|
1007
|
+
"inputs": [
|
1008
|
+
{
|
1009
|
+
"internalType": "NftId",
|
1010
|
+
"name": "nftId",
|
1011
|
+
"type": "uint96"
|
1012
|
+
}
|
1013
|
+
],
|
1014
|
+
"name": "getBalanceUpdatedIn",
|
1015
|
+
"outputs": [
|
1016
|
+
{
|
1017
|
+
"internalType": "Blocknumber",
|
1018
|
+
"name": "blocknumber",
|
1019
|
+
"type": "uint32"
|
1020
|
+
}
|
1021
|
+
],
|
1022
|
+
"stateMutability": "view",
|
1023
|
+
"type": "function"
|
1024
|
+
},
|
1025
|
+
{
|
1026
|
+
"inputs": [
|
1027
|
+
{
|
1028
|
+
"internalType": "Key32",
|
1029
|
+
"name": "key32",
|
1030
|
+
"type": "bytes32"
|
1031
|
+
}
|
1032
|
+
],
|
1033
|
+
"name": "getData",
|
1034
|
+
"outputs": [
|
1035
|
+
{
|
1036
|
+
"internalType": "bytes",
|
1037
|
+
"name": "data",
|
1038
|
+
"type": "bytes"
|
1039
|
+
}
|
1040
|
+
],
|
1041
|
+
"stateMutability": "view",
|
1042
|
+
"type": "function"
|
1043
|
+
},
|
1044
|
+
{
|
1045
|
+
"inputs": [
|
1046
|
+
{
|
1047
|
+
"internalType": "ObjectType",
|
1048
|
+
"name": "objectType",
|
1049
|
+
"type": "uint8"
|
1050
|
+
}
|
1051
|
+
],
|
1052
|
+
"name": "getInitialState",
|
1053
|
+
"outputs": [
|
1054
|
+
{
|
1055
|
+
"internalType": "StateId",
|
1056
|
+
"name": "",
|
1057
|
+
"type": "uint8"
|
1058
|
+
}
|
1059
|
+
],
|
1060
|
+
"stateMutability": "view",
|
1061
|
+
"type": "function"
|
1062
|
+
},
|
1063
|
+
{
|
1064
|
+
"inputs": [
|
1065
|
+
{
|
1066
|
+
"internalType": "Key32",
|
1067
|
+
"name": "key32",
|
1068
|
+
"type": "bytes32"
|
1069
|
+
}
|
1070
|
+
],
|
1071
|
+
"name": "getMetadata",
|
1072
|
+
"outputs": [
|
1073
|
+
{
|
1074
|
+
"components": [
|
1075
|
+
{
|
1076
|
+
"internalType": "ObjectType",
|
1077
|
+
"name": "objectType",
|
1078
|
+
"type": "uint8"
|
1079
|
+
},
|
1080
|
+
{
|
1081
|
+
"internalType": "StateId",
|
1082
|
+
"name": "state",
|
1083
|
+
"type": "uint8"
|
1084
|
+
},
|
1085
|
+
{
|
1086
|
+
"internalType": "Blocknumber",
|
1087
|
+
"name": "updatedIn",
|
1088
|
+
"type": "uint32"
|
1089
|
+
},
|
1090
|
+
{
|
1091
|
+
"internalType": "Blocknumber",
|
1092
|
+
"name": "createdIn",
|
1093
|
+
"type": "uint32"
|
1094
|
+
}
|
1095
|
+
],
|
1096
|
+
"internalType": "struct IKeyValueStore.Metadata",
|
1097
|
+
"name": "metadata",
|
1098
|
+
"type": "tuple"
|
1099
|
+
}
|
1100
|
+
],
|
1101
|
+
"stateMutability": "view",
|
1102
|
+
"type": "function"
|
1103
|
+
},
|
1104
|
+
{
|
1105
|
+
"inputs": [
|
1106
|
+
{
|
1107
|
+
"internalType": "NftId",
|
1108
|
+
"name": "nftId",
|
1109
|
+
"type": "uint96"
|
1110
|
+
}
|
1111
|
+
],
|
1112
|
+
"name": "getRequiredStakeBalance",
|
1113
|
+
"outputs": [
|
1114
|
+
{
|
1115
|
+
"internalType": "Amount",
|
1116
|
+
"name": "requiredAmount",
|
1117
|
+
"type": "uint96"
|
1118
|
+
}
|
1119
|
+
],
|
1120
|
+
"stateMutability": "view",
|
1121
|
+
"type": "function"
|
1122
|
+
},
|
1123
|
+
{
|
1124
|
+
"inputs": [
|
1125
|
+
{
|
1126
|
+
"internalType": "NftId",
|
1127
|
+
"name": "nftId",
|
1128
|
+
"type": "uint96"
|
1129
|
+
}
|
1130
|
+
],
|
1131
|
+
"name": "getReserveBalance",
|
1132
|
+
"outputs": [
|
1133
|
+
{
|
1134
|
+
"internalType": "Amount",
|
1135
|
+
"name": "balanceAmount",
|
1136
|
+
"type": "uint96"
|
1137
|
+
}
|
1138
|
+
],
|
1139
|
+
"stateMutability": "view",
|
1140
|
+
"type": "function"
|
1141
|
+
},
|
1142
|
+
{
|
1143
|
+
"inputs": [
|
1144
|
+
{
|
1145
|
+
"internalType": "NftId",
|
1146
|
+
"name": "nftId",
|
1147
|
+
"type": "uint96"
|
1148
|
+
}
|
1149
|
+
],
|
1150
|
+
"name": "getRewardBalance",
|
1151
|
+
"outputs": [
|
1152
|
+
{
|
1153
|
+
"internalType": "Amount",
|
1154
|
+
"name": "rewardAmount",
|
1155
|
+
"type": "uint96"
|
1156
|
+
}
|
1157
|
+
],
|
1158
|
+
"stateMutability": "view",
|
1159
|
+
"type": "function"
|
1160
|
+
},
|
1161
|
+
{
|
1162
|
+
"inputs": [
|
1163
|
+
{
|
1164
|
+
"internalType": "NftId",
|
1165
|
+
"name": "nftId",
|
1166
|
+
"type": "uint96"
|
1167
|
+
}
|
1168
|
+
],
|
1169
|
+
"name": "getStakeBalance",
|
1170
|
+
"outputs": [
|
1171
|
+
{
|
1172
|
+
"internalType": "Amount",
|
1173
|
+
"name": "balanceAmount",
|
1174
|
+
"type": "uint96"
|
1175
|
+
}
|
1176
|
+
],
|
1177
|
+
"stateMutability": "view",
|
1178
|
+
"type": "function"
|
1179
|
+
},
|
1180
|
+
{
|
1181
|
+
"inputs": [
|
1182
|
+
{
|
1183
|
+
"internalType": "NftId",
|
1184
|
+
"name": "nftId",
|
1185
|
+
"type": "uint96"
|
1186
|
+
}
|
1187
|
+
],
|
1188
|
+
"name": "getStakeBalances",
|
1189
|
+
"outputs": [
|
1190
|
+
{
|
1191
|
+
"internalType": "Amount",
|
1192
|
+
"name": "stakeBalance",
|
1193
|
+
"type": "uint96"
|
1194
|
+
},
|
1195
|
+
{
|
1196
|
+
"internalType": "Amount",
|
1197
|
+
"name": "rewardBalance",
|
1198
|
+
"type": "uint96"
|
1199
|
+
},
|
1200
|
+
{
|
1201
|
+
"internalType": "Timestamp",
|
1202
|
+
"name": "lastUpdatedAt",
|
1203
|
+
"type": "uint40"
|
1204
|
+
}
|
1205
|
+
],
|
1206
|
+
"stateMutability": "view",
|
1207
|
+
"type": "function"
|
1208
|
+
},
|
1209
|
+
{
|
1210
|
+
"inputs": [
|
1211
|
+
{
|
1212
|
+
"internalType": "uint256",
|
1213
|
+
"name": "chainId",
|
1214
|
+
"type": "uint256"
|
1215
|
+
},
|
1216
|
+
{
|
1217
|
+
"internalType": "address",
|
1218
|
+
"name": "token",
|
1219
|
+
"type": "address"
|
1220
|
+
}
|
1221
|
+
],
|
1222
|
+
"name": "getStakingRate",
|
1223
|
+
"outputs": [
|
1224
|
+
{
|
1225
|
+
"internalType": "UFixed",
|
1226
|
+
"name": "stakingRate",
|
1227
|
+
"type": "uint256"
|
1228
|
+
}
|
1229
|
+
],
|
1230
|
+
"stateMutability": "view",
|
1231
|
+
"type": "function"
|
1232
|
+
},
|
1233
|
+
{
|
1234
|
+
"inputs": [],
|
1235
|
+
"name": "getStakingReader",
|
1236
|
+
"outputs": [
|
1237
|
+
{
|
1238
|
+
"internalType": "contract StakingReader",
|
1239
|
+
"name": "stakingReader",
|
1240
|
+
"type": "address"
|
1241
|
+
}
|
1242
|
+
],
|
1243
|
+
"stateMutability": "view",
|
1244
|
+
"type": "function"
|
1245
|
+
},
|
1246
|
+
{
|
1247
|
+
"inputs": [
|
1248
|
+
{
|
1249
|
+
"internalType": "Key32",
|
1250
|
+
"name": "key32",
|
1251
|
+
"type": "bytes32"
|
1252
|
+
}
|
1253
|
+
],
|
1254
|
+
"name": "getState",
|
1255
|
+
"outputs": [
|
1256
|
+
{
|
1257
|
+
"internalType": "StateId",
|
1258
|
+
"name": "state",
|
1259
|
+
"type": "uint8"
|
1260
|
+
}
|
1261
|
+
],
|
1262
|
+
"stateMutability": "view",
|
1263
|
+
"type": "function"
|
1264
|
+
},
|
1265
|
+
{
|
1266
|
+
"inputs": [
|
1267
|
+
{
|
1268
|
+
"internalType": "NftId",
|
1269
|
+
"name": "nftId",
|
1270
|
+
"type": "uint96"
|
1271
|
+
}
|
1272
|
+
],
|
1273
|
+
"name": "getTargetBalances",
|
1274
|
+
"outputs": [
|
1275
|
+
{
|
1276
|
+
"internalType": "Amount",
|
1277
|
+
"name": "stakeBalance",
|
1278
|
+
"type": "uint96"
|
1279
|
+
},
|
1280
|
+
{
|
1281
|
+
"internalType": "Amount",
|
1282
|
+
"name": "rewardBalance",
|
1283
|
+
"type": "uint96"
|
1284
|
+
},
|
1285
|
+
{
|
1286
|
+
"internalType": "Amount",
|
1287
|
+
"name": "reserveBalance",
|
1288
|
+
"type": "uint96"
|
1289
|
+
},
|
1290
|
+
{
|
1291
|
+
"internalType": "Blocknumber",
|
1292
|
+
"name": "lastUpdatedIn",
|
1293
|
+
"type": "uint32"
|
1294
|
+
}
|
1295
|
+
],
|
1296
|
+
"stateMutability": "view",
|
1297
|
+
"type": "function"
|
1298
|
+
},
|
1299
|
+
{
|
1300
|
+
"inputs": [],
|
1301
|
+
"name": "getTargetNftIdSet",
|
1302
|
+
"outputs": [
|
1303
|
+
{
|
1304
|
+
"internalType": "contract NftIdSet",
|
1305
|
+
"name": "targetNftIdSet",
|
1306
|
+
"type": "address"
|
1307
|
+
}
|
1308
|
+
],
|
1309
|
+
"stateMutability": "view",
|
1310
|
+
"type": "function"
|
1311
|
+
},
|
1312
|
+
{
|
1313
|
+
"inputs": [
|
1314
|
+
{
|
1315
|
+
"internalType": "NftId",
|
1316
|
+
"name": "nftId",
|
1317
|
+
"type": "uint96"
|
1318
|
+
},
|
1319
|
+
{
|
1320
|
+
"internalType": "address",
|
1321
|
+
"name": "token",
|
1322
|
+
"type": "address"
|
1323
|
+
}
|
1324
|
+
],
|
1325
|
+
"name": "getTotalValueLocked",
|
1326
|
+
"outputs": [
|
1327
|
+
{
|
1328
|
+
"internalType": "Amount",
|
1329
|
+
"name": "tvlBalanceAmount",
|
1330
|
+
"type": "uint96"
|
1331
|
+
}
|
1332
|
+
],
|
1333
|
+
"stateMutability": "view",
|
1334
|
+
"type": "function"
|
1335
|
+
},
|
1336
|
+
{
|
1337
|
+
"inputs": [
|
1338
|
+
{
|
1339
|
+
"internalType": "ObjectType",
|
1340
|
+
"name": "objectType",
|
1341
|
+
"type": "uint8"
|
1342
|
+
}
|
1343
|
+
],
|
1344
|
+
"name": "hasLifecycle",
|
1345
|
+
"outputs": [
|
1346
|
+
{
|
1347
|
+
"internalType": "bool",
|
1348
|
+
"name": "",
|
1349
|
+
"type": "bool"
|
1350
|
+
}
|
1351
|
+
],
|
1352
|
+
"stateMutability": "view",
|
1353
|
+
"type": "function"
|
1354
|
+
},
|
1355
|
+
{
|
1356
|
+
"inputs": [
|
1357
|
+
{
|
1358
|
+
"internalType": "NftId",
|
1359
|
+
"name": "targetNftId",
|
1360
|
+
"type": "uint96"
|
1361
|
+
},
|
1362
|
+
{
|
1363
|
+
"internalType": "Amount",
|
1364
|
+
"name": "dipAmount",
|
1365
|
+
"type": "uint96"
|
1366
|
+
}
|
1367
|
+
],
|
1368
|
+
"name": "increaseReserves",
|
1369
|
+
"outputs": [
|
1370
|
+
{
|
1371
|
+
"internalType": "Amount",
|
1372
|
+
"name": "newReserveBalance",
|
1373
|
+
"type": "uint96"
|
1374
|
+
}
|
1375
|
+
],
|
1376
|
+
"stateMutability": "nonpayable",
|
1377
|
+
"type": "function"
|
1378
|
+
},
|
1379
|
+
{
|
1380
|
+
"inputs": [
|
1381
|
+
{
|
1382
|
+
"internalType": "NftId",
|
1383
|
+
"name": "nftId",
|
1384
|
+
"type": "uint96"
|
1385
|
+
},
|
1386
|
+
{
|
1387
|
+
"internalType": "NftId",
|
1388
|
+
"name": "targetNftId",
|
1389
|
+
"type": "uint96"
|
1390
|
+
},
|
1391
|
+
{
|
1392
|
+
"internalType": "Amount",
|
1393
|
+
"name": "amount",
|
1394
|
+
"type": "uint96"
|
1395
|
+
}
|
1396
|
+
],
|
1397
|
+
"name": "increaseStake",
|
1398
|
+
"outputs": [],
|
1399
|
+
"stateMutability": "nonpayable",
|
1400
|
+
"type": "function"
|
1401
|
+
},
|
1402
|
+
{
|
1403
|
+
"inputs": [
|
1404
|
+
{
|
1405
|
+
"internalType": "NftId",
|
1406
|
+
"name": "targetNftId",
|
1407
|
+
"type": "uint96"
|
1408
|
+
},
|
1409
|
+
{
|
1410
|
+
"internalType": "UFixed",
|
1411
|
+
"name": "stakingRate",
|
1412
|
+
"type": "uint256"
|
1413
|
+
},
|
1414
|
+
{
|
1415
|
+
"internalType": "address",
|
1416
|
+
"name": "token",
|
1417
|
+
"type": "address"
|
1418
|
+
},
|
1419
|
+
{
|
1420
|
+
"internalType": "Amount",
|
1421
|
+
"name": "amount",
|
1422
|
+
"type": "uint96"
|
1423
|
+
}
|
1424
|
+
],
|
1425
|
+
"name": "increaseTotalValueLocked",
|
1426
|
+
"outputs": [
|
1427
|
+
{
|
1428
|
+
"internalType": "Amount",
|
1429
|
+
"name": "newBalance",
|
1430
|
+
"type": "uint96"
|
1431
|
+
}
|
1432
|
+
],
|
1433
|
+
"stateMutability": "nonpayable",
|
1434
|
+
"type": "function"
|
1435
|
+
},
|
1436
|
+
{
|
1437
|
+
"inputs": [],
|
1438
|
+
"name": "isConsumingScheduledOp",
|
1439
|
+
"outputs": [
|
1440
|
+
{
|
1441
|
+
"internalType": "bytes4",
|
1442
|
+
"name": "",
|
1443
|
+
"type": "bytes4"
|
1444
|
+
}
|
1445
|
+
],
|
1446
|
+
"stateMutability": "view",
|
1447
|
+
"type": "function"
|
1448
|
+
},
|
1449
|
+
{
|
1450
|
+
"inputs": [
|
1451
|
+
{
|
1452
|
+
"internalType": "ObjectType",
|
1453
|
+
"name": "objectType",
|
1454
|
+
"type": "uint8"
|
1455
|
+
},
|
1456
|
+
{
|
1457
|
+
"internalType": "StateId",
|
1458
|
+
"name": "fromId",
|
1459
|
+
"type": "uint8"
|
1460
|
+
},
|
1461
|
+
{
|
1462
|
+
"internalType": "StateId",
|
1463
|
+
"name": "toId",
|
1464
|
+
"type": "uint8"
|
1465
|
+
}
|
1466
|
+
],
|
1467
|
+
"name": "isValidTransition",
|
1468
|
+
"outputs": [
|
1469
|
+
{
|
1470
|
+
"internalType": "bool",
|
1471
|
+
"name": "",
|
1472
|
+
"type": "bool"
|
1473
|
+
}
|
1474
|
+
],
|
1475
|
+
"stateMutability": "view",
|
1476
|
+
"type": "function"
|
1477
|
+
},
|
1478
|
+
{
|
1479
|
+
"inputs": [
|
1480
|
+
{
|
1481
|
+
"internalType": "NftId",
|
1482
|
+
"name": "nftId",
|
1483
|
+
"type": "uint96"
|
1484
|
+
},
|
1485
|
+
{
|
1486
|
+
"internalType": "NftId",
|
1487
|
+
"name": "targetNftId",
|
1488
|
+
"type": "uint96"
|
1489
|
+
},
|
1490
|
+
{
|
1491
|
+
"internalType": "Amount",
|
1492
|
+
"name": "rewardIncrementAmount",
|
1493
|
+
"type": "uint96"
|
1494
|
+
}
|
1495
|
+
],
|
1496
|
+
"name": "restakeRewards",
|
1497
|
+
"outputs": [],
|
1498
|
+
"stateMutability": "nonpayable",
|
1499
|
+
"type": "function"
|
1500
|
+
},
|
1501
|
+
{
|
1502
|
+
"inputs": [
|
1503
|
+
{
|
1504
|
+
"internalType": "address",
|
1505
|
+
"name": "newAuthority",
|
1506
|
+
"type": "address"
|
1507
|
+
}
|
1508
|
+
],
|
1509
|
+
"name": "setAuthority",
|
1510
|
+
"outputs": [],
|
1511
|
+
"stateMutability": "nonpayable",
|
1512
|
+
"type": "function"
|
1513
|
+
},
|
1514
|
+
{
|
1515
|
+
"inputs": [
|
1516
|
+
{
|
1517
|
+
"internalType": "uint256",
|
1518
|
+
"name": "chainId",
|
1519
|
+
"type": "uint256"
|
1520
|
+
},
|
1521
|
+
{
|
1522
|
+
"internalType": "address",
|
1523
|
+
"name": "token",
|
1524
|
+
"type": "address"
|
1525
|
+
},
|
1526
|
+
{
|
1527
|
+
"internalType": "UFixed",
|
1528
|
+
"name": "stakingRate",
|
1529
|
+
"type": "uint256"
|
1530
|
+
}
|
1531
|
+
],
|
1532
|
+
"name": "setStakingRate",
|
1533
|
+
"outputs": [],
|
1534
|
+
"stateMutability": "nonpayable",
|
1535
|
+
"type": "function"
|
1536
|
+
},
|
1537
|
+
{
|
1538
|
+
"inputs": [
|
1539
|
+
{
|
1540
|
+
"internalType": "ObjectType",
|
1541
|
+
"name": "objectType",
|
1542
|
+
"type": "uint8"
|
1543
|
+
},
|
1544
|
+
{
|
1545
|
+
"internalType": "KeyId",
|
1546
|
+
"name": "id",
|
1547
|
+
"type": "bytes31"
|
1548
|
+
}
|
1549
|
+
],
|
1550
|
+
"name": "toKey32",
|
1551
|
+
"outputs": [
|
1552
|
+
{
|
1553
|
+
"internalType": "Key32",
|
1554
|
+
"name": "",
|
1555
|
+
"type": "bytes32"
|
1556
|
+
}
|
1557
|
+
],
|
1558
|
+
"stateMutability": "pure",
|
1559
|
+
"type": "function"
|
1560
|
+
},
|
1561
|
+
{
|
1562
|
+
"inputs": [
|
1563
|
+
{
|
1564
|
+
"internalType": "NftId",
|
1565
|
+
"name": "nftId",
|
1566
|
+
"type": "uint96"
|
1567
|
+
},
|
1568
|
+
{
|
1569
|
+
"internalType": "NftId",
|
1570
|
+
"name": "targetNftId",
|
1571
|
+
"type": "uint96"
|
1572
|
+
},
|
1573
|
+
{
|
1574
|
+
"internalType": "Amount",
|
1575
|
+
"name": "maxUnstakeAmount",
|
1576
|
+
"type": "uint96"
|
1577
|
+
},
|
1578
|
+
{
|
1579
|
+
"internalType": "Amount",
|
1580
|
+
"name": "maxClaimAmount",
|
1581
|
+
"type": "uint96"
|
1582
|
+
}
|
1583
|
+
],
|
1584
|
+
"name": "unstakeUpTo",
|
1585
|
+
"outputs": [
|
1586
|
+
{
|
1587
|
+
"internalType": "Amount",
|
1588
|
+
"name": "unstakedAmount",
|
1589
|
+
"type": "uint96"
|
1590
|
+
},
|
1591
|
+
{
|
1592
|
+
"internalType": "Amount",
|
1593
|
+
"name": "claimedAmount",
|
1594
|
+
"type": "uint96"
|
1595
|
+
}
|
1596
|
+
],
|
1597
|
+
"stateMutability": "nonpayable",
|
1598
|
+
"type": "function"
|
1599
|
+
},
|
1600
|
+
{
|
1601
|
+
"inputs": [
|
1602
|
+
{
|
1603
|
+
"internalType": "NftId",
|
1604
|
+
"name": "stakeNftId",
|
1605
|
+
"type": "uint96"
|
1606
|
+
},
|
1607
|
+
{
|
1608
|
+
"components": [
|
1609
|
+
{
|
1610
|
+
"internalType": "Timestamp",
|
1611
|
+
"name": "lockedUntil",
|
1612
|
+
"type": "uint40"
|
1613
|
+
}
|
1614
|
+
],
|
1615
|
+
"internalType": "struct IStaking.StakeInfo",
|
1616
|
+
"name": "stakeInfo",
|
1617
|
+
"type": "tuple"
|
1618
|
+
}
|
1619
|
+
],
|
1620
|
+
"name": "update",
|
1621
|
+
"outputs": [],
|
1622
|
+
"stateMutability": "nonpayable",
|
1623
|
+
"type": "function"
|
1624
|
+
},
|
1625
|
+
{
|
1626
|
+
"inputs": [
|
1627
|
+
{
|
1628
|
+
"internalType": "NftId",
|
1629
|
+
"name": "nftId",
|
1630
|
+
"type": "uint96"
|
1631
|
+
},
|
1632
|
+
{
|
1633
|
+
"internalType": "NftId",
|
1634
|
+
"name": "targetNftId",
|
1635
|
+
"type": "uint96"
|
1636
|
+
},
|
1637
|
+
{
|
1638
|
+
"internalType": "Amount",
|
1639
|
+
"name": "rewardIncrementAmount",
|
1640
|
+
"type": "uint96"
|
1641
|
+
}
|
1642
|
+
],
|
1643
|
+
"name": "updateRewards",
|
1644
|
+
"outputs": [],
|
1645
|
+
"stateMutability": "nonpayable",
|
1646
|
+
"type": "function"
|
1647
|
+
},
|
1648
|
+
{
|
1649
|
+
"inputs": [
|
1650
|
+
{
|
1651
|
+
"internalType": "NftId",
|
1652
|
+
"name": "targetNftId",
|
1653
|
+
"type": "uint96"
|
1654
|
+
},
|
1655
|
+
{
|
1656
|
+
"components": [
|
1657
|
+
{
|
1658
|
+
"internalType": "ObjectType",
|
1659
|
+
"name": "objectType",
|
1660
|
+
"type": "uint8"
|
1661
|
+
},
|
1662
|
+
{
|
1663
|
+
"internalType": "uint256",
|
1664
|
+
"name": "chainId",
|
1665
|
+
"type": "uint256"
|
1666
|
+
},
|
1667
|
+
{
|
1668
|
+
"internalType": "Seconds",
|
1669
|
+
"name": "lockingPeriod",
|
1670
|
+
"type": "uint40"
|
1671
|
+
},
|
1672
|
+
{
|
1673
|
+
"internalType": "UFixed",
|
1674
|
+
"name": "rewardRate",
|
1675
|
+
"type": "uint256"
|
1676
|
+
}
|
1677
|
+
],
|
1678
|
+
"internalType": "struct IStaking.TargetInfo",
|
1679
|
+
"name": "targetInfo",
|
1680
|
+
"type": "tuple"
|
1681
|
+
}
|
1682
|
+
],
|
1683
|
+
"name": "updateTarget",
|
1684
|
+
"outputs": [],
|
1685
|
+
"stateMutability": "nonpayable",
|
1686
|
+
"type": "function"
|
1687
|
+
}
|
1688
|
+
],
|
1689
|
+
"bytecode": "0x608060405234801561000f575f80fd5b50604051615b2e380380615b2e83398101604081905261002e91610e15565b33610038816102ae565b50610041610301565b6100a9826001600160a01b031663e2b178a06040518163ffffffff1660e01b8152600401602060405180830381865afa158015610080573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906100a49190610e4d565b610324565b600480546001600160a01b038085166001600160a01b03199283161790925560068054928416929091169190911790556040516100e590610df1565b604051809103905ff0801580156100fe573d5f803e3d5ffd5b50600580546001600160a01b0319166001600160a01b039290921691909117905560405163efac97cf60e01b815261044d60048201526102a79073__$94a2c899be079b00d952d0d84fffaa5c34$__9063efac97cf90602401602060405180830381865af4158015610172573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906101969190610e83565b60405180608001604052806101af6103a160201b60201c565b60ff1681526020016001815260200173__$fb6c7635e3c1acf7e7d82c7d43e7a24671$__63c6edc3dd6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610205573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906102299190610e9e565b64ffffffffff16815260200173__$fb6c7635e3c1acf7e7d82c7d43e7a24671$__63f87bf3736040518163ffffffff1660e01b8152600401602060405180830381865af415801561027c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906102a09190610ec2565b90526103a6565b50506110c2565b5f80546001600160a01b0319166001600160a01b0383169081179091556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9060200160405180910390a150565b61030e60205b600161058a565b610318600b610307565b6103226021610307565b565b5f5433906001600160a01b0316811461035f5760405162d1953b60e31b81526001600160a01b03821660048201526024015b60405180910390fd5b816001600160a01b03163b5f03610394576040516361798f2f60e11b81526001600160a01b0383166004820152602401610356565b61039d826102ae565b5050565b600190565b60408051630711349960e31b81526001600160601b0384166004820152602060248201819052915161047d9273__$94a2c899be079b00d952d0d84fffaa5c34$__92633889a4c892604480830193928290030181865af415801561040c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104309190610ec2565b60408051845160ff16602080830191909152850151818301529084015164ffffffffff16606080830191909152840151608082015260a00160408051601f198184030181529190526105cc565b73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af41580156104c4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104e89190610ed9565b6001600160601b0383165f908152601060205260409020805463ffffffff191663ffffffff929092169190911790556105208261098f565b6005546040516346f0e8a760e11b81526001600160601b03841660048201526001600160a01b0390911690638de1d14e906024015f604051808303815f87803b15801561056b575f80fd5b505af115801561057d573d5f803e3d5ffd5b505050505050565b905090565b60ff8281165f9081526001602052604090205416156105ab576105ab610efc565b60ff9182165f908152600160205260409020805460ff191691909216179055565b604051634b00e98f60e11b8152600481018390525f9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af415801561061c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106409190610f10565b60405163037c8cb160e51b815260ff8216600482015290915073__$0d958e68cba84670b8f4a3f2f2686b1c6b$__90636f91962090602401602060405180830381865af4158015610693573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106b79190610f30565b156106da576040516307014a8d60e51b815260ff82166004820152602401610356565b5f83815260036020526040908190208054915163b2466acf60e01b815261010090920460ff1660048301529073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf90602401602060405180830381865af4158015610740573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107649190610f30565b1561078e57604051633f92eac960e21b81526004810185905260ff83166024820152604401610356565b61079782610cf9565b6107b957604051636cb0978b60e11b815260ff83166004820152602401610356565b5f6107c2610d85565b60ff8085165f908152600160205260408120549293509116835460ff86811661ffff1990921691909117610100918316919091021762010000600160501b0319166201000063ffffffff851690810263ffffffff60301b1916919091176601000000000000919091021784555f87815260036020526040902090915060010161084b8682610fe7565b50604051634b00e98f60e11b8152600481018790527ffcb75eb7b317145f986c763e1a3eab5f9b4dbaf7955504f70f986d799c3ab39d9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af41580156108bc573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108e09190610f10565b604051630713cfad60e31b81526004810189905273__$4b9aaffa8d044614668dad578b824b8eee$__9063389e7d6890602401602060405180830381865af415801561092e573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061095291906110a1565b6040805160ff938416815260ff199290921660208301529184168183015233606082015232608082015290519081900360a00190a1505050505050565b6001600160601b0381165f908152600c60205260409081902054905163d15b589360e01b815263ffffffff909116600482015273__$f55ca14f1ddce1b88fe30d23ae45f595f4$__9063d15b589390602401602060405180830381865af41580156109fc573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a209190610f30565b15610a49576040516366d785a360e11b81526001600160601b0382166004820152602401610356565b73__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610a90573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ab49190610e83565b60085f836001600160601b03166001600160601b031681526020019081526020015f205f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610b41573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b659190610e83565b60095f836001600160601b03166001600160601b031681526020019081526020015f205f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610bf2573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c169190610e83565b600a5f836001600160601b03166001600160601b031681526020019081526020015f205f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af4158015610ca3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610cc79190610ed9565b6001600160601b03919091165f908152600c60205260409020805463ffffffff191663ffffffff909216919091179055565b60ff8181165f9081526001602052604080822054905163b2466acf60e01b8152921660048301529073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf90602401602060405180830381865af4158015610d5b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d7f9190610f30565b92915050565b5f73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af4158015610dcd573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105859190610ed9565b61074c806153e283390190565b6001600160a01b0381168114610e12575f80fd5b50565b5f8060408385031215610e26575f80fd5b8251610e3181610dfe565b6020840151909250610e4281610dfe565b809150509250929050565b5f60208284031215610e5d575f80fd5b8151610e6881610dfe565b9392505050565b6001600160601b0381168114610e12575f80fd5b5f60208284031215610e93575f80fd5b8151610e6881610e6f565b5f60208284031215610eae575f80fd5b815164ffffffffff81168114610e68575f80fd5b5f60208284031215610ed2575f80fd5b5051919050565b5f60208284031215610ee9575f80fd5b815163ffffffff81168114610e68575f80fd5b634e487b7160e01b5f52600160045260245ffd5b5f60208284031215610f20575f80fd5b815160ff81168114610e68575f80fd5b5f60208284031215610f40575f80fd5b81518015158114610e68575f80fd5b634e487b7160e01b5f52604160045260245ffd5b600181811c90821680610f7757607f821691505b602082108103610f9557634e487b7160e01b5f52602260045260245ffd5b50919050565b601f821115610fe257805f5260205f20601f840160051c81016020851015610fc05750805b601f840160051c820191505b81811015610fdf575f8155600101610fcc565b50505b505050565b81516001600160401b0381111561100057611000610f4f565b6110148161100e8454610f63565b84610f9b565b6020601f821160018114611046575f831561102f5750848201515b5f19600385901b1c1916600184901b178455610fdf565b5f84815260208120601f198516915b828110156110755787850151825560209485019460019092019101611055565b508482101561109257868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b5f602082840312156110b1575f80fd5b815160ff1981168114610e68575f80fd5b614313806110cf5f395ff3fe608060405234801561000f575f80fd5b506004361061023f575f3560e01c80637b21556111610135578063bf7e214f116100b4578063eb98e8a011610079578063eb98e8a01461074f578063f48016ce14610782578063fb14543214610795578063fb39549c146107c0578063ff86054d146107d3575f80fd5b8063bf7e214f146106a9578063d7537c37146106b9578063dfb7e337146106cc578063e067350f14610711578063e9e96c701461073c575f80fd5b80639a726364116100fa5780639a72636414610562578063a5961b4c14610575578063b04fa50614610601578063beba11201461066b578063bf1db3f914610696575f80fd5b80637b2155611461045b578063828227de1461049e5780638eaa6ac0146104e15780638fb360371461050157806391a2059f14610522575f80fd5b80634b51da0c116101c157806362841be21161018657806362841be2146103e65780636291423a146103f9578063717f1b981461040a57806377f91851146104355780637a9e5e4b14610448575f80fd5b80634b51da0c146103685780634f9c1c091461037b57806354f1fa811461038e57806354f6127f146103a15780635cce3fa1146103c1575f80fd5b806330f441991161020757806330f44199146102f95780633861317f1461030c57806338a699a41461031f5780633fbdfe32146103425780634a2101d114610355575f80fd5b806309648a9d146102435780630d35818114610281578063136cfef7146102a65780631807a488146102d15780632df8be9b146102e6575b5f80fd5b61026a610251366004613a59565b5f90815260036020526040902054610100900460ff1690565b60405160ff90911681526020015b60405180910390f35b61026a61028f366004613a81565b60ff9081165f908152600160205260409020541690565b6102b96102b4366004613ab0565b61084d565b6040516001600160601b039091168152602001610278565b6102e46102df366004613b0d565b610934565b005b6102e46102f4366004613b0d565b610a20565b6102e4610307366004613ba4565b610a33565b6102e461031a366004613ba4565b610bd8565b61033261032d366004613a59565b610ce1565b6040519015158152602001610278565b6102b9610350366004613ba4565b610d6f565b6102e4610363366004613ba4565b610ef3565b6102e4610376366004613bec565b610fcf565b610332610389366004613c5e565b611087565b6102e461039c366004613c79565b61111f565b6103b46103af366004613a59565b611278565b6040516102789190613d00565b6005546001600160a01b03165b6040516001600160a01b039091168152602001610278565b6102e46103f4366004613bec565b61131a565b6006546001600160a01b03166103ce565b6102b9610418366004613c5e565b6001600160601b039081165f908152600960205260409020541690565b6102b9610443366004613d28565b6113eb565b6102e4610456366004613d6b565b611647565b610490610469366004613d84565b5f9182526007602090815260408084206001600160a01b0393909316845291905290205490565b604051908152602001610278565b6104cc6104ac366004613c5e565b6001600160601b03165f908152600c602052604090205463ffffffff1690565b60405163ffffffff9091168152602001610278565b6104f46104ef366004613a59565b6116bb565b6040516102789190613dae565b6105096117dc565b6040516001600160e01b03199091168152602001610278565b6102b9610530366004613e14565b6001600160601b039182165f908152600d602090815260408083206001600160a01b0394909416835292905220541690565b6102e4610570366004613e3e565b611800565b6105f4610583366004613a59565b60408051608080820183525f8083526020808401829052838501829052606093840182905294815260038552839020835191820184525460ff80821683526101008204169482019490945263ffffffff620100008504811693820193909352600160301b9093049091169082015290565b6040516102789190613e71565b61065b61060f366004613c5e565b6001600160601b039081165f908152600860209081526040808320546009835281842054600a845282852054600c90945291909320549284169490841693919091169163ffffffff1690565b6040516102789493929190613eb2565b6102b9610679366004613c5e565b6001600160601b039081165f908152600f60205260409020541690565b6103326106a4366004613a81565b61182e565b5f546001600160a01b03166103ce565b6102b96106c7366004613ab0565b61187a565b6106fb6106da366004613c5e565b6001600160601b03165f908152600b602052604090205464ffffffffff1690565b60405164ffffffffff9091168152602001610278565b6102b961071f366004613c5e565b6001600160601b039081165f908152600a60205260409020541690565b61033261074a366004613ee1565b6118fb565b61076261075d366004613f1e565b61192e565b604080516001600160601b03938416815292909116602083015201610278565b610490610790366004613f6b565b611bd0565b6102b96107a3366004613c5e565b6001600160601b039081165f908152600860205260409020541690565b6102b96107ce366004613d28565b611c50565b6108206107e1366004613c5e565b6001600160601b039081165f908152600860209081526040808320546009835281842054600b9093529220549183169392169164ffffffffff90911690565b604080516001600160601b03948516815293909216602084015264ffffffffff1690820152606001610278565b5f61085a335b5f36611f6e565b6001600160601b038084165f908152600a60205260409020541661087e8382612064565b156108bc576040516301a4b29960e11b81526001600160601b0380861660048301528085166024830152821660448201526064015b60405180910390fd5b6001600160601b038085165f908152600a60205260409020546108e09116846120e8565b91505f6108ed858461216d565b90507fd3383e52279373b5cfb83f1b6d4bd83e415313626f418a63a24251420d4b96df858585846040516109249493929190613eb2565b60405180910390a1505092915050565b61093d33610853565b60408051630711349960e31b81526001600160601b03841660048201526020602482018190529151610a1c9273__$94a2c899be079b00d952d0d84fffaa5c34$__92633889a4c892604480830193928290030181865af41580156109a3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109c79190613f97565b60408051845160ff16602080830191909152850151818301529084015164ffffffffff16606080830191909152840151608082015260a0015b604051602081830303815290604052610a1760ff90565b61230d565b5050565b610a2933610853565b610a1c828261247c565b610a3c33610853565b5f610a468461264b565b6001600160601b038086165f9081526008602090815260408083205460099092529091205492935081169116610af986610a89610a83858561270d565b8761270d565b73__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610ad0573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610af49190613fae565b612757565b6001600160601b038086165f90815260086020526040902054610b50918791610b2791610a8391168561270d565b6001600160601b038089165f90815260096020526040902054610b4b9116856120e8565b6128ed565b6001600160601b038681165f8181526008602090815260409182902054825193845286851691840191909152848416918301919091528683166060830152909116608082015263ffffffff841660a08201527ff3a6a30356c886f04fc20380e987b6e55a1e83a7926e1a21ee6001faced599c99060c0015b60405180910390a1505050505050565b610be133610853565b5f610beb8461264b565b6001600160601b038086165f90815260086020526040902054919250610c37918691610c1891168561270d565b6001600160601b038088165f9081526009602052604090205416612757565b6001600160601b038084165f90815260086020526040902054610c80918591610c6191168561270d565b6001600160601b038087165f90815260096020526040902054166128ed565b6001600160601b038085165f90815260086020526040908190205490517fa206257df4168139cff2e8dea9c50f2226429e81d904d5ee2b14e4f4656f30f592610cd3928892879291909116908690613eb2565b60405180910390a150505050565b5f8181526003602052604080822054905163b2466acf60e01b815261010090910460ff16600482015273__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf906024015b602060405180830381865af4158015610d45573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d699190613fd8565b92915050565b5f610d7933610853565b5f610d838561264b565b6001600160601b038681165f9081526009602052604090819020549051637931c81160e01b815286831660048201529116602482015290915073__$3bac17678db7ae928afa209f2f44deec9c$__90637931c81190604401602060405180830381865af4158015610df6573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e1a9190613fae565b6001600160601b038087165f90815260086020908152604080832054600990925290912054929450610e5792889291821691610af49116866120e8565b6001600160601b038085165f90815260086020908152604080832054600990925290912054610e90928792811691610b4b9116866120e8565b6001600160601b038086165f90815260096020526040908190205490517f18d78bbaea8f24a2aaa409f9f507204233a315575899fe3a802e20f15e81f5ef92610ee3928992879291909116908690613eb2565b60405180910390a1509392505050565b610efc33610853565b5f610f068461264b565b6001600160601b038086165f90815260086020908152604080832054600990925290912054929350610f4392879291821691610af491168661270d565b6001600160601b038084165f90815260086020908152604080832054600990925290912054610f7c928692811691610b4b91168661270d565b6001600160601b038085165f90815260096020526040908190205490517f9824c1941460e3f3dca0007309b88a95f4fb73bd9628ee7ad0a528b100983c7992610cd3928892879291909116908690613eb2565b610fd833610853565b610a1c73__$94a2c899be079b00d952d0d84fffaa5c34$__633889a4c86001600160601b03851660216040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff166024820152604401602060405180830381865af415801561104b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061106f9190613f97565b60408051845164ffffffffff16602082015201610a00565b5f610d6973__$94a2c899be079b00d952d0d84fffaa5c34$__633889a4c86001600160601b03851660216040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff166024820152604401602060405180830381865af41580156110fb573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061032d9190613f97565b60ff8381165f908152600160205260409081902054905163037c8cb160e51b81529116600482015273__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af4158015611181573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111a59190613fd8565b156111ce5760405163ea01ac1f60e01b815230600482015260ff841660248201526044016108b3565b60ff8085169083161461120f5760405163bae587e160e01b815230600482015260ff80851660248301528086166044830152831660648201526084016108b3565b60ff8084165f908152600260209081526040808320888516845282528083208585168452909152902054166112725760405163f33b49a360e01b815230600482015260ff80851660248301528086166044830152821660648201526084016108b3565b50505050565b5f81815260036020526040902060010180546060919061129790613ff1565b80601f01602080910402602001604051908101604052809291908181526020018280546112c390613ff1565b801561130e5780601f106112e55761010080835404028352916020019161130e565b820191905f5260205f20905b8154815290600101906020018083116112f157829003601f168201915b50505050509050919050565b61132333610853565b6113e273__$94a2c899be079b00d952d0d84fffaa5c34$__633889a4c86001600160601b03851660216040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff166024820152604401602060405180830381865af4158015611396573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113ba9190613f97565b60408051845164ffffffffff166020820152015b60405160208183030381529060405261297d565b610a1c82612d38565b5f6113f533610853565b5f805f611402888761309e565b925092509250611412828661270d565b604051632c34efe560e11b81526001600160601b0382166004820152602481018990529094505f9073__$3bac17678db7ae928afa209f2f44deec9c$__90635869dfca90604401602060405180830381865af4158015611474573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114989190613fae565b6001600160601b038a81165f818152600d602090815260408083206001600160a01b038e1680855290835281842080546001600160601b03199081168e891617909155858552600e84528285209185529083528184208054909116878716179055928252600f9052205491925061151a916115149116846120e8565b8261270d565b600f5f8b6001600160601b03166001600160601b031681526020019081526020015f205f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af41580156115a7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115cb919061403a565b6001600160601b038a165f9081526010602052604090819020805463ffffffff191663ffffffff9390931692909217909155517f4bd4ee2e64e523eeed623045709eb9e7828b3b191c978feb362e5b600c7d4dd990611633908b908a908a908a908a90614055565b60405180910390a150505050949350505050565b5f5433906001600160a01b0316811461167d5760405162d1953b60e31b81526001600160a01b03821660048201526024016108b3565b816001600160a01b03163b5f036116b2576040516361798f2f60e11b81526001600160a01b03831660048201526024016108b3565b610a1c826131ae565b6040805160c0810182525f91810182815260608083018490526080830184905260a0830193909352815260208101919091525f82815260036020908152604091829020825160c081018452815460ff808216958301958652610100820416606083015263ffffffff62010000820481166080840152600160301b9091041660a0820152928352600181018054919284019161175590613ff1565b80601f016020809104026020016040519081016040528092919081815260200182805461178190613ff1565b80156117cc5780601f106117a3576101008083540402835291602001916117cc565b820191905f5260205f20905b8154815290600101906020018083116117af57829003601f168201915b5050505050815250509050919050565b5f8054600160a01b900460ff166117f257505f90565b638fb3603760e01b5b905090565b61180933610853565b5f9283526007602090815260408085206001600160a01b039094168552929052912055565b60ff8181165f9081526001602052604080822054905163b2466acf60e01b8152921660048301529073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf90602401610d2a565b5f61188433610853565b6001600160601b038084165f908152600a60205260409020546118a891168361270d565b90505f6118b5848361216d565b90507f15ce01bb869f4f5440b921c09a1c73e043269a1e29f44d11a7a899ed51fa67b8848484846040516118ec9493929190613eb2565b60405180910390a15092915050565b60ff8084165f908152600260209081526040808320868516845282528083208585168452909152902054165b9392505050565b5f8061193933610853565b5f6119438761264b565b6001600160601b038881165f9081526008602052604090819020549051637931c81160e01b815288831660048201529116602482015290915073__$3bac17678db7ae928afa209f2f44deec9c$__90637931c81190604401602060405180830381865af41580156119b6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119da9190613fae565b6001600160601b038881165f9081526009602052604090819020549051637931c81160e01b815287831660048201529116602482015290935073__$3bac17678db7ae928afa209f2f44deec9c$__90637931c81190604401602060405180830381865af4158015611a4d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a719190613fae565b6001600160601b038089165f90815260086020526040902054919350611ac2918991611a9e9116866120e8565b6001600160601b03808b165f90815260096020526040902054610af49116866120e8565b6001600160601b038087165f90815260086020526040902054611b10918891611aec9116866120e8565b6001600160601b03808a165f90815260096020526040902054610b4b9116866120e8565b6001600160601b038088165f90815260086020526040908190205490517f4d67c2532a3443dbc1612538256c1fb6566afcd9729bf99254b26aef3b953cdd92611b63928b92889291909116908690613eb2565b60405180910390a16001600160601b038088165f90815260096020526040908190205490517f18d78bbaea8f24a2aaa409f9f507204233a315575899fe3a802e20f15e81f5ef92611bbe928b92879291909116908690613eb2565b60405180910390a15094509492505050565b604051637a400b6760e11b815260ff8316600482015260ff19821660248201525f9073__$4b9aaffa8d044614668dad578b824b8eee$__9063f48016ce90604401602060405180830381865af4158015611c2c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119279190613f97565b5f611c5a33610853565b5f805f611c67888761309e565b925092509250611c7782866120e8565b6040516355205f0f60e01b81526001600160601b03821660048201529094505f9073__$3bac17678db7ae928afa209f2f44deec9c$__90634c41dd9690611d09908b9084906355205f0f90602401602060405180830381865af4158015611ce0573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d049190613f97565b613201565b604051632255341b60e11b8152600481019190915273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af4158015611d58573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d7c9190613f97565b6040518263ffffffff1660e01b8152600401611d9a91815260200190565b602060405180830381865af4158015611db5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611dd99190613fae565b6001600160601b038a81165f818152600d602090815260408083206001600160a01b038e1680855290835281842080546001600160601b03199081168e891617909155858552600e84528285209185529083528184208054909116878716179055928252600f90522054919250611e55916115149116846120e8565b600f5f8b6001600160601b03166001600160601b031681526020019081526020015f205f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af4158015611ee2573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611f06919061403a565b6001600160601b038a165f9081526010602052604090819020805463ffffffff191663ffffffff9390931692909217909155517ff9be485b3e2a5d1dc6dadfab8a9962c32cc55ac95a026b980452f8b13872378990611633908b908a908a908a908a90614055565b5f80611fa1611f845f546001600160a01b031690565b8630611f9360045f898b614096565b611f9c916140bd565b613215565b915091508161205d5763ffffffff81161561203a575f805460ff60a01b198116600160a01b17909155604051634a63ebf760e11b81526001600160a01b03909116906394c7d7ee90611ffb908890889088906004016140f5565b5f604051808303815f87803b158015612012575f80fd5b505af1158015612024573d5f803e3d5ffd5b50505f805460ff60a01b191690555061205d9050565b60405162d1953b60e31b81526001600160a01b03861660048201526024016108b3565b5050505050565b604051632601631360e21b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__906398058c4c90604401602060405180830381865af41580156120c4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119279190613fd8565b6040516363cf551160e11b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063c79eaa22906044015b602060405180830381865af4158015612149573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119279190613fae565b6001600160601b0382165f908152600c602052604080822054905163010bd26b60e61b815263ffffffff909116600482015273__$f55ca14f1ddce1b88fe30d23ae45f595f4$__906342f49ac090602401602060405180830381865af41580156121d9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906121fd9190613fd8565b15612226576040516364692acf60e01b81526001600160601b03841660048201526024016108b3565b506001600160601b038281165f908152600c6020908152604080832054600a83529281902080546001600160601b03191694861694909417909355825163e8b7afe360e01b8152925163ffffffff9092169273__$f55ca14f1ddce1b88fe30d23ae45f595f4$__9263e8b7afe3926004808401939192918290030181865af41580156122b4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122d8919061403a565b6001600160601b03939093165f908152600c60205260409020805463ffffffff191663ffffffff909416939093179092555090565b5f612318848361331d565b5f858152600360205260409020909150600101612335848261417d565b50604051634b00e98f60e11b8152600481018590527f7bd0ab7f1746bd20a814d6705a46876c84f1aa2d35c80d8c173e268bd6d4b26c9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af41580156123a6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123ca9190614238565b604051630713cfad60e31b81526004810187905273__$4b9aaffa8d044614668dad578b824b8eee$__9063389e7d6890602401602060405180830381865af4158015612418573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061243c9190614253565b6040805160ff938416815260ff1990921660208301529185169181019190915233606082015232608082015263ffffffff831660a082015260c001610cd3565b60408051630711349960e31b81526001600160601b038416600482015260206024820181905291516125439273__$94a2c899be079b00d952d0d84fffaa5c34$__92633889a4c892604480830193928290030181865af41580156124e2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906125069190613f97565b60408051845160ff16602080830191909152850151818301529084015164ffffffffff16606080830191909152840151608082015260a0016113ce565b73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af415801561258a573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906125ae919061403a565b6001600160601b0383165f908152601060205260409020805463ffffffff191663ffffffff929092169190911790556125e68261361a565b6005546040516346f0e8a760e11b81526001600160601b03841660048201526001600160a01b0390911690638de1d14e906024015f604051808303815f87803b158015612631575f80fd5b505af1158015612643573d5f803e3d5ffd5b505050505050565b6001600160601b0381165f908152600c60205260409081902054905163010bd26b60e61b815263ffffffff909116600482018190529073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__906342f49ac090602401602060405180830381865af41580156126bb573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906126df9190613fd8565b1561270857604051631f7e16df60e01b81526001600160601b03831660048201526024016108b3565b919050565b60405163274acb3560e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb359060440161212e565b6001600160601b038381165f90815260086020908152604080832080546001600160601b031990811688871617909155600983529281902080549093169385169390931790915581516356db0c1960e11b8152915173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9263adb618329260048083019391928290030181865af41580156127e7573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061280b919061426e565b600b5f856001600160601b03166001600160601b031681526020019081526020015f205f6101000a81548164ffffffffff021916908364ffffffffff16021790555073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af4158015612894573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906128b8919061403a565b6001600160601b03939093165f908152600c60205260409020805463ffffffff191663ffffffff909416939093179092555050565b6001600160601b038381165f90815260086020908152604080832080546001600160601b0319908116888716179091556009835292819020805490931693851693909317909155815163e8b7afe360e01b8152915173__$f55ca14f1ddce1b88fe30d23ae45f595f4$__9263e8b7afe39260048083019391928290030181865af4158015612894573d5f803e3d5ffd5b604051634b00e98f60e11b8152600481018390525f9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af41580156129cd573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906129f19190614238565b60405163037c8cb160e51b815260ff8216600482015290915073__$0d958e68cba84670b8f4a3f2f2686b1c6b$__90636f91962090602401602060405180830381865af4158015612a44573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a689190613fd8565b15612a8b576040516307014a8d60e51b815260ff821660048201526024016108b3565b5f83815260036020526040908190208054915163b2466acf60e01b815261010090920460ff1660048301529073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf90602401602060405180830381865af4158015612af1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612b159190613fd8565b15612b3f57604051633f92eac960e21b81526004810185905260ff831660248201526044016108b3565b612b488261182e565b612b6a57604051636cb0978b60e11b815260ff831660048201526024016108b3565b5f612b7361392e565b60ff8085165f908152600160205260408120549293509116835460ff86811661ffff1990921691909117610100918316919091021769ffffffffffffffff000019166201000063ffffffff851690810269ffffffff000000000000191691909117600160301b919091021784555f878152600360205260409020909150600101612bfd868261417d565b50604051634b00e98f60e11b8152600481018790527ffcb75eb7b317145f986c763e1a3eab5f9b4dbaf7955504f70f986d799c3ab39d9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af4158015612c6e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612c929190614238565b604051630713cfad60e31b81526004810189905273__$4b9aaffa8d044614668dad578b824b8eee$__9063389e7d6890602401602060405180830381865af4158015612ce0573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612d049190614253565b6040805160ff938416815260ff1990921660208301529184169181019190915233606082015232608082015260a001610bc8565b6001600160601b0381165f908152600c60205260409081902054905163d15b589360e01b815263ffffffff909116600482015273__$f55ca14f1ddce1b88fe30d23ae45f595f4$__9063d15b589390602401602060405180830381865af4158015612da5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612dc99190613fd8565b15612df2576040516366d785a360e11b81526001600160601b03821660048201526024016108b3565b73__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015612e39573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612e5d9190613fae565b60085f836001600160601b03166001600160601b031681526020019081526020015f205f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015612eea573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612f0e9190613fae565b60095f836001600160601b03166001600160601b031681526020019081526020015f205f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af4158015612f9b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612fbf919061426e565b600b5f836001600160601b03166001600160601b031681526020019081526020015f205f6101000a81548164ffffffffff021916908364ffffffffff16021790555073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af4158015613048573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061306c919061403a565b6001600160601b03919091165f908152600c60205260409020805463ffffffff191663ffffffff909216919091179055565b6001600160601b0382165f9081526010602052604080822054905163010bd26b60e61b815263ffffffff909116600482018190529190819073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__906342f49ac090602401602060405180830381865af4158015613110573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906131349190613fd8565b1561315d576040516362540e0360e11b81526001600160601b03861660048201526024016108b3565b50506001600160601b039283165f818152600d602090815260408083206001600160a01b0390961680845295825280832054938352600e825280832095835294905292909220549093918316921690565b5f80546001600160a01b0319166001600160a01b0383169081179091556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9060200160405180910390a150565b5f6119278383670de0b6b3a764000061399a565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b179052516132839190614289565b5f60405180830381855afa9150503d805f81146132bb576040519150601f19603f3d011682016040523d82523d5f602084013e6132c0565b606091505b509150915081156133125760408151106132f257808060200190518101906132e8919061429f565b9094509250613312565b6020815110613312578080602001905181019061330f9190613fd8565b93505b505094509492505050565b60405163037c8cb160e51b815260ff821660048201525f9073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af415801561336f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906133939190613fd8565b156133b45760405163093b89e160e11b8152600481018490526024016108b3565b505f82815260036020526040908190208054915163037c8cb160e51b8152610100830460ff16600482018190526201000090930463ffffffff16929073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af415801561342a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061344e9190613fd8565b1561346f5760405163566ebf7960e01b8152600481018690526024016108b3565b60ff808516146135ec57815461348b90829060ff16818761111f565b815461ff00191661010060ff861602178255604051634b00e98f60e11b8152600481018690527fe41a93c15e024a0b2371127599959a8e543dd6a8d820238e906c93a3004248fa9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af415801561350d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906135319190614238565b604051630713cfad60e31b81526004810188905273__$4b9aaffa8d044614668dad578b824b8eee$__9063389e7d6890602401602060405180830381865af415801561357f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906135a39190614253565b6040805160ff938416815260ff1990921660208301528285169082015290861660608201523360808201523260a082015263ffffffff851660c082015260e00160405180910390a15b6135f461392e565b825463ffffffff91909116620100000265ffffffff000019909116179091555092915050565b6001600160601b0381165f908152600c60205260409081902054905163d15b589360e01b815263ffffffff909116600482015273__$f55ca14f1ddce1b88fe30d23ae45f595f4$__9063d15b589390602401602060405180830381865af4158015613687573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906136ab9190613fd8565b156136d4576040516366d785a360e11b81526001600160601b03821660048201526024016108b3565b73__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af415801561371b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061373f9190613fae565b60085f836001600160601b03166001600160601b031681526020019081526020015f205f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156137cc573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906137f09190613fae565b60095f836001600160601b03166001600160601b031681526020019081526020015f205f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af415801561387d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906138a19190613fae565b600a5f836001600160601b03166001600160601b031681526020019081526020015f205f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af4158015613048573d5f803e3d5ffd5b5f73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af4158015613976573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117fb919061403a565b5f838302815f1985870982811083820303915050805f036139ce578382816139c4576139c46142c9565b0492505050611927565b8084116139ee5760405163227bc15360e01b815260040160405180910390fd5b5f848688095f868103871696879004966002600389028118808a02820302808a02820302808a02820302808a02820302808a02820302808a02909103029181900381900460010186841190950394909402919094039290920491909117919091029150509392505050565b5f60208284031215613a69575f80fd5b5035919050565b60ff81168114613a7e575f80fd5b50565b5f60208284031215613a91575f80fd5b813561192781613a70565b6001600160601b0381168114613a7e575f80fd5b5f8060408385031215613ac1575f80fd5b8235613acc81613a9c565b91506020830135613adc81613a9c565b809150509250929050565b634e487b7160e01b5f52604160045260245ffd5b64ffffffffff81168114613a7e575f80fd5b5f8082840360a0811215613b1f575f80fd5b8335613b2a81613a9c565b92506080601f1982011215613b3d575f80fd5b506040516080810167ffffffffffffffff81118282101715613b6157613b61613ae7565b6040526020840135613b7281613a70565b8152604084013560208201526060840135613b8c81613afb565b60408201526080939093013560608401525092909150565b5f805f60608486031215613bb6575f80fd5b8335613bc181613a9c565b92506020840135613bd181613a9c565b91506040840135613be181613a9c565b809150509250925092565b5f808284036040811215613bfe575f80fd5b8335613c0981613a9c565b92506020601f1982011215613c1c575f80fd5b506040516020810167ffffffffffffffff81118282101715613c4057613c40613ae7565b6040526020840135613c5181613afb565b8152919491935090915050565b5f60208284031215613c6e575f80fd5b813561192781613a9c565b5f805f8060808587031215613c8c575f80fd5b8435613c9781613a70565b93506020850135613ca781613a70565b92506040850135613cb781613a70565b91506060850135613cc781613a70565b939692955090935050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f6119276020830184613cd2565b80356001600160a01b0381168114612708575f80fd5b5f805f8060808587031215613d3b575f80fd5b8435613d4681613a9c565b935060208501359250613d5b60408601613d12565b91506060850135613cc781613a9c565b5f60208284031215613d7b575f80fd5b61192782613d12565b5f8060408385031215613d95575f80fd5b82359150613da560208401613d12565b90509250929050565b60208152613df360208201835160ff815116825260ff602082015116602083015263ffffffff604082015116604083015263ffffffff60608201511660608301525050565b5f602083015160a080840152613e0c60c0840182613cd2565b949350505050565b5f8060408385031215613e25575f80fd5b8235613e3081613a9c565b9150613da560208401613d12565b5f805f60608486031215613e50575f80fd5b83359250613e6060208501613d12565b929592945050506040919091013590565b60808101610d69828460ff815116825260ff602082015116602083015263ffffffff604082015116604083015263ffffffff60608201511660608301525050565b6001600160601b03948516815292841660208401529216604082015263ffffffff909116606082015260800190565b5f805f60608486031215613ef3575f80fd5b8335613efe81613a70565b92506020840135613f0e81613a70565b91506040840135613be181613a70565b5f805f8060808587031215613f31575f80fd5b8435613f3c81613a9c565b93506020850135613f4c81613a9c565b92506040850135613d5b81613a9c565b60ff1981168114613a7e575f80fd5b5f8060408385031215613f7c575f80fd5b8235613f8781613a70565b91506020830135613adc81613f5c565b5f60208284031215613fa7575f80fd5b5051919050565b5f60208284031215613fbe575f80fd5b815161192781613a9c565b80518015158114612708575f80fd5b5f60208284031215613fe8575f80fd5b61192782613fc9565b600181811c9082168061400557607f821691505b60208210810361402357634e487b7160e01b5f52602260045260245ffd5b50919050565b63ffffffff81168114613a7e575f80fd5b5f6020828403121561404a575f80fd5b815161192781614029565b6001600160601b0395861681526001600160a01b039490941660208501529184166040840152909216606082015263ffffffff909116608082015260a00190565b5f80858511156140a4575f80fd5b838611156140b0575f80fd5b5050820193919092039150565b80356001600160e01b031981169060048410156140ee576001600160e01b0319600485900360031b81901b82161691505b5092915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b601f82111561417857805f5260205f20601f840160051c810160208510156141595750805b601f840160051c820191505b8181101561205d575f8155600101614165565b505050565b815167ffffffffffffffff81111561419757614197613ae7565b6141ab816141a58454613ff1565b84614134565b6020601f8211600181146141dd575f83156141c65750848201515b5f19600385901b1c1916600184901b17845561205d565b5f84815260208120601f198516915b8281101561420c57878501518255602094850194600190920191016141ec565b508482101561422957868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b5f60208284031215614248575f80fd5b815161192781613a70565b5f60208284031215614263575f80fd5b815161192781613f5c565b5f6020828403121561427e575f80fd5b815161192781613afb565b5f82518060208501845e5f920191825250919050565b5f80604083850312156142b0575f80fd5b6142b983613fc9565b91506020830151613adc81614029565b634e487b7160e01b5f52601260045260245ffdfea2646970667358221220fdba3d08b399ba916cd2ef8f3e162817a7dad158f9e436c5d23c43aace05671f64736f6c634300081a00336080604052348015600e575f80fd5b50600480546001600160a01b0319163317905561071e8061002e5f395ff3fe608060405234801561000f575f80fd5b5060043610610090575f3560e01c80638de1d14e116100635780638de1d14e1461010f578063954a317214610122578063996f8d9114610135578063ddfe867f1461014b578063f2b2978114610153575f80fd5b8063042f9da3146100945780634f9c1c09146100a9578063706e9ba9146100d1578063777d1857146100fc575b5f80fd5b6100a76100a2366004610627565b610166565b005b6100bc6100b736600461065e565b610221565b60405190151581526020015b60405180910390f35b6100e46100df366004610680565b6102ab565b6040516001600160601b0390911681526020016100c8565b6100bc61010a36600461065e565b610327565b6100a761011d36600461065e565b610370565b6100a7610130366004610627565b610491565b61013d61051b565b6040519081526020016100c8565b61013d610595565b6100e4610161366004610680565b6105cf565b6004546001600160a01b031633146101ae5760048054604051631d1f01d960e31b81526001600160a01b03909116918101919091523360248201526044015b60405180910390fd5b604051631461054360e31b8152600260048201526001600160601b038216602482015273__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__9063a3082a18906044015b5f6040518083038186803b158015610207575f80fd5b505af4158015610219573d5f803e3d5ffd5b505050505050565b604051632bfdd6b960e01b81525f600482018190526001600160601b03831660248301529073__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__90632bfdd6b9906044015b602060405180830381865af4158015610281573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906102a59190610697565b92915050565b60405163e797d89960e01b81525f60048201819052602482018390529073__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__9063e797d899906044015b602060405180830381865af4158015610303573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906102a591906106b6565b604051632bfdd6b960e01b8152600260048201526001600160601b03821660248201525f9073__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__90632bfdd6b990604401610266565b6004546001600160a01b031633146103b35760048054604051631d1f01d960e31b81526001600160a01b03909116918101919091523360248201526044016101a5565b604051631461054360e31b81525f60048201526001600160601b038216602482015273__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__9063a3082a18906044015f6040518083038186803b15801561040a575f80fd5b505af415801561041c573d5f803e3d5ffd5b5050604051631461054360e31b8152600260048201526001600160601b038416602482015273__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__925063a3082a1891506044015f6040518083038186803b158015610478575f80fd5b505af415801561048a573d5f803e3d5ffd5b5050505050565b6004546001600160a01b031633146104d45760048054604051631d1f01d960e31b81526001600160a01b03909116918101919091523360248201526044016101a5565b60405163539eabab60e11b8152600260048201526001600160601b038216602482015273__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__9063a73d5756906044016101f1565b604051638b6233dd60e01b8152600260048201525f9073__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__90638b6233dd906024015b602060405180830381865af415801561056c573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061059091906106d1565b905090565b604051638b6233dd60e01b81525f600482018190529073__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__90638b6233dd90602401610551565b60405163e797d89960e01b815260026004820152602481018290525f9073__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__9063e797d899906044016102e8565b6001600160601b0381168114610624575f80fd5b50565b5f8060408385031215610638575f80fd5b823561064381610610565b9150602083013561065381610610565b809150509250929050565b5f6020828403121561066e575f80fd5b813561067981610610565b9392505050565b5f60208284031215610690575f80fd5b5035919050565b5f602082840312156106a7575f80fd5b81518015158114610679575f80fd5b5f602082840312156106c6575f80fd5b815161067981610610565b5f602082840312156106e1575f80fd5b505191905056fea2646970667358221220a2154fb5d5ebdc5c1fffbd4242a329a235ef8774e646530d36a21ea8ae15e33e64736f6c634300081a0033",
|
1690
|
+
"deployedBytecode": "0x608060405234801561000f575f80fd5b506004361061023f575f3560e01c80637b21556111610135578063bf7e214f116100b4578063eb98e8a011610079578063eb98e8a01461074f578063f48016ce14610782578063fb14543214610795578063fb39549c146107c0578063ff86054d146107d3575f80fd5b8063bf7e214f146106a9578063d7537c37146106b9578063dfb7e337146106cc578063e067350f14610711578063e9e96c701461073c575f80fd5b80639a726364116100fa5780639a72636414610562578063a5961b4c14610575578063b04fa50614610601578063beba11201461066b578063bf1db3f914610696575f80fd5b80637b2155611461045b578063828227de1461049e5780638eaa6ac0146104e15780638fb360371461050157806391a2059f14610522575f80fd5b80634b51da0c116101c157806362841be21161018657806362841be2146103e65780636291423a146103f9578063717f1b981461040a57806377f91851146104355780637a9e5e4b14610448575f80fd5b80634b51da0c146103685780634f9c1c091461037b57806354f1fa811461038e57806354f6127f146103a15780635cce3fa1146103c1575f80fd5b806330f441991161020757806330f44199146102f95780633861317f1461030c57806338a699a41461031f5780633fbdfe32146103425780634a2101d114610355575f80fd5b806309648a9d146102435780630d35818114610281578063136cfef7146102a65780631807a488146102d15780632df8be9b146102e6575b5f80fd5b61026a610251366004613a59565b5f90815260036020526040902054610100900460ff1690565b60405160ff90911681526020015b60405180910390f35b61026a61028f366004613a81565b60ff9081165f908152600160205260409020541690565b6102b96102b4366004613ab0565b61084d565b6040516001600160601b039091168152602001610278565b6102e46102df366004613b0d565b610934565b005b6102e46102f4366004613b0d565b610a20565b6102e4610307366004613ba4565b610a33565b6102e461031a366004613ba4565b610bd8565b61033261032d366004613a59565b610ce1565b6040519015158152602001610278565b6102b9610350366004613ba4565b610d6f565b6102e4610363366004613ba4565b610ef3565b6102e4610376366004613bec565b610fcf565b610332610389366004613c5e565b611087565b6102e461039c366004613c79565b61111f565b6103b46103af366004613a59565b611278565b6040516102789190613d00565b6005546001600160a01b03165b6040516001600160a01b039091168152602001610278565b6102e46103f4366004613bec565b61131a565b6006546001600160a01b03166103ce565b6102b9610418366004613c5e565b6001600160601b039081165f908152600960205260409020541690565b6102b9610443366004613d28565b6113eb565b6102e4610456366004613d6b565b611647565b610490610469366004613d84565b5f9182526007602090815260408084206001600160a01b0393909316845291905290205490565b604051908152602001610278565b6104cc6104ac366004613c5e565b6001600160601b03165f908152600c602052604090205463ffffffff1690565b60405163ffffffff9091168152602001610278565b6104f46104ef366004613a59565b6116bb565b6040516102789190613dae565b6105096117dc565b6040516001600160e01b03199091168152602001610278565b6102b9610530366004613e14565b6001600160601b039182165f908152600d602090815260408083206001600160a01b0394909416835292905220541690565b6102e4610570366004613e3e565b611800565b6105f4610583366004613a59565b60408051608080820183525f8083526020808401829052838501829052606093840182905294815260038552839020835191820184525460ff80821683526101008204169482019490945263ffffffff620100008504811693820193909352600160301b9093049091169082015290565b6040516102789190613e71565b61065b61060f366004613c5e565b6001600160601b039081165f908152600860209081526040808320546009835281842054600a845282852054600c90945291909320549284169490841693919091169163ffffffff1690565b6040516102789493929190613eb2565b6102b9610679366004613c5e565b6001600160601b039081165f908152600f60205260409020541690565b6103326106a4366004613a81565b61182e565b5f546001600160a01b03166103ce565b6102b96106c7366004613ab0565b61187a565b6106fb6106da366004613c5e565b6001600160601b03165f908152600b602052604090205464ffffffffff1690565b60405164ffffffffff9091168152602001610278565b6102b961071f366004613c5e565b6001600160601b039081165f908152600a60205260409020541690565b61033261074a366004613ee1565b6118fb565b61076261075d366004613f1e565b61192e565b604080516001600160601b03938416815292909116602083015201610278565b610490610790366004613f6b565b611bd0565b6102b96107a3366004613c5e565b6001600160601b039081165f908152600860205260409020541690565b6102b96107ce366004613d28565b611c50565b6108206107e1366004613c5e565b6001600160601b039081165f908152600860209081526040808320546009835281842054600b9093529220549183169392169164ffffffffff90911690565b604080516001600160601b03948516815293909216602084015264ffffffffff1690820152606001610278565b5f61085a335b5f36611f6e565b6001600160601b038084165f908152600a60205260409020541661087e8382612064565b156108bc576040516301a4b29960e11b81526001600160601b0380861660048301528085166024830152821660448201526064015b60405180910390fd5b6001600160601b038085165f908152600a60205260409020546108e09116846120e8565b91505f6108ed858461216d565b90507fd3383e52279373b5cfb83f1b6d4bd83e415313626f418a63a24251420d4b96df858585846040516109249493929190613eb2565b60405180910390a1505092915050565b61093d33610853565b60408051630711349960e31b81526001600160601b03841660048201526020602482018190529151610a1c9273__$94a2c899be079b00d952d0d84fffaa5c34$__92633889a4c892604480830193928290030181865af41580156109a3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109c79190613f97565b60408051845160ff16602080830191909152850151818301529084015164ffffffffff16606080830191909152840151608082015260a0015b604051602081830303815290604052610a1760ff90565b61230d565b5050565b610a2933610853565b610a1c828261247c565b610a3c33610853565b5f610a468461264b565b6001600160601b038086165f9081526008602090815260408083205460099092529091205492935081169116610af986610a89610a83858561270d565b8761270d565b73__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610ad0573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610af49190613fae565b612757565b6001600160601b038086165f90815260086020526040902054610b50918791610b2791610a8391168561270d565b6001600160601b038089165f90815260096020526040902054610b4b9116856120e8565b6128ed565b6001600160601b038681165f8181526008602090815260409182902054825193845286851691840191909152848416918301919091528683166060830152909116608082015263ffffffff841660a08201527ff3a6a30356c886f04fc20380e987b6e55a1e83a7926e1a21ee6001faced599c99060c0015b60405180910390a1505050505050565b610be133610853565b5f610beb8461264b565b6001600160601b038086165f90815260086020526040902054919250610c37918691610c1891168561270d565b6001600160601b038088165f9081526009602052604090205416612757565b6001600160601b038084165f90815260086020526040902054610c80918591610c6191168561270d565b6001600160601b038087165f90815260096020526040902054166128ed565b6001600160601b038085165f90815260086020526040908190205490517fa206257df4168139cff2e8dea9c50f2226429e81d904d5ee2b14e4f4656f30f592610cd3928892879291909116908690613eb2565b60405180910390a150505050565b5f8181526003602052604080822054905163b2466acf60e01b815261010090910460ff16600482015273__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf906024015b602060405180830381865af4158015610d45573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d699190613fd8565b92915050565b5f610d7933610853565b5f610d838561264b565b6001600160601b038681165f9081526009602052604090819020549051637931c81160e01b815286831660048201529116602482015290915073__$3bac17678db7ae928afa209f2f44deec9c$__90637931c81190604401602060405180830381865af4158015610df6573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e1a9190613fae565b6001600160601b038087165f90815260086020908152604080832054600990925290912054929450610e5792889291821691610af49116866120e8565b6001600160601b038085165f90815260086020908152604080832054600990925290912054610e90928792811691610b4b9116866120e8565b6001600160601b038086165f90815260096020526040908190205490517f18d78bbaea8f24a2aaa409f9f507204233a315575899fe3a802e20f15e81f5ef92610ee3928992879291909116908690613eb2565b60405180910390a1509392505050565b610efc33610853565b5f610f068461264b565b6001600160601b038086165f90815260086020908152604080832054600990925290912054929350610f4392879291821691610af491168661270d565b6001600160601b038084165f90815260086020908152604080832054600990925290912054610f7c928692811691610b4b91168661270d565b6001600160601b038085165f90815260096020526040908190205490517f9824c1941460e3f3dca0007309b88a95f4fb73bd9628ee7ad0a528b100983c7992610cd3928892879291909116908690613eb2565b610fd833610853565b610a1c73__$94a2c899be079b00d952d0d84fffaa5c34$__633889a4c86001600160601b03851660216040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff166024820152604401602060405180830381865af415801561104b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061106f9190613f97565b60408051845164ffffffffff16602082015201610a00565b5f610d6973__$94a2c899be079b00d952d0d84fffaa5c34$__633889a4c86001600160601b03851660216040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff166024820152604401602060405180830381865af41580156110fb573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061032d9190613f97565b60ff8381165f908152600160205260409081902054905163037c8cb160e51b81529116600482015273__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af4158015611181573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111a59190613fd8565b156111ce5760405163ea01ac1f60e01b815230600482015260ff841660248201526044016108b3565b60ff8085169083161461120f5760405163bae587e160e01b815230600482015260ff80851660248301528086166044830152831660648201526084016108b3565b60ff8084165f908152600260209081526040808320888516845282528083208585168452909152902054166112725760405163f33b49a360e01b815230600482015260ff80851660248301528086166044830152821660648201526084016108b3565b50505050565b5f81815260036020526040902060010180546060919061129790613ff1565b80601f01602080910402602001604051908101604052809291908181526020018280546112c390613ff1565b801561130e5780601f106112e55761010080835404028352916020019161130e565b820191905f5260205f20905b8154815290600101906020018083116112f157829003601f168201915b50505050509050919050565b61132333610853565b6113e273__$94a2c899be079b00d952d0d84fffaa5c34$__633889a4c86001600160601b03851660216040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff166024820152604401602060405180830381865af4158015611396573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113ba9190613f97565b60408051845164ffffffffff166020820152015b60405160208183030381529060405261297d565b610a1c82612d38565b5f6113f533610853565b5f805f611402888761309e565b925092509250611412828661270d565b604051632c34efe560e11b81526001600160601b0382166004820152602481018990529094505f9073__$3bac17678db7ae928afa209f2f44deec9c$__90635869dfca90604401602060405180830381865af4158015611474573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114989190613fae565b6001600160601b038a81165f818152600d602090815260408083206001600160a01b038e1680855290835281842080546001600160601b03199081168e891617909155858552600e84528285209185529083528184208054909116878716179055928252600f9052205491925061151a916115149116846120e8565b8261270d565b600f5f8b6001600160601b03166001600160601b031681526020019081526020015f205f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af41580156115a7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115cb919061403a565b6001600160601b038a165f9081526010602052604090819020805463ffffffff191663ffffffff9390931692909217909155517f4bd4ee2e64e523eeed623045709eb9e7828b3b191c978feb362e5b600c7d4dd990611633908b908a908a908a908a90614055565b60405180910390a150505050949350505050565b5f5433906001600160a01b0316811461167d5760405162d1953b60e31b81526001600160a01b03821660048201526024016108b3565b816001600160a01b03163b5f036116b2576040516361798f2f60e11b81526001600160a01b03831660048201526024016108b3565b610a1c826131ae565b6040805160c0810182525f91810182815260608083018490526080830184905260a0830193909352815260208101919091525f82815260036020908152604091829020825160c081018452815460ff808216958301958652610100820416606083015263ffffffff62010000820481166080840152600160301b9091041660a0820152928352600181018054919284019161175590613ff1565b80601f016020809104026020016040519081016040528092919081815260200182805461178190613ff1565b80156117cc5780601f106117a3576101008083540402835291602001916117cc565b820191905f5260205f20905b8154815290600101906020018083116117af57829003601f168201915b5050505050815250509050919050565b5f8054600160a01b900460ff166117f257505f90565b638fb3603760e01b5b905090565b61180933610853565b5f9283526007602090815260408085206001600160a01b039094168552929052912055565b60ff8181165f9081526001602052604080822054905163b2466acf60e01b8152921660048301529073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf90602401610d2a565b5f61188433610853565b6001600160601b038084165f908152600a60205260409020546118a891168361270d565b90505f6118b5848361216d565b90507f15ce01bb869f4f5440b921c09a1c73e043269a1e29f44d11a7a899ed51fa67b8848484846040516118ec9493929190613eb2565b60405180910390a15092915050565b60ff8084165f908152600260209081526040808320868516845282528083208585168452909152902054165b9392505050565b5f8061193933610853565b5f6119438761264b565b6001600160601b038881165f9081526008602052604090819020549051637931c81160e01b815288831660048201529116602482015290915073__$3bac17678db7ae928afa209f2f44deec9c$__90637931c81190604401602060405180830381865af41580156119b6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119da9190613fae565b6001600160601b038881165f9081526009602052604090819020549051637931c81160e01b815287831660048201529116602482015290935073__$3bac17678db7ae928afa209f2f44deec9c$__90637931c81190604401602060405180830381865af4158015611a4d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a719190613fae565b6001600160601b038089165f90815260086020526040902054919350611ac2918991611a9e9116866120e8565b6001600160601b03808b165f90815260096020526040902054610af49116866120e8565b6001600160601b038087165f90815260086020526040902054611b10918891611aec9116866120e8565b6001600160601b03808a165f90815260096020526040902054610b4b9116866120e8565b6001600160601b038088165f90815260086020526040908190205490517f4d67c2532a3443dbc1612538256c1fb6566afcd9729bf99254b26aef3b953cdd92611b63928b92889291909116908690613eb2565b60405180910390a16001600160601b038088165f90815260096020526040908190205490517f18d78bbaea8f24a2aaa409f9f507204233a315575899fe3a802e20f15e81f5ef92611bbe928b92879291909116908690613eb2565b60405180910390a15094509492505050565b604051637a400b6760e11b815260ff8316600482015260ff19821660248201525f9073__$4b9aaffa8d044614668dad578b824b8eee$__9063f48016ce90604401602060405180830381865af4158015611c2c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119279190613f97565b5f611c5a33610853565b5f805f611c67888761309e565b925092509250611c7782866120e8565b6040516355205f0f60e01b81526001600160601b03821660048201529094505f9073__$3bac17678db7ae928afa209f2f44deec9c$__90634c41dd9690611d09908b9084906355205f0f90602401602060405180830381865af4158015611ce0573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d049190613f97565b613201565b604051632255341b60e11b8152600481019190915273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af4158015611d58573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d7c9190613f97565b6040518263ffffffff1660e01b8152600401611d9a91815260200190565b602060405180830381865af4158015611db5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611dd99190613fae565b6001600160601b038a81165f818152600d602090815260408083206001600160a01b038e1680855290835281842080546001600160601b03199081168e891617909155858552600e84528285209185529083528184208054909116878716179055928252600f90522054919250611e55916115149116846120e8565b600f5f8b6001600160601b03166001600160601b031681526020019081526020015f205f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af4158015611ee2573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611f06919061403a565b6001600160601b038a165f9081526010602052604090819020805463ffffffff191663ffffffff9390931692909217909155517ff9be485b3e2a5d1dc6dadfab8a9962c32cc55ac95a026b980452f8b13872378990611633908b908a908a908a908a90614055565b5f80611fa1611f845f546001600160a01b031690565b8630611f9360045f898b614096565b611f9c916140bd565b613215565b915091508161205d5763ffffffff81161561203a575f805460ff60a01b198116600160a01b17909155604051634a63ebf760e11b81526001600160a01b03909116906394c7d7ee90611ffb908890889088906004016140f5565b5f604051808303815f87803b158015612012575f80fd5b505af1158015612024573d5f803e3d5ffd5b50505f805460ff60a01b191690555061205d9050565b60405162d1953b60e31b81526001600160a01b03861660048201526024016108b3565b5050505050565b604051632601631360e21b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__906398058c4c90604401602060405180830381865af41580156120c4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119279190613fd8565b6040516363cf551160e11b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063c79eaa22906044015b602060405180830381865af4158015612149573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119279190613fae565b6001600160601b0382165f908152600c602052604080822054905163010bd26b60e61b815263ffffffff909116600482015273__$f55ca14f1ddce1b88fe30d23ae45f595f4$__906342f49ac090602401602060405180830381865af41580156121d9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906121fd9190613fd8565b15612226576040516364692acf60e01b81526001600160601b03841660048201526024016108b3565b506001600160601b038281165f908152600c6020908152604080832054600a83529281902080546001600160601b03191694861694909417909355825163e8b7afe360e01b8152925163ffffffff9092169273__$f55ca14f1ddce1b88fe30d23ae45f595f4$__9263e8b7afe3926004808401939192918290030181865af41580156122b4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122d8919061403a565b6001600160601b03939093165f908152600c60205260409020805463ffffffff191663ffffffff909416939093179092555090565b5f612318848361331d565b5f858152600360205260409020909150600101612335848261417d565b50604051634b00e98f60e11b8152600481018590527f7bd0ab7f1746bd20a814d6705a46876c84f1aa2d35c80d8c173e268bd6d4b26c9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af41580156123a6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123ca9190614238565b604051630713cfad60e31b81526004810187905273__$4b9aaffa8d044614668dad578b824b8eee$__9063389e7d6890602401602060405180830381865af4158015612418573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061243c9190614253565b6040805160ff938416815260ff1990921660208301529185169181019190915233606082015232608082015263ffffffff831660a082015260c001610cd3565b60408051630711349960e31b81526001600160601b038416600482015260206024820181905291516125439273__$94a2c899be079b00d952d0d84fffaa5c34$__92633889a4c892604480830193928290030181865af41580156124e2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906125069190613f97565b60408051845160ff16602080830191909152850151818301529084015164ffffffffff16606080830191909152840151608082015260a0016113ce565b73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af415801561258a573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906125ae919061403a565b6001600160601b0383165f908152601060205260409020805463ffffffff191663ffffffff929092169190911790556125e68261361a565b6005546040516346f0e8a760e11b81526001600160601b03841660048201526001600160a01b0390911690638de1d14e906024015f604051808303815f87803b158015612631575f80fd5b505af1158015612643573d5f803e3d5ffd5b505050505050565b6001600160601b0381165f908152600c60205260409081902054905163010bd26b60e61b815263ffffffff909116600482018190529073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__906342f49ac090602401602060405180830381865af41580156126bb573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906126df9190613fd8565b1561270857604051631f7e16df60e01b81526001600160601b03831660048201526024016108b3565b919050565b60405163274acb3560e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb359060440161212e565b6001600160601b038381165f90815260086020908152604080832080546001600160601b031990811688871617909155600983529281902080549093169385169390931790915581516356db0c1960e11b8152915173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9263adb618329260048083019391928290030181865af41580156127e7573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061280b919061426e565b600b5f856001600160601b03166001600160601b031681526020019081526020015f205f6101000a81548164ffffffffff021916908364ffffffffff16021790555073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af4158015612894573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906128b8919061403a565b6001600160601b03939093165f908152600c60205260409020805463ffffffff191663ffffffff909416939093179092555050565b6001600160601b038381165f90815260086020908152604080832080546001600160601b0319908116888716179091556009835292819020805490931693851693909317909155815163e8b7afe360e01b8152915173__$f55ca14f1ddce1b88fe30d23ae45f595f4$__9263e8b7afe39260048083019391928290030181865af4158015612894573d5f803e3d5ffd5b604051634b00e98f60e11b8152600481018390525f9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af41580156129cd573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906129f19190614238565b60405163037c8cb160e51b815260ff8216600482015290915073__$0d958e68cba84670b8f4a3f2f2686b1c6b$__90636f91962090602401602060405180830381865af4158015612a44573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a689190613fd8565b15612a8b576040516307014a8d60e51b815260ff821660048201526024016108b3565b5f83815260036020526040908190208054915163b2466acf60e01b815261010090920460ff1660048301529073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf90602401602060405180830381865af4158015612af1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612b159190613fd8565b15612b3f57604051633f92eac960e21b81526004810185905260ff831660248201526044016108b3565b612b488261182e565b612b6a57604051636cb0978b60e11b815260ff831660048201526024016108b3565b5f612b7361392e565b60ff8085165f908152600160205260408120549293509116835460ff86811661ffff1990921691909117610100918316919091021769ffffffffffffffff000019166201000063ffffffff851690810269ffffffff000000000000191691909117600160301b919091021784555f878152600360205260409020909150600101612bfd868261417d565b50604051634b00e98f60e11b8152600481018790527ffcb75eb7b317145f986c763e1a3eab5f9b4dbaf7955504f70f986d799c3ab39d9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af4158015612c6e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612c929190614238565b604051630713cfad60e31b81526004810189905273__$4b9aaffa8d044614668dad578b824b8eee$__9063389e7d6890602401602060405180830381865af4158015612ce0573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612d049190614253565b6040805160ff938416815260ff1990921660208301529184169181019190915233606082015232608082015260a001610bc8565b6001600160601b0381165f908152600c60205260409081902054905163d15b589360e01b815263ffffffff909116600482015273__$f55ca14f1ddce1b88fe30d23ae45f595f4$__9063d15b589390602401602060405180830381865af4158015612da5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612dc99190613fd8565b15612df2576040516366d785a360e11b81526001600160601b03821660048201526024016108b3565b73__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015612e39573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612e5d9190613fae565b60085f836001600160601b03166001600160601b031681526020019081526020015f205f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015612eea573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612f0e9190613fae565b60095f836001600160601b03166001600160601b031681526020019081526020015f205f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af4158015612f9b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612fbf919061426e565b600b5f836001600160601b03166001600160601b031681526020019081526020015f205f6101000a81548164ffffffffff021916908364ffffffffff16021790555073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af4158015613048573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061306c919061403a565b6001600160601b03919091165f908152600c60205260409020805463ffffffff191663ffffffff909216919091179055565b6001600160601b0382165f9081526010602052604080822054905163010bd26b60e61b815263ffffffff909116600482018190529190819073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__906342f49ac090602401602060405180830381865af4158015613110573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906131349190613fd8565b1561315d576040516362540e0360e11b81526001600160601b03861660048201526024016108b3565b50506001600160601b039283165f818152600d602090815260408083206001600160a01b0390961680845295825280832054938352600e825280832095835294905292909220549093918316921690565b5f80546001600160a01b0319166001600160a01b0383169081179091556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9060200160405180910390a150565b5f6119278383670de0b6b3a764000061399a565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b179052516132839190614289565b5f60405180830381855afa9150503d805f81146132bb576040519150601f19603f3d011682016040523d82523d5f602084013e6132c0565b606091505b509150915081156133125760408151106132f257808060200190518101906132e8919061429f565b9094509250613312565b6020815110613312578080602001905181019061330f9190613fd8565b93505b505094509492505050565b60405163037c8cb160e51b815260ff821660048201525f9073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af415801561336f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906133939190613fd8565b156133b45760405163093b89e160e11b8152600481018490526024016108b3565b505f82815260036020526040908190208054915163037c8cb160e51b8152610100830460ff16600482018190526201000090930463ffffffff16929073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af415801561342a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061344e9190613fd8565b1561346f5760405163566ebf7960e01b8152600481018690526024016108b3565b60ff808516146135ec57815461348b90829060ff16818761111f565b815461ff00191661010060ff861602178255604051634b00e98f60e11b8152600481018690527fe41a93c15e024a0b2371127599959a8e543dd6a8d820238e906c93a3004248fa9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af415801561350d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906135319190614238565b604051630713cfad60e31b81526004810188905273__$4b9aaffa8d044614668dad578b824b8eee$__9063389e7d6890602401602060405180830381865af415801561357f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906135a39190614253565b6040805160ff938416815260ff1990921660208301528285169082015290861660608201523360808201523260a082015263ffffffff851660c082015260e00160405180910390a15b6135f461392e565b825463ffffffff91909116620100000265ffffffff000019909116179091555092915050565b6001600160601b0381165f908152600c60205260409081902054905163d15b589360e01b815263ffffffff909116600482015273__$f55ca14f1ddce1b88fe30d23ae45f595f4$__9063d15b589390602401602060405180830381865af4158015613687573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906136ab9190613fd8565b156136d4576040516366d785a360e11b81526001600160601b03821660048201526024016108b3565b73__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af415801561371b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061373f9190613fae565b60085f836001600160601b03166001600160601b031681526020019081526020015f205f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156137cc573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906137f09190613fae565b60095f836001600160601b03166001600160601b031681526020019081526020015f205f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af415801561387d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906138a19190613fae565b600a5f836001600160601b03166001600160601b031681526020019081526020015f205f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af4158015613048573d5f803e3d5ffd5b5f73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af4158015613976573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117fb919061403a565b5f838302815f1985870982811083820303915050805f036139ce578382816139c4576139c46142c9565b0492505050611927565b8084116139ee5760405163227bc15360e01b815260040160405180910390fd5b5f848688095f868103871696879004966002600389028118808a02820302808a02820302808a02820302808a02820302808a02820302808a02909103029181900381900460010186841190950394909402919094039290920491909117919091029150509392505050565b5f60208284031215613a69575f80fd5b5035919050565b60ff81168114613a7e575f80fd5b50565b5f60208284031215613a91575f80fd5b813561192781613a70565b6001600160601b0381168114613a7e575f80fd5b5f8060408385031215613ac1575f80fd5b8235613acc81613a9c565b91506020830135613adc81613a9c565b809150509250929050565b634e487b7160e01b5f52604160045260245ffd5b64ffffffffff81168114613a7e575f80fd5b5f8082840360a0811215613b1f575f80fd5b8335613b2a81613a9c565b92506080601f1982011215613b3d575f80fd5b506040516080810167ffffffffffffffff81118282101715613b6157613b61613ae7565b6040526020840135613b7281613a70565b8152604084013560208201526060840135613b8c81613afb565b60408201526080939093013560608401525092909150565b5f805f60608486031215613bb6575f80fd5b8335613bc181613a9c565b92506020840135613bd181613a9c565b91506040840135613be181613a9c565b809150509250925092565b5f808284036040811215613bfe575f80fd5b8335613c0981613a9c565b92506020601f1982011215613c1c575f80fd5b506040516020810167ffffffffffffffff81118282101715613c4057613c40613ae7565b6040526020840135613c5181613afb565b8152919491935090915050565b5f60208284031215613c6e575f80fd5b813561192781613a9c565b5f805f8060808587031215613c8c575f80fd5b8435613c9781613a70565b93506020850135613ca781613a70565b92506040850135613cb781613a70565b91506060850135613cc781613a70565b939692955090935050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f6119276020830184613cd2565b80356001600160a01b0381168114612708575f80fd5b5f805f8060808587031215613d3b575f80fd5b8435613d4681613a9c565b935060208501359250613d5b60408601613d12565b91506060850135613cc781613a9c565b5f60208284031215613d7b575f80fd5b61192782613d12565b5f8060408385031215613d95575f80fd5b82359150613da560208401613d12565b90509250929050565b60208152613df360208201835160ff815116825260ff602082015116602083015263ffffffff604082015116604083015263ffffffff60608201511660608301525050565b5f602083015160a080840152613e0c60c0840182613cd2565b949350505050565b5f8060408385031215613e25575f80fd5b8235613e3081613a9c565b9150613da560208401613d12565b5f805f60608486031215613e50575f80fd5b83359250613e6060208501613d12565b929592945050506040919091013590565b60808101610d69828460ff815116825260ff602082015116602083015263ffffffff604082015116604083015263ffffffff60608201511660608301525050565b6001600160601b03948516815292841660208401529216604082015263ffffffff909116606082015260800190565b5f805f60608486031215613ef3575f80fd5b8335613efe81613a70565b92506020840135613f0e81613a70565b91506040840135613be181613a70565b5f805f8060808587031215613f31575f80fd5b8435613f3c81613a9c565b93506020850135613f4c81613a9c565b92506040850135613d5b81613a9c565b60ff1981168114613a7e575f80fd5b5f8060408385031215613f7c575f80fd5b8235613f8781613a70565b91506020830135613adc81613f5c565b5f60208284031215613fa7575f80fd5b5051919050565b5f60208284031215613fbe575f80fd5b815161192781613a9c565b80518015158114612708575f80fd5b5f60208284031215613fe8575f80fd5b61192782613fc9565b600181811c9082168061400557607f821691505b60208210810361402357634e487b7160e01b5f52602260045260245ffd5b50919050565b63ffffffff81168114613a7e575f80fd5b5f6020828403121561404a575f80fd5b815161192781614029565b6001600160601b0395861681526001600160a01b039490941660208501529184166040840152909216606082015263ffffffff909116608082015260a00190565b5f80858511156140a4575f80fd5b838611156140b0575f80fd5b5050820193919092039150565b80356001600160e01b031981169060048410156140ee576001600160e01b0319600485900360031b81901b82161691505b5092915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b601f82111561417857805f5260205f20601f840160051c810160208510156141595750805b601f840160051c820191505b8181101561205d575f8155600101614165565b505050565b815167ffffffffffffffff81111561419757614197613ae7565b6141ab816141a58454613ff1565b84614134565b6020601f8211600181146141dd575f83156141c65750848201515b5f19600385901b1c1916600184901b17845561205d565b5f84815260208120601f198516915b8281101561420c57878501518255602094850194600190920191016141ec565b508482101561422957868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b5f60208284031215614248575f80fd5b815161192781613a70565b5f60208284031215614263575f80fd5b815161192781613f5c565b5f6020828403121561427e575f80fd5b815161192781613afb565b5f82518060208501845e5f920191825250919050565b5f80604083850312156142b0575f80fd5b6142b983613fc9565b91506020830151613adc81614029565b634e487b7160e01b5f52601260045260245ffdfea2646970667358221220fdba3d08b399ba916cd2ef8f3e162817a7dad158f9e436c5d23c43aace05671f64736f6c634300081a0033",
|
1691
|
+
"linkReferences": {
|
1692
|
+
"contracts/staking/TargetManagerLib.sol": {
|
1693
|
+
"TargetManagerLib": [
|
1694
|
+
{
|
1695
|
+
"length": 20,
|
1696
|
+
"start": 448
|
1697
|
+
},
|
1698
|
+
{
|
1699
|
+
"length": 20,
|
1700
|
+
"start": 567
|
1701
|
+
}
|
1702
|
+
]
|
1703
|
+
},
|
1704
|
+
"contracts/type/Amount.sol": {
|
1705
|
+
"AmountLib": [
|
1706
|
+
{
|
1707
|
+
"length": 20,
|
1708
|
+
"start": 2635
|
1709
|
+
},
|
1710
|
+
{
|
1711
|
+
"length": 20,
|
1712
|
+
"start": 2812
|
1713
|
+
},
|
1714
|
+
{
|
1715
|
+
"length": 20,
|
1716
|
+
"start": 2989
|
1717
|
+
},
|
1718
|
+
{
|
1719
|
+
"length": 20,
|
1720
|
+
"start": 7002
|
1721
|
+
},
|
1722
|
+
{
|
1723
|
+
"length": 20,
|
1724
|
+
"start": 7821
|
1725
|
+
},
|
1726
|
+
{
|
1727
|
+
"length": 20,
|
1728
|
+
"start": 9483
|
1729
|
+
},
|
1730
|
+
{
|
1731
|
+
"length": 20,
|
1732
|
+
"start": 10829
|
1733
|
+
},
|
1734
|
+
{
|
1735
|
+
"length": 20,
|
1736
|
+
"start": 10980
|
1737
|
+
},
|
1738
|
+
{
|
1739
|
+
"length": 20,
|
1740
|
+
"start": 11625
|
1741
|
+
},
|
1742
|
+
{
|
1743
|
+
"length": 20,
|
1744
|
+
"start": 12635
|
1745
|
+
},
|
1746
|
+
{
|
1747
|
+
"length": 20,
|
1748
|
+
"start": 12767
|
1749
|
+
},
|
1750
|
+
{
|
1751
|
+
"length": 20,
|
1752
|
+
"start": 14340
|
1753
|
+
},
|
1754
|
+
{
|
1755
|
+
"length": 20,
|
1756
|
+
"start": 16067
|
1757
|
+
},
|
1758
|
+
{
|
1759
|
+
"length": 20,
|
1760
|
+
"start": 16244
|
1761
|
+
},
|
1762
|
+
{
|
1763
|
+
"length": 20,
|
1764
|
+
"start": 18341
|
1765
|
+
},
|
1766
|
+
{
|
1767
|
+
"length": 20,
|
1768
|
+
"start": 18518
|
1769
|
+
},
|
1770
|
+
{
|
1771
|
+
"length": 20,
|
1772
|
+
"start": 18695
|
1773
|
+
}
|
1774
|
+
]
|
1775
|
+
},
|
1776
|
+
"contracts/type/Blocknumber.sol": {
|
1777
|
+
"BlocknumberLib": [
|
1778
|
+
{
|
1779
|
+
"length": 20,
|
1780
|
+
"start": 1151
|
1781
|
+
},
|
1782
|
+
{
|
1783
|
+
"length": 20,
|
1784
|
+
"start": 2500
|
1785
|
+
},
|
1786
|
+
{
|
1787
|
+
"length": 20,
|
1788
|
+
"start": 3166
|
1789
|
+
},
|
1790
|
+
{
|
1791
|
+
"length": 20,
|
1792
|
+
"start": 3464
|
1793
|
+
},
|
1794
|
+
{
|
1795
|
+
"length": 20,
|
1796
|
+
"start": 9777
|
1797
|
+
},
|
1798
|
+
{
|
1799
|
+
"length": 20,
|
1800
|
+
"start": 12140
|
1801
|
+
},
|
1802
|
+
{
|
1803
|
+
"length": 20,
|
1804
|
+
"start": 12912
|
1805
|
+
},
|
1806
|
+
{
|
1807
|
+
"length": 20,
|
1808
|
+
"start": 13129
|
1809
|
+
},
|
1810
|
+
{
|
1811
|
+
"length": 20,
|
1812
|
+
"start": 13844
|
1813
|
+
},
|
1814
|
+
{
|
1815
|
+
"length": 20,
|
1816
|
+
"start": 14162
|
1817
|
+
},
|
1818
|
+
{
|
1819
|
+
"length": 20,
|
1820
|
+
"start": 14622
|
1821
|
+
},
|
1822
|
+
{
|
1823
|
+
"length": 20,
|
1824
|
+
"start": 14867
|
1825
|
+
},
|
1826
|
+
{
|
1827
|
+
"length": 20,
|
1828
|
+
"start": 15932
|
1829
|
+
},
|
1830
|
+
{
|
1831
|
+
"length": 20,
|
1832
|
+
"start": 16594
|
1833
|
+
},
|
1834
|
+
{
|
1835
|
+
"length": 20,
|
1836
|
+
"start": 16807
|
1837
|
+
},
|
1838
|
+
{
|
1839
|
+
"length": 20,
|
1840
|
+
"start": 18206
|
1841
|
+
},
|
1842
|
+
{
|
1843
|
+
"length": 20,
|
1844
|
+
"start": 18872
|
1845
|
+
},
|
1846
|
+
{
|
1847
|
+
"length": 20,
|
1848
|
+
"start": 18944
|
1849
|
+
}
|
1850
|
+
]
|
1851
|
+
},
|
1852
|
+
"contracts/type/Key32.sol": {
|
1853
|
+
"Key32Lib": [
|
1854
|
+
{
|
1855
|
+
"length": 20,
|
1856
|
+
"start": 1508
|
1857
|
+
},
|
1858
|
+
{
|
1859
|
+
"length": 20,
|
1860
|
+
"start": 2180
|
1861
|
+
},
|
1862
|
+
{
|
1863
|
+
"length": 20,
|
1864
|
+
"start": 2294
|
1865
|
+
},
|
1866
|
+
{
|
1867
|
+
"length": 20,
|
1868
|
+
"start": 11459
|
1869
|
+
},
|
1870
|
+
{
|
1871
|
+
"length": 20,
|
1872
|
+
"start": 13373
|
1873
|
+
},
|
1874
|
+
{
|
1875
|
+
"length": 20,
|
1876
|
+
"start": 13487
|
1877
|
+
},
|
1878
|
+
{
|
1879
|
+
"length": 20,
|
1880
|
+
"start": 14948
|
1881
|
+
},
|
1882
|
+
{
|
1883
|
+
"length": 20,
|
1884
|
+
"start": 15621
|
1885
|
+
},
|
1886
|
+
{
|
1887
|
+
"length": 20,
|
1888
|
+
"start": 15735
|
1889
|
+
},
|
1890
|
+
{
|
1891
|
+
"length": 20,
|
1892
|
+
"start": 17828
|
1893
|
+
},
|
1894
|
+
{
|
1895
|
+
"length": 20,
|
1896
|
+
"start": 17942
|
1897
|
+
}
|
1898
|
+
]
|
1899
|
+
},
|
1900
|
+
"contracts/type/NftId.sol": {
|
1901
|
+
"NftIdLib": [
|
1902
|
+
{
|
1903
|
+
"length": 20,
|
1904
|
+
"start": 314
|
1905
|
+
},
|
1906
|
+
{
|
1907
|
+
"length": 20,
|
1908
|
+
"start": 980
|
1909
|
+
},
|
1910
|
+
{
|
1911
|
+
"length": 20,
|
1912
|
+
"start": 6714
|
1913
|
+
},
|
1914
|
+
{
|
1915
|
+
"length": 20,
|
1916
|
+
"start": 8364
|
1917
|
+
},
|
1918
|
+
{
|
1919
|
+
"length": 20,
|
1920
|
+
"start": 8540
|
1921
|
+
},
|
1922
|
+
{
|
1923
|
+
"length": 20,
|
1924
|
+
"start": 9207
|
1925
|
+
},
|
1926
|
+
{
|
1927
|
+
"length": 20,
|
1928
|
+
"start": 13689
|
1929
|
+
}
|
1930
|
+
]
|
1931
|
+
},
|
1932
|
+
"contracts/type/NftIdSet.sol": {
|
1933
|
+
"LibNftIdSet": [
|
1934
|
+
{
|
1935
|
+
"length": 20,
|
1936
|
+
"start": 21987
|
1937
|
+
},
|
1938
|
+
{
|
1939
|
+
"length": 20,
|
1940
|
+
"start": 22104
|
1941
|
+
},
|
1942
|
+
{
|
1943
|
+
"length": 20,
|
1944
|
+
"start": 22234
|
1945
|
+
},
|
1946
|
+
{
|
1947
|
+
"length": 20,
|
1948
|
+
"start": 22366
|
1949
|
+
},
|
1950
|
+
{
|
1951
|
+
"length": 20,
|
1952
|
+
"start": 22503
|
1953
|
+
},
|
1954
|
+
{
|
1955
|
+
"length": 20,
|
1956
|
+
"start": 22611
|
1957
|
+
},
|
1958
|
+
{
|
1959
|
+
"length": 20,
|
1960
|
+
"start": 22793
|
1961
|
+
},
|
1962
|
+
{
|
1963
|
+
"length": 20,
|
1964
|
+
"start": 22851
|
1965
|
+
},
|
1966
|
+
{
|
1967
|
+
"length": 20,
|
1968
|
+
"start": 22973
|
1969
|
+
},
|
1970
|
+
{
|
1971
|
+
"length": 20,
|
1972
|
+
"start": 23038
|
1973
|
+
}
|
1974
|
+
]
|
1975
|
+
},
|
1976
|
+
"contracts/type/ObjectType.sol": {
|
1977
|
+
"ObjectTypeLib": [
|
1978
|
+
{
|
1979
|
+
"length": 20,
|
1980
|
+
"start": 1627
|
1981
|
+
},
|
1982
|
+
{
|
1983
|
+
"length": 20,
|
1984
|
+
"start": 15067
|
1985
|
+
}
|
1986
|
+
]
|
1987
|
+
},
|
1988
|
+
"contracts/type/StateId.sol": {
|
1989
|
+
"StateIdLib": [
|
1990
|
+
{
|
1991
|
+
"length": 20,
|
1992
|
+
"start": 1800
|
1993
|
+
},
|
1994
|
+
{
|
1995
|
+
"length": 20,
|
1996
|
+
"start": 3363
|
1997
|
+
},
|
1998
|
+
{
|
1999
|
+
"length": 20,
|
2000
|
+
"start": 7643
|
2001
|
+
},
|
2002
|
+
{
|
2003
|
+
"length": 20,
|
2004
|
+
"start": 8728
|
2005
|
+
},
|
2006
|
+
{
|
2007
|
+
"length": 20,
|
2008
|
+
"start": 10535
|
2009
|
+
},
|
2010
|
+
{
|
2011
|
+
"length": 20,
|
2012
|
+
"start": 15240
|
2013
|
+
},
|
2014
|
+
{
|
2015
|
+
"length": 20,
|
2016
|
+
"start": 17414
|
2017
|
+
},
|
2018
|
+
{
|
2019
|
+
"length": 20,
|
2020
|
+
"start": 17601
|
2021
|
+
}
|
2022
|
+
]
|
2023
|
+
},
|
2024
|
+
"contracts/type/Timestamp.sol": {
|
2025
|
+
"TimestampLib": [
|
2026
|
+
{
|
2027
|
+
"length": 20,
|
2028
|
+
"start": 14461
|
2029
|
+
},
|
2030
|
+
{
|
2031
|
+
"length": 20,
|
2032
|
+
"start": 16421
|
2033
|
+
}
|
2034
|
+
]
|
2035
|
+
},
|
2036
|
+
"contracts/type/UFixed.sol": {
|
2037
|
+
"UFixedLib": [
|
2038
|
+
{
|
2039
|
+
"length": 20,
|
2040
|
+
"start": 11759
|
2041
|
+
}
|
2042
|
+
]
|
2043
|
+
}
|
2044
|
+
},
|
2045
|
+
"deployedLinkReferences": {
|
2046
|
+
"contracts/type/Amount.sol": {
|
2047
|
+
"AmountLib": [
|
2048
|
+
{
|
2049
|
+
"length": 20,
|
2050
|
+
"start": 2699
|
2051
|
+
},
|
2052
|
+
{
|
2053
|
+
"length": 20,
|
2054
|
+
"start": 3518
|
2055
|
+
},
|
2056
|
+
{
|
2057
|
+
"length": 20,
|
2058
|
+
"start": 5180
|
2059
|
+
},
|
2060
|
+
{
|
2061
|
+
"length": 20,
|
2062
|
+
"start": 6526
|
2063
|
+
},
|
2064
|
+
{
|
2065
|
+
"length": 20,
|
2066
|
+
"start": 6677
|
2067
|
+
},
|
2068
|
+
{
|
2069
|
+
"length": 20,
|
2070
|
+
"start": 7322
|
2071
|
+
},
|
2072
|
+
{
|
2073
|
+
"length": 20,
|
2074
|
+
"start": 8332
|
2075
|
+
},
|
2076
|
+
{
|
2077
|
+
"length": 20,
|
2078
|
+
"start": 8464
|
2079
|
+
},
|
2080
|
+
{
|
2081
|
+
"length": 20,
|
2082
|
+
"start": 10037
|
2083
|
+
},
|
2084
|
+
{
|
2085
|
+
"length": 20,
|
2086
|
+
"start": 11764
|
2087
|
+
},
|
2088
|
+
{
|
2089
|
+
"length": 20,
|
2090
|
+
"start": 11941
|
2091
|
+
},
|
2092
|
+
{
|
2093
|
+
"length": 20,
|
2094
|
+
"start": 14038
|
2095
|
+
},
|
2096
|
+
{
|
2097
|
+
"length": 20,
|
2098
|
+
"start": 14215
|
2099
|
+
},
|
2100
|
+
{
|
2101
|
+
"length": 20,
|
2102
|
+
"start": 14392
|
2103
|
+
}
|
2104
|
+
]
|
2105
|
+
},
|
2106
|
+
"contracts/type/Blocknumber.sol": {
|
2107
|
+
"BlocknumberLib": [
|
2108
|
+
{
|
2109
|
+
"length": 20,
|
2110
|
+
"start": 5474
|
2111
|
+
},
|
2112
|
+
{
|
2113
|
+
"length": 20,
|
2114
|
+
"start": 7837
|
2115
|
+
},
|
2116
|
+
{
|
2117
|
+
"length": 20,
|
2118
|
+
"start": 8609
|
2119
|
+
},
|
2120
|
+
{
|
2121
|
+
"length": 20,
|
2122
|
+
"start": 8826
|
2123
|
+
},
|
2124
|
+
{
|
2125
|
+
"length": 20,
|
2126
|
+
"start": 9541
|
2127
|
+
},
|
2128
|
+
{
|
2129
|
+
"length": 20,
|
2130
|
+
"start": 9859
|
2131
|
+
},
|
2132
|
+
{
|
2133
|
+
"length": 20,
|
2134
|
+
"start": 10319
|
2135
|
+
},
|
2136
|
+
{
|
2137
|
+
"length": 20,
|
2138
|
+
"start": 10564
|
2139
|
+
},
|
2140
|
+
{
|
2141
|
+
"length": 20,
|
2142
|
+
"start": 11629
|
2143
|
+
},
|
2144
|
+
{
|
2145
|
+
"length": 20,
|
2146
|
+
"start": 12291
|
2147
|
+
},
|
2148
|
+
{
|
2149
|
+
"length": 20,
|
2150
|
+
"start": 12504
|
2151
|
+
},
|
2152
|
+
{
|
2153
|
+
"length": 20,
|
2154
|
+
"start": 13903
|
2155
|
+
},
|
2156
|
+
{
|
2157
|
+
"length": 20,
|
2158
|
+
"start": 14569
|
2159
|
+
},
|
2160
|
+
{
|
2161
|
+
"length": 20,
|
2162
|
+
"start": 14641
|
2163
|
+
}
|
2164
|
+
]
|
2165
|
+
},
|
2166
|
+
"contracts/type/Key32.sol": {
|
2167
|
+
"Key32Lib": [
|
2168
|
+
{
|
2169
|
+
"length": 20,
|
2170
|
+
"start": 7156
|
2171
|
+
},
|
2172
|
+
{
|
2173
|
+
"length": 20,
|
2174
|
+
"start": 9070
|
2175
|
+
},
|
2176
|
+
{
|
2177
|
+
"length": 20,
|
2178
|
+
"start": 9184
|
2179
|
+
},
|
2180
|
+
{
|
2181
|
+
"length": 20,
|
2182
|
+
"start": 10645
|
2183
|
+
},
|
2184
|
+
{
|
2185
|
+
"length": 20,
|
2186
|
+
"start": 11318
|
2187
|
+
},
|
2188
|
+
{
|
2189
|
+
"length": 20,
|
2190
|
+
"start": 11432
|
2191
|
+
},
|
2192
|
+
{
|
2193
|
+
"length": 20,
|
2194
|
+
"start": 13525
|
2195
|
+
},
|
2196
|
+
{
|
2197
|
+
"length": 20,
|
2198
|
+
"start": 13639
|
2199
|
+
}
|
2200
|
+
]
|
2201
|
+
},
|
2202
|
+
"contracts/type/NftId.sol": {
|
2203
|
+
"NftIdLib": [
|
2204
|
+
{
|
2205
|
+
"length": 20,
|
2206
|
+
"start": 2411
|
2207
|
+
},
|
2208
|
+
{
|
2209
|
+
"length": 20,
|
2210
|
+
"start": 4061
|
2211
|
+
},
|
2212
|
+
{
|
2213
|
+
"length": 20,
|
2214
|
+
"start": 4237
|
2215
|
+
},
|
2216
|
+
{
|
2217
|
+
"length": 20,
|
2218
|
+
"start": 4904
|
2219
|
+
},
|
2220
|
+
{
|
2221
|
+
"length": 20,
|
2222
|
+
"start": 9386
|
2223
|
+
}
|
2224
|
+
]
|
2225
|
+
},
|
2226
|
+
"contracts/type/ObjectType.sol": {
|
2227
|
+
"ObjectTypeLib": [
|
2228
|
+
{
|
2229
|
+
"length": 20,
|
2230
|
+
"start": 10764
|
2231
|
+
}
|
2232
|
+
]
|
2233
|
+
},
|
2234
|
+
"contracts/type/StateId.sol": {
|
2235
|
+
"StateIdLib": [
|
2236
|
+
{
|
2237
|
+
"length": 20,
|
2238
|
+
"start": 3340
|
2239
|
+
},
|
2240
|
+
{
|
2241
|
+
"length": 20,
|
2242
|
+
"start": 4425
|
2243
|
+
},
|
2244
|
+
{
|
2245
|
+
"length": 20,
|
2246
|
+
"start": 6232
|
2247
|
+
},
|
2248
|
+
{
|
2249
|
+
"length": 20,
|
2250
|
+
"start": 10937
|
2251
|
+
},
|
2252
|
+
{
|
2253
|
+
"length": 20,
|
2254
|
+
"start": 13111
|
2255
|
+
},
|
2256
|
+
{
|
2257
|
+
"length": 20,
|
2258
|
+
"start": 13298
|
2259
|
+
}
|
2260
|
+
]
|
2261
|
+
},
|
2262
|
+
"contracts/type/Timestamp.sol": {
|
2263
|
+
"TimestampLib": [
|
2264
|
+
{
|
2265
|
+
"length": 20,
|
2266
|
+
"start": 10158
|
2267
|
+
},
|
2268
|
+
{
|
2269
|
+
"length": 20,
|
2270
|
+
"start": 12118
|
2271
|
+
}
|
2272
|
+
]
|
2273
|
+
},
|
2274
|
+
"contracts/type/UFixed.sol": {
|
2275
|
+
"UFixedLib": [
|
2276
|
+
{
|
2277
|
+
"length": 20,
|
2278
|
+
"start": 7456
|
2279
|
+
}
|
2280
|
+
]
|
2281
|
+
}
|
2282
|
+
}
|
2283
|
+
}
|