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