You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have created a basic erc-20 token that implements 6 compulsory functions as per ERC-20 token standard. Constructors, event and return have been implemented.
The smart contract is written in Solidity.