You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Disable KICK's valuation
Check addresses isWhitelisted value before displaying a value.
Build a filter that allows a user to filter out unwanted tokens in their account.
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: