We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Are the balance checks in the various transfer functions actually needed? Shouldn't the safe math functions catch these issues?
The text was updated successfully, but these errors were encountered:
As you can see there are no balance checks currently https://github.com/Dexaran/ERC223-token-standard/blob/master/token/ERC223/ERC223_token.sol#L36-L37
Sorry, something went wrong.
Sorry must have been looking at a different version.
No branches or pull requests
Are the balance checks in the various transfer functions actually needed? Shouldn't the safe math functions catch these issues?
The text was updated successfully, but these errors were encountered: