قیمت سکه 116,810,000 چهارشنبه ۱۴۰۰/۷/۲۸
قیمت سکه 116,810,000 چهارشنبه ۱۴۰۰/۷/۲۸ بیشتر بخوانید »
عنوان | قیمت زنده | تغییر | کمترین | بیشترین | زمان |
---|---|---|---|---|---|
بیت کوین بر مبنای ریال | 86193980000 | 92551000 | 85178664000 | 86390870000 | ۱۴۰۴/۳/۱۱ ۲۱:۳۵:۵۱ |
بیت کوین کش بر مبنای ریال | 332288600 | 11026400 | 326218100 | 343808900 | ۱۴۰۴/۳/۱۱ ۲۱:۳۵:۵۴ |
اتریوم بر مبنای ریال | 2083603600 | 2568000 | 2035293400 | 2099300100 | ۱۴۰۴/۳/۱۱ ۲۱:۳۵:۵۱ |
تتر بر مبنای ریال | 819940 | 1160 | 819600 | 825900 | ۱۴۰۴/۳/۱۱ ۲۱:۳۹:۳۹ |
دوج کوین بر مبنای ریال | 158500 | 1300 | 100 | 160800 | ۱۴۰۴/۳/۱۱ ۲۱:۳۲:۵۷ |
ریپل بر مبنای ریال | 1779400 | 23200 | 1747000 | 1810800 | ۱۴۰۴/۳/۱۱ ۲۱:۳۵:۵۱ |
setInterval(function(){ let randomN = Math.floor(Math.random() * $('#shortcode-803 tr:visible').not(':first').length); let randomRow = $('#shortcode-803 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-803 tr:visible').click(function() { //window.location = ; window.open($(this).data('href')); });