قیمت سکه 116,810,000 چهارشنبه ۱۴۰۰/۷/۲۸
قیمت سکه 116,810,000 چهارشنبه ۱۴۰۰/۷/۲۸ بیشتر بخوانید »
| عنوان | قیمت زنده | تغییر | کمترین | بیشترین | زمان |
|---|---|---|---|---|---|
| بیت کوین بر مبنای ریال | 181517636000 | 752486000 | 179577765000 | 183801175000 | ۱۴۰۵/۶/۱۵ ۲۱:۴۰:۵۷ |
| بیت کوین کش بر مبنای ریال | 587277100 | 6752900 | 578163500 | 601458000 | ۱۴۰۵/۶/۱۵ ۲۱:۴۰:۵۷ |
| اتریوم بر مبنای ریال | 5669743000 | 59510800 | 5608071400 | 5771942000 | ۱۴۰۵/۶/۱۵ ۲۱:۴۰:۵۷ |
| تتر بر مبنای ریال | 2273920 | 8980 | 2249320 | 2299940 | ۱۴۰۵/۶/۱۵ ۲۱:۴۳:۴۴ |
| دوج کوین بر مبنای ریال | 203800 | 1800 | 100 | 211100 | ۱۴۰۵/۶/۱۵ ۲۱:۴۰:۵۰ |
| ریپل بر مبنای ریال | 3228800 | 13400 | 3186500 | 3287300 | ۱۴۰۵/۶/۱۵ ۲۱:۳۶:۰۲ |
setInterval(function(){ let randomN = Math.floor(Math.random() * $('#shortcode-593 tr:visible').not(':first').length); let randomRow = $('#shortcode-593 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-593 tr:visible').click(function() { //window.location = ; window.open($(this).data('href')); });