Owner privilege has not been renounced
Token transfer can be paused by privileged roles
Token calls external contracts
Mintable function not found
Token blacklist not found
Token whitelist not found
Anti whale mechanisms not found
Token tax cannot be modified by privileged roles
Self-destruct function not found
Token is not a proxy contract
Token balance cannot be modified by privileged roles
Backdoor to regain ownership not found
Transfer cooldown mechanism not found
Anti whale mechanisms of the token cannot be modified
Public Mint or Burn Function
The mint() and burn() functions are protected
Burn Not Update Total Supply
The burn() function correctly updates the totalSupply
BurnFrom() Not Update Allowance
The burnFrom() function correctly updates the allowance
TransferFrom More Than Allowance
The transferFrom() function cannot exceed allowance
BurnFrom Not Update Total Supply
The burnFrom() function correctly updates the totalSupply
Self Transfer Can Increase Balance
Self transfer cannot increase balance
Transfer More Than Balance Not Fail
The transfer() function fails when called with an amount exceeding the available balance
Allowance Not Adjusted During TransferFrom
The transferFrom() function correctly update the allowance
TransferFrom Not Use Spender Balance
Calling transferFrom() function does not use the balance of the spender