You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given that etherText has been banned by twitter, and bot operators frequently use EtherText to communicate, this might be a neat place to add EtherText messages found in calldata on Ethereum.
The detection is very simple.
look for top-level call data,
decode it hex->ascii
determine if it is word-y. i just look for spaces > 2 and ratio of spaces:len between 2 and 10 (surely there's a better/smarter way)
and then there's a blacklist of prefix's from wallets and exchanges like "tx from HappyWallet" or "Exchange order #9551", you'll want to filter thouse
Probably want a stopword list (you'd be surprised how much nasty racist stuff shows up in ethereum call data)
The text was updated successfully, but these errors were encountered:
Given that etherText has been banned by twitter, and bot operators frequently use EtherText to communicate, this might be a neat place to add EtherText messages found in calldata on Ethereum.
The detection is very simple.
The text was updated successfully, but these errors were encountered: