mirror of
https://github.com/Instadapp/smart-contract.git
synced 2024-07-29 22:08:07 +00:00
Removed IERC20 Interface.
This commit is contained in:
parent
b8e93dbe6e
commit
8eea933b9e
|
@ -29,14 +29,6 @@ contract DSMath {
|
|||
}
|
||||
|
||||
|
||||
contract IERC20 {
|
||||
function balanceOf(address who) external view returns (uint256);
|
||||
function transfer(address to, uint256 value) external returns (bool);
|
||||
function approve(address spender, uint256 value) external returns (bool);
|
||||
function transferFrom(address from, address to, uint256 value) external returns (bool);
|
||||
}
|
||||
|
||||
|
||||
contract TubInterface {
|
||||
function open() public returns (bytes32);
|
||||
function join(uint) public;
|
||||
|
|
Loading…
Reference in New Issue
Block a user