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