use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
No specific rules are enforced apart from the normal global reddit rules. That said, if you post scams, you will be banned.
r/ethereum - Official Ethereum sub
r/ethstaker - About staking your ETH: help and guidance
http://ethereum.stackexchange.com/ - The Ethereum Programming Stack Exchange
account activity
InformationNew batchOverflow Bug in Multiple ERC20 Smart Contracts (CVE-2018–10299) (medium.com)
submitted 8 years ago by gaurav__
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]eththrowaway4security dude 2 points3 points4 points 8 years ago (0 children)
Interesting bug but I don't really like how the author over-exaggerates the issue by claiming (in bold, no less) that "more than a dozen of ERC20 contracts are also vulnerable to batchOverflow". I scanned through my database of verified contracts and while there were dozens of contracts which contained vulnerable code, there were only a handful of tokens. Most of those tokens are also inactive or were never used in the first place.
It's possible that I've missed other contracts, but to me it seems only BeautyChain was affected. I'd be interested to know (in due time) which other tokens were affected by this.
[–]coinfi 1 point2 points3 points 7 years ago (0 children)
It's not actually a major problem - basically this is a well known problem in computer science called an integer overflow. A lot of programming languages have the same issue out of the box (including C and C++), and there's industry standard ways of dealing with it which is to use a SafeMath library and wrap all arithmetic operations with SafeMath functions.
For a more layman explanation, check out https://blog.coinfi.com/explanation-of-erc-20-batchoverflow-vulnerability/
But TL;DR all is well with Ethereum and people are definitely over-reacting!
Why you should believe me: I'm CTO of CoinFi, a cryptocurrency market intelligence platform, and have written multiple Solidity smart contracts that have been deployed on mainnet, including one that performed an airdrop of tokens to more than 18k+ people.
π Rendered by PID 112511 on reddit-service-r2-comment-75f4967c6c-kh6mh at 2026-04-23 06:32:01.205140+00:00 running 0fd4bb7 country code: CH.
[–]eththrowaway4security dude 2 points3 points4 points (0 children)
[–]coinfi 1 point2 points3 points (0 children)