Hello, does anyone here know how to create tokens?(TRC-20)
Sep 16, 2020, 6:02 PM
Yes, literally the majority here in this group knows this 101 shit, And to answer your real quick if you cant figure out if anyone in this group knows how to do super basic solidity stuff, you most probably are not getting a dev to do it for you here
Sep 16, 2020, 6:13 PM
In my opinion there is almost no such thing as "super basic solidity stuff". Anything reasonable (even an ERC20 token) that goes live to mainnet has to be thoroughly thought over - often there are some specific needs for a token and not just the example implementation
Sep 16, 2020, 6:33 PM
I did not understand what you meant, can you?
Sep 16, 2020, 6:35 PM
only partial answer: public can be called also internally and calldata is only used for external function parameters - so it would cause a conflict if you call a public function with calldata internally
Sep 16, 2020, 6:50 PM