Guest User

Untitled

a guest
Oct 22nd, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. function transfer(address _to, uint256 _value) public onlyapprovedaddr returns (bool)
  2. {
  3. return super.transfer(_to, _value);
  4.  
  5. }
Add Comment
Please, Sign In to add comment