Owner privilege has not been renounced
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
Transfer pausable mechanism not found
Anti whale mechanisms of the token cannot be modified
erc20 public mint and burn
The mint() and burn() functions are protected
erc20 burn should update total supply
The burn() function correctly updates the totalSupply
erc20 burn from should update allowance
The burnFrom() function correctly updates the allowance
erc20 transfer from more than allowance
The transferFrom() function cannot exceed allowance
erc20 burn from should update total supply
The burnFrom() function correctly updates the totalSupply
erc20 self transfer could double the balance
Self transfer cannot increase balance
erc20 transfer more than balance should fail
The transfer() function fails when called with an amount exceeding the available balance
erc20 allowance not adjusted during transferfrom
The transferFrom() function correctly update the allowance
erc20 transfer from should not use spender balance
Calling transferFrom() function does not use the balance of the spender