Guest User

Untitled

a guest
Dec 18th, 2017
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. contract Example {
  2. function transfer(address _to, uint _value) returns (bool) {}
  3. function balanceOf(address _owner) constant returns (uint) {}
  4. }
Add Comment
Please, Sign In to add comment