weird-erc20
weird-erc20 copied to clipboard
Implement a compliant ERC20 without a name / symbol / decimal functions
As highlighted by @dangerousfood here.
ERC20 compliant contracts do no need to implement the name
, symbol
nor decimal
functions as specified by the EIP20 since they are optional.
This issue is about implementing such tokens that has one, two and/or none of theses functions to showcase this odd looking variety of tokens.