简体   繁体   English

是否有项目同时使用两种不同的代币销毁方式?

[英]Is there a project that uses two different token burning methods at the same time?

I'm wondering if it is positive or negative to use the "token burning function" (this decreases the total supply) AND sending tokens to the burning address (this decreases the circulating supply)?我想知道使用“令牌销毁功能”(这会减少总供应量)并将令牌发送到销毁地址(这会减少循环供应量)是积极的还是消极的?

Does a project that uses both methods exist?是否存在同时使用这两种方法的项目?

I have did quite a research, but haven't find anything meaningful so far.我做了很多研究,但到目前为止还没有发现任何有意义的东西。

Sending tokens to an unused address, like the address zero, is a method to burn tokens when the smart contract does not implement a token-burning mechanism.当智能合约没有实现代币销毁机制时,将代币发送到未使用的地址,如地址零,是一种销毁代币的方法。 You can throw tokens away and consider them burned.您可以扔掉代币并认为它们已被烧毁。 But of course, decreasing the total supply would be cleaner than throwing tokens away like this, instead.但是,当然,减少总供应量比像这样扔掉代币更清洁。 So if you are developing the contract, I recommend you implement a burning mechanism that decreases total supply.因此,如果您正在开发合约,我建议您实施一种减少总供应量的销毁机制。 This way you can track how many tokens are out there, easily.通过这种方式,您可以轻松跟踪那里有多少代币。

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

相关问题 是否有机会针对GCM中的两个不同应用程序使用相同的令牌? [Android]产品 - Is there any chance to use the same token for two different applications in GCM? [Android] 令牌会话和后令牌始终不同,尽管它们来自同一参数 - Token Session and Post Token always different although from the same paramater AcquireToken async在到期时间之前返回相同的令牌 - AcquireToken async returning same token before expiry time OAuth2Client 每次都返回相同的令牌 - OAuth2Client return the same token every time 同时运行两个 discord 机器人令牌 - Running two discord bot tokens at the same time .NET Web API:为不同的用户设置不同的刷新令牌到期时间 - .NET Web API: Set a different Refresh Token Expiration time for different users Unable to get a token from different Angular project url on a cors enabled .net API - Unable to get a token from different Angular project url on a cors enabled .net API 为什么Microsoft错误消息使用“令牌”一词? - Why Microsoft Error Message uses the word “Token”? 时间敏感的令牌系统? - time sensitive token system? LinkedIn API:是否可以为一个用户同时拥有多个访问令牌? - LinkedIn API: Is it possible to have more than one access token for a user active at the same time?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM