Price ($)
Liquidity ($)
Market Cap ($)
TXNS
Buys
LOADING...Sells
LOADING...Volume
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/