@etherisc/gif-next 0.0.2-f0d86c2-077 → 0.0.2-f18fb8b-243
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 +279 -24
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +1253 -0
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +4 -0
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +1206 -0
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +358 -0
- package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +4 -0
- package/artifacts/contracts/{instance/module/access → authorization}/IAccess.sol/IAccess.json +1 -1
- package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
- package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.json +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 +148 -0
- package/artifacts/contracts/authorization/ModuleAuthorization.sol/ModuleAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/ModuleAuthorization.sol/ModuleAuthorization.json +390 -0
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +190 -0
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +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/distribution/Distribution.sol/Distribution.json +1191 -0
- 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/distribution/IDistributionComponent.sol/IDistributionComponent.json +900 -0
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +843 -0
- package/artifacts/contracts/instance/BundleManager.sol/BundleManager.dbg.json +4 -0
- package/artifacts/contracts/instance/BundleManager.sol/BundleManager.json +703 -0
- package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstance.sol/IInstance.json +280 -1494
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +4 -0
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +757 -0
- package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
- package/artifacts/contracts/instance/Instance.sol/Instance.json +473 -1765
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +1626 -0
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +601 -0
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +1735 -0
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +1160 -0
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +734 -0
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3591 -0
- package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +4 -0
- package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +318 -0
- package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
- package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.json +137 -0
- package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +10 -0
- package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +182 -0
- package/artifacts/contracts/instance/base/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 +4 -0
- package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +129 -0
- package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +4 -0
- package/artifacts/contracts/instance/module/{bundle/IBundle.sol → IBundle.sol}/IBundle.json +1 -1
- package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
- package/artifacts/contracts/instance/{base/ModuleBase.sol/ModuleBase.json → module/IComponents.sol/IComponents.json} +2 -2
- package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +4 -0
- package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.json +10 -0
- package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +4 -0
- package/artifacts/contracts/instance/module/{policy/IPolicy.sol → IPolicy.sol}/IPolicy.json +1 -1
- package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +4 -0
- package/artifacts/contracts/instance/module/{risk/IRisk.sol → IRisk.sol}/IRisk.json +1 -1
- package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
- package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
- package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +4 -0
- package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +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/oracle/IOracleComponent.sol/IOracleComponent.json +772 -0
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +675 -0
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +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/pool/BasicPool.sol/BasicPool.json +1477 -0
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +410 -0
- package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
- package/artifacts/contracts/pool/BundleService.sol/BundleService.json +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/pool/IBundleService.sol/IBundleService.json +703 -0
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +959 -0
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1078 -0
- 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/IProductService.sol/IProductService.json → product/IApplicationService.sol/IApplicationService.json} +256 -221
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +772 -0
- 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/product/IPricingService.sol/IPricingService.json +549 -0
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +966 -0
- package/artifacts/contracts/product/IProductService.sol/IProductService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IComponentOwnerService.sol/IComponentOwnerService.json → product/IProductService.sol/IProductService.json} +207 -171
- 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/product/Product.sol/Product.json +1257 -0
- 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 +199 -12
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +591 -34
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +4 -0
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +1123 -0
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +4 -0
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +52 -0
- package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
- package/artifacts/contracts/registry/Registry.sol/Registry.json +821 -107
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +1746 -0
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +1452 -0
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +721 -0
- package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +4 -0
- package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +164 -0
- package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.dbg.json +4 -0
- package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.json +1159 -0
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +214 -0
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +4 -0
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +661 -0
- package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
- package/artifacts/contracts/shared/Component.sol/Component.json +896 -0
- 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/shared/ComponentVerifyingService.sol/ComponentVerifyingService.json +539 -0
- package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +1 -1
- package/artifacts/contracts/shared/ERC165.sol/ERC165.json +41 -3
- package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
- package/artifacts/contracts/shared/IComponent.sol/IComponent.json +631 -0
- 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 +104 -141
- package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
- package/artifacts/contracts/{instance/base → shared}/ILifecycle.sol/ILifecycle.json +1 -6
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +4 -0
- package/artifacts/contracts/{components/IBaseComponent.sol/IBaseComponent.json → shared/INftOwnable.sol/INftOwnable.json} +37 -80
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +207 -0
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +91 -31
- package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
- package/artifacts/contracts/{registry → shared}/IRegistryLinked.sol/IRegistryLinked.json +13 -2
- package/artifacts/contracts/shared/IService.sol/IService.dbg.json +4 -0
- package/artifacts/contracts/{instance/base/InstanceBase.sol/InstanceBase.json → shared/IService.sol/IService.json} +163 -143
- package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +1 -1
- package/artifacts/contracts/shared/IVersionable.sol/IVersionable.json +16 -125
- 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 +497 -0
- package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
- package/artifacts/contracts/{experiment/statemachine/ISM.sol/ISM.json → shared/Lifecycle.sol/Lifecycle.json} +54 -45
- 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 +4 -0
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +244 -0
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +320 -0
- package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +4 -0
- package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +617 -0
- package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
- package/artifacts/contracts/shared/Registerable.sol/Registerable.json +255 -23
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +71 -0
- package/artifacts/contracts/shared/Service.sol/Service.dbg.json +4 -0
- package/artifacts/contracts/shared/Service.sol/Service.json +507 -0
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +4 -0
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +150 -0
- package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
- package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +129 -0
- package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +1 -1
- package/artifacts/contracts/shared/Versionable.sol/Versionable.json +29 -115
- 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/StakingLifecycle.sol/StakingLifecycle.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +164 -0
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +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 +2237 -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/type/AddressSet.sol/LibAddressSet.json +10 -0
- package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
- package/artifacts/contracts/type/Amount.sol/AmountLib.json +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/type/ClaimId.sol/ClaimIdLib.json +179 -0
- package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
- package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +104 -0
- package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
- package/artifacts/contracts/type/Fee.sol/FeeLib.json +312 -0
- package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
- package/artifacts/contracts/type/Key32.sol/Key32Lib.json +125 -0
- package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/NftId.sol/NftIdLib.json +209 -0
- package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
- package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +33 -0
- package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
- package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +239 -0
- package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
- package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
- package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
- package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +204 -0
- package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +86 -0
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +369 -0
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +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/type/Timestamp.sol/TimestampLib.json +293 -0
- package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +4 -0
- package/artifacts/contracts/type/UFixed.sol/MathLib.json +10 -0
- 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/type/Version.sol/VersionLib.json +177 -0
- package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
- package/artifacts/contracts/type/Version.sol/VersionPartLib.json +49 -0
- package/contracts/authorization/AccessAdmin.sol +591 -0
- package/contracts/authorization/AccessManagerCloneable.sol +16 -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 +38 -0
- package/contracts/authorization/ModuleAuthorization.sol +78 -0
- package/contracts/authorization/ServiceAuthorization.sol +90 -0
- package/contracts/distribution/BasicDistribution.sol +149 -0
- package/contracts/distribution/BasicDistributionAuthorization.sol +43 -0
- package/contracts/distribution/Distribution.sol +283 -0
- package/contracts/distribution/DistributionService.sol +302 -0
- package/contracts/distribution/DistributionServiceManager.sol +42 -0
- package/contracts/distribution/IDistributionComponent.sol +48 -0
- package/contracts/distribution/IDistributionService.sol +85 -0
- package/contracts/instance/BundleManager.sol +126 -0
- package/contracts/instance/IInstance.sol +78 -44
- package/contracts/instance/IInstanceService.sol +92 -0
- package/contracts/instance/Instance.sol +238 -52
- package/contracts/instance/InstanceAdmin.sol +266 -0
- package/contracts/instance/InstanceAuthorizationV3.sol +202 -0
- package/contracts/instance/InstanceReader.sol +405 -0
- package/contracts/instance/InstanceService.sol +443 -0
- package/contracts/instance/InstanceServiceManager.sol +44 -0
- package/contracts/instance/InstanceStore.sol +276 -0
- package/contracts/instance/base/BalanceStore.sol +123 -0
- package/contracts/instance/base/Cloneable.sol +28 -0
- package/contracts/instance/base/ObjectCounter.sol +21 -0
- package/contracts/instance/base/ObjectLifecycle.sol +106 -0
- package/contracts/instance/base/ObjectManager.sol +79 -0
- package/contracts/instance/module/IAccess.sol +46 -0
- package/contracts/instance/module/IBundle.sol +20 -0
- package/contracts/instance/module/IComponents.sol +52 -0
- package/contracts/instance/module/IDistribution.sol +42 -0
- package/contracts/instance/module/IPolicy.sol +84 -0
- package/contracts/instance/module/IRisk.sol +11 -0
- package/contracts/{test/Usdc.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/pool/IBundleService.sol +106 -0
- package/contracts/pool/IPoolComponent.sol +52 -0
- package/contracts/pool/IPoolService.sol +150 -0
- 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/product/ApplicationServiceManager.sol +38 -0
- package/contracts/product/BasicProduct.sol +82 -0
- package/contracts/product/BasicProductAuthorization.sol +40 -0
- package/contracts/product/ClaimService.sol +442 -0
- package/contracts/product/ClaimServiceManager.sol +38 -0
- package/contracts/product/IApplicationService.sol +62 -0
- 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/product/Product.sol +392 -0
- package/contracts/product/ProductService.sol +124 -0
- package/contracts/product/ProductServiceManager.sol +42 -0
- package/contracts/registry/ChainNft.sol +95 -37
- package/contracts/registry/IRegistry.sol +93 -29
- package/contracts/registry/IRegistryService.sol +69 -0
- package/contracts/registry/ITransferInterceptor.sol +7 -0
- package/contracts/registry/Registry.sol +478 -281
- package/contracts/registry/RegistryAdmin.sol +365 -0
- package/contracts/registry/RegistryService.sol +266 -0
- package/contracts/registry/RegistryServiceManager.sol +53 -0
- package/contracts/registry/ReleaseLifecycle.sol +27 -0
- package/contracts/registry/ReleaseManager.sol +487 -0
- package/contracts/registry/ServiceAuthorizationV3.sol +200 -0
- package/contracts/registry/TokenRegistry.sol +315 -0
- package/contracts/shared/Component.sol +281 -0
- package/contracts/shared/ComponentService.sol +581 -0
- package/contracts/shared/ComponentServiceManager.sol +35 -0
- package/contracts/shared/ComponentVerifyingService.sol +117 -0
- package/contracts/shared/ERC165.sol +15 -9
- package/contracts/shared/IComponent.sol +70 -0
- package/contracts/shared/IComponentService.sol +102 -0
- package/contracts/shared/IInstanceLinkedComponent.sol +50 -0
- package/contracts/shared/IKeyValueStore.sol +54 -0
- package/contracts/{instance/base → shared}/ILifecycle.sol +4 -5
- package/contracts/shared/INftOwnable.sol +23 -0
- package/contracts/shared/IPolicyHolder.sol +45 -0
- package/contracts/shared/IRegisterable.sol +10 -19
- package/contracts/shared/IRegistryLinked.sol +11 -0
- package/contracts/shared/IService.sol +25 -0
- package/contracts/shared/IVersionable.sol +38 -37
- package/contracts/shared/InitializableCustom.sol +177 -0
- package/contracts/shared/InstanceLinkedComponent.sol +151 -0
- package/contracts/shared/KeyValueStore.sol +131 -0
- package/contracts/shared/Lifecycle.sol +77 -0
- package/contracts/shared/NftIdSetManager.sol +65 -0
- package/contracts/shared/NftOwnable.sol +107 -0
- package/contracts/shared/PolicyHolder.sol +102 -0
- package/contracts/shared/ProxyManager.sol +199 -0
- package/contracts/shared/Registerable.sol +54 -65
- package/contracts/shared/RegistryLinked.sol +43 -0
- package/contracts/shared/Service.sol +83 -0
- package/contracts/shared/TokenHandler.sol +58 -0
- package/contracts/shared/UpgradableProxyWithAdmin.sol +16 -0
- package/contracts/shared/Versionable.sol +38 -68
- 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/StakingLifecycle.sol +23 -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 +615 -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 +21 -3
- package/contracts/type/ClaimId.sol +75 -0
- package/contracts/type/DistributorType.sol +55 -0
- package/contracts/type/Fee.sol +66 -0
- package/contracts/{types → type}/Key32.sol +8 -3
- package/contracts/{types → type}/NftId.sol +21 -15
- package/contracts/type/NftIdSet.sol +62 -0
- package/contracts/type/ObjectType.sol +275 -0
- package/contracts/type/PayoutId.sol +82 -0
- package/contracts/type/Referral.sol +89 -0
- package/contracts/type/RequestId.sol +75 -0
- package/contracts/type/RiskId.sol +43 -0
- package/contracts/type/RoleId.sol +174 -0
- package/contracts/type/Seconds.sol +81 -0
- package/contracts/type/Selector.sol +102 -0
- package/contracts/{types → type}/StateId.sol +39 -5
- package/contracts/type/String.sol +53 -0
- package/contracts/{types → type}/Timestamp.sol +27 -14
- package/contracts/type/UFixed.sol +332 -0
- package/contracts/{types → type}/Version.sol +15 -2
- package/package.json +11 -7
- package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.dbg.json +0 -4
- package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.json +0 -174
- package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.json +0 -356
- package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.json +0 -279
- package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
- package/artifacts/contracts/components/Pool.sol/Pool.json +0 -387
- package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
- package/artifacts/contracts/components/Product.sol/Product.json +0 -305
- package/artifacts/contracts/experiment/errors/Require.sol/Require.dbg.json +0 -4
- package/artifacts/contracts/experiment/errors/Require.sol/Require.json +0 -105
- package/artifacts/contracts/experiment/errors/Revert.sol/Revert.dbg.json +0 -4
- package/artifacts/contracts/experiment/errors/Revert.sol/Revert.json +0 -105
- package/artifacts/contracts/experiment/inheritance/A.sol/A.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/A.sol/A.json +0 -128
- package/artifacts/contracts/experiment/inheritance/A.sol/AShared.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/A.sol/AShared.json +0 -42
- package/artifacts/contracts/experiment/inheritance/B.sol/B.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/B.sol/B.json +0 -76
- package/artifacts/contracts/experiment/inheritance/C.sol/C.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/C.sol/C.json +0 -89
- package/artifacts/contracts/experiment/inheritance/IA.sol/IA.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IA.sol/IA.json +0 -128
- package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.json +0 -37
- package/artifacts/contracts/experiment/inheritance/IB.sol/IB.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IB.sol/IB.json +0 -50
- package/artifacts/contracts/experiment/inheritance/IC.sol/IC.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IC.sol/IC.json +0 -63
- package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.json +0 -59
- package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.json +0 -74
- package/artifacts/contracts/experiment/statemachine/SM.sol/SM.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/SM.sol/SM.json +0 -124
- package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.json +0 -207
- package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.dbg.json +0 -4
- package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.json +0 -10
- package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.dbg.json +0 -4
- package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.json +0 -10
- package/artifacts/contracts/instance/IInstanceLinked.sol/IInstanceLinked.dbg.json +0 -4
- package/artifacts/contracts/instance/IInstanceLinked.sol/IInstanceLinked.json +0 -24
- package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.dbg.json +0 -4
- package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.json +0 -300
- package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.dbg.json +0 -4
- package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.json +0 -63
- 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/IService.sol/IService.dbg.json +0 -4
- package/artifacts/contracts/instance/base/IService.sol/IService.json +0 -300
- package/artifacts/contracts/instance/base/InstanceBase.sol/InstanceBase.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 -692
- package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +0 -4
- package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +0 -169
- package/artifacts/contracts/instance/base/ModuleBase.sol/ModuleBase.dbg.json +0 -4
- package/artifacts/contracts/instance/base/ServiceBase.sol/ServiceBase.dbg.json +0 -4
- package/artifacts/contracts/instance/base/ServiceBase.sol/ServiceBase.json +0 -300
- package/artifacts/contracts/instance/module/access/Access.sol/AccessModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/access/Access.sol/AccessModule.json +0 -333
- package/artifacts/contracts/instance/module/access/IAccess.sol/IAccess.dbg.json +0 -4
- package/artifacts/contracts/instance/module/access/IAccess.sol/IAccessModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/access/IAccess.sol/IAccessModule.json +0 -333
- package/artifacts/contracts/instance/module/bundle/BundleModule.sol/BundleModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/bundle/BundleModule.sol/BundleModule.json +0 -296
- package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundle.dbg.json +0 -4
- package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundleModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundleModule.json +0 -296
- package/artifacts/contracts/instance/module/compensation/CompensationModule.sol/CompensationModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/compensation/CompensationModule.sol/CompensationModule.json +0 -10
- package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensation.dbg.json +0 -4
- package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensation.json +0 -10
- package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensationModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensationModule.json +0 -10
- package/artifacts/contracts/instance/module/component/ComponentModule.sol/ComponentModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/component/ComponentModule.sol/ComponentModule.json +0 -188
- package/artifacts/contracts/instance/module/component/IComponent.sol/IComponent.dbg.json +0 -4
- package/artifacts/contracts/instance/module/component/IComponent.sol/IComponent.json +0 -10
- package/artifacts/contracts/instance/module/component/IComponent.sol/IComponentModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/component/IComponent.sol/IComponentModule.json +0 -188
- package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicy.dbg.json +0 -4
- package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicyModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicyModule.json +0 -261
- package/artifacts/contracts/instance/module/policy/PolicyModule.sol/PolicyModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/policy/PolicyModule.sol/PolicyModule.json +0 -261
- package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPool.dbg.json +0 -4
- package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPool.json +0 -10
- package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPoolModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPoolModule.json +0 -149
- package/artifacts/contracts/instance/module/pool/PoolModule.sol/PoolModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/pool/PoolModule.sol/PoolModule.json +0 -149
- package/artifacts/contracts/instance/module/risk/IRisk.sol/IRisk.dbg.json +0 -4
- package/artifacts/contracts/instance/module/risk/IRisk.sol/IRiskModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/risk/IRisk.sol/IRiskModule.json +0 -10
- package/artifacts/contracts/instance/module/risk/RiskModule.sol/RiskModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/risk/RiskModule.sol/RiskModule.json +0 -10
- package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasury.dbg.json +0 -4
- package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasury.json +0 -10
- package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasuryModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasuryModule.json +0 -533
- package/artifacts/contracts/instance/module/treasury/TokenHandler.sol/TokenHandler.dbg.json +0 -4
- package/artifacts/contracts/instance/module/treasury/TokenHandler.sol/TokenHandler.json +0 -76
- package/artifacts/contracts/instance/module/treasury/TreasuryModule.sol/TreasuryModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/treasury/TreasuryModule.sol/TreasuryModule.json +0 -533
- package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.json +0 -523
- package/artifacts/contracts/instance/service/IComponentOwnerService.sol/IComponentOwnerService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.json +0 -376
- package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -471
- package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +0 -673
- package/artifacts/contracts/registry/IChainNft.sol/IChainNft.dbg.json +0 -4
- package/artifacts/contracts/registry/IChainNft.sol/IChainNft.json +0 -452
- package/artifacts/contracts/registry/IRegistryLinked.sol/IRegistryLinked.dbg.json +0 -4
- package/artifacts/contracts/shared/IOwnable.sol/IOwnable.dbg.json +0 -4
- package/artifacts/contracts/shared/IOwnable.sol/IOwnable.json +0 -24
- package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
- package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -119
- package/artifacts/contracts/test/TestPool.sol/TestPool.dbg.json +0 -4
- package/artifacts/contracts/test/TestPool.sol/TestPool.json +0 -387
- package/artifacts/contracts/test/TestProduct.sol/TestProduct.dbg.json +0 -4
- package/artifacts/contracts/test/TestProduct.sol/TestProduct.json +0 -393
- package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
- package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -137
- package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +0 -4
- package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +0 -116
- package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +0 -4
- package/artifacts/contracts/test/TestService.sol/TestService.json +0 -379
- package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
- package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -338
- package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
- package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -218
- package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
- package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -206
- package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +0 -4
- package/artifacts/contracts/test/Usdc.sol/USDC.json +0 -338
- package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
- package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.json +0 -10
- package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
- package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -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/Fee.sol/FeeLib.dbg.json +0 -4
- package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -218
- package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +0 -4
- package/artifacts/contracts/types/Key32.sol/Key32Lib.json +0 -111
- package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -153
- package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
- package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +0 -10
- package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
- package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +0 -92
- package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/RoleId.sol/RoleIdLib.json +0 -30
- 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/Timestamp.sol/TimestampLib.json +0 -236
- package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.dbg.json +0 -4
- package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.json +0 -479
- package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
- package/artifacts/contracts/types/Version.sol/VersionLib.json +0 -139
- package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
- package/artifacts/contracts/types/Version.sol/VersionPartLib.json +0 -30
- package/contracts/components/BaseComponent.sol +0 -88
- package/contracts/components/IBaseComponent.sol +0 -19
- package/contracts/components/IPoolComponent.sol +0 -57
- package/contracts/components/IProductComponent.sol +0 -19
- package/contracts/components/Pool.sol +0 -174
- package/contracts/components/Product.sol +0 -117
- package/contracts/experiment/errors/Require.sol +0 -38
- package/contracts/experiment/errors/Revert.sol +0 -44
- package/contracts/experiment/inheritance/A.sol +0 -53
- package/contracts/experiment/inheritance/B.sol +0 -28
- package/contracts/experiment/inheritance/C.sol +0 -34
- package/contracts/experiment/inheritance/IA.sol +0 -13
- package/contracts/experiment/inheritance/IB.sol +0 -10
- package/contracts/experiment/inheritance/IC.sol +0 -12
- package/contracts/experiment/statemachine/Dummy.sol +0 -27
- package/contracts/experiment/statemachine/ISM.sol +0 -25
- package/contracts/experiment/statemachine/README.md +0 -112
- package/contracts/experiment/statemachine/SM.sol +0 -57
- package/contracts/experiment/statemachine/SimpleStateMachine.sol +0 -31
- package/contracts/experiment/types/TypeA.sol +0 -47
- package/contracts/experiment/types/TypeB.sol +0 -29
- package/contracts/instance/IInstanceLinked.sol +0 -8
- package/contracts/instance/base/ComponentServiceBase.sol +0 -42
- package/contracts/instance/base/IInstanceBase.sol +0 -14
- package/contracts/instance/base/IKeyValueStore.sol +0 -49
- package/contracts/instance/base/IService.sol +0 -15
- package/contracts/instance/base/InstanceBase.sol +0 -80
- package/contracts/instance/base/KeyValueStore.sol +0 -156
- package/contracts/instance/base/Lifecycle.sol +0 -95
- package/contracts/instance/base/ModuleBase.sol +0 -52
- package/contracts/instance/base/ServiceBase.sol +0 -37
- package/contracts/instance/module/access/Access.sol +0 -149
- package/contracts/instance/module/access/IAccess.sol +0 -53
- package/contracts/instance/module/bundle/BundleModule.sol +0 -136
- package/contracts/instance/module/bundle/IBundle.sol +0 -58
- package/contracts/instance/module/compensation/CompensationModule.sol +0 -8
- package/contracts/instance/module/compensation/ICompensation.sol +0 -10
- package/contracts/instance/module/component/ComponentModule.sol +0 -95
- package/contracts/instance/module/component/IComponent.sol +0 -53
- package/contracts/instance/module/policy/IPolicy.sol +0 -60
- package/contracts/instance/module/policy/PolicyModule.sol +0 -76
- package/contracts/instance/module/pool/IPoolModule.sol +0 -41
- package/contracts/instance/module/pool/PoolModule.sol +0 -87
- package/contracts/instance/module/risk/IRisk.sol +0 -10
- package/contracts/instance/module/risk/RiskModule.sol +0 -8
- package/contracts/instance/module/treasury/ITreasury.sol +0 -103
- package/contracts/instance/module/treasury/TokenHandler.sol +0 -48
- package/contracts/instance/module/treasury/TreasuryModule.sol +0 -152
- package/contracts/instance/service/ComponentOwnerService.sol +0 -170
- package/contracts/instance/service/IComponentOwnerService.sol +0 -22
- package/contracts/instance/service/IPoolService.sol +0 -30
- package/contracts/instance/service/IProductService.sol +0 -58
- package/contracts/instance/service/PoolService.sol +0 -123
- package/contracts/instance/service/ProductService.sol +0 -354
- package/contracts/registry/IChainNft.sol +0 -21
- package/contracts/registry/IRegistryLinked.sol +0 -8
- package/contracts/shared/IOwnable.sol +0 -6
- package/contracts/test/TestFee.sol +0 -25
- package/contracts/test/TestPool.sol +0 -22
- package/contracts/test/TestProduct.sol +0 -44
- package/contracts/test/TestRegisterable.sol +0 -19
- package/contracts/test/TestRoleId.sol +0 -14
- package/contracts/test/TestService.sol +0 -32
- package/contracts/test/TestToken.sol +0 -26
- package/contracts/test/TestVersion.sol +0 -44
- package/contracts/test/TestVersionable.sol +0 -17
- package/contracts/types/ChainId.sol +0 -38
- package/contracts/types/Fee.sol +0 -51
- package/contracts/types/NftIdSet.sol +0 -60
- package/contracts/types/ObjectType.sol +0 -115
- package/contracts/types/RoleId.sol +0 -38
- package/contracts/types/UFixed.sol +0 -209
| @@ -0,0 +1,2005 @@ | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
              "_format": "hh-sol-artifact-1",
         | 
| 3 | 
            +
              "contractName": "Staking",
         | 
| 4 | 
            +
              "sourceName": "contracts/staking/Staking.sol",
         | 
| 5 | 
            +
              "abi": [
         | 
| 6 | 
            +
                {
         | 
| 7 | 
            +
                  "inputs": [
         | 
| 8 | 
            +
                    {
         | 
| 9 | 
            +
                      "internalType": "address",
         | 
| 10 | 
            +
                      "name": "authority",
         | 
| 11 | 
            +
                      "type": "address"
         | 
| 12 | 
            +
                    }
         | 
| 13 | 
            +
                  ],
         | 
| 14 | 
            +
                  "name": "AccessManagedInvalidAuthority",
         | 
| 15 | 
            +
                  "type": "error"
         | 
| 16 | 
            +
                },
         | 
| 17 | 
            +
                {
         | 
| 18 | 
            +
                  "inputs": [
         | 
| 19 | 
            +
                    {
         | 
| 20 | 
            +
                      "internalType": "address",
         | 
| 21 | 
            +
                      "name": "caller",
         | 
| 22 | 
            +
                      "type": "address"
         | 
| 23 | 
            +
                    },
         | 
| 24 | 
            +
                    {
         | 
| 25 | 
            +
                      "internalType": "uint32",
         | 
| 26 | 
            +
                      "name": "delay",
         | 
| 27 | 
            +
                      "type": "uint32"
         | 
| 28 | 
            +
                    }
         | 
| 29 | 
            +
                  ],
         | 
| 30 | 
            +
                  "name": "AccessManagedRequiredDelay",
         | 
| 31 | 
            +
                  "type": "error"
         | 
| 32 | 
            +
                },
         | 
| 33 | 
            +
                {
         | 
| 34 | 
            +
                  "inputs": [
         | 
| 35 | 
            +
                    {
         | 
| 36 | 
            +
                      "internalType": "address",
         | 
| 37 | 
            +
                      "name": "caller",
         | 
| 38 | 
            +
                      "type": "address"
         | 
| 39 | 
            +
                    }
         | 
| 40 | 
            +
                  ],
         | 
| 41 | 
            +
                  "name": "AccessManagedUnauthorized",
         | 
| 42 | 
            +
                  "type": "error"
         | 
| 43 | 
            +
                },
         | 
| 44 | 
            +
                {
         | 
| 45 | 
            +
                  "inputs": [
         | 
| 46 | 
            +
                    {
         | 
| 47 | 
            +
                      "internalType": "address",
         | 
| 48 | 
            +
                      "name": "target",
         | 
| 49 | 
            +
                      "type": "address"
         | 
| 50 | 
            +
                    }
         | 
| 51 | 
            +
                  ],
         | 
| 52 | 
            +
                  "name": "AddressEmptyCode",
         | 
| 53 | 
            +
                  "type": "error"
         | 
| 54 | 
            +
                },
         | 
| 55 | 
            +
                {
         | 
| 56 | 
            +
                  "inputs": [
         | 
| 57 | 
            +
                    {
         | 
| 58 | 
            +
                      "internalType": "address",
         | 
| 59 | 
            +
                      "name": "account",
         | 
| 60 | 
            +
                      "type": "address"
         | 
| 61 | 
            +
                    }
         | 
| 62 | 
            +
                  ],
         | 
| 63 | 
            +
                  "name": "AddressInsufficientBalance",
         | 
| 64 | 
            +
                  "type": "error"
         | 
| 65 | 
            +
                },
         | 
| 66 | 
            +
                {
         | 
| 67 | 
            +
                  "inputs": [],
         | 
| 68 | 
            +
                  "name": "ErrorComponentNameLengthZero",
         | 
| 69 | 
            +
                  "type": "error"
         | 
| 70 | 
            +
                },
         | 
| 71 | 
            +
                {
         | 
| 72 | 
            +
                  "inputs": [
         | 
| 73 | 
            +
                    {
         | 
| 74 | 
            +
                      "internalType": "address",
         | 
| 75 | 
            +
                      "name": "caller",
         | 
| 76 | 
            +
                      "type": "address"
         | 
| 77 | 
            +
                    }
         | 
| 78 | 
            +
                  ],
         | 
| 79 | 
            +
                  "name": "ErrorComponentNotChainNft",
         | 
| 80 | 
            +
                  "type": "error"
         | 
| 81 | 
            +
                },
         | 
| 82 | 
            +
                {
         | 
| 83 | 
            +
                  "inputs": [],
         | 
| 84 | 
            +
                  "name": "ErrorComponentTokenAddressZero",
         | 
| 85 | 
            +
                  "type": "error"
         | 
| 86 | 
            +
                },
         | 
| 87 | 
            +
                {
         | 
| 88 | 
            +
                  "inputs": [],
         | 
| 89 | 
            +
                  "name": "ErrorComponentWalletAddressIsSameAsCurrent",
         | 
| 90 | 
            +
                  "type": "error"
         | 
| 91 | 
            +
                },
         | 
| 92 | 
            +
                {
         | 
| 93 | 
            +
                  "inputs": [],
         | 
| 94 | 
            +
                  "name": "ErrorComponentWalletAddressZero",
         | 
| 95 | 
            +
                  "type": "error"
         | 
| 96 | 
            +
                },
         | 
| 97 | 
            +
                {
         | 
| 98 | 
            +
                  "inputs": [
         | 
| 99 | 
            +
                    {
         | 
| 100 | 
            +
                      "internalType": "address",
         | 
| 101 | 
            +
                      "name": "oldWallet",
         | 
| 102 | 
            +
                      "type": "address"
         | 
| 103 | 
            +
                    },
         | 
| 104 | 
            +
                    {
         | 
| 105 | 
            +
                      "internalType": "address",
         | 
| 106 | 
            +
                      "name": "newWallet",
         | 
| 107 | 
            +
                      "type": "address"
         | 
| 108 | 
            +
                    },
         | 
| 109 | 
            +
                    {
         | 
| 110 | 
            +
                      "internalType": "uint256",
         | 
| 111 | 
            +
                      "name": "allowance",
         | 
| 112 | 
            +
                      "type": "uint256"
         | 
| 113 | 
            +
                    },
         | 
| 114 | 
            +
                    {
         | 
| 115 | 
            +
                      "internalType": "uint256",
         | 
| 116 | 
            +
                      "name": "balance",
         | 
| 117 | 
            +
                      "type": "uint256"
         | 
| 118 | 
            +
                    }
         | 
| 119 | 
            +
                  ],
         | 
| 120 | 
            +
                  "name": "ErrorComponentWalletAllowanceTooSmall",
         | 
| 121 | 
            +
                  "type": "error"
         | 
| 122 | 
            +
                },
         | 
| 123 | 
            +
                {
         | 
| 124 | 
            +
                  "inputs": [],
         | 
| 125 | 
            +
                  "name": "ErrorComponentWalletNotComponent",
         | 
| 126 | 
            +
                  "type": "error"
         | 
| 127 | 
            +
                },
         | 
| 128 | 
            +
                {
         | 
| 129 | 
            +
                  "inputs": [
         | 
| 130 | 
            +
                    {
         | 
| 131 | 
            +
                      "internalType": "NftId",
         | 
| 132 | 
            +
                      "name": "nftId",
         | 
| 133 | 
            +
                      "type": "uint96"
         | 
| 134 | 
            +
                    }
         | 
| 135 | 
            +
                  ],
         | 
| 136 | 
            +
                  "name": "ErrorNftOwnableAlreadyLinked",
         | 
| 137 | 
            +
                  "type": "error"
         | 
| 138 | 
            +
                },
         | 
| 139 | 
            +
                {
         | 
| 140 | 
            +
                  "inputs": [
         | 
| 141 | 
            +
                    {
         | 
| 142 | 
            +
                      "internalType": "address",
         | 
| 143 | 
            +
                      "name": "contractAddress",
         | 
| 144 | 
            +
                      "type": "address"
         | 
| 145 | 
            +
                    }
         | 
| 146 | 
            +
                  ],
         | 
| 147 | 
            +
                  "name": "ErrorNftOwnableContractNotRegistered",
         | 
| 148 | 
            +
                  "type": "error"
         | 
| 149 | 
            +
                },
         | 
| 150 | 
            +
                {
         | 
| 151 | 
            +
                  "inputs": [],
         | 
| 152 | 
            +
                  "name": "ErrorNftOwnableInitialOwnerZero",
         | 
| 153 | 
            +
                  "type": "error"
         | 
| 154 | 
            +
                },
         | 
| 155 | 
            +
                {
         | 
| 156 | 
            +
                  "inputs": [
         | 
| 157 | 
            +
                    {
         | 
| 158 | 
            +
                      "internalType": "address",
         | 
| 159 | 
            +
                      "name": "account",
         | 
| 160 | 
            +
                      "type": "address"
         | 
| 161 | 
            +
                    }
         | 
| 162 | 
            +
                  ],
         | 
| 163 | 
            +
                  "name": "ErrorNftOwnableNotOwner",
         | 
| 164 | 
            +
                  "type": "error"
         | 
| 165 | 
            +
                },
         | 
| 166 | 
            +
                {
         | 
| 167 | 
            +
                  "inputs": [
         | 
| 168 | 
            +
                    {
         | 
| 169 | 
            +
                      "internalType": "address",
         | 
| 170 | 
            +
                      "name": "registryAddress",
         | 
| 171 | 
            +
                      "type": "address"
         | 
| 172 | 
            +
                    }
         | 
| 173 | 
            +
                  ],
         | 
| 174 | 
            +
                  "name": "ErrorNotRegistry",
         | 
| 175 | 
            +
                  "type": "error"
         | 
| 176 | 
            +
                },
         | 
| 177 | 
            +
                {
         | 
| 178 | 
            +
                  "inputs": [
         | 
| 179 | 
            +
                    {
         | 
| 180 | 
            +
                      "internalType": "address",
         | 
| 181 | 
            +
                      "name": "owner",
         | 
| 182 | 
            +
                      "type": "address"
         | 
| 183 | 
            +
                    },
         | 
| 184 | 
            +
                    {
         | 
| 185 | 
            +
                      "internalType": "address",
         | 
| 186 | 
            +
                      "name": "tokenHandler",
         | 
| 187 | 
            +
                      "type": "address"
         | 
| 188 | 
            +
                    },
         | 
| 189 | 
            +
                    {
         | 
| 190 | 
            +
                      "internalType": "uint256",
         | 
| 191 | 
            +
                      "name": "amount",
         | 
| 192 | 
            +
                      "type": "uint256"
         | 
| 193 | 
            +
                    },
         | 
| 194 | 
            +
                    {
         | 
| 195 | 
            +
                      "internalType": "uint256",
         | 
| 196 | 
            +
                      "name": "dipAllowance",
         | 
| 197 | 
            +
                      "type": "uint256"
         | 
| 198 | 
            +
                    }
         | 
| 199 | 
            +
                  ],
         | 
| 200 | 
            +
                  "name": "ErrorStakingDipAllowanceInsufficient",
         | 
| 201 | 
            +
                  "type": "error"
         | 
| 202 | 
            +
                },
         | 
| 203 | 
            +
                {
         | 
| 204 | 
            +
                  "inputs": [
         | 
| 205 | 
            +
                    {
         | 
| 206 | 
            +
                      "internalType": "address",
         | 
| 207 | 
            +
                      "name": "owner",
         | 
| 208 | 
            +
                      "type": "address"
         | 
| 209 | 
            +
                    },
         | 
| 210 | 
            +
                    {
         | 
| 211 | 
            +
                      "internalType": "uint256",
         | 
| 212 | 
            +
                      "name": "amount",
         | 
| 213 | 
            +
                      "type": "uint256"
         | 
| 214 | 
            +
                    },
         | 
| 215 | 
            +
                    {
         | 
| 216 | 
            +
                      "internalType": "uint256",
         | 
| 217 | 
            +
                      "name": "dipBalance",
         | 
| 218 | 
            +
                      "type": "uint256"
         | 
| 219 | 
            +
                    }
         | 
| 220 | 
            +
                  ],
         | 
| 221 | 
            +
                  "name": "ErrorStakingDipBalanceInsufficient",
         | 
| 222 | 
            +
                  "type": "error"
         | 
| 223 | 
            +
                },
         | 
| 224 | 
            +
                {
         | 
| 225 | 
            +
                  "inputs": [
         | 
| 226 | 
            +
                    {
         | 
| 227 | 
            +
                      "internalType": "NftId",
         | 
| 228 | 
            +
                      "name": "targetNftId",
         | 
| 229 | 
            +
                      "type": "uint96"
         | 
| 230 | 
            +
                    },
         | 
| 231 | 
            +
                    {
         | 
| 232 | 
            +
                      "internalType": "Seconds",
         | 
| 233 | 
            +
                      "name": "maxLockingPeriod",
         | 
| 234 | 
            +
                      "type": "uint40"
         | 
| 235 | 
            +
                    },
         | 
| 236 | 
            +
                    {
         | 
| 237 | 
            +
                      "internalType": "Seconds",
         | 
| 238 | 
            +
                      "name": "lockingPeriod",
         | 
| 239 | 
            +
                      "type": "uint40"
         | 
| 240 | 
            +
                    }
         | 
| 241 | 
            +
                  ],
         | 
| 242 | 
            +
                  "name": "ErrorStakingLockingPeriodTooLong",
         | 
| 243 | 
            +
                  "type": "error"
         | 
| 244 | 
            +
                },
         | 
| 245 | 
            +
                {
         | 
| 246 | 
            +
                  "inputs": [
         | 
| 247 | 
            +
                    {
         | 
| 248 | 
            +
                      "internalType": "NftId",
         | 
| 249 | 
            +
                      "name": "targetNftId",
         | 
| 250 | 
            +
                      "type": "uint96"
         | 
| 251 | 
            +
                    }
         | 
| 252 | 
            +
                  ],
         | 
| 253 | 
            +
                  "name": "ErrorStakingLockingPeriodZero",
         | 
| 254 | 
            +
                  "type": "error"
         | 
| 255 | 
            +
                },
         | 
| 256 | 
            +
                {
         | 
| 257 | 
            +
                  "inputs": [
         | 
| 258 | 
            +
                    {
         | 
| 259 | 
            +
                      "internalType": "NftId",
         | 
| 260 | 
            +
                      "name": "nftId",
         | 
| 261 | 
            +
                      "type": "uint96"
         | 
| 262 | 
            +
                    }
         | 
| 263 | 
            +
                  ],
         | 
| 264 | 
            +
                  "name": "ErrorStakingNotNftOwner",
         | 
| 265 | 
            +
                  "type": "error"
         | 
| 266 | 
            +
                },
         | 
| 267 | 
            +
                {
         | 
| 268 | 
            +
                  "inputs": [
         | 
| 269 | 
            +
                    {
         | 
| 270 | 
            +
                      "internalType": "NftId",
         | 
| 271 | 
            +
                      "name": "stakeNftId",
         | 
| 272 | 
            +
                      "type": "uint96"
         | 
| 273 | 
            +
                    }
         | 
| 274 | 
            +
                  ],
         | 
| 275 | 
            +
                  "name": "ErrorStakingNotStake",
         | 
| 276 | 
            +
                  "type": "error"
         | 
| 277 | 
            +
                },
         | 
| 278 | 
            +
                {
         | 
| 279 | 
            +
                  "inputs": [],
         | 
| 280 | 
            +
                  "name": "ErrorStakingNotStakingOwner",
         | 
| 281 | 
            +
                  "type": "error"
         | 
| 282 | 
            +
                },
         | 
| 283 | 
            +
                {
         | 
| 284 | 
            +
                  "inputs": [
         | 
| 285 | 
            +
                    {
         | 
| 286 | 
            +
                      "internalType": "NftId",
         | 
| 287 | 
            +
                      "name": "targetNftId",
         | 
| 288 | 
            +
                      "type": "uint96"
         | 
| 289 | 
            +
                    }
         | 
| 290 | 
            +
                  ],
         | 
| 291 | 
            +
                  "name": "ErrorStakingNotTarget",
         | 
| 292 | 
            +
                  "type": "error"
         | 
| 293 | 
            +
                },
         | 
| 294 | 
            +
                {
         | 
| 295 | 
            +
                  "inputs": [
         | 
| 296 | 
            +
                    {
         | 
| 297 | 
            +
                      "internalType": "NftId",
         | 
| 298 | 
            +
                      "name": "targetNftId",
         | 
| 299 | 
            +
                      "type": "uint96"
         | 
| 300 | 
            +
                    },
         | 
| 301 | 
            +
                    {
         | 
| 302 | 
            +
                      "internalType": "UFixed",
         | 
| 303 | 
            +
                      "name": "maxRewardRate",
         | 
| 304 | 
            +
                      "type": "uint256"
         | 
| 305 | 
            +
                    },
         | 
| 306 | 
            +
                    {
         | 
| 307 | 
            +
                      "internalType": "UFixed",
         | 
| 308 | 
            +
                      "name": "rewardRate",
         | 
| 309 | 
            +
                      "type": "uint256"
         | 
| 310 | 
            +
                    }
         | 
| 311 | 
            +
                  ],
         | 
| 312 | 
            +
                  "name": "ErrorStakingRewardRateTooHigh",
         | 
| 313 | 
            +
                  "type": "error"
         | 
| 314 | 
            +
                },
         | 
| 315 | 
            +
                {
         | 
| 316 | 
            +
                  "inputs": [
         | 
| 317 | 
            +
                    {
         | 
| 318 | 
            +
                      "internalType": "NftId",
         | 
| 319 | 
            +
                      "name": "targetNftId",
         | 
| 320 | 
            +
                      "type": "uint96"
         | 
| 321 | 
            +
                    }
         | 
| 322 | 
            +
                  ],
         | 
| 323 | 
            +
                  "name": "ErrorStakingStakeAmountZero",
         | 
| 324 | 
            +
                  "type": "error"
         | 
| 325 | 
            +
                },
         | 
| 326 | 
            +
                {
         | 
| 327 | 
            +
                  "inputs": [
         | 
| 328 | 
            +
                    {
         | 
| 329 | 
            +
                      "internalType": "address",
         | 
| 330 | 
            +
                      "name": "stakingByStakingReader",
         | 
| 331 | 
            +
                      "type": "address"
         | 
| 332 | 
            +
                    }
         | 
| 333 | 
            +
                  ],
         | 
| 334 | 
            +
                  "name": "ErrorStakingStakingReaderStakingMismatch",
         | 
| 335 | 
            +
                  "type": "error"
         | 
| 336 | 
            +
                },
         | 
| 337 | 
            +
                {
         | 
| 338 | 
            +
                  "inputs": [
         | 
| 339 | 
            +
                    {
         | 
| 340 | 
            +
                      "internalType": "NftId",
         | 
| 341 | 
            +
                      "name": "targetNftId",
         | 
| 342 | 
            +
                      "type": "uint96"
         | 
| 343 | 
            +
                    }
         | 
| 344 | 
            +
                  ],
         | 
| 345 | 
            +
                  "name": "ErrorStakingTargetAlreadyRegistered",
         | 
| 346 | 
            +
                  "type": "error"
         | 
| 347 | 
            +
                },
         | 
| 348 | 
            +
                {
         | 
| 349 | 
            +
                  "inputs": [],
         | 
| 350 | 
            +
                  "name": "ErrorStakingTargetNftIdZero",
         | 
| 351 | 
            +
                  "type": "error"
         | 
| 352 | 
            +
                },
         | 
| 353 | 
            +
                {
         | 
| 354 | 
            +
                  "inputs": [
         | 
| 355 | 
            +
                    {
         | 
| 356 | 
            +
                      "internalType": "NftId",
         | 
| 357 | 
            +
                      "name": "targetNftId",
         | 
| 358 | 
            +
                      "type": "uint96"
         | 
| 359 | 
            +
                    }
         | 
| 360 | 
            +
                  ],
         | 
| 361 | 
            +
                  "name": "ErrorStakingTargetNotActive",
         | 
| 362 | 
            +
                  "type": "error"
         | 
| 363 | 
            +
                },
         | 
| 364 | 
            +
                {
         | 
| 365 | 
            +
                  "inputs": [
         | 
| 366 | 
            +
                    {
         | 
| 367 | 
            +
                      "internalType": "NftId",
         | 
| 368 | 
            +
                      "name": "targetNftId",
         | 
| 369 | 
            +
                      "type": "uint96"
         | 
| 370 | 
            +
                    }
         | 
| 371 | 
            +
                  ],
         | 
| 372 | 
            +
                  "name": "ErrorStakingTargetNotFound",
         | 
| 373 | 
            +
                  "type": "error"
         | 
| 374 | 
            +
                },
         | 
| 375 | 
            +
                {
         | 
| 376 | 
            +
                  "inputs": [
         | 
| 377 | 
            +
                    {
         | 
| 378 | 
            +
                      "internalType": "NftId",
         | 
| 379 | 
            +
                      "name": "targetNftId",
         | 
| 380 | 
            +
                      "type": "uint96"
         | 
| 381 | 
            +
                    },
         | 
| 382 | 
            +
                    {
         | 
| 383 | 
            +
                      "internalType": "uint256",
         | 
| 384 | 
            +
                      "name": "chainId",
         | 
| 385 | 
            +
                      "type": "uint256"
         | 
| 386 | 
            +
                    },
         | 
| 387 | 
            +
                    {
         | 
| 388 | 
            +
                      "internalType": "address",
         | 
| 389 | 
            +
                      "name": "token",
         | 
| 390 | 
            +
                      "type": "address"
         | 
| 391 | 
            +
                    }
         | 
| 392 | 
            +
                  ],
         | 
| 393 | 
            +
                  "name": "ErrorStakingTargetTokenNotFound",
         | 
| 394 | 
            +
                  "type": "error"
         | 
| 395 | 
            +
                },
         | 
| 396 | 
            +
                {
         | 
| 397 | 
            +
                  "inputs": [
         | 
| 398 | 
            +
                    {
         | 
| 399 | 
            +
                      "internalType": "NftId",
         | 
| 400 | 
            +
                      "name": "targetNftId",
         | 
| 401 | 
            +
                      "type": "uint96"
         | 
| 402 | 
            +
                    },
         | 
| 403 | 
            +
                    {
         | 
| 404 | 
            +
                      "internalType": "ObjectType",
         | 
| 405 | 
            +
                      "name": "objectType",
         | 
| 406 | 
            +
                      "type": "uint8"
         | 
| 407 | 
            +
                    }
         | 
| 408 | 
            +
                  ],
         | 
| 409 | 
            +
                  "name": "ErrorStakingTargetTypeNotSupported",
         | 
| 410 | 
            +
                  "type": "error"
         | 
| 411 | 
            +
                },
         | 
| 412 | 
            +
                {
         | 
| 413 | 
            +
                  "inputs": [
         | 
| 414 | 
            +
                    {
         | 
| 415 | 
            +
                      "internalType": "NftId",
         | 
| 416 | 
            +
                      "name": "targetNftId",
         | 
| 417 | 
            +
                      "type": "uint96"
         | 
| 418 | 
            +
                    },
         | 
| 419 | 
            +
                    {
         | 
| 420 | 
            +
                      "internalType": "ObjectType",
         | 
| 421 | 
            +
                      "name": "expectedObjectType",
         | 
| 422 | 
            +
                      "type": "uint8"
         | 
| 423 | 
            +
                    },
         | 
| 424 | 
            +
                    {
         | 
| 425 | 
            +
                      "internalType": "ObjectType",
         | 
| 426 | 
            +
                      "name": "actualObjectType",
         | 
| 427 | 
            +
                      "type": "uint8"
         | 
| 428 | 
            +
                    }
         | 
| 429 | 
            +
                  ],
         | 
| 430 | 
            +
                  "name": "ErrorStakingTargetUnexpectedObjectType",
         | 
| 431 | 
            +
                  "type": "error"
         | 
| 432 | 
            +
                },
         | 
| 433 | 
            +
                {
         | 
| 434 | 
            +
                  "inputs": [
         | 
| 435 | 
            +
                    {
         | 
| 436 | 
            +
                      "internalType": "uint256",
         | 
| 437 | 
            +
                      "name": "chainId",
         | 
| 438 | 
            +
                      "type": "uint256"
         | 
| 439 | 
            +
                    },
         | 
| 440 | 
            +
                    {
         | 
| 441 | 
            +
                      "internalType": "address",
         | 
| 442 | 
            +
                      "name": "token",
         | 
| 443 | 
            +
                      "type": "address"
         | 
| 444 | 
            +
                    }
         | 
| 445 | 
            +
                  ],
         | 
| 446 | 
            +
                  "name": "ErrorStakingTokenNotRegistered",
         | 
| 447 | 
            +
                  "type": "error"
         | 
| 448 | 
            +
                },
         | 
| 449 | 
            +
                {
         | 
| 450 | 
            +
                  "inputs": [],
         | 
| 451 | 
            +
                  "name": "FailedInnerCall",
         | 
| 452 | 
            +
                  "type": "error"
         | 
| 453 | 
            +
                },
         | 
| 454 | 
            +
                {
         | 
| 455 | 
            +
                  "inputs": [],
         | 
| 456 | 
            +
                  "name": "InvalidInitialization",
         | 
| 457 | 
            +
                  "type": "error"
         | 
| 458 | 
            +
                },
         | 
| 459 | 
            +
                {
         | 
| 460 | 
            +
                  "inputs": [],
         | 
| 461 | 
            +
                  "name": "NotInitializing",
         | 
| 462 | 
            +
                  "type": "error"
         | 
| 463 | 
            +
                },
         | 
| 464 | 
            +
                {
         | 
| 465 | 
            +
                  "inputs": [
         | 
| 466 | 
            +
                    {
         | 
| 467 | 
            +
                      "internalType": "address",
         | 
| 468 | 
            +
                      "name": "token",
         | 
| 469 | 
            +
                      "type": "address"
         | 
| 470 | 
            +
                    }
         | 
| 471 | 
            +
                  ],
         | 
| 472 | 
            +
                  "name": "SafeERC20FailedOperation",
         | 
| 473 | 
            +
                  "type": "error"
         | 
| 474 | 
            +
                },
         | 
| 475 | 
            +
                {
         | 
| 476 | 
            +
                  "anonymous": false,
         | 
| 477 | 
            +
                  "inputs": [
         | 
| 478 | 
            +
                    {
         | 
| 479 | 
            +
                      "indexed": false,
         | 
| 480 | 
            +
                      "internalType": "address",
         | 
| 481 | 
            +
                      "name": "authority",
         | 
| 482 | 
            +
                      "type": "address"
         | 
| 483 | 
            +
                    }
         | 
| 484 | 
            +
                  ],
         | 
| 485 | 
            +
                  "name": "AuthorityUpdated",
         | 
| 486 | 
            +
                  "type": "event"
         | 
| 487 | 
            +
                },
         | 
| 488 | 
            +
                {
         | 
| 489 | 
            +
                  "anonymous": false,
         | 
| 490 | 
            +
                  "inputs": [
         | 
| 491 | 
            +
                    {
         | 
| 492 | 
            +
                      "indexed": false,
         | 
| 493 | 
            +
                      "internalType": "uint64",
         | 
| 494 | 
            +
                      "name": "version",
         | 
| 495 | 
            +
                      "type": "uint64"
         | 
| 496 | 
            +
                    }
         | 
| 497 | 
            +
                  ],
         | 
| 498 | 
            +
                  "name": "Initialized",
         | 
| 499 | 
            +
                  "type": "event"
         | 
| 500 | 
            +
                },
         | 
| 501 | 
            +
                {
         | 
| 502 | 
            +
                  "anonymous": false,
         | 
| 503 | 
            +
                  "inputs": [
         | 
| 504 | 
            +
                    {
         | 
| 505 | 
            +
                      "indexed": false,
         | 
| 506 | 
            +
                      "internalType": "address",
         | 
| 507 | 
            +
                      "name": "token",
         | 
| 508 | 
            +
                      "type": "address"
         | 
| 509 | 
            +
                    },
         | 
| 510 | 
            +
                    {
         | 
| 511 | 
            +
                      "indexed": false,
         | 
| 512 | 
            +
                      "internalType": "Amount",
         | 
| 513 | 
            +
                      "name": "limit",
         | 
| 514 | 
            +
                      "type": "uint96"
         | 
| 515 | 
            +
                    }
         | 
| 516 | 
            +
                  ],
         | 
| 517 | 
            +
                  "name": "LogComponentTokenHandlerApproved",
         | 
| 518 | 
            +
                  "type": "event"
         | 
| 519 | 
            +
                },
         | 
| 520 | 
            +
                {
         | 
| 521 | 
            +
                  "anonymous": false,
         | 
| 522 | 
            +
                  "inputs": [
         | 
| 523 | 
            +
                    {
         | 
| 524 | 
            +
                      "indexed": false,
         | 
| 525 | 
            +
                      "internalType": "address",
         | 
| 526 | 
            +
                      "name": "oldWallet",
         | 
| 527 | 
            +
                      "type": "address"
         | 
| 528 | 
            +
                    },
         | 
| 529 | 
            +
                    {
         | 
| 530 | 
            +
                      "indexed": false,
         | 
| 531 | 
            +
                      "internalType": "address",
         | 
| 532 | 
            +
                      "name": "newWallet",
         | 
| 533 | 
            +
                      "type": "address"
         | 
| 534 | 
            +
                    }
         | 
| 535 | 
            +
                  ],
         | 
| 536 | 
            +
                  "name": "LogComponentWalletAddressChanged",
         | 
| 537 | 
            +
                  "type": "event"
         | 
| 538 | 
            +
                },
         | 
| 539 | 
            +
                {
         | 
| 540 | 
            +
                  "anonymous": false,
         | 
| 541 | 
            +
                  "inputs": [
         | 
| 542 | 
            +
                    {
         | 
| 543 | 
            +
                      "indexed": false,
         | 
| 544 | 
            +
                      "internalType": "address",
         | 
| 545 | 
            +
                      "name": "from",
         | 
| 546 | 
            +
                      "type": "address"
         | 
| 547 | 
            +
                    },
         | 
| 548 | 
            +
                    {
         | 
| 549 | 
            +
                      "indexed": false,
         | 
| 550 | 
            +
                      "internalType": "address",
         | 
| 551 | 
            +
                      "name": "to",
         | 
| 552 | 
            +
                      "type": "address"
         | 
| 553 | 
            +
                    },
         | 
| 554 | 
            +
                    {
         | 
| 555 | 
            +
                      "indexed": false,
         | 
| 556 | 
            +
                      "internalType": "uint256",
         | 
| 557 | 
            +
                      "name": "amount",
         | 
| 558 | 
            +
                      "type": "uint256"
         | 
| 559 | 
            +
                    }
         | 
| 560 | 
            +
                  ],
         | 
| 561 | 
            +
                  "name": "LogComponentWalletTokensTransferred",
         | 
| 562 | 
            +
                  "type": "event"
         | 
| 563 | 
            +
                },
         | 
| 564 | 
            +
                {
         | 
| 565 | 
            +
                  "anonymous": false,
         | 
| 566 | 
            +
                  "inputs": [
         | 
| 567 | 
            +
                    {
         | 
| 568 | 
            +
                      "indexed": false,
         | 
| 569 | 
            +
                      "internalType": "NftId",
         | 
| 570 | 
            +
                      "name": "targetNftId",
         | 
| 571 | 
            +
                      "type": "uint96"
         | 
| 572 | 
            +
                    },
         | 
| 573 | 
            +
                    {
         | 
| 574 | 
            +
                      "indexed": false,
         | 
| 575 | 
            +
                      "internalType": "Seconds",
         | 
| 576 | 
            +
                      "name": "oldLockingPeriod",
         | 
| 577 | 
            +
                      "type": "uint40"
         | 
| 578 | 
            +
                    },
         | 
| 579 | 
            +
                    {
         | 
| 580 | 
            +
                      "indexed": false,
         | 
| 581 | 
            +
                      "internalType": "Seconds",
         | 
| 582 | 
            +
                      "name": "lockingPeriod",
         | 
| 583 | 
            +
                      "type": "uint40"
         | 
| 584 | 
            +
                    }
         | 
| 585 | 
            +
                  ],
         | 
| 586 | 
            +
                  "name": "LogStakingLockingPeriodSet",
         | 
| 587 | 
            +
                  "type": "event"
         | 
| 588 | 
            +
                },
         | 
| 589 | 
            +
                {
         | 
| 590 | 
            +
                  "anonymous": false,
         | 
| 591 | 
            +
                  "inputs": [
         | 
| 592 | 
            +
                    {
         | 
| 593 | 
            +
                      "indexed": false,
         | 
| 594 | 
            +
                      "internalType": "NftId",
         | 
| 595 | 
            +
                      "name": "targetNftId",
         | 
| 596 | 
            +
                      "type": "uint96"
         | 
| 597 | 
            +
                    },
         | 
| 598 | 
            +
                    {
         | 
| 599 | 
            +
                      "indexed": false,
         | 
| 600 | 
            +
                      "internalType": "UFixed",
         | 
| 601 | 
            +
                      "name": "oldRewardRate",
         | 
| 602 | 
            +
                      "type": "uint256"
         | 
| 603 | 
            +
                    },
         | 
| 604 | 
            +
                    {
         | 
| 605 | 
            +
                      "indexed": false,
         | 
| 606 | 
            +
                      "internalType": "UFixed",
         | 
| 607 | 
            +
                      "name": "rewardRate",
         | 
| 608 | 
            +
                      "type": "uint256"
         | 
| 609 | 
            +
                    }
         | 
| 610 | 
            +
                  ],
         | 
| 611 | 
            +
                  "name": "LogStakingRewardRateSet",
         | 
| 612 | 
            +
                  "type": "event"
         | 
| 613 | 
            +
                },
         | 
| 614 | 
            +
                {
         | 
| 615 | 
            +
                  "anonymous": false,
         | 
| 616 | 
            +
                  "inputs": [
         | 
| 617 | 
            +
                    {
         | 
| 618 | 
            +
                      "indexed": false,
         | 
| 619 | 
            +
                      "internalType": "uint256",
         | 
| 620 | 
            +
                      "name": "chainId",
         | 
| 621 | 
            +
                      "type": "uint256"
         | 
| 622 | 
            +
                    },
         | 
| 623 | 
            +
                    {
         | 
| 624 | 
            +
                      "indexed": false,
         | 
| 625 | 
            +
                      "internalType": "address",
         | 
| 626 | 
            +
                      "name": "token",
         | 
| 627 | 
            +
                      "type": "address"
         | 
| 628 | 
            +
                    },
         | 
| 629 | 
            +
                    {
         | 
| 630 | 
            +
                      "indexed": false,
         | 
| 631 | 
            +
                      "internalType": "UFixed",
         | 
| 632 | 
            +
                      "name": "oldStakingRate",
         | 
| 633 | 
            +
                      "type": "uint256"
         | 
| 634 | 
            +
                    },
         | 
| 635 | 
            +
                    {
         | 
| 636 | 
            +
                      "indexed": false,
         | 
| 637 | 
            +
                      "internalType": "UFixed",
         | 
| 638 | 
            +
                      "name": "newStakingRate",
         | 
| 639 | 
            +
                      "type": "uint256"
         | 
| 640 | 
            +
                    }
         | 
| 641 | 
            +
                  ],
         | 
| 642 | 
            +
                  "name": "LogStakingStakingRateSet",
         | 
| 643 | 
            +
                  "type": "event"
         | 
| 644 | 
            +
                },
         | 
| 645 | 
            +
                {
         | 
| 646 | 
            +
                  "inputs": [],
         | 
| 647 | 
            +
                  "name": "COMPONENT_LOCATION_V1",
         | 
| 648 | 
            +
                  "outputs": [
         | 
| 649 | 
            +
                    {
         | 
| 650 | 
            +
                      "internalType": "bytes32",
         | 
| 651 | 
            +
                      "name": "",
         | 
| 652 | 
            +
                      "type": "bytes32"
         | 
| 653 | 
            +
                    }
         | 
| 654 | 
            +
                  ],
         | 
| 655 | 
            +
                  "stateMutability": "view",
         | 
| 656 | 
            +
                  "type": "function"
         | 
| 657 | 
            +
                },
         | 
| 658 | 
            +
                {
         | 
| 659 | 
            +
                  "inputs": [],
         | 
| 660 | 
            +
                  "name": "CONTRACT_NAME",
         | 
| 661 | 
            +
                  "outputs": [
         | 
| 662 | 
            +
                    {
         | 
| 663 | 
            +
                      "internalType": "string",
         | 
| 664 | 
            +
                      "name": "",
         | 
| 665 | 
            +
                      "type": "string"
         | 
| 666 | 
            +
                    }
         | 
| 667 | 
            +
                  ],
         | 
| 668 | 
            +
                  "stateMutability": "view",
         | 
| 669 | 
            +
                  "type": "function"
         | 
| 670 | 
            +
                },
         | 
| 671 | 
            +
                {
         | 
| 672 | 
            +
                  "inputs": [],
         | 
| 673 | 
            +
                  "name": "NFT_OWNABLE_STORAGE_LOCATION_V1",
         | 
| 674 | 
            +
                  "outputs": [
         | 
| 675 | 
            +
                    {
         | 
| 676 | 
            +
                      "internalType": "bytes32",
         | 
| 677 | 
            +
                      "name": "",
         | 
| 678 | 
            +
                      "type": "bytes32"
         | 
| 679 | 
            +
                    }
         | 
| 680 | 
            +
                  ],
         | 
| 681 | 
            +
                  "stateMutability": "view",
         | 
| 682 | 
            +
                  "type": "function"
         | 
| 683 | 
            +
                },
         | 
| 684 | 
            +
                {
         | 
| 685 | 
            +
                  "inputs": [],
         | 
| 686 | 
            +
                  "name": "REGISTERABLE_LOCATION_V1",
         | 
| 687 | 
            +
                  "outputs": [
         | 
| 688 | 
            +
                    {
         | 
| 689 | 
            +
                      "internalType": "bytes32",
         | 
| 690 | 
            +
                      "name": "",
         | 
| 691 | 
            +
                      "type": "bytes32"
         | 
| 692 | 
            +
                    }
         | 
| 693 | 
            +
                  ],
         | 
| 694 | 
            +
                  "stateMutability": "view",
         | 
| 695 | 
            +
                  "type": "function"
         | 
| 696 | 
            +
                },
         | 
| 697 | 
            +
                {
         | 
| 698 | 
            +
                  "inputs": [],
         | 
| 699 | 
            +
                  "name": "STAKING_LOCATION_V1",
         | 
| 700 | 
            +
                  "outputs": [
         | 
| 701 | 
            +
                    {
         | 
| 702 | 
            +
                      "internalType": "bytes32",
         | 
| 703 | 
            +
                      "name": "",
         | 
| 704 | 
            +
                      "type": "bytes32"
         | 
| 705 | 
            +
                    }
         | 
| 706 | 
            +
                  ],
         | 
| 707 | 
            +
                  "stateMutability": "view",
         | 
| 708 | 
            +
                  "type": "function"
         | 
| 709 | 
            +
                },
         | 
| 710 | 
            +
                {
         | 
| 711 | 
            +
                  "inputs": [
         | 
| 712 | 
            +
                    {
         | 
| 713 | 
            +
                      "internalType": "address",
         | 
| 714 | 
            +
                      "name": "token",
         | 
| 715 | 
            +
                      "type": "address"
         | 
| 716 | 
            +
                    },
         | 
| 717 | 
            +
                    {
         | 
| 718 | 
            +
                      "internalType": "Amount",
         | 
| 719 | 
            +
                      "name": "spendingLimitAmount",
         | 
| 720 | 
            +
                      "type": "uint96"
         | 
| 721 | 
            +
                    }
         | 
| 722 | 
            +
                  ],
         | 
| 723 | 
            +
                  "name": "approveTokenHandler",
         | 
| 724 | 
            +
                  "outputs": [],
         | 
| 725 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 726 | 
            +
                  "type": "function"
         | 
| 727 | 
            +
                },
         | 
| 728 | 
            +
                {
         | 
| 729 | 
            +
                  "inputs": [
         | 
| 730 | 
            +
                    {
         | 
| 731 | 
            +
                      "internalType": "Amount",
         | 
| 732 | 
            +
                      "name": "spendingLimitAmount",
         | 
| 733 | 
            +
                      "type": "uint96"
         | 
| 734 | 
            +
                    }
         | 
| 735 | 
            +
                  ],
         | 
| 736 | 
            +
                  "name": "approveTokenHandler",
         | 
| 737 | 
            +
                  "outputs": [],
         | 
| 738 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 739 | 
            +
                  "type": "function"
         | 
| 740 | 
            +
                },
         | 
| 741 | 
            +
                {
         | 
| 742 | 
            +
                  "inputs": [],
         | 
| 743 | 
            +
                  "name": "authority",
         | 
| 744 | 
            +
                  "outputs": [
         | 
| 745 | 
            +
                    {
         | 
| 746 | 
            +
                      "internalType": "address",
         | 
| 747 | 
            +
                      "name": "",
         | 
| 748 | 
            +
                      "type": "address"
         | 
| 749 | 
            +
                    }
         | 
| 750 | 
            +
                  ],
         | 
| 751 | 
            +
                  "stateMutability": "view",
         | 
| 752 | 
            +
                  "type": "function"
         | 
| 753 | 
            +
                },
         | 
| 754 | 
            +
                {
         | 
| 755 | 
            +
                  "inputs": [
         | 
| 756 | 
            +
                    {
         | 
| 757 | 
            +
                      "internalType": "NftId",
         | 
| 758 | 
            +
                      "name": "stakeNftId",
         | 
| 759 | 
            +
                      "type": "uint96"
         | 
| 760 | 
            +
                    }
         | 
| 761 | 
            +
                  ],
         | 
| 762 | 
            +
                  "name": "claimRewards",
         | 
| 763 | 
            +
                  "outputs": [
         | 
| 764 | 
            +
                    {
         | 
| 765 | 
            +
                      "internalType": "Amount",
         | 
| 766 | 
            +
                      "name": "rewardsClaimedAmount",
         | 
| 767 | 
            +
                      "type": "uint96"
         | 
| 768 | 
            +
                    }
         | 
| 769 | 
            +
                  ],
         | 
| 770 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 771 | 
            +
                  "type": "function"
         | 
| 772 | 
            +
                },
         | 
| 773 | 
            +
                {
         | 
| 774 | 
            +
                  "inputs": [
         | 
| 775 | 
            +
                    {
         | 
| 776 | 
            +
                      "internalType": "address",
         | 
| 777 | 
            +
                      "name": "from",
         | 
| 778 | 
            +
                      "type": "address"
         | 
| 779 | 
            +
                    },
         | 
| 780 | 
            +
                    {
         | 
| 781 | 
            +
                      "internalType": "Amount",
         | 
| 782 | 
            +
                      "name": "dipAmount",
         | 
| 783 | 
            +
                      "type": "uint96"
         | 
| 784 | 
            +
                    }
         | 
| 785 | 
            +
                  ],
         | 
| 786 | 
            +
                  "name": "collectDipAmount",
         | 
| 787 | 
            +
                  "outputs": [],
         | 
| 788 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 789 | 
            +
                  "type": "function"
         | 
| 790 | 
            +
                },
         | 
| 791 | 
            +
                {
         | 
| 792 | 
            +
                  "inputs": [
         | 
| 793 | 
            +
                    {
         | 
| 794 | 
            +
                      "internalType": "NftId",
         | 
| 795 | 
            +
                      "name": "stakeNftId",
         | 
| 796 | 
            +
                      "type": "uint96"
         | 
| 797 | 
            +
                    },
         | 
| 798 | 
            +
                    {
         | 
| 799 | 
            +
                      "internalType": "NftId",
         | 
| 800 | 
            +
                      "name": "targetNftId",
         | 
| 801 | 
            +
                      "type": "uint96"
         | 
| 802 | 
            +
                    },
         | 
| 803 | 
            +
                    {
         | 
| 804 | 
            +
                      "internalType": "Amount",
         | 
| 805 | 
            +
                      "name": "stakeAmount",
         | 
| 806 | 
            +
                      "type": "uint96"
         | 
| 807 | 
            +
                    }
         | 
| 808 | 
            +
                  ],
         | 
| 809 | 
            +
                  "name": "createStake",
         | 
| 810 | 
            +
                  "outputs": [],
         | 
| 811 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 812 | 
            +
                  "type": "function"
         | 
| 813 | 
            +
                },
         | 
| 814 | 
            +
                {
         | 
| 815 | 
            +
                  "inputs": [
         | 
| 816 | 
            +
                    {
         | 
| 817 | 
            +
                      "internalType": "NftId",
         | 
| 818 | 
            +
                      "name": "targetNftId",
         | 
| 819 | 
            +
                      "type": "uint96"
         | 
| 820 | 
            +
                    },
         | 
| 821 | 
            +
                    {
         | 
| 822 | 
            +
                      "internalType": "address",
         | 
| 823 | 
            +
                      "name": "token",
         | 
| 824 | 
            +
                      "type": "address"
         | 
| 825 | 
            +
                    },
         | 
| 826 | 
            +
                    {
         | 
| 827 | 
            +
                      "internalType": "Amount",
         | 
| 828 | 
            +
                      "name": "amount",
         | 
| 829 | 
            +
                      "type": "uint96"
         | 
| 830 | 
            +
                    }
         | 
| 831 | 
            +
                  ],
         | 
| 832 | 
            +
                  "name": "decreaseTotalValueLocked",
         | 
| 833 | 
            +
                  "outputs": [
         | 
| 834 | 
            +
                    {
         | 
| 835 | 
            +
                      "internalType": "Amount",
         | 
| 836 | 
            +
                      "name": "newBalance",
         | 
| 837 | 
            +
                      "type": "uint96"
         | 
| 838 | 
            +
                    }
         | 
| 839 | 
            +
                  ],
         | 
| 840 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 841 | 
            +
                  "type": "function"
         | 
| 842 | 
            +
                },
         | 
| 843 | 
            +
                {
         | 
| 844 | 
            +
                  "inputs": [],
         | 
| 845 | 
            +
                  "name": "getComponentInfo",
         | 
| 846 | 
            +
                  "outputs": [
         | 
| 847 | 
            +
                    {
         | 
| 848 | 
            +
                      "components": [
         | 
| 849 | 
            +
                        {
         | 
| 850 | 
            +
                          "internalType": "string",
         | 
| 851 | 
            +
                          "name": "name",
         | 
| 852 | 
            +
                          "type": "string"
         | 
| 853 | 
            +
                        },
         | 
| 854 | 
            +
                        {
         | 
| 855 | 
            +
                          "internalType": "NftId",
         | 
| 856 | 
            +
                          "name": "productNftId",
         | 
| 857 | 
            +
                          "type": "uint96"
         | 
| 858 | 
            +
                        },
         | 
| 859 | 
            +
                        {
         | 
| 860 | 
            +
                          "internalType": "contract IERC20Metadata",
         | 
| 861 | 
            +
                          "name": "token",
         | 
| 862 | 
            +
                          "type": "address"
         | 
| 863 | 
            +
                        },
         | 
| 864 | 
            +
                        {
         | 
| 865 | 
            +
                          "internalType": "contract TokenHandler",
         | 
| 866 | 
            +
                          "name": "tokenHandler",
         | 
| 867 | 
            +
                          "type": "address"
         | 
| 868 | 
            +
                        },
         | 
| 869 | 
            +
                        {
         | 
| 870 | 
            +
                          "internalType": "address",
         | 
| 871 | 
            +
                          "name": "wallet",
         | 
| 872 | 
            +
                          "type": "address"
         | 
| 873 | 
            +
                        },
         | 
| 874 | 
            +
                        {
         | 
| 875 | 
            +
                          "internalType": "bytes",
         | 
| 876 | 
            +
                          "name": "data",
         | 
| 877 | 
            +
                          "type": "bytes"
         | 
| 878 | 
            +
                        }
         | 
| 879 | 
            +
                      ],
         | 
| 880 | 
            +
                      "internalType": "struct IComponents.ComponentInfo",
         | 
| 881 | 
            +
                      "name": "info",
         | 
| 882 | 
            +
                      "type": "tuple"
         | 
| 883 | 
            +
                    }
         | 
| 884 | 
            +
                  ],
         | 
| 885 | 
            +
                  "stateMutability": "view",
         | 
| 886 | 
            +
                  "type": "function"
         | 
| 887 | 
            +
                },
         | 
| 888 | 
            +
                {
         | 
| 889 | 
            +
                  "inputs": [],
         | 
| 890 | 
            +
                  "name": "getInitialComponentInfo",
         | 
| 891 | 
            +
                  "outputs": [
         | 
| 892 | 
            +
                    {
         | 
| 893 | 
            +
                      "components": [
         | 
| 894 | 
            +
                        {
         | 
| 895 | 
            +
                          "internalType": "string",
         | 
| 896 | 
            +
                          "name": "name",
         | 
| 897 | 
            +
                          "type": "string"
         | 
| 898 | 
            +
                        },
         | 
| 899 | 
            +
                        {
         | 
| 900 | 
            +
                          "internalType": "NftId",
         | 
| 901 | 
            +
                          "name": "productNftId",
         | 
| 902 | 
            +
                          "type": "uint96"
         | 
| 903 | 
            +
                        },
         | 
| 904 | 
            +
                        {
         | 
| 905 | 
            +
                          "internalType": "contract IERC20Metadata",
         | 
| 906 | 
            +
                          "name": "token",
         | 
| 907 | 
            +
                          "type": "address"
         | 
| 908 | 
            +
                        },
         | 
| 909 | 
            +
                        {
         | 
| 910 | 
            +
                          "internalType": "contract TokenHandler",
         | 
| 911 | 
            +
                          "name": "tokenHandler",
         | 
| 912 | 
            +
                          "type": "address"
         | 
| 913 | 
            +
                        },
         | 
| 914 | 
            +
                        {
         | 
| 915 | 
            +
                          "internalType": "address",
         | 
| 916 | 
            +
                          "name": "wallet",
         | 
| 917 | 
            +
                          "type": "address"
         | 
| 918 | 
            +
                        },
         | 
| 919 | 
            +
                        {
         | 
| 920 | 
            +
                          "internalType": "bytes",
         | 
| 921 | 
            +
                          "name": "data",
         | 
| 922 | 
            +
                          "type": "bytes"
         | 
| 923 | 
            +
                        }
         | 
| 924 | 
            +
                      ],
         | 
| 925 | 
            +
                      "internalType": "struct IComponents.ComponentInfo",
         | 
| 926 | 
            +
                      "name": "info",
         | 
| 927 | 
            +
                      "type": "tuple"
         | 
| 928 | 
            +
                    }
         | 
| 929 | 
            +
                  ],
         | 
| 930 | 
            +
                  "stateMutability": "view",
         | 
| 931 | 
            +
                  "type": "function"
         | 
| 932 | 
            +
                },
         | 
| 933 | 
            +
                {
         | 
| 934 | 
            +
                  "inputs": [],
         | 
| 935 | 
            +
                  "name": "getInitialInfo",
         | 
| 936 | 
            +
                  "outputs": [
         | 
| 937 | 
            +
                    {
         | 
| 938 | 
            +
                      "components": [
         | 
| 939 | 
            +
                        {
         | 
| 940 | 
            +
                          "internalType": "NftId",
         | 
| 941 | 
            +
                          "name": "nftId",
         | 
| 942 | 
            +
                          "type": "uint96"
         | 
| 943 | 
            +
                        },
         | 
| 944 | 
            +
                        {
         | 
| 945 | 
            +
                          "internalType": "NftId",
         | 
| 946 | 
            +
                          "name": "parentNftId",
         | 
| 947 | 
            +
                          "type": "uint96"
         | 
| 948 | 
            +
                        },
         | 
| 949 | 
            +
                        {
         | 
| 950 | 
            +
                          "internalType": "ObjectType",
         | 
| 951 | 
            +
                          "name": "objectType",
         | 
| 952 | 
            +
                          "type": "uint8"
         | 
| 953 | 
            +
                        },
         | 
| 954 | 
            +
                        {
         | 
| 955 | 
            +
                          "internalType": "bool",
         | 
| 956 | 
            +
                          "name": "isInterceptor",
         | 
| 957 | 
            +
                          "type": "bool"
         | 
| 958 | 
            +
                        },
         | 
| 959 | 
            +
                        {
         | 
| 960 | 
            +
                          "internalType": "address",
         | 
| 961 | 
            +
                          "name": "objectAddress",
         | 
| 962 | 
            +
                          "type": "address"
         | 
| 963 | 
            +
                        },
         | 
| 964 | 
            +
                        {
         | 
| 965 | 
            +
                          "internalType": "address",
         | 
| 966 | 
            +
                          "name": "initialOwner",
         | 
| 967 | 
            +
                          "type": "address"
         | 
| 968 | 
            +
                        },
         | 
| 969 | 
            +
                        {
         | 
| 970 | 
            +
                          "internalType": "bytes",
         | 
| 971 | 
            +
                          "name": "data",
         | 
| 972 | 
            +
                          "type": "bytes"
         | 
| 973 | 
            +
                        }
         | 
| 974 | 
            +
                      ],
         | 
| 975 | 
            +
                      "internalType": "struct IRegistry.ObjectInfo",
         | 
| 976 | 
            +
                      "name": "info",
         | 
| 977 | 
            +
                      "type": "tuple"
         | 
| 978 | 
            +
                    }
         | 
| 979 | 
            +
                  ],
         | 
| 980 | 
            +
                  "stateMutability": "view",
         | 
| 981 | 
            +
                  "type": "function"
         | 
| 982 | 
            +
                },
         | 
| 983 | 
            +
                {
         | 
| 984 | 
            +
                  "inputs": [],
         | 
| 985 | 
            +
                  "name": "getName",
         | 
| 986 | 
            +
                  "outputs": [
         | 
| 987 | 
            +
                    {
         | 
| 988 | 
            +
                      "internalType": "string",
         | 
| 989 | 
            +
                      "name": "name",
         | 
| 990 | 
            +
                      "type": "string"
         | 
| 991 | 
            +
                    }
         | 
| 992 | 
            +
                  ],
         | 
| 993 | 
            +
                  "stateMutability": "view",
         | 
| 994 | 
            +
                  "type": "function"
         | 
| 995 | 
            +
                },
         | 
| 996 | 
            +
                {
         | 
| 997 | 
            +
                  "inputs": [],
         | 
| 998 | 
            +
                  "name": "getNftId",
         | 
| 999 | 
            +
                  "outputs": [
         | 
| 1000 | 
            +
                    {
         | 
| 1001 | 
            +
                      "internalType": "NftId",
         | 
| 1002 | 
            +
                      "name": "",
         | 
| 1003 | 
            +
                      "type": "uint96"
         | 
| 1004 | 
            +
                    }
         | 
| 1005 | 
            +
                  ],
         | 
| 1006 | 
            +
                  "stateMutability": "view",
         | 
| 1007 | 
            +
                  "type": "function"
         | 
| 1008 | 
            +
                },
         | 
| 1009 | 
            +
                {
         | 
| 1010 | 
            +
                  "inputs": [],
         | 
| 1011 | 
            +
                  "name": "getOwner",
         | 
| 1012 | 
            +
                  "outputs": [
         | 
| 1013 | 
            +
                    {
         | 
| 1014 | 
            +
                      "internalType": "address",
         | 
| 1015 | 
            +
                      "name": "",
         | 
| 1016 | 
            +
                      "type": "address"
         | 
| 1017 | 
            +
                    }
         | 
| 1018 | 
            +
                  ],
         | 
| 1019 | 
            +
                  "stateMutability": "view",
         | 
| 1020 | 
            +
                  "type": "function"
         | 
| 1021 | 
            +
                },
         | 
| 1022 | 
            +
                {
         | 
| 1023 | 
            +
                  "inputs": [],
         | 
| 1024 | 
            +
                  "name": "getRegistry",
         | 
| 1025 | 
            +
                  "outputs": [
         | 
| 1026 | 
            +
                    {
         | 
| 1027 | 
            +
                      "internalType": "contract IRegistry",
         | 
| 1028 | 
            +
                      "name": "",
         | 
| 1029 | 
            +
                      "type": "address"
         | 
| 1030 | 
            +
                    }
         | 
| 1031 | 
            +
                  ],
         | 
| 1032 | 
            +
                  "stateMutability": "view",
         | 
| 1033 | 
            +
                  "type": "function"
         | 
| 1034 | 
            +
                },
         | 
| 1035 | 
            +
                {
         | 
| 1036 | 
            +
                  "inputs": [],
         | 
| 1037 | 
            +
                  "name": "getStakingReader",
         | 
| 1038 | 
            +
                  "outputs": [
         | 
| 1039 | 
            +
                    {
         | 
| 1040 | 
            +
                      "internalType": "contract StakingReader",
         | 
| 1041 | 
            +
                      "name": "reader",
         | 
| 1042 | 
            +
                      "type": "address"
         | 
| 1043 | 
            +
                    }
         | 
| 1044 | 
            +
                  ],
         | 
| 1045 | 
            +
                  "stateMutability": "view",
         | 
| 1046 | 
            +
                  "type": "function"
         | 
| 1047 | 
            +
                },
         | 
| 1048 | 
            +
                {
         | 
| 1049 | 
            +
                  "inputs": [],
         | 
| 1050 | 
            +
                  "name": "getStakingStore",
         | 
| 1051 | 
            +
                  "outputs": [
         | 
| 1052 | 
            +
                    {
         | 
| 1053 | 
            +
                      "internalType": "contract StakingStore",
         | 
| 1054 | 
            +
                      "name": "stakingStore",
         | 
| 1055 | 
            +
                      "type": "address"
         | 
| 1056 | 
            +
                    }
         | 
| 1057 | 
            +
                  ],
         | 
| 1058 | 
            +
                  "stateMutability": "view",
         | 
| 1059 | 
            +
                  "type": "function"
         | 
| 1060 | 
            +
                },
         | 
| 1061 | 
            +
                {
         | 
| 1062 | 
            +
                  "inputs": [],
         | 
| 1063 | 
            +
                  "name": "getToken",
         | 
| 1064 | 
            +
                  "outputs": [
         | 
| 1065 | 
            +
                    {
         | 
| 1066 | 
            +
                      "internalType": "contract IERC20Metadata",
         | 
| 1067 | 
            +
                      "name": "token",
         | 
| 1068 | 
            +
                      "type": "address"
         | 
| 1069 | 
            +
                    }
         | 
| 1070 | 
            +
                  ],
         | 
| 1071 | 
            +
                  "stateMutability": "view",
         | 
| 1072 | 
            +
                  "type": "function"
         | 
| 1073 | 
            +
                },
         | 
| 1074 | 
            +
                {
         | 
| 1075 | 
            +
                  "inputs": [],
         | 
| 1076 | 
            +
                  "name": "getTokenHandler",
         | 
| 1077 | 
            +
                  "outputs": [
         | 
| 1078 | 
            +
                    {
         | 
| 1079 | 
            +
                      "internalType": "contract TokenHandler",
         | 
| 1080 | 
            +
                      "name": "tokenHandler",
         | 
| 1081 | 
            +
                      "type": "address"
         | 
| 1082 | 
            +
                    }
         | 
| 1083 | 
            +
                  ],
         | 
| 1084 | 
            +
                  "stateMutability": "view",
         | 
| 1085 | 
            +
                  "type": "function"
         | 
| 1086 | 
            +
                },
         | 
| 1087 | 
            +
                {
         | 
| 1088 | 
            +
                  "inputs": [],
         | 
| 1089 | 
            +
                  "name": "getTokenRegistryAddress",
         | 
| 1090 | 
            +
                  "outputs": [
         | 
| 1091 | 
            +
                    {
         | 
| 1092 | 
            +
                      "internalType": "address",
         | 
| 1093 | 
            +
                      "name": "tokenRegistry",
         | 
| 1094 | 
            +
                      "type": "address"
         | 
| 1095 | 
            +
                    }
         | 
| 1096 | 
            +
                  ],
         | 
| 1097 | 
            +
                  "stateMutability": "view",
         | 
| 1098 | 
            +
                  "type": "function"
         | 
| 1099 | 
            +
                },
         | 
| 1100 | 
            +
                {
         | 
| 1101 | 
            +
                  "inputs": [],
         | 
| 1102 | 
            +
                  "name": "getVersion",
         | 
| 1103 | 
            +
                  "outputs": [
         | 
| 1104 | 
            +
                    {
         | 
| 1105 | 
            +
                      "internalType": "Version",
         | 
| 1106 | 
            +
                      "name": "",
         | 
| 1107 | 
            +
                      "type": "uint24"
         | 
| 1108 | 
            +
                    }
         | 
| 1109 | 
            +
                  ],
         | 
| 1110 | 
            +
                  "stateMutability": "pure",
         | 
| 1111 | 
            +
                  "type": "function"
         | 
| 1112 | 
            +
                },
         | 
| 1113 | 
            +
                {
         | 
| 1114 | 
            +
                  "inputs": [],
         | 
| 1115 | 
            +
                  "name": "getWallet",
         | 
| 1116 | 
            +
                  "outputs": [
         | 
| 1117 | 
            +
                    {
         | 
| 1118 | 
            +
                      "internalType": "address",
         | 
| 1119 | 
            +
                      "name": "walletAddress",
         | 
| 1120 | 
            +
                      "type": "address"
         | 
| 1121 | 
            +
                    }
         | 
| 1122 | 
            +
                  ],
         | 
| 1123 | 
            +
                  "stateMutability": "view",
         | 
| 1124 | 
            +
                  "type": "function"
         | 
| 1125 | 
            +
                },
         | 
| 1126 | 
            +
                {
         | 
| 1127 | 
            +
                  "inputs": [
         | 
| 1128 | 
            +
                    {
         | 
| 1129 | 
            +
                      "internalType": "NftId",
         | 
| 1130 | 
            +
                      "name": "targetNftId",
         | 
| 1131 | 
            +
                      "type": "uint96"
         | 
| 1132 | 
            +
                    },
         | 
| 1133 | 
            +
                    {
         | 
| 1134 | 
            +
                      "internalType": "address",
         | 
| 1135 | 
            +
                      "name": "token",
         | 
| 1136 | 
            +
                      "type": "address"
         | 
| 1137 | 
            +
                    },
         | 
| 1138 | 
            +
                    {
         | 
| 1139 | 
            +
                      "internalType": "Amount",
         | 
| 1140 | 
            +
                      "name": "amount",
         | 
| 1141 | 
            +
                      "type": "uint96"
         | 
| 1142 | 
            +
                    }
         | 
| 1143 | 
            +
                  ],
         | 
| 1144 | 
            +
                  "name": "increaseTotalValueLocked",
         | 
| 1145 | 
            +
                  "outputs": [
         | 
| 1146 | 
            +
                    {
         | 
| 1147 | 
            +
                      "internalType": "Amount",
         | 
| 1148 | 
            +
                      "name": "newBalance",
         | 
| 1149 | 
            +
                      "type": "uint96"
         | 
| 1150 | 
            +
                    }
         | 
| 1151 | 
            +
                  ],
         | 
| 1152 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 1153 | 
            +
                  "type": "function"
         | 
| 1154 | 
            +
                },
         | 
| 1155 | 
            +
                {
         | 
| 1156 | 
            +
                  "inputs": [
         | 
| 1157 | 
            +
                    {
         | 
| 1158 | 
            +
                      "internalType": "address",
         | 
| 1159 | 
            +
                      "name": "authority",
         | 
| 1160 | 
            +
                      "type": "address"
         | 
| 1161 | 
            +
                    },
         | 
| 1162 | 
            +
                    {
         | 
| 1163 | 
            +
                      "internalType": "address",
         | 
| 1164 | 
            +
                      "name": "registry",
         | 
| 1165 | 
            +
                      "type": "address"
         | 
| 1166 | 
            +
                    },
         | 
| 1167 | 
            +
                    {
         | 
| 1168 | 
            +
                      "internalType": "NftId",
         | 
| 1169 | 
            +
                      "name": "parentNftId",
         | 
| 1170 | 
            +
                      "type": "uint96"
         | 
| 1171 | 
            +
                    },
         | 
| 1172 | 
            +
                    {
         | 
| 1173 | 
            +
                      "internalType": "string",
         | 
| 1174 | 
            +
                      "name": "name",
         | 
| 1175 | 
            +
                      "type": "string"
         | 
| 1176 | 
            +
                    },
         | 
| 1177 | 
            +
                    {
         | 
| 1178 | 
            +
                      "internalType": "address",
         | 
| 1179 | 
            +
                      "name": "token",
         | 
| 1180 | 
            +
                      "type": "address"
         | 
| 1181 | 
            +
                    },
         | 
| 1182 | 
            +
                    {
         | 
| 1183 | 
            +
                      "internalType": "ObjectType",
         | 
| 1184 | 
            +
                      "name": "componentType",
         | 
| 1185 | 
            +
                      "type": "uint8"
         | 
| 1186 | 
            +
                    },
         | 
| 1187 | 
            +
                    {
         | 
| 1188 | 
            +
                      "internalType": "bool",
         | 
| 1189 | 
            +
                      "name": "isInterceptor",
         | 
| 1190 | 
            +
                      "type": "bool"
         | 
| 1191 | 
            +
                    },
         | 
| 1192 | 
            +
                    {
         | 
| 1193 | 
            +
                      "internalType": "address",
         | 
| 1194 | 
            +
                      "name": "initialOwner",
         | 
| 1195 | 
            +
                      "type": "address"
         | 
| 1196 | 
            +
                    },
         | 
| 1197 | 
            +
                    {
         | 
| 1198 | 
            +
                      "internalType": "bytes",
         | 
| 1199 | 
            +
                      "name": "registryData",
         | 
| 1200 | 
            +
                      "type": "bytes"
         | 
| 1201 | 
            +
                    },
         | 
| 1202 | 
            +
                    {
         | 
| 1203 | 
            +
                      "internalType": "bytes",
         | 
| 1204 | 
            +
                      "name": "componentData",
         | 
| 1205 | 
            +
                      "type": "bytes"
         | 
| 1206 | 
            +
                    }
         | 
| 1207 | 
            +
                  ],
         | 
| 1208 | 
            +
                  "name": "initializeComponent",
         | 
| 1209 | 
            +
                  "outputs": [],
         | 
| 1210 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 1211 | 
            +
                  "type": "function"
         | 
| 1212 | 
            +
                },
         | 
| 1213 | 
            +
                {
         | 
| 1214 | 
            +
                  "inputs": [],
         | 
| 1215 | 
            +
                  "name": "initializeERC165",
         | 
| 1216 | 
            +
                  "outputs": [],
         | 
| 1217 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 1218 | 
            +
                  "type": "function"
         | 
| 1219 | 
            +
                },
         | 
| 1220 | 
            +
                {
         | 
| 1221 | 
            +
                  "inputs": [
         | 
| 1222 | 
            +
                    {
         | 
| 1223 | 
            +
                      "internalType": "address",
         | 
| 1224 | 
            +
                      "name": "initialOwner",
         | 
| 1225 | 
            +
                      "type": "address"
         | 
| 1226 | 
            +
                    },
         | 
| 1227 | 
            +
                    {
         | 
| 1228 | 
            +
                      "internalType": "address",
         | 
| 1229 | 
            +
                      "name": "registryAddress",
         | 
| 1230 | 
            +
                      "type": "address"
         | 
| 1231 | 
            +
                    }
         | 
| 1232 | 
            +
                  ],
         | 
| 1233 | 
            +
                  "name": "initializeNftOwnable",
         | 
| 1234 | 
            +
                  "outputs": [],
         | 
| 1235 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 1236 | 
            +
                  "type": "function"
         | 
| 1237 | 
            +
                },
         | 
| 1238 | 
            +
                {
         | 
| 1239 | 
            +
                  "inputs": [
         | 
| 1240 | 
            +
                    {
         | 
| 1241 | 
            +
                      "internalType": "address",
         | 
| 1242 | 
            +
                      "name": "registryAddress",
         | 
| 1243 | 
            +
                      "type": "address"
         | 
| 1244 | 
            +
                    },
         | 
| 1245 | 
            +
                    {
         | 
| 1246 | 
            +
                      "internalType": "NftId",
         | 
| 1247 | 
            +
                      "name": "parentNftId",
         | 
| 1248 | 
            +
                      "type": "uint96"
         | 
| 1249 | 
            +
                    },
         | 
| 1250 | 
            +
                    {
         | 
| 1251 | 
            +
                      "internalType": "ObjectType",
         | 
| 1252 | 
            +
                      "name": "objectType",
         | 
| 1253 | 
            +
                      "type": "uint8"
         | 
| 1254 | 
            +
                    },
         | 
| 1255 | 
            +
                    {
         | 
| 1256 | 
            +
                      "internalType": "bool",
         | 
| 1257 | 
            +
                      "name": "isInterceptor",
         | 
| 1258 | 
            +
                      "type": "bool"
         | 
| 1259 | 
            +
                    },
         | 
| 1260 | 
            +
                    {
         | 
| 1261 | 
            +
                      "internalType": "address",
         | 
| 1262 | 
            +
                      "name": "initialOwner",
         | 
| 1263 | 
            +
                      "type": "address"
         | 
| 1264 | 
            +
                    },
         | 
| 1265 | 
            +
                    {
         | 
| 1266 | 
            +
                      "internalType": "bytes",
         | 
| 1267 | 
            +
                      "name": "registryData",
         | 
| 1268 | 
            +
                      "type": "bytes"
         | 
| 1269 | 
            +
                    }
         | 
| 1270 | 
            +
                  ],
         | 
| 1271 | 
            +
                  "name": "initializeRegisterable",
         | 
| 1272 | 
            +
                  "outputs": [],
         | 
| 1273 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 1274 | 
            +
                  "type": "function"
         | 
| 1275 | 
            +
                },
         | 
| 1276 | 
            +
                {
         | 
| 1277 | 
            +
                  "inputs": [
         | 
| 1278 | 
            +
                    {
         | 
| 1279 | 
            +
                      "internalType": "address",
         | 
| 1280 | 
            +
                      "name": "registryAddress",
         | 
| 1281 | 
            +
                      "type": "address"
         | 
| 1282 | 
            +
                    }
         | 
| 1283 | 
            +
                  ],
         | 
| 1284 | 
            +
                  "name": "initializeRegistryLinked",
         | 
| 1285 | 
            +
                  "outputs": [],
         | 
| 1286 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 1287 | 
            +
                  "type": "function"
         | 
| 1288 | 
            +
                },
         | 
| 1289 | 
            +
                {
         | 
| 1290 | 
            +
                  "inputs": [
         | 
| 1291 | 
            +
                    {
         | 
| 1292 | 
            +
                      "internalType": "address",
         | 
| 1293 | 
            +
                      "name": "activatedBy",
         | 
| 1294 | 
            +
                      "type": "address"
         | 
| 1295 | 
            +
                    },
         | 
| 1296 | 
            +
                    {
         | 
| 1297 | 
            +
                      "internalType": "bytes",
         | 
| 1298 | 
            +
                      "name": "data",
         | 
| 1299 | 
            +
                      "type": "bytes"
         | 
| 1300 | 
            +
                    }
         | 
| 1301 | 
            +
                  ],
         | 
| 1302 | 
            +
                  "name": "initializeVersionable",
         | 
| 1303 | 
            +
                  "outputs": [],
         | 
| 1304 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 1305 | 
            +
                  "type": "function"
         | 
| 1306 | 
            +
                },
         | 
| 1307 | 
            +
                {
         | 
| 1308 | 
            +
                  "inputs": [],
         | 
| 1309 | 
            +
                  "name": "isConsumingScheduledOp",
         | 
| 1310 | 
            +
                  "outputs": [
         | 
| 1311 | 
            +
                    {
         | 
| 1312 | 
            +
                      "internalType": "bytes4",
         | 
| 1313 | 
            +
                      "name": "",
         | 
| 1314 | 
            +
                      "type": "bytes4"
         | 
| 1315 | 
            +
                    }
         | 
| 1316 | 
            +
                  ],
         | 
| 1317 | 
            +
                  "stateMutability": "view",
         | 
| 1318 | 
            +
                  "type": "function"
         | 
| 1319 | 
            +
                },
         | 
| 1320 | 
            +
                {
         | 
| 1321 | 
            +
                  "inputs": [],
         | 
| 1322 | 
            +
                  "name": "isNftInterceptor",
         | 
| 1323 | 
            +
                  "outputs": [
         | 
| 1324 | 
            +
                    {
         | 
| 1325 | 
            +
                      "internalType": "bool",
         | 
| 1326 | 
            +
                      "name": "isInterceptor",
         | 
| 1327 | 
            +
                      "type": "bool"
         | 
| 1328 | 
            +
                    }
         | 
| 1329 | 
            +
                  ],
         | 
| 1330 | 
            +
                  "stateMutability": "view",
         | 
| 1331 | 
            +
                  "type": "function"
         | 
| 1332 | 
            +
                },
         | 
| 1333 | 
            +
                {
         | 
| 1334 | 
            +
                  "inputs": [],
         | 
| 1335 | 
            +
                  "name": "isRegistered",
         | 
| 1336 | 
            +
                  "outputs": [
         | 
| 1337 | 
            +
                    {
         | 
| 1338 | 
            +
                      "internalType": "bool",
         | 
| 1339 | 
            +
                      "name": "",
         | 
| 1340 | 
            +
                      "type": "bool"
         | 
| 1341 | 
            +
                    }
         | 
| 1342 | 
            +
                  ],
         | 
| 1343 | 
            +
                  "stateMutability": "view",
         | 
| 1344 | 
            +
                  "type": "function"
         | 
| 1345 | 
            +
                },
         | 
| 1346 | 
            +
                {
         | 
| 1347 | 
            +
                  "inputs": [],
         | 
| 1348 | 
            +
                  "name": "linkToRegisteredNftId",
         | 
| 1349 | 
            +
                  "outputs": [
         | 
| 1350 | 
            +
                    {
         | 
| 1351 | 
            +
                      "internalType": "NftId",
         | 
| 1352 | 
            +
                      "name": "nftId",
         | 
| 1353 | 
            +
                      "type": "uint96"
         | 
| 1354 | 
            +
                    }
         | 
| 1355 | 
            +
                  ],
         | 
| 1356 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 1357 | 
            +
                  "type": "function"
         | 
| 1358 | 
            +
                },
         | 
| 1359 | 
            +
                {
         | 
| 1360 | 
            +
                  "inputs": [
         | 
| 1361 | 
            +
                    {
         | 
| 1362 | 
            +
                      "internalType": "address",
         | 
| 1363 | 
            +
                      "name": "to",
         | 
| 1364 | 
            +
                      "type": "address"
         | 
| 1365 | 
            +
                    },
         | 
| 1366 | 
            +
                    {
         | 
| 1367 | 
            +
                      "internalType": "uint256",
         | 
| 1368 | 
            +
                      "name": "tokenId",
         | 
| 1369 | 
            +
                      "type": "uint256"
         | 
| 1370 | 
            +
                    }
         | 
| 1371 | 
            +
                  ],
         | 
| 1372 | 
            +
                  "name": "nftMint",
         | 
| 1373 | 
            +
                  "outputs": [],
         | 
| 1374 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 1375 | 
            +
                  "type": "function"
         | 
| 1376 | 
            +
                },
         | 
| 1377 | 
            +
                {
         | 
| 1378 | 
            +
                  "inputs": [
         | 
| 1379 | 
            +
                    {
         | 
| 1380 | 
            +
                      "internalType": "address",
         | 
| 1381 | 
            +
                      "name": "from",
         | 
| 1382 | 
            +
                      "type": "address"
         | 
| 1383 | 
            +
                    },
         | 
| 1384 | 
            +
                    {
         | 
| 1385 | 
            +
                      "internalType": "address",
         | 
| 1386 | 
            +
                      "name": "to",
         | 
| 1387 | 
            +
                      "type": "address"
         | 
| 1388 | 
            +
                    },
         | 
| 1389 | 
            +
                    {
         | 
| 1390 | 
            +
                      "internalType": "uint256",
         | 
| 1391 | 
            +
                      "name": "tokenId",
         | 
| 1392 | 
            +
                      "type": "uint256"
         | 
| 1393 | 
            +
                    }
         | 
| 1394 | 
            +
                  ],
         | 
| 1395 | 
            +
                  "name": "nftTransferFrom",
         | 
| 1396 | 
            +
                  "outputs": [],
         | 
| 1397 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 1398 | 
            +
                  "type": "function"
         | 
| 1399 | 
            +
                },
         | 
| 1400 | 
            +
                {
         | 
| 1401 | 
            +
                  "inputs": [
         | 
| 1402 | 
            +
                    {
         | 
| 1403 | 
            +
                      "internalType": "NftId",
         | 
| 1404 | 
            +
                      "name": "targetNftId",
         | 
| 1405 | 
            +
                      "type": "uint96"
         | 
| 1406 | 
            +
                    },
         | 
| 1407 | 
            +
                    {
         | 
| 1408 | 
            +
                      "internalType": "Amount",
         | 
| 1409 | 
            +
                      "name": "dipAmount",
         | 
| 1410 | 
            +
                      "type": "uint96"
         | 
| 1411 | 
            +
                    }
         | 
| 1412 | 
            +
                  ],
         | 
| 1413 | 
            +
                  "name": "refillRewardReserves",
         | 
| 1414 | 
            +
                  "outputs": [
         | 
| 1415 | 
            +
                    {
         | 
| 1416 | 
            +
                      "internalType": "Amount",
         | 
| 1417 | 
            +
                      "name": "newBalance",
         | 
| 1418 | 
            +
                      "type": "uint96"
         | 
| 1419 | 
            +
                    }
         | 
| 1420 | 
            +
                  ],
         | 
| 1421 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 1422 | 
            +
                  "type": "function"
         | 
| 1423 | 
            +
                },
         | 
| 1424 | 
            +
                {
         | 
| 1425 | 
            +
                  "inputs": [
         | 
| 1426 | 
            +
                    {
         | 
| 1427 | 
            +
                      "internalType": "bytes4",
         | 
| 1428 | 
            +
                      "name": "interfaceId",
         | 
| 1429 | 
            +
                      "type": "bytes4"
         | 
| 1430 | 
            +
                    }
         | 
| 1431 | 
            +
                  ],
         | 
| 1432 | 
            +
                  "name": "registerInterface",
         | 
| 1433 | 
            +
                  "outputs": [],
         | 
| 1434 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 1435 | 
            +
                  "type": "function"
         | 
| 1436 | 
            +
                },
         | 
| 1437 | 
            +
                {
         | 
| 1438 | 
            +
                  "inputs": [
         | 
| 1439 | 
            +
                    {
         | 
| 1440 | 
            +
                      "internalType": "NftId",
         | 
| 1441 | 
            +
                      "name": "targetNftId",
         | 
| 1442 | 
            +
                      "type": "uint96"
         | 
| 1443 | 
            +
                    },
         | 
| 1444 | 
            +
                    {
         | 
| 1445 | 
            +
                      "components": [
         | 
| 1446 | 
            +
                        {
         | 
| 1447 | 
            +
                          "internalType": "ObjectType",
         | 
| 1448 | 
            +
                          "name": "objectType",
         | 
| 1449 | 
            +
                          "type": "uint8"
         | 
| 1450 | 
            +
                        },
         | 
| 1451 | 
            +
                        {
         | 
| 1452 | 
            +
                          "internalType": "uint256",
         | 
| 1453 | 
            +
                          "name": "chainId",
         | 
| 1454 | 
            +
                          "type": "uint256"
         | 
| 1455 | 
            +
                        },
         | 
| 1456 | 
            +
                        {
         | 
| 1457 | 
            +
                          "internalType": "Seconds",
         | 
| 1458 | 
            +
                          "name": "lockingPeriod",
         | 
| 1459 | 
            +
                          "type": "uint40"
         | 
| 1460 | 
            +
                        },
         | 
| 1461 | 
            +
                        {
         | 
| 1462 | 
            +
                          "internalType": "UFixed",
         | 
| 1463 | 
            +
                          "name": "rewardRate",
         | 
| 1464 | 
            +
                          "type": "uint256"
         | 
| 1465 | 
            +
                        }
         | 
| 1466 | 
            +
                      ],
         | 
| 1467 | 
            +
                      "internalType": "struct IStaking.TargetInfo",
         | 
| 1468 | 
            +
                      "name": "targetInfo",
         | 
| 1469 | 
            +
                      "type": "tuple"
         | 
| 1470 | 
            +
                    }
         | 
| 1471 | 
            +
                  ],
         | 
| 1472 | 
            +
                  "name": "registerRemoteTarget",
         | 
| 1473 | 
            +
                  "outputs": [],
         | 
| 1474 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 1475 | 
            +
                  "type": "function"
         | 
| 1476 | 
            +
                },
         | 
| 1477 | 
            +
                {
         | 
| 1478 | 
            +
                  "inputs": [
         | 
| 1479 | 
            +
                    {
         | 
| 1480 | 
            +
                      "internalType": "NftId",
         | 
| 1481 | 
            +
                      "name": "targetNftId",
         | 
| 1482 | 
            +
                      "type": "uint96"
         | 
| 1483 | 
            +
                    },
         | 
| 1484 | 
            +
                    {
         | 
| 1485 | 
            +
                      "internalType": "ObjectType",
         | 
| 1486 | 
            +
                      "name": "expectedObjectType",
         | 
| 1487 | 
            +
                      "type": "uint8"
         | 
| 1488 | 
            +
                    },
         | 
| 1489 | 
            +
                    {
         | 
| 1490 | 
            +
                      "internalType": "uint256",
         | 
| 1491 | 
            +
                      "name": "chainId",
         | 
| 1492 | 
            +
                      "type": "uint256"
         | 
| 1493 | 
            +
                    },
         | 
| 1494 | 
            +
                    {
         | 
| 1495 | 
            +
                      "internalType": "Seconds",
         | 
| 1496 | 
            +
                      "name": "initialLockingPeriod",
         | 
| 1497 | 
            +
                      "type": "uint40"
         | 
| 1498 | 
            +
                    },
         | 
| 1499 | 
            +
                    {
         | 
| 1500 | 
            +
                      "internalType": "UFixed",
         | 
| 1501 | 
            +
                      "name": "initialRewardRate",
         | 
| 1502 | 
            +
                      "type": "uint256"
         | 
| 1503 | 
            +
                    }
         | 
| 1504 | 
            +
                  ],
         | 
| 1505 | 
            +
                  "name": "registerTarget",
         | 
| 1506 | 
            +
                  "outputs": [],
         | 
| 1507 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 1508 | 
            +
                  "type": "function"
         | 
| 1509 | 
            +
                },
         | 
| 1510 | 
            +
                {
         | 
| 1511 | 
            +
                  "inputs": [
         | 
| 1512 | 
            +
                    {
         | 
| 1513 | 
            +
                      "internalType": "NftId",
         | 
| 1514 | 
            +
                      "name": "stakeNftId",
         | 
| 1515 | 
            +
                      "type": "uint96"
         | 
| 1516 | 
            +
                    },
         | 
| 1517 | 
            +
                    {
         | 
| 1518 | 
            +
                      "internalType": "NftId",
         | 
| 1519 | 
            +
                      "name": "newTargetNftId",
         | 
| 1520 | 
            +
                      "type": "uint96"
         | 
| 1521 | 
            +
                    }
         | 
| 1522 | 
            +
                  ],
         | 
| 1523 | 
            +
                  "name": "restake",
         | 
| 1524 | 
            +
                  "outputs": [
         | 
| 1525 | 
            +
                    {
         | 
| 1526 | 
            +
                      "internalType": "NftId",
         | 
| 1527 | 
            +
                      "name": "newStakeNftId",
         | 
| 1528 | 
            +
                      "type": "uint96"
         | 
| 1529 | 
            +
                    }
         | 
| 1530 | 
            +
                  ],
         | 
| 1531 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 1532 | 
            +
                  "type": "function"
         | 
| 1533 | 
            +
                },
         | 
| 1534 | 
            +
                {
         | 
| 1535 | 
            +
                  "inputs": [
         | 
| 1536 | 
            +
                    {
         | 
| 1537 | 
            +
                      "internalType": "address",
         | 
| 1538 | 
            +
                      "name": "newAuthority",
         | 
| 1539 | 
            +
                      "type": "address"
         | 
| 1540 | 
            +
                    }
         | 
| 1541 | 
            +
                  ],
         | 
| 1542 | 
            +
                  "name": "setAuthority",
         | 
| 1543 | 
            +
                  "outputs": [],
         | 
| 1544 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 1545 | 
            +
                  "type": "function"
         | 
| 1546 | 
            +
                },
         | 
| 1547 | 
            +
                {
         | 
| 1548 | 
            +
                  "inputs": [
         | 
| 1549 | 
            +
                    {
         | 
| 1550 | 
            +
                      "internalType": "NftId",
         | 
| 1551 | 
            +
                      "name": "targetNftId",
         | 
| 1552 | 
            +
                      "type": "uint96"
         | 
| 1553 | 
            +
                    },
         | 
| 1554 | 
            +
                    {
         | 
| 1555 | 
            +
                      "internalType": "Seconds",
         | 
| 1556 | 
            +
                      "name": "lockingPeriod",
         | 
| 1557 | 
            +
                      "type": "uint40"
         | 
| 1558 | 
            +
                    }
         | 
| 1559 | 
            +
                  ],
         | 
| 1560 | 
            +
                  "name": "setLockingPeriod",
         | 
| 1561 | 
            +
                  "outputs": [],
         | 
| 1562 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 1563 | 
            +
                  "type": "function"
         | 
| 1564 | 
            +
                },
         | 
| 1565 | 
            +
                {
         | 
| 1566 | 
            +
                  "inputs": [
         | 
| 1567 | 
            +
                    {
         | 
| 1568 | 
            +
                      "internalType": "NftId",
         | 
| 1569 | 
            +
                      "name": "targetNftId",
         | 
| 1570 | 
            +
                      "type": "uint96"
         | 
| 1571 | 
            +
                    },
         | 
| 1572 | 
            +
                    {
         | 
| 1573 | 
            +
                      "internalType": "UFixed",
         | 
| 1574 | 
            +
                      "name": "rewardRate",
         | 
| 1575 | 
            +
                      "type": "uint256"
         | 
| 1576 | 
            +
                    }
         | 
| 1577 | 
            +
                  ],
         | 
| 1578 | 
            +
                  "name": "setRewardRate",
         | 
| 1579 | 
            +
                  "outputs": [],
         | 
| 1580 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 1581 | 
            +
                  "type": "function"
         | 
| 1582 | 
            +
                },
         | 
| 1583 | 
            +
                {
         | 
| 1584 | 
            +
                  "inputs": [
         | 
| 1585 | 
            +
                    {
         | 
| 1586 | 
            +
                      "internalType": "uint256",
         | 
| 1587 | 
            +
                      "name": "chainId",
         | 
| 1588 | 
            +
                      "type": "uint256"
         | 
| 1589 | 
            +
                    },
         | 
| 1590 | 
            +
                    {
         | 
| 1591 | 
            +
                      "internalType": "address",
         | 
| 1592 | 
            +
                      "name": "token",
         | 
| 1593 | 
            +
                      "type": "address"
         | 
| 1594 | 
            +
                    },
         | 
| 1595 | 
            +
                    {
         | 
| 1596 | 
            +
                      "internalType": "UFixed",
         | 
| 1597 | 
            +
                      "name": "stakingRate",
         | 
| 1598 | 
            +
                      "type": "uint256"
         | 
| 1599 | 
            +
                    }
         | 
| 1600 | 
            +
                  ],
         | 
| 1601 | 
            +
                  "name": "setStakingRate",
         | 
| 1602 | 
            +
                  "outputs": [],
         | 
| 1603 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 1604 | 
            +
                  "type": "function"
         | 
| 1605 | 
            +
                },
         | 
| 1606 | 
            +
                {
         | 
| 1607 | 
            +
                  "inputs": [
         | 
| 1608 | 
            +
                    {
         | 
| 1609 | 
            +
                      "internalType": "contract StakingReader",
         | 
| 1610 | 
            +
                      "name": "stakingReader",
         | 
| 1611 | 
            +
                      "type": "address"
         | 
| 1612 | 
            +
                    }
         | 
| 1613 | 
            +
                  ],
         | 
| 1614 | 
            +
                  "name": "setStakingReader",
         | 
| 1615 | 
            +
                  "outputs": [],
         | 
| 1616 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 1617 | 
            +
                  "type": "function"
         | 
| 1618 | 
            +
                },
         | 
| 1619 | 
            +
                {
         | 
| 1620 | 
            +
                  "inputs": [
         | 
| 1621 | 
            +
                    {
         | 
| 1622 | 
            +
                      "internalType": "address",
         | 
| 1623 | 
            +
                      "name": "newWallet",
         | 
| 1624 | 
            +
                      "type": "address"
         | 
| 1625 | 
            +
                    }
         | 
| 1626 | 
            +
                  ],
         | 
| 1627 | 
            +
                  "name": "setWallet",
         | 
| 1628 | 
            +
                  "outputs": [],
         | 
| 1629 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 1630 | 
            +
                  "type": "function"
         | 
| 1631 | 
            +
                },
         | 
| 1632 | 
            +
                {
         | 
| 1633 | 
            +
                  "inputs": [
         | 
| 1634 | 
            +
                    {
         | 
| 1635 | 
            +
                      "internalType": "NftId",
         | 
| 1636 | 
            +
                      "name": "stakeNftId",
         | 
| 1637 | 
            +
                      "type": "uint96"
         | 
| 1638 | 
            +
                    },
         | 
| 1639 | 
            +
                    {
         | 
| 1640 | 
            +
                      "internalType": "Amount",
         | 
| 1641 | 
            +
                      "name": "stakeAmount",
         | 
| 1642 | 
            +
                      "type": "uint96"
         | 
| 1643 | 
            +
                    }
         | 
| 1644 | 
            +
                  ],
         | 
| 1645 | 
            +
                  "name": "stake",
         | 
| 1646 | 
            +
                  "outputs": [
         | 
| 1647 | 
            +
                    {
         | 
| 1648 | 
            +
                      "internalType": "Amount",
         | 
| 1649 | 
            +
                      "name": "stakeBalance",
         | 
| 1650 | 
            +
                      "type": "uint96"
         | 
| 1651 | 
            +
                    }
         | 
| 1652 | 
            +
                  ],
         | 
| 1653 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 1654 | 
            +
                  "type": "function"
         | 
| 1655 | 
            +
                },
         | 
| 1656 | 
            +
                {
         | 
| 1657 | 
            +
                  "inputs": [
         | 
| 1658 | 
            +
                    {
         | 
| 1659 | 
            +
                      "internalType": "bytes4",
         | 
| 1660 | 
            +
                      "name": "interfaceId",
         | 
| 1661 | 
            +
                      "type": "bytes4"
         | 
| 1662 | 
            +
                    }
         | 
| 1663 | 
            +
                  ],
         | 
| 1664 | 
            +
                  "name": "supportsInterface",
         | 
| 1665 | 
            +
                  "outputs": [
         | 
| 1666 | 
            +
                    {
         | 
| 1667 | 
            +
                      "internalType": "bool",
         | 
| 1668 | 
            +
                      "name": "",
         | 
| 1669 | 
            +
                      "type": "bool"
         | 
| 1670 | 
            +
                    }
         | 
| 1671 | 
            +
                  ],
         | 
| 1672 | 
            +
                  "stateMutability": "view",
         | 
| 1673 | 
            +
                  "type": "function"
         | 
| 1674 | 
            +
                },
         | 
| 1675 | 
            +
                {
         | 
| 1676 | 
            +
                  "inputs": [
         | 
| 1677 | 
            +
                    {
         | 
| 1678 | 
            +
                      "internalType": "address",
         | 
| 1679 | 
            +
                      "name": "to",
         | 
| 1680 | 
            +
                      "type": "address"
         | 
| 1681 | 
            +
                    },
         | 
| 1682 | 
            +
                    {
         | 
| 1683 | 
            +
                      "internalType": "Amount",
         | 
| 1684 | 
            +
                      "name": "dipAmount",
         | 
| 1685 | 
            +
                      "type": "uint96"
         | 
| 1686 | 
            +
                    }
         | 
| 1687 | 
            +
                  ],
         | 
| 1688 | 
            +
                  "name": "transferDipAmount",
         | 
| 1689 | 
            +
                  "outputs": [],
         | 
| 1690 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 1691 | 
            +
                  "type": "function"
         | 
| 1692 | 
            +
                },
         | 
| 1693 | 
            +
                {
         | 
| 1694 | 
            +
                  "inputs": [
         | 
| 1695 | 
            +
                    {
         | 
| 1696 | 
            +
                      "internalType": "NftId",
         | 
| 1697 | 
            +
                      "name": "stakeNftId",
         | 
| 1698 | 
            +
                      "type": "uint96"
         | 
| 1699 | 
            +
                    }
         | 
| 1700 | 
            +
                  ],
         | 
| 1701 | 
            +
                  "name": "unstake",
         | 
| 1702 | 
            +
                  "outputs": [
         | 
| 1703 | 
            +
                    {
         | 
| 1704 | 
            +
                      "internalType": "Amount",
         | 
| 1705 | 
            +
                      "name": "unstakedAmount",
         | 
| 1706 | 
            +
                      "type": "uint96"
         | 
| 1707 | 
            +
                    },
         | 
| 1708 | 
            +
                    {
         | 
| 1709 | 
            +
                      "internalType": "Amount",
         | 
| 1710 | 
            +
                      "name": "rewardsClaimedAmount",
         | 
| 1711 | 
            +
                      "type": "uint96"
         | 
| 1712 | 
            +
                    }
         | 
| 1713 | 
            +
                  ],
         | 
| 1714 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 1715 | 
            +
                  "type": "function"
         | 
| 1716 | 
            +
                },
         | 
| 1717 | 
            +
                {
         | 
| 1718 | 
            +
                  "inputs": [
         | 
| 1719 | 
            +
                    {
         | 
| 1720 | 
            +
                      "internalType": "NftId",
         | 
| 1721 | 
            +
                      "name": "targetNftId",
         | 
| 1722 | 
            +
                      "type": "uint96"
         | 
| 1723 | 
            +
                    },
         | 
| 1724 | 
            +
                    {
         | 
| 1725 | 
            +
                      "internalType": "address",
         | 
| 1726 | 
            +
                      "name": "token",
         | 
| 1727 | 
            +
                      "type": "address"
         | 
| 1728 | 
            +
                    },
         | 
| 1729 | 
            +
                    {
         | 
| 1730 | 
            +
                      "internalType": "Amount",
         | 
| 1731 | 
            +
                      "name": "amount",
         | 
| 1732 | 
            +
                      "type": "uint96"
         | 
| 1733 | 
            +
                    }
         | 
| 1734 | 
            +
                  ],
         | 
| 1735 | 
            +
                  "name": "updateRemoteTvl",
         | 
| 1736 | 
            +
                  "outputs": [],
         | 
| 1737 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 1738 | 
            +
                  "type": "function"
         | 
| 1739 | 
            +
                },
         | 
| 1740 | 
            +
                {
         | 
| 1741 | 
            +
                  "inputs": [
         | 
| 1742 | 
            +
                    {
         | 
| 1743 | 
            +
                      "internalType": "NftId",
         | 
| 1744 | 
            +
                      "name": "stakeNftId",
         | 
| 1745 | 
            +
                      "type": "uint96"
         | 
| 1746 | 
            +
                    }
         | 
| 1747 | 
            +
                  ],
         | 
| 1748 | 
            +
                  "name": "updateRewards",
         | 
| 1749 | 
            +
                  "outputs": [],
         | 
| 1750 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 1751 | 
            +
                  "type": "function"
         | 
| 1752 | 
            +
                },
         | 
| 1753 | 
            +
                {
         | 
| 1754 | 
            +
                  "inputs": [
         | 
| 1755 | 
            +
                    {
         | 
| 1756 | 
            +
                      "internalType": "bytes",
         | 
| 1757 | 
            +
                      "name": "data",
         | 
| 1758 | 
            +
                      "type": "bytes"
         | 
| 1759 | 
            +
                    }
         | 
| 1760 | 
            +
                  ],
         | 
| 1761 | 
            +
                  "name": "upgradeVersionable",
         | 
| 1762 | 
            +
                  "outputs": [],
         | 
| 1763 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 1764 | 
            +
                  "type": "function"
         | 
| 1765 | 
            +
                },
         | 
| 1766 | 
            +
                {
         | 
| 1767 | 
            +
                  "inputs": [
         | 
| 1768 | 
            +
                    {
         | 
| 1769 | 
            +
                      "internalType": "NftId",
         | 
| 1770 | 
            +
                      "name": "targetNftId",
         | 
| 1771 | 
            +
                      "type": "uint96"
         | 
| 1772 | 
            +
                    },
         | 
| 1773 | 
            +
                    {
         | 
| 1774 | 
            +
                      "internalType": "Amount",
         | 
| 1775 | 
            +
                      "name": "dipAmount",
         | 
| 1776 | 
            +
                      "type": "uint96"
         | 
| 1777 | 
            +
                    }
         | 
| 1778 | 
            +
                  ],
         | 
| 1779 | 
            +
                  "name": "withdrawRewardReserves",
         | 
| 1780 | 
            +
                  "outputs": [
         | 
| 1781 | 
            +
                    {
         | 
| 1782 | 
            +
                      "internalType": "Amount",
         | 
| 1783 | 
            +
                      "name": "newBalance",
         | 
| 1784 | 
            +
                      "type": "uint96"
         | 
| 1785 | 
            +
                    }
         | 
| 1786 | 
            +
                  ],
         | 
| 1787 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 1788 | 
            +
                  "type": "function"
         | 
| 1789 | 
            +
                }
         | 
| 1790 | 
            +
              ],
         | 
| 1791 | 
            +
              "bytecode": "0x6080604052348015600e575f80fd5b5060156019565b60c9565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff161560685760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b039081161460c65780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b615822806100d65f395ff3fe608060405234801561000f575f80fd5b506004361061037d575f3560e01c80636291423a116101d4578063bae99c9911610109578063deaa59df116100a9578063ea15869f11610079578063ea15869f146107e3578063ea48ce9b146107f7578063f7c34ee01461080a578063f8bf0d9f1461081d575f80fd5b8063deaa59df14610797578063e3a817cd146107aa578063e7f7fb86146107bd578063e8ce883d146107d0575f80fd5b8063caed9897116100e4578063caed989714610736578063d44f8a4b1461073e578063de0eb85f14610751578063dea4ccf214610764575f80fd5b8063bae99c9914610708578063bb1e0e591461071b578063bf7e214f1461072e575f80fd5b8063893d20e811610174578063958697a01161014f578063958697a0146106c65780639a726364146106d9578063ada9652e146106ec578063b423086c14610700575f80fd5b8063893d20e8146106885780638fb360371461069057806390edbd35146106b1575f80fd5b80636c1e9dff116101af5780636c1e9dff14610647578063719f761a1461065a5780637a9e5e4b1461066d57806386c7575414610680575f80fd5b80636291423a1461060f578063644c45e014610617578063675393bf14610634575f80fd5b806331ecc5cc116102b5578063562119ee116102555780635ecf260f116102255780635ecf260f146105b05780635fd1efec146105c3578063614d08f8146105d6578063628937d2146105fc575f80fd5b8063562119ee146105715780635741e5e9146105845780635ab1bd531461058c5780635cbb7d851461059d575f80fd5b806336fc697e1161029057806336fc697e1461053b578063419197fe1461054357806343d752d31461055657806349bb9e4b1461055e575f80fd5b806331ecc5cc14610502578063329d6e741461051557806336644da614610528575f80fd5b806317d7de7c1161032057806321df0da7116102fb57806321df0da7146104cc57806322366844146104d457806327bb7a33146104dc5780632a80f673146104ef575f80fd5b806317d7de7c1461047d5780631eff4b2214610492578063214cdb80146104b9575f80fd5b80630fec111c1161035b5780630fec111c1461041357806310a0638a14610428578063132996041461043d578063138461e01461045d575f80fd5b806301ffc9a714610381578063062c9cdf146103c25780630d8e6e2c146103f7575b5f80fd5b6103ad61038f3660046143fb565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6103e97fafe8d4462b2ed26a47154f4b8f6d1497d2f772496965791d25bd456e342b7f0081565b6040519081526020016103b9565b6103ff610830565b60405162ffffff90911681526020016103b9565b61041b6108b7565b6040516103b99190614450565b61043b610436366004614500565b610a75565b005b610445610b5e565b6040516001600160a01b0390911681526020016103b9565b610465610b70565b6040516001600160601b0390911681526020016103b9565b610485610b7a565b6040516103b9919061451b565b6103e97f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b61043b6104c73660046143fb565b610b8a565b610445610bb6565b6103ad610bc8565b61043b6104ea366004614685565b610cbe565b61043b6104fd366004614718565b610d63565b61043b610510366004614742565b610fcd565b61043b61052336600461478a565b611178565b61043b6105363660046147cd565b6112c3565b61043b61130b565b61043b610551366004614846565b611350565b610445611510565b61043b61056c36600461487d565b611522565b61043b61057f3660046148c9565b61161e565b6103ad611748565b6001546001600160a01b0316610445565b6104656105ab366004614920565b6117fc565b61043b6105be36600461493c565b6118be565b61043b6105d1366004614968565b611b2d565b610485604051806040016040528060078152602001665374616b696e6760c81b81525081565b61043b61060a366004614846565b611c92565b610445611d8b565b5f8051602061576d833981519152546001600160601b0316610465565b61043b610642366004614968565b611da6565b610465610655366004614920565b611eb1565b610465610668366004614500565b612038565b61043b61067b366004614968565b6122a9565b61044561232b565b610445612346565b610698612477565b6040516001600160e01b031990911681526020016103b9565b6106b96124ac565b6040516103b99190614983565b61043b6106d4366004614a0d565b6124d1565b61043b6106e7366004614a3a565b61251a565b6103e95f8051602061576d83398151915281565b6106b9612733565b61043b610716366004614500565b612743565b61043b610729366004614a6f565b61278f565b61044561282c565b610445612847565b61046561074c366004614a0d565b612862565b61046561075f366004614920565b6129f1565b610777610772366004614500565b612a8c565b604080516001600160601b039384168152929091166020830152016103b9565b61043b6107a5366004614968565b612d73565b61043b6107b8366004614846565b612fea565b61043b6107cb366004614a8b565b6130be565b6104656107de366004614920565b61315b565b6103e95f8051602061578d83398151915281565b610465610805366004614a0d565b6131b2565b61043b610818366004614ab8565b6132f6565b61043b61082b366004614ae4565b61336c565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af415801561088e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108b29190614be3565b905090565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c08101919091525f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610967573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061098b9190614c10565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a0016109d3612346565b6001600160a01b031681526020018260010180546109f090614c2b565b80601f0160208091040260200160405190810160405280929190818152602001828054610a1c90614c2b565b8015610a675780601f10610a3e57610100808354040283529160200191610a67565b820191905f5260205f20905b815481529060010190602001808311610a4a57829003601f168201915b505050505081525091505090565b610a81335b5f36613479565b80610a8a613577565b60020154604051634f9c1c0960e01b81526001600160601b03831660048201526001600160a01b0390911690634f9c1c0990602401602060405180830381865afa158015610ada573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610afe9190614c6e565b610b2b57604051632ab4595b60e11b81526001600160601b03821660048201526024015b60405180910390fd5b5f610b34613577565b60038101546002820154919250610b58916001600160a01b0391821691168561359b565b50505050565b5f610b676124ac565b60800151905090565b5f6108b23061371d565b6060610b846124ac565b51919050565b610b92613916565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b5f610bbf6124ac565b60400151905090565b5f610bdb6001546001600160a01b031690565b604051636939560f60e11b81523060048201526001600160a01b03919091169063d272ac1e90602401602060405180830381865afa158015610c1f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c439190614c10565b6040516330b8415f60e01b81526001600160601b03909116600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610c9a573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108b29190614c6e565b610cc6613916565b610cd082876132f6565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa301610d598382614cd4565b5050505050505050565b610d6c33610a7a565b81610d75613577565b6002015f9054906101000a90046001600160a01b03166001600160a01b03166363fe327a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610dc6573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610dea9190614d8e565b604051634f9c1c0960e01b81526001600160601b03831660048201526001600160a01b039190911690634f9c1c0990602401602060405180830381865afa158015610e37573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e5b9190614c6e565b610e83576040516396cff01560e01b81526001600160601b0382166004820152602401610b22565b604051633a39e8ad60e21b81523060048201526001600160601b0384166024820152604481018390525f90819073__$fb6c7635e3c1acf7e7d82c7d43e7a24671$__9063e8e7a2b49060640160a060405180830381865af4158015610eea573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f0e9190614e0a565b91509150610f1a613577565b60020154604051630300f49160e31b81526001600160a01b0390911690631807a48890610f4d9088908590600401614e35565b5f604051808303815f87803b158015610f64575f80fd5b505af1158015610f76573d5f803e3d5ffd5b5050604080516001600160601b0389168152602081018690529081018790527f3e76c26439d1ec3386e26dfeebf955ea11f5f5f30459052b70e061ade8c9554f925060600190505b60405180910390a15050505050565b610fd633610a7a565b5f610fdf613577565b6003810154604051630e8d845760e31b81526001600160a01b0390911660048201526001600160601b038086166024830152841660448201529091505f9073__$dbe4bf03c942dc0574f54ee579c90d56ef$__9063746c22b890606401602060405180830381865af4158015611057573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061107b9190614e7e565b60028301546040805160208101825264ffffffffff848116825291516331420df160e11b81526001600160601b038a166004820152905190911660248201529192506001600160a01b0316906362841be2906044015f604051808303815f87803b1580156110e7575f80fd5b505af11580156110f9573d5f803e3d5ffd5b505050506002820154604051633861317f60e01b81526001600160601b0380881660048301528087166024830152851660448201526001600160a01b0390911690633861317f906064015b5f604051808303815f87803b15801561115b575f80fd5b505af115801561116d573d5f803e3d5ffd5b505050505050505050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c61119a610830565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af41580156111d8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111fc9190614e99565b5f805160206157cd8339815191528054600160401b900460ff168061122e575080546001600160401b03808416911610155b1561124c5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b1781556112768361394e565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a1505050565b6112cc33610a7a565b6112d4612346565b6001600160a01b0316336001600160a01b0316146113075760405163086391f760e31b8152336004820152602401610b22565b5050565b611313613916565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b611358612346565b6001600160a01b0316336001600160a01b03161461138b5760405163086391f760e31b8152336004820152602401610b22565b30611394610b5e565b6001600160a01b0316146113bb5760405163b6d7537f60e01b815260040160405180910390fd5b816001600160a01b031663095ea7b36113d2611510565b60405163046e44af60e11b81526001600160601b038516600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906308dc895e90602401602060405180830381865af4158015611428573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061144c9190614ebf565b6040516001600160e01b031960e085901b1681526001600160a01b03909216600483015260248201526044016020604051808303815f875af1158015611494573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114b89190614c6e565b507ff1220014fdb8b69aee438722b1fe13ee4a807811a472467cee162f7b866e704e6114e2611510565b604080516001600160a01b0390921682526001600160601b0384166020830152015b60405180910390a15050565b5f6115196124ac565b60600151905090565b5f805160206157cd8339815191528054600160401b810460ff1615906001600160401b03165f811580156115535750825b90505f826001600160401b0316600114801561156e5750303b155b90508115801561157c575080155b1561159a5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156115c457845460ff60401b1916600160401b1785555b6115ce8787613956565b831561161557845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b61162733610a7a565b73__$fb6c7635e3c1acf7e7d82c7d43e7a24671$__639ed616cd6116536001546001600160a01b031690565b61165b613577565b6003015460405160e084901b6001600160e01b03191681526001600160a01b039283166004820152911660248201526001600160601b038816604482015260ff8716606482015264ffffffffff8516608482015260a4810184905260c4015f6040518083038186803b1580156116cf575f80fd5b505af41580156116e1573d5f803e3d5ffd5b505050506116ed613577565b600201546040805160808101825260ff871681526020810186905264ffffffffff851681830152606081018490529051632df8be9b60e01b81526001600160a01b0390921691632df8be9b9161114491899190600401614e35565b5f611751610bc8565b156117cc576001546001600160a01b03166040516308b09a5f60e41b81523060048201526001600160a01b039190911690638b09a5f0906024015f60405180830381865afa1580156117a5573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526115199190810190614f2e565b507fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0354600160a01b900460ff1690565b5f61180633610a7a565b8261180f613577565b60020154604051634f9c1c0960e01b81526001600160601b03831660048201526001600160a01b0390911690634f9c1c0990602401602060405180830381865afa15801561185f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906118839190614c6e565b6118ab57604051632ab4595b60e11b81526001600160601b0382166004820152602401610b22565b5f6118b4613577565b9050505092915050565b6118c733610a7a565b816118d0613577565b6002015f9054906101000a90046001600160a01b03166001600160a01b03166363fe327a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611921573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119459190614d8e565b604051634f9c1c0960e01b81526001600160601b03831660048201526001600160a01b039190911690634f9c1c0990602401602060405180830381865afa158015611992573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119b69190614c6e565b6119de576040516396cff01560e01b81526001600160601b0382166004820152602401610b22565b604051635f9c0df360e11b81523060048201526001600160601b038416602482015264ffffffffff831660448201525f90819073__$fb6c7635e3c1acf7e7d82c7d43e7a24671$__9063bf381be69060640160a060405180830381865af4158015611a4b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a6f9190614ffe565b91509150611a7b613577565b60020154604051630300f49160e31b81526001600160a01b0390911690631807a48890611aae9088908590600401614e35565b5f604051808303815f87803b158015611ac5575f80fd5b505af1158015611ad7573d5f803e3d5ffd5b5050604080516001600160601b038916815264ffffffffff80871660208301528816918101919091527fb847665302c1d8b6f507e07b17145514cea04af84e1665d629d82246992311e792506060019050610fbe565b611b35612346565b6001600160a01b0316336001600160a01b031614611b685760405163086391f760e31b8152336004820152602401610b22565b306001600160a01b0316816001600160a01b0316637b1391a66040518163ffffffff1660e01b8152600401602060405180830381865afa158015611bae573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611bd29190614d8e565b6001600160a01b031614611c6557806001600160a01b0316637b1391a66040518163ffffffff1660e01b8152600401602060405180830381865afa158015611c1c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c409190614d8e565b604051631641c88f60e11b81526001600160a01b039091166004820152602401610b22565b80611c6e613577565b60030180546001600160a01b0319166001600160a01b039290921691909117905550565b611c9b33610a7a565b5f611ca4611510565b90505f611caf610b5e565b905073__$dbe4bf03c942dc0574f54ee579c90d56ef$__6382aaf2e7611cd3610bb6565b8385876040518563ffffffff1660e01b8152600401611cf59493929190615029565b5f6040518083038186803b158015611d0b575f80fd5b505af4158015611d1d573d5f803e3d5ffd5b505060405163c661667d60e01b81526001600160a01b03848116600483015287811660248301526001600160601b03871660448301528516925063c661667d91506064015b5f604051808303815f87803b158015611d79575f80fd5b505af1158015610d59573d5f803e3d5ffd5b5f611d94613577565b600301546001600160a01b0316919050565b611dae613916565b806001600160a01b03163b5f03611de35760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610b22565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b81526311da029b60e01b60048201526301ffc9a790602401602060405180830381865afa925050508015611e5d575060408051601f3d908101601f19168201909252611e5a91810190614c6e565b60015b611e855760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610b22565b806113075760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610b22565b50565b5f611ebb33610a7a565b82611ec4613577565b60020154604051634f9c1c0960e01b81526001600160601b03831660048201526001600160a01b0390911690634f9c1c0990602401602060405180830381865afa158015611f14573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611f389190614c6e565b611f6057604051632ab4595b60e11b81526001600160601b0382166004820152602401610b22565b5f611f69613577565b905073__$dbe4bf03c942dc0574f54ee579c90d56ef$__630fcf5d08611f976001546001600160a01b031690565b6003840154600285015460405160e085901b6001600160e01b03191681526001600160a01b03938416600482015291831660248301529190911660448201526001600160601b0380891660648301528716608482015260a401602060405180830381865af415801561200b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061202f9190614c10565b95945050505050565b5f61204233610a7a565b8161204b613577565b60020154604051634f9c1c0960e01b81526001600160601b03831660048201526001600160a01b0390911690634f9c1c0990602401602060405180830381865afa15801561209b573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906120bf9190614c6e565b6120e757604051632ab4595b60e11b81526001600160601b0382166004820152602401610b22565b5f6120f0613577565b600381015460028201549192505f91612116916001600160a01b0390811691168761359b565b9050816002015f9054906101000a90046001600160a01b03166001600160a01b0316633fbdfe32868373__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af4158015612186573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906121aa9190614c10565b60405160e085901b6001600160e01b03191681526001600160601b039384166004820152918316602483015290911660448201526064016020604051808303815f875af11580156121fd573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122219190614c10565b600283015460405163136cfef760e01b81526001600160601b038085166004830152831660248201529195506001600160a01b03169063136cfef7906044016020604051808303815f875af115801561227c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122a09190614c10565b50505050919050565b336122b261282c565b6001600160a01b0316816001600160a01b0316146122ed5760405162d1953b60e31b81526001600160a01b0382166004820152602401610b22565b816001600160a01b03163b5f03612322576040516361798f2f60e11b81526001600160a01b0383166004820152602401610b22565b61130782613d40565b5f612334613577565b600201546001600160a01b0316919050565b5f805f8051602061576d83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156123b2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123d69190614c6e565b15612461576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015612437573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061245b9190614d8e565b91505090565b54600160601b90046001600160a01b0316919050565b5f805160206157ad83398151915280545f9190600160a01b900460ff1661249e575f61245b565b638fb3603760e01b91505090565b6124b4614398565b6124bc610bc8565b156124c9576108b2613d99565b6108b2612733565b6124da33610a7a565b6124e2612346565b6001600160a01b0316336001600160a01b0316146125155760405163086391f760e31b8152336004820152602401610b22565b505050565b612522612346565b6001600160a01b0316336001600160a01b0316146125555760405163086391f760e31b8152336004820152602401610b22565b5f61255e613577565b6001810154604051631703edc360e31b8152600481018790526001600160a01b03868116602483015292935091169063b81f6e1890604401602060405180830381865afa1580156125b1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906125d59190614c6e565b612604576040516374ddbd6960e01b8152600481018590526001600160a01b0384166024820152604401610b22565b6002810154604051637b21556160e01b8152600481018690526001600160a01b0385811660248301525f921690637b21556190604401602060405180830381865afa158015612655573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906126799190614ebf565b600283015460405163269c98d960e21b8152600481018890526001600160a01b03878116602483015260448201879052929350911690639a726364906064015f604051808303815f87803b1580156126cf575f80fd5b505af11580156126e1573d5f803e3d5ffd5b5050604080518881526001600160a01b0388166020820152908101849052606081018690527f8075f599388073d04550222731e9c7e00c284a4f858d8a0ffc0657164981c76e92506080019050610fbe565b61273b614398565b6108b2613d99565b61274b612346565b6001600160a01b0316336001600160a01b03161461277e5760405163086391f760e31b8152336004820152602401610b22565b611eae612789610bb6565b82611350565b6001546001600160a01b03166001600160a01b031663120726c36040518163ffffffff1660e01b8152600401602060405180830381865afa1580156127d6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906127fa9190614d8e565b6001600160a01b0316336001600160a01b0316146113075760405162f0630960e01b8152336004820152602401610b22565b5f805160206157ad833981519152546001600160a01b031690565b5f612850613577565b600101546001600160a01b0316919050565b5f61286c33610a7a565b5f612875613577565b600381015460405163153d412560e31b81526001600160601b03881660048201529192505f916001600160a01b039091169063a9ea092890602401608060405180830381865afa1580156128cb573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906128ef919061505b565b602001516003830154604051637b21556160e01b8152600481018390526001600160a01b0388811660248301529293505f9290911690637b21556190604401602060405180830381865afa158015612949573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061296d9190614ebf565b6002840154604051633ece552760e21b81529192506001600160a01b03169063fb39549c906129a6908a9085908b908b90600401615075565b6020604051808303815f875af11580156129c2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906129e69190614c10565b979650505050505050565b5f6129fb33610a7a565b5f612a04613577565b600281015460405163d7537c3760e01b81526001600160601b038088166004830152861660248201529192506001600160a01b03169063d7537c37906044015b6020604051808303815f875af1158015612a60573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a849190614c10565b949350505050565b5f80612a9733610a7a565b82612aa0613577565b60020154604051634f9c1c0960e01b81526001600160601b03831660048201526001600160a01b0390911690634f9c1c0990602401602060405180830381865afa158015612af0573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612b149190614c6e565b612b3c57604051632ab4595b60e11b81526001600160601b0382166004820152602401610b22565b5f612b45613577565b600381015460028201549192505f91612b6b916001600160a01b0390811691168861359b565b9050816002015f9054906101000a90046001600160a01b03166001600160a01b031663eb98e8a0878373__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af4158015612bdb573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612bff9190614c10565b73__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af4158015612c46573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612c6a9190614c10565b60405160e086901b6001600160e01b03191681526001600160601b03948516600482015292841660248401529083166044830152909116606482015260840160408051808303815f875af1158015612cc4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ce891906150a9565b600284015460405163136cfef760e01b81526001600160601b038086166004830152831660248201529297509095506001600160a01b03169063136cfef7906044016020604051808303815f875af1158015612d46573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612d6a9190614c10565b50505050915091565b612d7b612346565b6001600160a01b0316336001600160a01b031614612dae5760405163086391f760e31b8152336004820152602401610b22565b5f612db7610b5e565b90505f612dc2610bb6565b6040516370a0823160e01b81526001600160a01b0384811660048301529192505f918316906370a0823190602401602060405180830381865afa158015612e0b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612e2f9190614ebf565b90508015612efe576001600160a01b0383163014612efe57604051636eb1769f60e11b81526001600160a01b0384811660048301523060248301525f919084169063dd62ed3e90604401602060405180830381865afa158015612e94573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612eb89190614ebf565b905081811015612efc576040516372c963b360e11b81526001600160a01b038086166004830152861660248201526044810182905260648101839052608401610b22565b505b612f0784613f03565b8015610b5857306001600160a01b03841603612f8d5760405163095ea7b360e01b8152306004820152602481018290526001600160a01b0383169063095ea7b3906044016020604051808303815f875af1158015612f67573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612f8b9190614c6e565b505b612f9982848684613feb565b604080516001600160a01b038086168252861660208201529081018290527f8f925ed35e36754081a3353f30c5686c405280f94d1cfe322ee5707833d898679060600160405180910390a150505050565b612ff333610a7a565b5f612ffc611510565b90505f613007610b5e565b905073__$dbe4bf03c942dc0574f54ee579c90d56ef$__6382aaf2e761302b610bb6565b8685876040518563ffffffff1660e01b815260040161304d9493929190615029565b5f6040518083038186803b158015613063575f80fd5b505af4158015613075573d5f803e3d5ffd5b505060405163c661667d60e01b81526001600160a01b03878116600483015284811660248301526001600160601b03871660448301528516925063c661667d9150606401611d62565b6001546001600160a01b03166001600160a01b031663120726c36040518163ffffffff1660e01b8152600401602060405180830381865afa158015613105573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906131299190614d8e565b6001600160a01b0316336001600160a01b0316146125155760405162f0630960e01b8152336004820152602401610b22565b5f61316533610a7a565b5f61316e613577565b600281015460405163136cfef760e01b81526001600160601b038088166004830152861660248201529192506001600160a01b03169063136cfef790604401612a44565b5f6131bc33610a7a565b5f6131c5613577565b600381015460405163153d412560e31b81526001600160601b03881660048201529192505f916001600160a01b039091169063a9ea092890602401608060405180830381865afa15801561321b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061323f919061505b565b602001516003830154604051637b21556160e01b8152600481018390526001600160a01b0388811660248301529293505f9290911690637b21556190604401602060405180830381865afa158015613299573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906132bd9190614ebf565b60028401546040516377f9185160e01b81529192506001600160a01b0316906377f91851906129a6908a9085908b908b90600401615075565b6132fe613916565b61330781611da6565b61330f61130b565b6001600160a01b0382166133365760405163f17ef42d60e01b815260040160405180910390fd5b505f8051602061576d83398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b613374613916565b613382898987878787610cbe565b61338b8a614045565b6001600160a01b0386166133b2576040516327eab2e360e11b815260040160405180910390fd5b86515f036133d35760405163591eebf360e11b815260040160405180910390fd5b5f8051602061578d833981519152806133ec8982614cd4565b506001810180546001600160a01b03199081166001600160a01b038a161790915560028201805490911690556003810180546001600160a81b0319163060ff60a01b191617600160a01b871515021790556004810161344b8382614cd4565b5061345c634a531f3360e01b610b8a565b61346c632986755f60e11b610b8a565b5050505050505050505050565b5f805160206157ad8339815191525f806134b161349461282c565b87306134a360045f8a8c6150d6565b6134ac916150fd565b614056565b915091508161356f5763ffffffff81161561354c57825460ff60a01b1916600160a01b1783556134df61282c565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b815260040161350e93929190615135565b5f604051808303815f87803b158015613525575f80fd5b505af1158015613537573d5f803e3d5ffd5b5050845460ff60a01b191685555061356f9050565b60405162d1953b60e31b81526001600160a01b0387166004820152602401610b22565b505050505050565b7fafe8d4462b2ed26a47154f4b8f6d1497d2f772496965791d25bd456e342b7f0090565b6040516312b9a5c960e01b81526001600160601b03821660048201525f9081906001600160a01b038616906312b9a5c9906024016040805180830381865afa1580156135e9573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061360d9190615174565b60405163e048754d60e01b81526001600160a01b03881660048201526001600160601b03861660248201526044810182905291935091505f9073__$dbe4bf03c942dc0574f54ee579c90d56ef$__9063e048754d906064016040805180830381865af415801561367f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906136a391906150a9565b50604051634a2101d160e01b81526001600160601b0380871660048301528086166024830152821660448201529091506001600160a01b03861690634a2101d1906064015f604051808303815f87803b1580156136fe575f80fd5b505af1158015613710573d5f803e3d5ffd5b5050505050509392505050565b5f805f8051602061576d83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015613789573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906137ad9190614c6e565b156137d95780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610b22565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa15801561382b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061384f9190614c6e565b6138775760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610b22565b6001546001600160a01b0316604051636939560f60e11b81526001600160a01b038581166004830152919091169063d272ac1e90602401602060405180830381865afa1580156138c9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906138ed9190614c10565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b5f805160206157cd83398151915254600160401b900460ff1661394c57604051631afcd79f60e31b815260040160405180910390fd5b565b61037d613916565b5f805160206157cd8339815191528054600160401b810460ff1615906001600160401b03165f811580156139875750825b90505f826001600160401b031660011480156139a25750303b155b9050811580156139b0575080155b156139ce5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156139f857845460ff60401b1916600160401b1785555b5f805f8089806020019051810190613a1091906151a0565b93509350935093505f8490505f816001600160a01b031663e2b178a06040518163ffffffff1660e01b8152600401602060405180830381865afa158015613a59573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613a7d9190614d8e565b90505f8590505f816001600160a01b031663b201f7096040518163ffffffff1660e01b8152600401602060405180830381865afa158015613ac0573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613ae49190614d8e565b9050613b918389866001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015613b27573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613b4b9190614c10565b6040805180820190915260078152665374616b696e6760c81b60208201528560035f8c60405180602001604052805f81525060405180602001604052805f81525061336c565b613b9961415e565b5f613ba2613577565b9050613bb66001546001600160a01b031690565b6001600160a01b031663fff74f6c6040518163ffffffff1660e01b8152600401602060405180830381865afa158015613bf1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613c159190614c10565b6003820180546001600160601b0392909216600160a01b026001600160a01b039283161790556002820180549189166001600160a01b0319929092168217905560408051633148a11d60e11b81529051636291423a916004808201926020929091908290030181865afa158015613c8e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613cb29190614d8e565b6003820180546001600160a01b03199081166001600160a01b0393841617909155600183018054909116918a16919091179055613cf563fef8804160e01b610b8a565b505050505050505050831561161557845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200161160c565b5f805160206157ad83398151915280546001600160a01b0319166001600160a01b03831690811782556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad90602001611504565b613da1614398565b5f5f8051602061578d83398151915290506040518060c00160405280825f018054613dcb90614c2b565b80601f0160208091040260200160405190810160405280929190818152602001828054613df790614c2b565b8015613e425780601f10613e1957610100808354040283529160200191613e42565b820191905f5260205f20905b815481529060010190602001808311613e2557829003601f168201915b5050505050815260200173__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015613e93573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613eb79190614c10565b6001600160601b0316815260018301546001600160a01b03908116602083015260028401548116604083015260038401541660608201526004830180546080909201916109f090614c2b565b7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f03545f8051602061578d833981519152906001600160a01b03908116908316613f5f5760405163185a690f60e11b815260040160405180910390fd5b806001600160a01b0316836001600160a01b031603613f915760405163ade4578160e01b815260040160405180910390fd5b6003820180546001600160a01b0319166001600160a01b0385811691821790925560408051928416835260208301919091527f610ad1290dceadae2c5ce18bae2eb495be595083a257fac7414e50686f7c265091016112b6565b604080516001600160a01b0385811660248301528416604482015260648082018490528251808303909101815260849091019091526020810180516001600160e01b03166323b872dd60e01b179052610b589085906141f4565b61404d613916565b611eae81614255565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b179052516140c491906151fc565b5f60405180830381855afa9150503d805f81146140fc576040519150601f19603f3d011682016040523d82523d5f602084013e614101565b606091505b5091509150811561415357604081511061413357808060200190518101906141299190615212565b9094509250614153565b602081511061415357808060200190518101906141509190614c6e565b93505b505094509492505050565b7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f01546040515f8051602061578d833981519152916001600160a01b0316906141a5906143ee565b6001600160a01b039091168152602001604051809103905ff0801580156141ce573d5f803e3d5ffd5b5060029190910180546001600160a01b0319166001600160a01b03909216919091179055565b5f6142086001600160a01b03841683614266565b905080515f1415801561422c57508080602001905181019061422a9190614c6e565b155b1561251557604051635274afe760e01b81526001600160a01b0384166004820152602401610b22565b61425d613916565b611eae81613d40565b606061427383835f61427a565b9392505050565b60608147101561429f5760405163cd78605960e01b8152306004820152602401610b22565b5f80856001600160a01b031684866040516142ba91906151fc565b5f6040518083038185875af1925050503d805f81146142f4576040519150601f19603f3d011682016040523d82523d5f602084013e6142f9565b606091505b5091509150614309868383614313565b9695505050505050565b606082614328576143238261436f565b614273565b815115801561433f57506001600160a01b0384163b155b1561436857604051639996b31560e01b81526001600160a01b0385166004820152602401610b22565b5080614273565b80511561437f5780518082602001fd5b604051630a12f52160e11b815260040160405180910390fd5b6040518060c00160405280606081526020015f6001600160601b031681526020015f6001600160a01b031681526020015f6001600160a01b031681526020015f6001600160a01b03168152602001606081525090565b6105258061524883390190565b5f6020828403121561440b575f80fd5b81356001600160e01b031981168114614273575f80fd5b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151614498608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152612a84610100840182614422565b6001600160601b0381168114611eae575f80fd5b80356144fb816144dc565b919050565b5f60208284031215614510575f80fd5b8135614273816144dc565b602081525f6142736020830184614422565b6001600160a01b0381168114611eae575f80fd5b80356144fb8161452d565b60ff81168114611eae575f80fd5b80356144fb8161454c565b8015158114611eae575f80fd5b80356144fb81614565565b634e487b7160e01b5f52604160045260245ffd5b604051608081016001600160401b03811182821017156145b3576145b361457d565b60405290565b60405160e081016001600160401b03811182821017156145b3576145b361457d565b604051601f8201601f191681016001600160401b03811182821017156146035761460361457d565b604052919050565b5f6001600160401b038211156146235761462361457d565b50601f01601f191660200190565b5f82601f830112614640575f80fd5b8135602083015f6146586146538461460b565b6145db565b905082815285838301111561466b575f80fd5b828260208301375f92810160200192909252509392505050565b5f805f805f8060c0878903121561469a575f80fd5b86356146a58161452d565b955060208701356146b5816144dc565b945060408701356146c58161454c565b935060608701356146d581614565565b925060808701356146e58161452d565b915060a08701356001600160401b038111156146ff575f80fd5b61470b89828a01614631565b9150509295509295509295565b5f8060408385031215614729575f80fd5b8235614734816144dc565b946020939093013593505050565b5f805f60608486031215614754575f80fd5b833561475f816144dc565b9250602084013561476f816144dc565b9150604084013561477f816144dc565b809150509250925092565b5f6020828403121561479a575f80fd5b81356001600160401b038111156147af575f80fd5b612a8484828501614631565b64ffffffffff81168114611eae575f80fd5b5f8082840360a08112156147df575f80fd5b83356147ea816144dc565b92506080601f19820112156147fd575f80fd5b50614806614591565b60208401356148148161454c565b815260408401356020820152606084013561482e816147bb565b60408201526080939093013560608401525092909150565b5f8060408385031215614857575f80fd5b82356148628161452d565b91506020830135614872816144dc565b809150509250929050565b5f806040838503121561488e575f80fd5b82356148998161452d565b915060208301356001600160401b038111156148b3575f80fd5b6148bf85828601614631565b9150509250929050565b5f805f805f60a086880312156148dd575f80fd5b85356148e8816144dc565b945060208601356148f88161454c565b935060408601359250606086013561490f816147bb565b949793965091946080013592915050565b5f8060408385031215614931575f80fd5b8235614862816144dc565b5f806040838503121561494d575f80fd5b8235614958816144dc565b91506020830135614872816147bb565b5f60208284031215614978575f80fd5b81356142738161452d565b602081525f825160c0602084015261499e60e0840182614422565b90506001600160601b03602085015116604084015260018060a01b03604085015116606084015260018060a01b03606085015116608084015260808401516149f160a08501826001600160a01b03169052565b5060a0840151838203601f190160c085015261202f8282614422565b5f805f60608486031215614a1f575f80fd5b8335614a2a816144dc565b9250602084013561476f8161452d565b5f805f60608486031215614a4c575f80fd5b833592506020840135614a5e8161452d565b929592945050506040919091013590565b5f8060408385031215614a80575f80fd5b82356147348161452d565b5f805f60608486031215614a9d575f80fd5b8335614aa88161452d565b92506020840135614a5e8161452d565b5f8060408385031215614ac9575f80fd5b8235614ad48161452d565b915060208301356148728161452d565b5f805f805f805f805f806101408b8d031215614afe575f80fd5b614b078b614541565b9950614b1560208c01614541565b9850614b2360408c016144f0565b975060608b01356001600160401b03811115614b3d575f80fd5b614b498d828e01614631565b975050614b5860808c01614541565b9550614b6660a08c0161455a565b9450614b7460c08c01614572565b9350614b8260e08c01614541565b92506101008b01356001600160401b03811115614b9d575f80fd5b614ba98d828e01614631565b9250506101208b01356001600160401b03811115614bc5575f80fd5b614bd18d828e01614631565b9150509295989b9194979a5092959850565b5f60208284031215614bf3575f80fd5b815162ffffff81168114614273575f80fd5b80516144fb816144dc565b5f60208284031215614c20575f80fd5b8151614273816144dc565b600181811c90821680614c3f57607f821691505b602082108103614c5d57634e487b7160e01b5f52602260045260245ffd5b50919050565b80516144fb81614565565b5f60208284031215614c7e575f80fd5b815161427381614565565b601f82111561251557805f5260205f20601f840160051c81016020851015614cae5750805b601f840160051c820191505b81811015614ccd575f8155600101614cba565b5050505050565b81516001600160401b03811115614ced57614ced61457d565b614d0181614cfb8454614c2b565b84614c89565b6020601f821160018114614d33575f8315614d1c5750848201515b5f19600385901b1c1916600184901b178455614ccd565b5f84815260208120601f198516915b82811015614d625787850151825560209485019460019092019101614d42565b5084821015614d7f57868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b5f60208284031215614d9e575f80fd5b81516142738161452d565b80516144fb8161454c565b5f60808284031215614dc4575f80fd5b614dcc614591565b90508151614dd98161454c565b8152602082810151908201526040820151614df3816147bb565b604082015260609182015191810191909152919050565b5f8060a08385031215614e1b575f80fd5b82519150614e2c8460208501614db4565b90509250929050565b5f60a0820190506001600160601b038416825260ff83511660208301526020830151604083015264ffffffffff6040840151166060830152606083015160808301529392505050565b5f60208284031215614e8e575f80fd5b8151614273816147bb565b5f60208284031215614ea9575f80fd5b81516001600160401b0381168114614273575f80fd5b5f60208284031215614ecf575f80fd5b5051919050565b80516144fb8161452d565b5f82601f830112614ef0575f80fd5b8151614efe6146538261460b565b818152846020838601011115614f12575f80fd5b8160208501602083015e5f918101602001919091529392505050565b5f60208284031215614f3e575f80fd5b81516001600160401b03811115614f53575f80fd5b820160e08185031215614f64575f80fd5b614f6c6145b9565b614f7582614c05565b8152614f8360208301614c05565b6020820152614f9460408301614da9565b6040820152614fa560608301614c63565b6060820152614fb660808301614ed6565b6080820152614fc760a08301614ed6565b60a082015260c08201516001600160401b03811115614fe4575f80fd5b614ff086828501614ee1565b60c083015250949350505050565b5f8060a0838503121561500f575f80fd5b825161501a816147bb565b9150614e2c8460208501614db4565b6001600160a01b0394851681529284166020840152921660408201526001600160601b03909116606082015260800190565b5f6080828403121561506b575f80fd5b6142738383614db4565b6001600160601b03948516815260208101939093526001600160a01b03919091166040830152909116606082015260800190565b5f80604083850312156150ba575f80fd5b82516150c5816144dc565b6020840151909250614872816144dc565b5f80858511156150e4575f80fd5b838611156150f0575f80fd5b5050820193919092039150565b80356001600160e01b0319811690600484101561512e576001600160e01b0319600485900360031b81901b82161691505b5092915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b5f8060408385031215615185575f80fd5b8251615190816144dc565b6020939093015192949293505050565b5f805f80608085870312156151b3575f80fd5b84516151be8161452d565b60208601519094506151cf8161452d565b60408601519093506151e08161452d565b60608601519092506151f18161452d565b939692955090935050565b5f82518060208501845e5f920191825250919050565b5f8060408385031215615223575f80fd5b825161522e81614565565b602084015190925063ffffffff81168114614872575f80fdfe6080604052348015600e575f80fd5b50604051610525380380610525833981016040819052602b91604e565b5f80546001600160a01b0319166001600160a01b03929092169190911790556079565b5f60208284031215605d575f80fd5b81516001600160a01b03811681146072575f80fd5b9392505050565b61049f806100865f395ff3fe608060405234801561000f575f80fd5b506004361061003f575f3560e01c806321df0da7146100435780638d7271c314610061578063c661667d14610076575b5f80fd5b5f54604080516001600160a01b039092168252519081900360200190f35b61007461006f36600461038c565b610089565b005b6100746100843660046103dd565b610119565b60405163046e44af60e11b81526001600160601b03821660048201526101139085908590859073__$3bac17678db7ae928afa209f2f44deec9c$__906308dc895e906024015b602060405180830381865af41580156100ea573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061010e919061041d565b610172565b50505050565b5f5460405163046e44af60e11b81526001600160601b038316600482015261016d916001600160a01b0316908590859073__$3bac17678db7ae928afa209f2f44deec9c$__906308dc895e906024016100cf565b505050565b604080516001600160a01b038581166024830152848116604483015260648083018590528351808403909101815260849092019092526020810180516001600160e01b03166323b872dd60e01b179052610113918691905f906101d790841683610229565b905080515f141580156101fb5750808060200190518101906101f99190610434565b155b1561016d57604051635274afe760e01b81526001600160a01b03841660048201526024015b60405180910390fd5b606061023683835f61023d565b9392505050565b6060814710156102625760405163cd78605960e01b8152306004820152602401610220565b5f80856001600160a01b0316848660405161027d9190610453565b5f6040518083038185875af1925050503d805f81146102b7576040519150601f19603f3d011682016040523d82523d5f602084013e6102bc565b606091505b50915091506102cc8683836102d6565b9695505050505050565b6060826102eb576102e682610332565b610236565b815115801561030257506001600160a01b0384163b155b1561032b57604051639996b31560e01b81526001600160a01b0385166004820152602401610220565b5080610236565b8051156103425780518082602001fd5b604051630a12f52160e11b815260040160405180910390fd5b80356001600160a01b0381168114610371575f80fd5b919050565b80356001600160601b0381168114610371575f80fd5b5f805f806080858703121561039f575f80fd5b6103a88561035b565b93506103b66020860161035b565b92506103c46040860161035b565b91506103d260608601610376565b905092959194509250565b5f805f606084860312156103ef575f80fd5b6103f88461035b565b92506104066020850161035b565b915061041460408501610376565b90509250925092565b5f6020828403121561042d575f80fd5b5051919050565b5f60208284031215610444575f80fd5b81518015158114610236575f80fd5b5f82518060208501845e5f92019182525091905056fea26469706673582212205f34ee826179979a1994401fb81767c75e8cf7caddde2e10872d95c77dcb6e8564736f6c634300081a003307ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00ffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a2646970667358221220ce3a2d65ef7741b3f0a078a0da12b2d5b33a92d2f28c52152d406687de0ea74664736f6c634300081a0033",
         | 
| 1792 | 
            +
              "deployedBytecode": "0x608060405234801561000f575f80fd5b506004361061037d575f3560e01c80636291423a116101d4578063bae99c9911610109578063deaa59df116100a9578063ea15869f11610079578063ea15869f146107e3578063ea48ce9b146107f7578063f7c34ee01461080a578063f8bf0d9f1461081d575f80fd5b8063deaa59df14610797578063e3a817cd146107aa578063e7f7fb86146107bd578063e8ce883d146107d0575f80fd5b8063caed9897116100e4578063caed989714610736578063d44f8a4b1461073e578063de0eb85f14610751578063dea4ccf214610764575f80fd5b8063bae99c9914610708578063bb1e0e591461071b578063bf7e214f1461072e575f80fd5b8063893d20e811610174578063958697a01161014f578063958697a0146106c65780639a726364146106d9578063ada9652e146106ec578063b423086c14610700575f80fd5b8063893d20e8146106885780638fb360371461069057806390edbd35146106b1575f80fd5b80636c1e9dff116101af5780636c1e9dff14610647578063719f761a1461065a5780637a9e5e4b1461066d57806386c7575414610680575f80fd5b80636291423a1461060f578063644c45e014610617578063675393bf14610634575f80fd5b806331ecc5cc116102b5578063562119ee116102555780635ecf260f116102255780635ecf260f146105b05780635fd1efec146105c3578063614d08f8146105d6578063628937d2146105fc575f80fd5b8063562119ee146105715780635741e5e9146105845780635ab1bd531461058c5780635cbb7d851461059d575f80fd5b806336fc697e1161029057806336fc697e1461053b578063419197fe1461054357806343d752d31461055657806349bb9e4b1461055e575f80fd5b806331ecc5cc14610502578063329d6e741461051557806336644da614610528575f80fd5b806317d7de7c1161032057806321df0da7116102fb57806321df0da7146104cc57806322366844146104d457806327bb7a33146104dc5780632a80f673146104ef575f80fd5b806317d7de7c1461047d5780631eff4b2214610492578063214cdb80146104b9575f80fd5b80630fec111c1161035b5780630fec111c1461041357806310a0638a14610428578063132996041461043d578063138461e01461045d575f80fd5b806301ffc9a714610381578063062c9cdf146103c25780630d8e6e2c146103f7575b5f80fd5b6103ad61038f3660046143fb565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6103e97fafe8d4462b2ed26a47154f4b8f6d1497d2f772496965791d25bd456e342b7f0081565b6040519081526020016103b9565b6103ff610830565b60405162ffffff90911681526020016103b9565b61041b6108b7565b6040516103b99190614450565b61043b610436366004614500565b610a75565b005b610445610b5e565b6040516001600160a01b0390911681526020016103b9565b610465610b70565b6040516001600160601b0390911681526020016103b9565b610485610b7a565b6040516103b9919061451b565b6103e97f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b61043b6104c73660046143fb565b610b8a565b610445610bb6565b6103ad610bc8565b61043b6104ea366004614685565b610cbe565b61043b6104fd366004614718565b610d63565b61043b610510366004614742565b610fcd565b61043b61052336600461478a565b611178565b61043b6105363660046147cd565b6112c3565b61043b61130b565b61043b610551366004614846565b611350565b610445611510565b61043b61056c36600461487d565b611522565b61043b61057f3660046148c9565b61161e565b6103ad611748565b6001546001600160a01b0316610445565b6104656105ab366004614920565b6117fc565b61043b6105be36600461493c565b6118be565b61043b6105d1366004614968565b611b2d565b610485604051806040016040528060078152602001665374616b696e6760c81b81525081565b61043b61060a366004614846565b611c92565b610445611d8b565b5f8051602061576d833981519152546001600160601b0316610465565b61043b610642366004614968565b611da6565b610465610655366004614920565b611eb1565b610465610668366004614500565b612038565b61043b61067b366004614968565b6122a9565b61044561232b565b610445612346565b610698612477565b6040516001600160e01b031990911681526020016103b9565b6106b96124ac565b6040516103b99190614983565b61043b6106d4366004614a0d565b6124d1565b61043b6106e7366004614a3a565b61251a565b6103e95f8051602061576d83398151915281565b6106b9612733565b61043b610716366004614500565b612743565b61043b610729366004614a6f565b61278f565b61044561282c565b610445612847565b61046561074c366004614a0d565b612862565b61046561075f366004614920565b6129f1565b610777610772366004614500565b612a8c565b604080516001600160601b039384168152929091166020830152016103b9565b61043b6107a5366004614968565b612d73565b61043b6107b8366004614846565b612fea565b61043b6107cb366004614a8b565b6130be565b6104656107de366004614920565b61315b565b6103e95f8051602061578d83398151915281565b610465610805366004614a0d565b6131b2565b61043b610818366004614ab8565b6132f6565b61043b61082b366004614ae4565b61336c565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af415801561088e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108b29190614be3565b905090565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c08101919091525f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610967573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061098b9190614c10565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a0016109d3612346565b6001600160a01b031681526020018260010180546109f090614c2b565b80601f0160208091040260200160405190810160405280929190818152602001828054610a1c90614c2b565b8015610a675780601f10610a3e57610100808354040283529160200191610a67565b820191905f5260205f20905b815481529060010190602001808311610a4a57829003601f168201915b505050505081525091505090565b610a81335b5f36613479565b80610a8a613577565b60020154604051634f9c1c0960e01b81526001600160601b03831660048201526001600160a01b0390911690634f9c1c0990602401602060405180830381865afa158015610ada573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610afe9190614c6e565b610b2b57604051632ab4595b60e11b81526001600160601b03821660048201526024015b60405180910390fd5b5f610b34613577565b60038101546002820154919250610b58916001600160a01b0391821691168561359b565b50505050565b5f610b676124ac565b60800151905090565b5f6108b23061371d565b6060610b846124ac565b51919050565b610b92613916565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b5f610bbf6124ac565b60400151905090565b5f610bdb6001546001600160a01b031690565b604051636939560f60e11b81523060048201526001600160a01b03919091169063d272ac1e90602401602060405180830381865afa158015610c1f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c439190614c10565b6040516330b8415f60e01b81526001600160601b03909116600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610c9a573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108b29190614c6e565b610cc6613916565b610cd082876132f6565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa301610d598382614cd4565b5050505050505050565b610d6c33610a7a565b81610d75613577565b6002015f9054906101000a90046001600160a01b03166001600160a01b03166363fe327a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610dc6573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610dea9190614d8e565b604051634f9c1c0960e01b81526001600160601b03831660048201526001600160a01b039190911690634f9c1c0990602401602060405180830381865afa158015610e37573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e5b9190614c6e565b610e83576040516396cff01560e01b81526001600160601b0382166004820152602401610b22565b604051633a39e8ad60e21b81523060048201526001600160601b0384166024820152604481018390525f90819073__$fb6c7635e3c1acf7e7d82c7d43e7a24671$__9063e8e7a2b49060640160a060405180830381865af4158015610eea573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f0e9190614e0a565b91509150610f1a613577565b60020154604051630300f49160e31b81526001600160a01b0390911690631807a48890610f4d9088908590600401614e35565b5f604051808303815f87803b158015610f64575f80fd5b505af1158015610f76573d5f803e3d5ffd5b5050604080516001600160601b0389168152602081018690529081018790527f3e76c26439d1ec3386e26dfeebf955ea11f5f5f30459052b70e061ade8c9554f925060600190505b60405180910390a15050505050565b610fd633610a7a565b5f610fdf613577565b6003810154604051630e8d845760e31b81526001600160a01b0390911660048201526001600160601b038086166024830152841660448201529091505f9073__$dbe4bf03c942dc0574f54ee579c90d56ef$__9063746c22b890606401602060405180830381865af4158015611057573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061107b9190614e7e565b60028301546040805160208101825264ffffffffff848116825291516331420df160e11b81526001600160601b038a166004820152905190911660248201529192506001600160a01b0316906362841be2906044015f604051808303815f87803b1580156110e7575f80fd5b505af11580156110f9573d5f803e3d5ffd5b505050506002820154604051633861317f60e01b81526001600160601b0380881660048301528087166024830152851660448201526001600160a01b0390911690633861317f906064015b5f604051808303815f87803b15801561115b575f80fd5b505af115801561116d573d5f803e3d5ffd5b505050505050505050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c61119a610830565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af41580156111d8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111fc9190614e99565b5f805160206157cd8339815191528054600160401b900460ff168061122e575080546001600160401b03808416911610155b1561124c5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b1781556112768361394e565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a1505050565b6112cc33610a7a565b6112d4612346565b6001600160a01b0316336001600160a01b0316146113075760405163086391f760e31b8152336004820152602401610b22565b5050565b611313613916565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b611358612346565b6001600160a01b0316336001600160a01b03161461138b5760405163086391f760e31b8152336004820152602401610b22565b30611394610b5e565b6001600160a01b0316146113bb5760405163b6d7537f60e01b815260040160405180910390fd5b816001600160a01b031663095ea7b36113d2611510565b60405163046e44af60e11b81526001600160601b038516600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906308dc895e90602401602060405180830381865af4158015611428573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061144c9190614ebf565b6040516001600160e01b031960e085901b1681526001600160a01b03909216600483015260248201526044016020604051808303815f875af1158015611494573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114b89190614c6e565b507ff1220014fdb8b69aee438722b1fe13ee4a807811a472467cee162f7b866e704e6114e2611510565b604080516001600160a01b0390921682526001600160601b0384166020830152015b60405180910390a15050565b5f6115196124ac565b60600151905090565b5f805160206157cd8339815191528054600160401b810460ff1615906001600160401b03165f811580156115535750825b90505f826001600160401b0316600114801561156e5750303b155b90508115801561157c575080155b1561159a5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156115c457845460ff60401b1916600160401b1785555b6115ce8787613956565b831561161557845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b61162733610a7a565b73__$fb6c7635e3c1acf7e7d82c7d43e7a24671$__639ed616cd6116536001546001600160a01b031690565b61165b613577565b6003015460405160e084901b6001600160e01b03191681526001600160a01b039283166004820152911660248201526001600160601b038816604482015260ff8716606482015264ffffffffff8516608482015260a4810184905260c4015f6040518083038186803b1580156116cf575f80fd5b505af41580156116e1573d5f803e3d5ffd5b505050506116ed613577565b600201546040805160808101825260ff871681526020810186905264ffffffffff851681830152606081018490529051632df8be9b60e01b81526001600160a01b0390921691632df8be9b9161114491899190600401614e35565b5f611751610bc8565b156117cc576001546001600160a01b03166040516308b09a5f60e41b81523060048201526001600160a01b039190911690638b09a5f0906024015f60405180830381865afa1580156117a5573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526115199190810190614f2e565b507fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0354600160a01b900460ff1690565b5f61180633610a7a565b8261180f613577565b60020154604051634f9c1c0960e01b81526001600160601b03831660048201526001600160a01b0390911690634f9c1c0990602401602060405180830381865afa15801561185f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906118839190614c6e565b6118ab57604051632ab4595b60e11b81526001600160601b0382166004820152602401610b22565b5f6118b4613577565b9050505092915050565b6118c733610a7a565b816118d0613577565b6002015f9054906101000a90046001600160a01b03166001600160a01b03166363fe327a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611921573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119459190614d8e565b604051634f9c1c0960e01b81526001600160601b03831660048201526001600160a01b039190911690634f9c1c0990602401602060405180830381865afa158015611992573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119b69190614c6e565b6119de576040516396cff01560e01b81526001600160601b0382166004820152602401610b22565b604051635f9c0df360e11b81523060048201526001600160601b038416602482015264ffffffffff831660448201525f90819073__$fb6c7635e3c1acf7e7d82c7d43e7a24671$__9063bf381be69060640160a060405180830381865af4158015611a4b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a6f9190614ffe565b91509150611a7b613577565b60020154604051630300f49160e31b81526001600160a01b0390911690631807a48890611aae9088908590600401614e35565b5f604051808303815f87803b158015611ac5575f80fd5b505af1158015611ad7573d5f803e3d5ffd5b5050604080516001600160601b038916815264ffffffffff80871660208301528816918101919091527fb847665302c1d8b6f507e07b17145514cea04af84e1665d629d82246992311e792506060019050610fbe565b611b35612346565b6001600160a01b0316336001600160a01b031614611b685760405163086391f760e31b8152336004820152602401610b22565b306001600160a01b0316816001600160a01b0316637b1391a66040518163ffffffff1660e01b8152600401602060405180830381865afa158015611bae573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611bd29190614d8e565b6001600160a01b031614611c6557806001600160a01b0316637b1391a66040518163ffffffff1660e01b8152600401602060405180830381865afa158015611c1c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c409190614d8e565b604051631641c88f60e11b81526001600160a01b039091166004820152602401610b22565b80611c6e613577565b60030180546001600160a01b0319166001600160a01b039290921691909117905550565b611c9b33610a7a565b5f611ca4611510565b90505f611caf610b5e565b905073__$dbe4bf03c942dc0574f54ee579c90d56ef$__6382aaf2e7611cd3610bb6565b8385876040518563ffffffff1660e01b8152600401611cf59493929190615029565b5f6040518083038186803b158015611d0b575f80fd5b505af4158015611d1d573d5f803e3d5ffd5b505060405163c661667d60e01b81526001600160a01b03848116600483015287811660248301526001600160601b03871660448301528516925063c661667d91506064015b5f604051808303815f87803b158015611d79575f80fd5b505af1158015610d59573d5f803e3d5ffd5b5f611d94613577565b600301546001600160a01b0316919050565b611dae613916565b806001600160a01b03163b5f03611de35760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610b22565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b81526311da029b60e01b60048201526301ffc9a790602401602060405180830381865afa925050508015611e5d575060408051601f3d908101601f19168201909252611e5a91810190614c6e565b60015b611e855760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610b22565b806113075760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610b22565b50565b5f611ebb33610a7a565b82611ec4613577565b60020154604051634f9c1c0960e01b81526001600160601b03831660048201526001600160a01b0390911690634f9c1c0990602401602060405180830381865afa158015611f14573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611f389190614c6e565b611f6057604051632ab4595b60e11b81526001600160601b0382166004820152602401610b22565b5f611f69613577565b905073__$dbe4bf03c942dc0574f54ee579c90d56ef$__630fcf5d08611f976001546001600160a01b031690565b6003840154600285015460405160e085901b6001600160e01b03191681526001600160a01b03938416600482015291831660248301529190911660448201526001600160601b0380891660648301528716608482015260a401602060405180830381865af415801561200b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061202f9190614c10565b95945050505050565b5f61204233610a7a565b8161204b613577565b60020154604051634f9c1c0960e01b81526001600160601b03831660048201526001600160a01b0390911690634f9c1c0990602401602060405180830381865afa15801561209b573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906120bf9190614c6e565b6120e757604051632ab4595b60e11b81526001600160601b0382166004820152602401610b22565b5f6120f0613577565b600381015460028201549192505f91612116916001600160a01b0390811691168761359b565b9050816002015f9054906101000a90046001600160a01b03166001600160a01b0316633fbdfe32868373__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af4158015612186573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906121aa9190614c10565b60405160e085901b6001600160e01b03191681526001600160601b039384166004820152918316602483015290911660448201526064016020604051808303815f875af11580156121fd573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122219190614c10565b600283015460405163136cfef760e01b81526001600160601b038085166004830152831660248201529195506001600160a01b03169063136cfef7906044016020604051808303815f875af115801561227c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122a09190614c10565b50505050919050565b336122b261282c565b6001600160a01b0316816001600160a01b0316146122ed5760405162d1953b60e31b81526001600160a01b0382166004820152602401610b22565b816001600160a01b03163b5f03612322576040516361798f2f60e11b81526001600160a01b0383166004820152602401610b22565b61130782613d40565b5f612334613577565b600201546001600160a01b0316919050565b5f805f8051602061576d83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156123b2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123d69190614c6e565b15612461576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015612437573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061245b9190614d8e565b91505090565b54600160601b90046001600160a01b0316919050565b5f805160206157ad83398151915280545f9190600160a01b900460ff1661249e575f61245b565b638fb3603760e01b91505090565b6124b4614398565b6124bc610bc8565b156124c9576108b2613d99565b6108b2612733565b6124da33610a7a565b6124e2612346565b6001600160a01b0316336001600160a01b0316146125155760405163086391f760e31b8152336004820152602401610b22565b505050565b612522612346565b6001600160a01b0316336001600160a01b0316146125555760405163086391f760e31b8152336004820152602401610b22565b5f61255e613577565b6001810154604051631703edc360e31b8152600481018790526001600160a01b03868116602483015292935091169063b81f6e1890604401602060405180830381865afa1580156125b1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906125d59190614c6e565b612604576040516374ddbd6960e01b8152600481018590526001600160a01b0384166024820152604401610b22565b6002810154604051637b21556160e01b8152600481018690526001600160a01b0385811660248301525f921690637b21556190604401602060405180830381865afa158015612655573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906126799190614ebf565b600283015460405163269c98d960e21b8152600481018890526001600160a01b03878116602483015260448201879052929350911690639a726364906064015f604051808303815f87803b1580156126cf575f80fd5b505af11580156126e1573d5f803e3d5ffd5b5050604080518881526001600160a01b0388166020820152908101849052606081018690527f8075f599388073d04550222731e9c7e00c284a4f858d8a0ffc0657164981c76e92506080019050610fbe565b61273b614398565b6108b2613d99565b61274b612346565b6001600160a01b0316336001600160a01b03161461277e5760405163086391f760e31b8152336004820152602401610b22565b611eae612789610bb6565b82611350565b6001546001600160a01b03166001600160a01b031663120726c36040518163ffffffff1660e01b8152600401602060405180830381865afa1580156127d6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906127fa9190614d8e565b6001600160a01b0316336001600160a01b0316146113075760405162f0630960e01b8152336004820152602401610b22565b5f805160206157ad833981519152546001600160a01b031690565b5f612850613577565b600101546001600160a01b0316919050565b5f61286c33610a7a565b5f612875613577565b600381015460405163153d412560e31b81526001600160601b03881660048201529192505f916001600160a01b039091169063a9ea092890602401608060405180830381865afa1580156128cb573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906128ef919061505b565b602001516003830154604051637b21556160e01b8152600481018390526001600160a01b0388811660248301529293505f9290911690637b21556190604401602060405180830381865afa158015612949573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061296d9190614ebf565b6002840154604051633ece552760e21b81529192506001600160a01b03169063fb39549c906129a6908a9085908b908b90600401615075565b6020604051808303815f875af11580156129c2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906129e69190614c10565b979650505050505050565b5f6129fb33610a7a565b5f612a04613577565b600281015460405163d7537c3760e01b81526001600160601b038088166004830152861660248201529192506001600160a01b03169063d7537c37906044015b6020604051808303815f875af1158015612a60573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a849190614c10565b949350505050565b5f80612a9733610a7a565b82612aa0613577565b60020154604051634f9c1c0960e01b81526001600160601b03831660048201526001600160a01b0390911690634f9c1c0990602401602060405180830381865afa158015612af0573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612b149190614c6e565b612b3c57604051632ab4595b60e11b81526001600160601b0382166004820152602401610b22565b5f612b45613577565b600381015460028201549192505f91612b6b916001600160a01b0390811691168861359b565b9050816002015f9054906101000a90046001600160a01b03166001600160a01b031663eb98e8a0878373__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af4158015612bdb573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612bff9190614c10565b73__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af4158015612c46573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612c6a9190614c10565b60405160e086901b6001600160e01b03191681526001600160601b03948516600482015292841660248401529083166044830152909116606482015260840160408051808303815f875af1158015612cc4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ce891906150a9565b600284015460405163136cfef760e01b81526001600160601b038086166004830152831660248201529297509095506001600160a01b03169063136cfef7906044016020604051808303815f875af1158015612d46573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612d6a9190614c10565b50505050915091565b612d7b612346565b6001600160a01b0316336001600160a01b031614612dae5760405163086391f760e31b8152336004820152602401610b22565b5f612db7610b5e565b90505f612dc2610bb6565b6040516370a0823160e01b81526001600160a01b0384811660048301529192505f918316906370a0823190602401602060405180830381865afa158015612e0b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612e2f9190614ebf565b90508015612efe576001600160a01b0383163014612efe57604051636eb1769f60e11b81526001600160a01b0384811660048301523060248301525f919084169063dd62ed3e90604401602060405180830381865afa158015612e94573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612eb89190614ebf565b905081811015612efc576040516372c963b360e11b81526001600160a01b038086166004830152861660248201526044810182905260648101839052608401610b22565b505b612f0784613f03565b8015610b5857306001600160a01b03841603612f8d5760405163095ea7b360e01b8152306004820152602481018290526001600160a01b0383169063095ea7b3906044016020604051808303815f875af1158015612f67573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612f8b9190614c6e565b505b612f9982848684613feb565b604080516001600160a01b038086168252861660208201529081018290527f8f925ed35e36754081a3353f30c5686c405280f94d1cfe322ee5707833d898679060600160405180910390a150505050565b612ff333610a7a565b5f612ffc611510565b90505f613007610b5e565b905073__$dbe4bf03c942dc0574f54ee579c90d56ef$__6382aaf2e761302b610bb6565b8685876040518563ffffffff1660e01b815260040161304d9493929190615029565b5f6040518083038186803b158015613063575f80fd5b505af4158015613075573d5f803e3d5ffd5b505060405163c661667d60e01b81526001600160a01b03878116600483015284811660248301526001600160601b03871660448301528516925063c661667d9150606401611d62565b6001546001600160a01b03166001600160a01b031663120726c36040518163ffffffff1660e01b8152600401602060405180830381865afa158015613105573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906131299190614d8e565b6001600160a01b0316336001600160a01b0316146125155760405162f0630960e01b8152336004820152602401610b22565b5f61316533610a7a565b5f61316e613577565b600281015460405163136cfef760e01b81526001600160601b038088166004830152861660248201529192506001600160a01b03169063136cfef790604401612a44565b5f6131bc33610a7a565b5f6131c5613577565b600381015460405163153d412560e31b81526001600160601b03881660048201529192505f916001600160a01b039091169063a9ea092890602401608060405180830381865afa15801561321b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061323f919061505b565b602001516003830154604051637b21556160e01b8152600481018390526001600160a01b0388811660248301529293505f9290911690637b21556190604401602060405180830381865afa158015613299573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906132bd9190614ebf565b60028401546040516377f9185160e01b81529192506001600160a01b0316906377f91851906129a6908a9085908b908b90600401615075565b6132fe613916565b61330781611da6565b61330f61130b565b6001600160a01b0382166133365760405163f17ef42d60e01b815260040160405180910390fd5b505f8051602061576d83398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b613374613916565b613382898987878787610cbe565b61338b8a614045565b6001600160a01b0386166133b2576040516327eab2e360e11b815260040160405180910390fd5b86515f036133d35760405163591eebf360e11b815260040160405180910390fd5b5f8051602061578d833981519152806133ec8982614cd4565b506001810180546001600160a01b03199081166001600160a01b038a161790915560028201805490911690556003810180546001600160a81b0319163060ff60a01b191617600160a01b871515021790556004810161344b8382614cd4565b5061345c634a531f3360e01b610b8a565b61346c632986755f60e11b610b8a565b5050505050505050505050565b5f805160206157ad8339815191525f806134b161349461282c565b87306134a360045f8a8c6150d6565b6134ac916150fd565b614056565b915091508161356f5763ffffffff81161561354c57825460ff60a01b1916600160a01b1783556134df61282c565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b815260040161350e93929190615135565b5f604051808303815f87803b158015613525575f80fd5b505af1158015613537573d5f803e3d5ffd5b5050845460ff60a01b191685555061356f9050565b60405162d1953b60e31b81526001600160a01b0387166004820152602401610b22565b505050505050565b7fafe8d4462b2ed26a47154f4b8f6d1497d2f772496965791d25bd456e342b7f0090565b6040516312b9a5c960e01b81526001600160601b03821660048201525f9081906001600160a01b038616906312b9a5c9906024016040805180830381865afa1580156135e9573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061360d9190615174565b60405163e048754d60e01b81526001600160a01b03881660048201526001600160601b03861660248201526044810182905291935091505f9073__$dbe4bf03c942dc0574f54ee579c90d56ef$__9063e048754d906064016040805180830381865af415801561367f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906136a391906150a9565b50604051634a2101d160e01b81526001600160601b0380871660048301528086166024830152821660448201529091506001600160a01b03861690634a2101d1906064015f604051808303815f87803b1580156136fe575f80fd5b505af1158015613710573d5f803e3d5ffd5b5050505050509392505050565b5f805f8051602061576d83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015613789573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906137ad9190614c6e565b156137d95780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610b22565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa15801561382b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061384f9190614c6e565b6138775760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610b22565b6001546001600160a01b0316604051636939560f60e11b81526001600160a01b038581166004830152919091169063d272ac1e90602401602060405180830381865afa1580156138c9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906138ed9190614c10565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b5f805160206157cd83398151915254600160401b900460ff1661394c57604051631afcd79f60e31b815260040160405180910390fd5b565b61037d613916565b5f805160206157cd8339815191528054600160401b810460ff1615906001600160401b03165f811580156139875750825b90505f826001600160401b031660011480156139a25750303b155b9050811580156139b0575080155b156139ce5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156139f857845460ff60401b1916600160401b1785555b5f805f8089806020019051810190613a1091906151a0565b93509350935093505f8490505f816001600160a01b031663e2b178a06040518163ffffffff1660e01b8152600401602060405180830381865afa158015613a59573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613a7d9190614d8e565b90505f8590505f816001600160a01b031663b201f7096040518163ffffffff1660e01b8152600401602060405180830381865afa158015613ac0573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613ae49190614d8e565b9050613b918389866001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015613b27573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613b4b9190614c10565b6040805180820190915260078152665374616b696e6760c81b60208201528560035f8c60405180602001604052805f81525060405180602001604052805f81525061336c565b613b9961415e565b5f613ba2613577565b9050613bb66001546001600160a01b031690565b6001600160a01b031663fff74f6c6040518163ffffffff1660e01b8152600401602060405180830381865afa158015613bf1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613c159190614c10565b6003820180546001600160601b0392909216600160a01b026001600160a01b039283161790556002820180549189166001600160a01b0319929092168217905560408051633148a11d60e11b81529051636291423a916004808201926020929091908290030181865afa158015613c8e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613cb29190614d8e565b6003820180546001600160a01b03199081166001600160a01b0393841617909155600183018054909116918a16919091179055613cf563fef8804160e01b610b8a565b505050505050505050831561161557845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200161160c565b5f805160206157ad83398151915280546001600160a01b0319166001600160a01b03831690811782556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad90602001611504565b613da1614398565b5f5f8051602061578d83398151915290506040518060c00160405280825f018054613dcb90614c2b565b80601f0160208091040260200160405190810160405280929190818152602001828054613df790614c2b565b8015613e425780601f10613e1957610100808354040283529160200191613e42565b820191905f5260205f20905b815481529060010190602001808311613e2557829003601f168201915b5050505050815260200173__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015613e93573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613eb79190614c10565b6001600160601b0316815260018301546001600160a01b03908116602083015260028401548116604083015260038401541660608201526004830180546080909201916109f090614c2b565b7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f03545f8051602061578d833981519152906001600160a01b03908116908316613f5f5760405163185a690f60e11b815260040160405180910390fd5b806001600160a01b0316836001600160a01b031603613f915760405163ade4578160e01b815260040160405180910390fd5b6003820180546001600160a01b0319166001600160a01b0385811691821790925560408051928416835260208301919091527f610ad1290dceadae2c5ce18bae2eb495be595083a257fac7414e50686f7c265091016112b6565b604080516001600160a01b0385811660248301528416604482015260648082018490528251808303909101815260849091019091526020810180516001600160e01b03166323b872dd60e01b179052610b589085906141f4565b61404d613916565b611eae81614255565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b179052516140c491906151fc565b5f60405180830381855afa9150503d805f81146140fc576040519150601f19603f3d011682016040523d82523d5f602084013e614101565b606091505b5091509150811561415357604081511061413357808060200190518101906141299190615212565b9094509250614153565b602081511061415357808060200190518101906141509190614c6e565b93505b505094509492505050565b7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f01546040515f8051602061578d833981519152916001600160a01b0316906141a5906143ee565b6001600160a01b039091168152602001604051809103905ff0801580156141ce573d5f803e3d5ffd5b5060029190910180546001600160a01b0319166001600160a01b03909216919091179055565b5f6142086001600160a01b03841683614266565b905080515f1415801561422c57508080602001905181019061422a9190614c6e565b155b1561251557604051635274afe760e01b81526001600160a01b0384166004820152602401610b22565b61425d613916565b611eae81613d40565b606061427383835f61427a565b9392505050565b60608147101561429f5760405163cd78605960e01b8152306004820152602401610b22565b5f80856001600160a01b031684866040516142ba91906151fc565b5f6040518083038185875af1925050503d805f81146142f4576040519150601f19603f3d011682016040523d82523d5f602084013e6142f9565b606091505b5091509150614309868383614313565b9695505050505050565b606082614328576143238261436f565b614273565b815115801561433f57506001600160a01b0384163b155b1561436857604051639996b31560e01b81526001600160a01b0385166004820152602401610b22565b5080614273565b80511561437f5780518082602001fd5b604051630a12f52160e11b815260040160405180910390fd5b6040518060c00160405280606081526020015f6001600160601b031681526020015f6001600160a01b031681526020015f6001600160a01b031681526020015f6001600160a01b03168152602001606081525090565b6105258061524883390190565b5f6020828403121561440b575f80fd5b81356001600160e01b031981168114614273575f80fd5b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151614498608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152612a84610100840182614422565b6001600160601b0381168114611eae575f80fd5b80356144fb816144dc565b919050565b5f60208284031215614510575f80fd5b8135614273816144dc565b602081525f6142736020830184614422565b6001600160a01b0381168114611eae575f80fd5b80356144fb8161452d565b60ff81168114611eae575f80fd5b80356144fb8161454c565b8015158114611eae575f80fd5b80356144fb81614565565b634e487b7160e01b5f52604160045260245ffd5b604051608081016001600160401b03811182821017156145b3576145b361457d565b60405290565b60405160e081016001600160401b03811182821017156145b3576145b361457d565b604051601f8201601f191681016001600160401b03811182821017156146035761460361457d565b604052919050565b5f6001600160401b038211156146235761462361457d565b50601f01601f191660200190565b5f82601f830112614640575f80fd5b8135602083015f6146586146538461460b565b6145db565b905082815285838301111561466b575f80fd5b828260208301375f92810160200192909252509392505050565b5f805f805f8060c0878903121561469a575f80fd5b86356146a58161452d565b955060208701356146b5816144dc565b945060408701356146c58161454c565b935060608701356146d581614565565b925060808701356146e58161452d565b915060a08701356001600160401b038111156146ff575f80fd5b61470b89828a01614631565b9150509295509295509295565b5f8060408385031215614729575f80fd5b8235614734816144dc565b946020939093013593505050565b5f805f60608486031215614754575f80fd5b833561475f816144dc565b9250602084013561476f816144dc565b9150604084013561477f816144dc565b809150509250925092565b5f6020828403121561479a575f80fd5b81356001600160401b038111156147af575f80fd5b612a8484828501614631565b64ffffffffff81168114611eae575f80fd5b5f8082840360a08112156147df575f80fd5b83356147ea816144dc565b92506080601f19820112156147fd575f80fd5b50614806614591565b60208401356148148161454c565b815260408401356020820152606084013561482e816147bb565b60408201526080939093013560608401525092909150565b5f8060408385031215614857575f80fd5b82356148628161452d565b91506020830135614872816144dc565b809150509250929050565b5f806040838503121561488e575f80fd5b82356148998161452d565b915060208301356001600160401b038111156148b3575f80fd5b6148bf85828601614631565b9150509250929050565b5f805f805f60a086880312156148dd575f80fd5b85356148e8816144dc565b945060208601356148f88161454c565b935060408601359250606086013561490f816147bb565b949793965091946080013592915050565b5f8060408385031215614931575f80fd5b8235614862816144dc565b5f806040838503121561494d575f80fd5b8235614958816144dc565b91506020830135614872816147bb565b5f60208284031215614978575f80fd5b81356142738161452d565b602081525f825160c0602084015261499e60e0840182614422565b90506001600160601b03602085015116604084015260018060a01b03604085015116606084015260018060a01b03606085015116608084015260808401516149f160a08501826001600160a01b03169052565b5060a0840151838203601f190160c085015261202f8282614422565b5f805f60608486031215614a1f575f80fd5b8335614a2a816144dc565b9250602084013561476f8161452d565b5f805f60608486031215614a4c575f80fd5b833592506020840135614a5e8161452d565b929592945050506040919091013590565b5f8060408385031215614a80575f80fd5b82356147348161452d565b5f805f60608486031215614a9d575f80fd5b8335614aa88161452d565b92506020840135614a5e8161452d565b5f8060408385031215614ac9575f80fd5b8235614ad48161452d565b915060208301356148728161452d565b5f805f805f805f805f806101408b8d031215614afe575f80fd5b614b078b614541565b9950614b1560208c01614541565b9850614b2360408c016144f0565b975060608b01356001600160401b03811115614b3d575f80fd5b614b498d828e01614631565b975050614b5860808c01614541565b9550614b6660a08c0161455a565b9450614b7460c08c01614572565b9350614b8260e08c01614541565b92506101008b01356001600160401b03811115614b9d575f80fd5b614ba98d828e01614631565b9250506101208b01356001600160401b03811115614bc5575f80fd5b614bd18d828e01614631565b9150509295989b9194979a5092959850565b5f60208284031215614bf3575f80fd5b815162ffffff81168114614273575f80fd5b80516144fb816144dc565b5f60208284031215614c20575f80fd5b8151614273816144dc565b600181811c90821680614c3f57607f821691505b602082108103614c5d57634e487b7160e01b5f52602260045260245ffd5b50919050565b80516144fb81614565565b5f60208284031215614c7e575f80fd5b815161427381614565565b601f82111561251557805f5260205f20601f840160051c81016020851015614cae5750805b601f840160051c820191505b81811015614ccd575f8155600101614cba565b5050505050565b81516001600160401b03811115614ced57614ced61457d565b614d0181614cfb8454614c2b565b84614c89565b6020601f821160018114614d33575f8315614d1c5750848201515b5f19600385901b1c1916600184901b178455614ccd565b5f84815260208120601f198516915b82811015614d625787850151825560209485019460019092019101614d42565b5084821015614d7f57868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b5f60208284031215614d9e575f80fd5b81516142738161452d565b80516144fb8161454c565b5f60808284031215614dc4575f80fd5b614dcc614591565b90508151614dd98161454c565b8152602082810151908201526040820151614df3816147bb565b604082015260609182015191810191909152919050565b5f8060a08385031215614e1b575f80fd5b82519150614e2c8460208501614db4565b90509250929050565b5f60a0820190506001600160601b038416825260ff83511660208301526020830151604083015264ffffffffff6040840151166060830152606083015160808301529392505050565b5f60208284031215614e8e575f80fd5b8151614273816147bb565b5f60208284031215614ea9575f80fd5b81516001600160401b0381168114614273575f80fd5b5f60208284031215614ecf575f80fd5b5051919050565b80516144fb8161452d565b5f82601f830112614ef0575f80fd5b8151614efe6146538261460b565b818152846020838601011115614f12575f80fd5b8160208501602083015e5f918101602001919091529392505050565b5f60208284031215614f3e575f80fd5b81516001600160401b03811115614f53575f80fd5b820160e08185031215614f64575f80fd5b614f6c6145b9565b614f7582614c05565b8152614f8360208301614c05565b6020820152614f9460408301614da9565b6040820152614fa560608301614c63565b6060820152614fb660808301614ed6565b6080820152614fc760a08301614ed6565b60a082015260c08201516001600160401b03811115614fe4575f80fd5b614ff086828501614ee1565b60c083015250949350505050565b5f8060a0838503121561500f575f80fd5b825161501a816147bb565b9150614e2c8460208501614db4565b6001600160a01b0394851681529284166020840152921660408201526001600160601b03909116606082015260800190565b5f6080828403121561506b575f80fd5b6142738383614db4565b6001600160601b03948516815260208101939093526001600160a01b03919091166040830152909116606082015260800190565b5f80604083850312156150ba575f80fd5b82516150c5816144dc565b6020840151909250614872816144dc565b5f80858511156150e4575f80fd5b838611156150f0575f80fd5b5050820193919092039150565b80356001600160e01b0319811690600484101561512e576001600160e01b0319600485900360031b81901b82161691505b5092915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b5f8060408385031215615185575f80fd5b8251615190816144dc565b6020939093015192949293505050565b5f805f80608085870312156151b3575f80fd5b84516151be8161452d565b60208601519094506151cf8161452d565b60408601519093506151e08161452d565b60608601519092506151f18161452d565b939692955090935050565b5f82518060208501845e5f920191825250919050565b5f8060408385031215615223575f80fd5b825161522e81614565565b602084015190925063ffffffff81168114614872575f80fdfe6080604052348015600e575f80fd5b50604051610525380380610525833981016040819052602b91604e565b5f80546001600160a01b0319166001600160a01b03929092169190911790556079565b5f60208284031215605d575f80fd5b81516001600160a01b03811681146072575f80fd5b9392505050565b61049f806100865f395ff3fe608060405234801561000f575f80fd5b506004361061003f575f3560e01c806321df0da7146100435780638d7271c314610061578063c661667d14610076575b5f80fd5b5f54604080516001600160a01b039092168252519081900360200190f35b61007461006f36600461038c565b610089565b005b6100746100843660046103dd565b610119565b60405163046e44af60e11b81526001600160601b03821660048201526101139085908590859073__$3bac17678db7ae928afa209f2f44deec9c$__906308dc895e906024015b602060405180830381865af41580156100ea573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061010e919061041d565b610172565b50505050565b5f5460405163046e44af60e11b81526001600160601b038316600482015261016d916001600160a01b0316908590859073__$3bac17678db7ae928afa209f2f44deec9c$__906308dc895e906024016100cf565b505050565b604080516001600160a01b038581166024830152848116604483015260648083018590528351808403909101815260849092019092526020810180516001600160e01b03166323b872dd60e01b179052610113918691905f906101d790841683610229565b905080515f141580156101fb5750808060200190518101906101f99190610434565b155b1561016d57604051635274afe760e01b81526001600160a01b03841660048201526024015b60405180910390fd5b606061023683835f61023d565b9392505050565b6060814710156102625760405163cd78605960e01b8152306004820152602401610220565b5f80856001600160a01b0316848660405161027d9190610453565b5f6040518083038185875af1925050503d805f81146102b7576040519150601f19603f3d011682016040523d82523d5f602084013e6102bc565b606091505b50915091506102cc8683836102d6565b9695505050505050565b6060826102eb576102e682610332565b610236565b815115801561030257506001600160a01b0384163b155b1561032b57604051639996b31560e01b81526001600160a01b0385166004820152602401610220565b5080610236565b8051156103425780518082602001fd5b604051630a12f52160e11b815260040160405180910390fd5b80356001600160a01b0381168114610371575f80fd5b919050565b80356001600160601b0381168114610371575f80fd5b5f805f806080858703121561039f575f80fd5b6103a88561035b565b93506103b66020860161035b565b92506103c46040860161035b565b91506103d260608601610376565b905092959194509250565b5f805f606084860312156103ef575f80fd5b6103f88461035b565b92506104066020850161035b565b915061041460408501610376565b90509250925092565b5f6020828403121561042d575f80fd5b5051919050565b5f60208284031215610444575f80fd5b81518015158114610236575f80fd5b5f82518060208501845e5f92019182525091905056fea26469706673582212205f34ee826179979a1994401fb81767c75e8cf7caddde2e10872d95c77dcb6e8564736f6c634300081a003307ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00ffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a2646970667358221220ce3a2d65ef7741b3f0a078a0da12b2d5b33a92d2f28c52152d406687de0ea74664736f6c634300081a0033",
         | 
| 1793 | 
            +
              "linkReferences": {
         | 
| 1794 | 
            +
                "contracts/staking/StakeManagerLib.sol": {
         | 
| 1795 | 
            +
                  "StakeManagerLib": [
         | 
| 1796 | 
            +
                    {
         | 
| 1797 | 
            +
                      "length": 20,
         | 
| 1798 | 
            +
                      "start": 4341
         | 
| 1799 | 
            +
                    },
         | 
| 1800 | 
            +
                    {
         | 
| 1801 | 
            +
                      "length": 20,
         | 
| 1802 | 
            +
                      "start": 7561
         | 
| 1803 | 
            +
                    },
         | 
| 1804 | 
            +
                    {
         | 
| 1805 | 
            +
                      "length": 20,
         | 
| 1806 | 
            +
                      "start": 8259
         | 
| 1807 | 
            +
                    },
         | 
| 1808 | 
            +
                    {
         | 
| 1809 | 
            +
                      "length": 20,
         | 
| 1810 | 
            +
                      "start": 12513
         | 
| 1811 | 
            +
                    },
         | 
| 1812 | 
            +
                    {
         | 
| 1813 | 
            +
                      "length": 20,
         | 
| 1814 | 
            +
                      "start": 14110
         | 
| 1815 | 
            +
                    }
         | 
| 1816 | 
            +
                  ]
         | 
| 1817 | 
            +
                },
         | 
| 1818 | 
            +
                "contracts/staking/TargetManagerLib.sol": {
         | 
| 1819 | 
            +
                  "TargetManagerLib": [
         | 
| 1820 | 
            +
                    {
         | 
| 1821 | 
            +
                      "length": 20,
         | 
| 1822 | 
            +
                      "start": 3976
         | 
| 1823 | 
            +
                    },
         | 
| 1824 | 
            +
                    {
         | 
| 1825 | 
            +
                      "length": 20,
         | 
| 1826 | 
            +
                      "start": 5887
         | 
| 1827 | 
            +
                    },
         | 
| 1828 | 
            +
                    {
         | 
| 1829 | 
            +
                      "length": 20,
         | 
| 1830 | 
            +
                      "start": 6889
         | 
| 1831 | 
            +
                    }
         | 
| 1832 | 
            +
                  ]
         | 
| 1833 | 
            +
                },
         | 
| 1834 | 
            +
                "contracts/type/Amount.sol": {
         | 
| 1835 | 
            +
                  "AmountLib": [
         | 
| 1836 | 
            +
                    {
         | 
| 1837 | 
            +
                      "length": 20,
         | 
| 1838 | 
            +
                      "start": 5318
         | 
| 1839 | 
            +
                    },
         | 
| 1840 | 
            +
                    {
         | 
| 1841 | 
            +
                      "length": 20,
         | 
| 1842 | 
            +
                      "start": 8727
         | 
| 1843 | 
            +
                    },
         | 
| 1844 | 
            +
                    {
         | 
| 1845 | 
            +
                      "length": 20,
         | 
| 1846 | 
            +
                      "start": 11372
         | 
| 1847 | 
            +
                    },
         | 
| 1848 | 
            +
                    {
         | 
| 1849 | 
            +
                      "length": 20,
         | 
| 1850 | 
            +
                      "start": 11479
         | 
| 1851 | 
            +
                    },
         | 
| 1852 | 
            +
                    {
         | 
| 1853 | 
            +
                      "length": 20,
         | 
| 1854 | 
            +
                      "start": 21589
         | 
| 1855 | 
            +
                    },
         | 
| 1856 | 
            +
                    {
         | 
| 1857 | 
            +
                      "length": 20,
         | 
| 1858 | 
            +
                      "start": 21743
         | 
| 1859 | 
            +
                    }
         | 
| 1860 | 
            +
                  ]
         | 
| 1861 | 
            +
                },
         | 
| 1862 | 
            +
                "contracts/type/NftId.sol": {
         | 
| 1863 | 
            +
                  "NftIdLib": [
         | 
| 1864 | 
            +
                    {
         | 
| 1865 | 
            +
                      "length": 20,
         | 
| 1866 | 
            +
                      "start": 2552
         | 
| 1867 | 
            +
                    },
         | 
| 1868 | 
            +
                    {
         | 
| 1869 | 
            +
                      "length": 20,
         | 
| 1870 | 
            +
                      "start": 3384
         | 
| 1871 | 
            +
                    },
         | 
| 1872 | 
            +
                    {
         | 
| 1873 | 
            +
                      "length": 20,
         | 
| 1874 | 
            +
                      "start": 9296
         | 
| 1875 | 
            +
                    },
         | 
| 1876 | 
            +
                    {
         | 
| 1877 | 
            +
                      "length": 20,
         | 
| 1878 | 
            +
                      "start": 14375
         | 
| 1879 | 
            +
                    },
         | 
| 1880 | 
            +
                    {
         | 
| 1881 | 
            +
                      "length": 20,
         | 
| 1882 | 
            +
                      "start": 16164
         | 
| 1883 | 
            +
                    }
         | 
| 1884 | 
            +
                  ]
         | 
| 1885 | 
            +
                },
         | 
| 1886 | 
            +
                "contracts/type/Version.sol": {
         | 
| 1887 | 
            +
                  "VersionLib": [
         | 
| 1888 | 
            +
                    {
         | 
| 1889 | 
            +
                      "length": 20,
         | 
| 1890 | 
            +
                      "start": 2348
         | 
| 1891 | 
            +
                    },
         | 
| 1892 | 
            +
                    {
         | 
| 1893 | 
            +
                      "length": 20,
         | 
| 1894 | 
            +
                      "start": 4688
         | 
| 1895 | 
            +
                    }
         | 
| 1896 | 
            +
                  ]
         | 
| 1897 | 
            +
                }
         | 
| 1898 | 
            +
              },
         | 
| 1899 | 
            +
              "deployedLinkReferences": {
         | 
| 1900 | 
            +
                "contracts/staking/StakeManagerLib.sol": {
         | 
| 1901 | 
            +
                  "StakeManagerLib": [
         | 
| 1902 | 
            +
                    {
         | 
| 1903 | 
            +
                      "length": 20,
         | 
| 1904 | 
            +
                      "start": 4127
         | 
| 1905 | 
            +
                    },
         | 
| 1906 | 
            +
                    {
         | 
| 1907 | 
            +
                      "length": 20,
         | 
| 1908 | 
            +
                      "start": 7347
         | 
| 1909 | 
            +
                    },
         | 
| 1910 | 
            +
                    {
         | 
| 1911 | 
            +
                      "length": 20,
         | 
| 1912 | 
            +
                      "start": 8045
         | 
| 1913 | 
            +
                    },
         | 
| 1914 | 
            +
                    {
         | 
| 1915 | 
            +
                      "length": 20,
         | 
| 1916 | 
            +
                      "start": 12299
         | 
| 1917 | 
            +
                    },
         | 
| 1918 | 
            +
                    {
         | 
| 1919 | 
            +
                      "length": 20,
         | 
| 1920 | 
            +
                      "start": 13896
         | 
| 1921 | 
            +
                    }
         | 
| 1922 | 
            +
                  ]
         | 
| 1923 | 
            +
                },
         | 
| 1924 | 
            +
                "contracts/staking/TargetManagerLib.sol": {
         | 
| 1925 | 
            +
                  "TargetManagerLib": [
         | 
| 1926 | 
            +
                    {
         | 
| 1927 | 
            +
                      "length": 20,
         | 
| 1928 | 
            +
                      "start": 3762
         | 
| 1929 | 
            +
                    },
         | 
| 1930 | 
            +
                    {
         | 
| 1931 | 
            +
                      "length": 20,
         | 
| 1932 | 
            +
                      "start": 5673
         | 
| 1933 | 
            +
                    },
         | 
| 1934 | 
            +
                    {
         | 
| 1935 | 
            +
                      "length": 20,
         | 
| 1936 | 
            +
                      "start": 6675
         | 
| 1937 | 
            +
                    }
         | 
| 1938 | 
            +
                  ]
         | 
| 1939 | 
            +
                },
         | 
| 1940 | 
            +
                "contracts/type/Amount.sol": {
         | 
| 1941 | 
            +
                  "AmountLib": [
         | 
| 1942 | 
            +
                    {
         | 
| 1943 | 
            +
                      "length": 20,
         | 
| 1944 | 
            +
                      "start": 5104
         | 
| 1945 | 
            +
                    },
         | 
| 1946 | 
            +
                    {
         | 
| 1947 | 
            +
                      "length": 20,
         | 
| 1948 | 
            +
                      "start": 8513
         | 
| 1949 | 
            +
                    },
         | 
| 1950 | 
            +
                    {
         | 
| 1951 | 
            +
                      "length": 20,
         | 
| 1952 | 
            +
                      "start": 11158
         | 
| 1953 | 
            +
                    },
         | 
| 1954 | 
            +
                    {
         | 
| 1955 | 
            +
                      "length": 20,
         | 
| 1956 | 
            +
                      "start": 11265
         | 
| 1957 | 
            +
                    },
         | 
| 1958 | 
            +
                    {
         | 
| 1959 | 
            +
                      "length": 20,
         | 
| 1960 | 
            +
                      "start": 21375
         | 
| 1961 | 
            +
                    },
         | 
| 1962 | 
            +
                    {
         | 
| 1963 | 
            +
                      "length": 20,
         | 
| 1964 | 
            +
                      "start": 21529
         | 
| 1965 | 
            +
                    }
         | 
| 1966 | 
            +
                  ]
         | 
| 1967 | 
            +
                },
         | 
| 1968 | 
            +
                "contracts/type/NftId.sol": {
         | 
| 1969 | 
            +
                  "NftIdLib": [
         | 
| 1970 | 
            +
                    {
         | 
| 1971 | 
            +
                      "length": 20,
         | 
| 1972 | 
            +
                      "start": 2338
         | 
| 1973 | 
            +
                    },
         | 
| 1974 | 
            +
                    {
         | 
| 1975 | 
            +
                      "length": 20,
         | 
| 1976 | 
            +
                      "start": 3170
         | 
| 1977 | 
            +
                    },
         | 
| 1978 | 
            +
                    {
         | 
| 1979 | 
            +
                      "length": 20,
         | 
| 1980 | 
            +
                      "start": 9082
         | 
| 1981 | 
            +
                    },
         | 
| 1982 | 
            +
                    {
         | 
| 1983 | 
            +
                      "length": 20,
         | 
| 1984 | 
            +
                      "start": 14161
         | 
| 1985 | 
            +
                    },
         | 
| 1986 | 
            +
                    {
         | 
| 1987 | 
            +
                      "length": 20,
         | 
| 1988 | 
            +
                      "start": 15950
         | 
| 1989 | 
            +
                    }
         | 
| 1990 | 
            +
                  ]
         | 
| 1991 | 
            +
                },
         | 
| 1992 | 
            +
                "contracts/type/Version.sol": {
         | 
| 1993 | 
            +
                  "VersionLib": [
         | 
| 1994 | 
            +
                    {
         | 
| 1995 | 
            +
                      "length": 20,
         | 
| 1996 | 
            +
                      "start": 2134
         | 
| 1997 | 
            +
                    },
         | 
| 1998 | 
            +
                    {
         | 
| 1999 | 
            +
                      "length": 20,
         | 
| 2000 | 
            +
                      "start": 4474
         | 
| 2001 | 
            +
                    }
         | 
| 2002 | 
            +
                  ]
         | 
| 2003 | 
            +
                }
         | 
| 2004 | 
            +
              }
         | 
| 2005 | 
            +
            }
         |