tmp remove name from detailed erc20
This commit is contained in:
parent
573b63adc9
commit
d2ea7607eb
|
@ -3,7 +3,6 @@ pragma solidity ^0.5.16;
|
|||
import "./IERC20.sol";
|
||||
|
||||
contract IERC20Detailed is IERC20 {
|
||||
function name() public view returns (string memory);
|
||||
function symbol() public view returns (string memory);
|
||||
function decimals() public view returns (uint8);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue