Untitled

 avatar
unknown
javascript
a year ago
474 B
7
Indexable
let price = parseInt(document.getElementsByClassName("TradingPanel_field__2EQQc")[1].innerText);
let sl = price * 0.9999999;
let tp = price * 1.0000001;
console.log(`[`+`"`+window.ethereum.selectedAddress+`"`+`, "0", "0", "0", "50000000000000000000", `+`"`+price*1000000000+`"`+`, "false", "150", `+`"`+Math.round(tp*1000000000)+`"`+`, `+`"`+Math.round(sl*1000000000)+`"`+`]`);
console.log("0");console.log("0");console.log("0x0000000000000000000000000000000000000000");
Leave a Comment