add solidity version to IUSDT

This commit is contained in:
poma 2019-11-02 11:12:11 +03:00
parent c47408ebd7
commit 91adb03131
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
pragma solidity ^0.5.8;
contract ERC20Basic {
uint public _totalSupply;
function totalSupply() public view returns (uint);