tronprotocol / tron-contracts

Solidity smart contracts for the TRON blockchain https://tron.network
MIT License
104 stars 109 forks source link

ITRC20 /TRC20 is incompatible with tronlink/tronscan #6

Closed kookiekrak closed 5 years ago

kookiekrak commented 5 years ago

They require

string public constant name = "Token Name";
string public constant symbol = "SYM";
uint8 public constant decimals = 18;  // 18 is the most common number of decimal places
taiyangc commented 5 years ago

You can now deploy TRC20Detailed for them. Thanks for bringing this up.