weird-erc20
weird-erc20 copied to clipboard
weird erc20 tokens
`FLOKI` is a famous token (currently \#48 on Coinmarketcap) that reverts on 0 value transfers: ```sol function _transfer( address from, address to, uint256 amount ) private { // ... require(amount...
[here](https://gist.githubusercontent.com/lukas-berlin/f587086f139df93d22987049f3d8ebd2/raw/1f937dc8eb1d6018da59881cbc633e01c0286fb0/Tokens%20missing%20return%20values%20in%20transfer) you can check that `USDT` is not mentioned. And also in the `transferFrom()` function of USDT in mainnet contract, it is returning boolean value.