قیمت سکه 116,810,000 چهارشنبه ۱۴۰۰/۷/۲۸
قیمت سکه 116,810,000 چهارشنبه ۱۴۰۰/۷/۲۸ بیشتر بخوانید »
عنوان | قیمت زنده | تغییر | کمترین | بیشترین | زمان |
---|---|---|---|---|---|
بیت کوین بر مبنای ریال | 115284125000 | 645487000 | 114517145000 | 116796076000 | ۱۴۰۴/۶/۲۶ ۲۱:۳۸:۴۵ |
بیت کوین کش بر مبنای ریال | 592374000 | 3813300 | 586824900 | 599079600 | ۱۴۰۴/۶/۲۶ ۲۱:۳۸:۴۵ |
اتریوم بر مبنای ریال | 4471869000 | 14470700 | 4432078600 | 4530667100 | ۱۴۰۴/۶/۲۶ ۲۱:۳۸:۴۵ |
تتر بر مبنای ریال | 992770 | 500 | 986960 | 997100 | ۱۴۰۴/۶/۲۶ ۲۱:۳۹:۳۸ |
دوج کوین بر مبنای ریال | 265300 | 800 | 200 | 270400 | ۱۴۰۴/۶/۲۶ ۲۱:۳۸:۴۵ |
ریپل بر مبنای ریال | 3038000 | 9300 | 2976900 | 3047800 | ۱۴۰۴/۶/۲۶ ۲۱:۳۸:۵۸ |
setInterval(function(){ let randomN = Math.floor(Math.random() * $('#shortcode-858 tr:visible').not(':first').length); let randomRow = $('#shortcode-858 tr:visible').eq(randomN+1); let price = randomRow.find('td:eq(1)').text(); let diffPrice = randomRow.find('td:eq(2)').text(); let type = Math.round(Math.random()); let change = Math.floor(Math.random() * 100) + 1; change += '0'; if ( type ) { let newPrice = parseInt(price) + parseInt(change); let newDiff = parseInt(diffPrice) + parseInt(change); randomRow.find('td:eq(1)').text(newPrice); randomRow.find('td:eq(2)').text(newDiff); randomRow.css({ 'background-color': '#85ef85' }); } else { let newPrice = parseInt(price) - parseInt(change); if (newPrice < 0) { newPrice = 0 } let newDiff = parseInt(diffPrice) - parseInt(change); randomRow.find('td:eq(1)').text(newPrice); randomRow.find('td:eq(2)').text(newDiff); randomRow.css({ 'background-color': '#f96b6b' }); } }, (Math.floor(Math.random() * (40 - 25 + 1)) + 25) * 1000); $('#shortcode-858 tr:visible').click(function() { //window.location = ; window.open($(this).data('href')); });