CONTRACT
Submitted for verification at Etherscan.io on 2021-02-26*// @dev Interface of the ERC20 standard as defined in the EIP. Does not include* the optional functions; to access them see `ERC20Detailed`.*/interface IERC20 {/** * @dev Returns the amount of tokens in existence. */function totalSupply() external view returns (uint256);