aboutsummaryrefslogtreecommitdiffstats
path: root/std/Coin
diff options
context:
space:
mode:
Diffstat (limited to 'std/Coin')
-rw-r--r--std/Coin9
1 files changed, 0 insertions, 9 deletions
diff --git a/std/Coin b/std/Coin
deleted file mode 100644
index aca30e6b..00000000
--- a/std/Coin
+++ /dev/null
@@ -1,9 +0,0 @@
-contract Coin {
- function isApprovedFor(address _target, address _proxy) constant returns (bool _r) {}
- function isApproved(address _proxy) constant returns (bool _r) {}
- function sendCoinFrom(address _from, uint256 _val, address _to) {}
- function coinBalanceOf(address _a) constant returns (uint256 _r) {}
- function sendCoin(uint256 _val, address _to) {}
- function coinBalance() constant returns (uint256 _r) {}
- function approve(address _a) {}
-}