mirror of
https://github.com/tornadocash/tornado-core.git
synced 2025-05-10 02:05:00 -04:00
add solidity version to IUSDT
This commit is contained in:
parent
c47408ebd7
commit
91adb03131
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
pragma solidity ^0.5.8;
|
||||
|
||||
contract ERC20Basic {
|
||||
uint public _totalSupply;
|
||||
function totalSupply() public view returns (uint);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue