Guest User

Untitled

a guest
Apr 26th, 2018
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. mapping(address => uint256) public data_stores;
  2.  
  3. uint256 public tester
  4.  
  5. myContract.tester.call(function(err,res)
  6. {
  7. console.log(res)
  8. });
Add Comment
Please, Sign In to add comment