简体   繁体   English

如何收回对 uniswapV3 池的控制权

[英]How can I take back control of the uniswapV3 pool

Earlier I released a token at 0x779084304ff90e8be79d5c4dbd1ca323b9ac555e and it has been listed on the uniswapV3 exchange.早些时候,我在 0x779084304ff90e8be79d5c4dbd1ca323b9ac555e 发布了一个令牌,它已在 uniswapV3 交易所上市。 Since the wallet was stolen, I did a transferOwnership to a new wallet, but there was no transfer pool.由于钱包被盗,我做了一个 transferOwnership 到一个新的钱包,但是没有转移池。 Finally, I published the mnemonic of the old wallet.最后,我发布了旧钱包的助记词。 Someone used setApprovalForAll to transfer the ownership of my pool.有人使用 setApprovalForAll 来转移我的池的所有权。 How can I get my pool back?我怎样才能找回我的游泳池?

Usually, once an ownership is transferred to a new address, there's no taking back.通常,一旦所有权转移到新地址,就无法收回。

Unless the contract specifically allows it, which the Uniswap V3 pool does not.除非合约明确允许,Uniswap V3 矿池不允许这样做。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在Laravel 4.2中返回两次? - How can I return two times back in Laravel 4.2? 如何在循环中放回输出标记 - Ruby Pagination? - How do I put back an output token in a loop - Ruby Pagination? 当 token 有值时,取 DioFactory Class 中 header 的第一个 object,调用任意 Z8A5DA52ED126447A8AAZE 时使用 this7token 0C0572 为什么不能拿token呢? - When token has a value,it take the first object of header in DioFactory Class !and when call any api use this token , it can not take the token Why? 我如何访问jwt令牌有效载荷 - How can i access the jwt token payload 我如何在节点js中使jwt过期? - How can i expire a jwt in node js? 如何修改 JwtSecurityToken 的有效性? - How can I modify the validity of a JwtSecurityToken? 如何控制Firebase身份验证中令牌的验证期限? - How to control the period of validation of the token in Firebase authentication? 如何从应用程序池标识中获取SAML令牌(针对已配置的用户)? - How to get SAML token from Application Pool Identity (for the configured user)? 我如何在我的 React 应用程序中实现 jwt 验证 - How can i implement jwt validation in my react app 如何在 C# 中验证 OpenId 令牌? - How can I validate OpenId token in C#?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM