ERC20Basic $ERC is based directly on an official example provided by the Ethereum Foundation on Ethereum.org, the foundation’s primary developer portal.
In their tutorial titled “Transfers and approval of ERC‑20 tokens from a Solidity smart contract”, they provide a sample contract named:
contract ERC20Basic is IERC20
string public constant name = "ERC20Basic";
string public constant symbol = "ERC";
https://ethereum.org/en/developers/tutorials/transfers-and-approval-of-erc-20-tokens-from-a-solidity-smart-contract/
Contract Address:
0xfab232f6f8253197275402dc0f2b702eb3918524
Loading...
🔄 Loading gas...
🔄 Loading block info...
🔄 Loading node list...
🔄 Loading recent blocks...
🔄 Loading transactions...
🔄 Initializing terminal...