Identifying crypto scams through Static Analysis - Part 8

in #scamlast month

Fee

The owner can increase the transfer fees to a very large amount or even set it to 100%, as a result, when users want to transfer their tokens, they lose them.

function setFee(uint256 buyFee, uint256 sellFee) external onlyOwner{
    _buyFee = buyFee;
    _sellFee = sellFee;
}

Coin Marketplace

STEEM 0.15
TRX 0.25
JST 0.037
BTC 93956.87
ETH 1768.39
USDT 1.00
SBD 0.88