The token should be a simple contract; a token with complex code requires a higher standard of review. (See here)
- ERC20 Token Contract
- Well-defined Spec Simple Contract
- Complexity -> Bugs
- Avoid Unnecessary Complexity
The token should be a simple contract; a token with complex code requires a higher standard of review. (See here)