Guest User

Untitled

a guest
Jan 22nd, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. var Contract = [];
  2.  
  3. Contract.push(TheContractName.at("0x23db685b4f40fc3565ecba26751570e60eed82fd"));
  4. Contract.push(TheContractName.at("0xeefc6f5b60ce3481add637dc661d1f82f4041b56"));
  5. Contract.push(TheContractName.at("0xc7138f91b01660206447e756ccca7ac54a15c4cf"));
  6. Contract.push(TheContractName.at("0xf0a9d6b665e2ce6975cffe4f3b4ffd5abafe5933"));
  7.  
  8. Contract.forEach(function(Price) {
  9. console.log(Price);
  10. });
  11.  
  12. Contract.Price(function(error, result) {
  13. console.log("Price " + result / 1000000000000000000 + " Ether");
  14. });
Add Comment
Please, Sign In to add comment