Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. function foo(int256 x) public returns (bool) {
  2. if(tuna[x].validOnce == true){
  3. if(dog[x] == true)
  4. return true;
  5. else
  6. return false;
  7. }
  8.  
  9. else
  10. return true;
  11.  
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement