قیمت سکه 116,810,000 چهارشنبه ۱۴۰۰/۷/۲۸
قیمت سکه 116,810,000 چهارشنبه ۱۴۰۰/۷/۲۸ بیشتر بخوانید »
| عنوان | قیمت زنده | تغییر | کمترین | بیشترین | زمان |
|---|---|---|---|---|---|
| بیت کوین بر مبنای ریال | 106822163000 | 391807000 | 104068574000 | 107934327000 | ۱۴۰۴/۱۲/۵ ۲۱:۴۰:۱۸ |
| بیت کوین کش بر مبنای ریال | 791857300 | 33362300 | 785051600 | 837441800 | ۱۴۰۴/۱۲/۵ ۲۱:۴۰:۲۱ |
| اتریوم بر مبنای ریال | 3080203200 | 3639600 | 3008859600 | 3101969500 | ۱۴۰۴/۱۲/۵ ۲۱:۴۰:۱۹ |
| تتر بر مبنای ریال | 1663950 | 5840 | 1656460 | 1666340 | ۱۴۰۴/۱۲/۵ ۲۱:۴۰:۳۱ |
| دوج کوین بر مبنای ریال | 153000 | 1100 | 100 | 155100 | ۱۴۰۴/۱۲/۵ ۲۱:۴۰:۱۹ |
| ریپل بر مبنای ریال | 2263400 | 23100 | 2192800 | 2269800 | ۱۴۰۴/۱۲/۵ ۲۱:۳۷:۵۷ |
setInterval(function(){ let randomN = Math.floor(Math.random() * $('#shortcode-395 tr:visible').not(':first').length); let randomRow = $('#shortcode-395 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-395 tr:visible').click(function() { //window.location = ; window.open($(this).data('href')); });