Guest User

Untitled

a guest
Jan 18th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. if(!instance.address) {
  2. console.log("Contract at: " + instance.transactionHash + " waiting to be mined");
  3.  
  4. } else {
  5. console.log("Contract mined. Here it is: " + instance.address);
  6. console.log(contract);
  7. }
Add Comment
Please, Sign In to add comment