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.
As highlighted by @dangerousfood here.
ERC20 compliant contracts do no need to implement the
name,symbolnordecimalfunctions 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.