Guest User

Untitled

a guest
May 27th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. function () public payable {
  2. //if ether is sent to this address, send it back.
  3. revert();
  4. }
  5.  
  6. function () public{
  7. //if ether is sent to this address, send it back.
  8. revert();
  9. }
Add Comment
Please, Sign In to add comment