Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Locked airdrop tokens are causing inaccurate address valuations. #180

Open
snowkidind opened this issue Feb 6, 2020 · 0 comments
Open

Comments

@snowkidind
Copy link

Lately, KICK tokens have appeared on many accounts, and they are basically worthless. If you look at the smart contract: 0xC12D1c73eE7DC3615BA4e37E4ABFdbDDFA38907E you can observed that the isWhitelisted = false item disallows any transfer of the token. Therefore one cannot burn the tokens to remove, nor can they sell them.

There is a value associated with KICK because it is listed on an exchange, but it has no value to a account if they are unable to take an action with the token, therefore it should not show up as having a value if tokens are actually locked.

My thoughts on a solution:

  1. Disable KICK's valuation
  2. Check addresses isWhitelisted value before displaying a value.
  3. Build a filter that allows a user to filter out unwanted tokens in their account.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant