Taking this ERC-20 Contract standar structure:
https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/token/ERC20/ERC20.sol
Its it unalterable by developer?
Could I change the name of contract (without ERC20)? Could I change the name os structure of mappings variables? Could I change the events structure? Could I remove the events? Could I change the events name?
What is the EVM real standar and unalterable ERC-20 for proper functioning of a token?
_totalSupplyvariable but not the name of thetotalSupplyfunction which is part of the EIP. – clement Apr 04 '21 at 21:01