mirror of
https://github.com/tornadocash/tornado-core.git
synced 2024-11-22 17:50:19 +01:00
add solidity version to IUSDT
This commit is contained in:
parent
c47408ebd7
commit
91adb03131
@ -1,3 +1,5 @@
|
|||||||
|
pragma solidity ^0.5.8;
|
||||||
|
|
||||||
contract ERC20Basic {
|
contract ERC20Basic {
|
||||||
uint public _totalSupply;
|
uint public _totalSupply;
|
||||||
function totalSupply() public view returns (uint);
|
function totalSupply() public view returns (uint);
|
||||||
|
Loading…
Reference in New Issue
Block a user