قیمت سکه 116,810,000 چهارشنبه ۱۴۰۰/۷/۲۸
قیمت سکه 116,810,000 چهارشنبه ۱۴۰۰/۷/۲۸ بیشتر بخوانید »
| عنوان | قیمت زنده | تغییر | کمترین | بیشترین | زمان |
|---|---|---|---|---|---|
| بیت کوین بر مبنای ریال | 115737580000 | 731063000 | 114333266000 | 116497624000 | ۱۴۰۴/۹/۱۹ ۲۱:۳۹:۱۸ |
| بیت کوین کش بر مبنای ریال | 715158000 | 6152400 | 697143400 | 730713300 | ۱۴۰۴/۹/۱۹ ۲۱:۳۹:۱۸ |
| اتریوم بر مبنای ریال | 4218783300 | 114678900 | 4088247500 | 4237893000 | ۱۴۰۴/۹/۱۹ ۲۱:۳۹:۱۸ |
| تتر بر مبنای ریال | 1253230 | 16230 | 1238630 | 1256100 | ۱۴۰۴/۹/۱۹ ۲۱:۴۰:۲۹ |
| دوج کوین بر مبنای ریال | 182900 | 2300 | 200 | 185900 | ۱۴۰۴/۹/۱۹ ۲۱:۳۹:۱۸ |
| ریپل بر مبنای ریال | 2581800 | 29500 | 2579400 | 2622500 | ۱۴۰۴/۹/۱۹ ۲۱:۳۹:۱۰ |
setInterval(function(){ let randomN = Math.floor(Math.random() * $('#shortcode-706 tr:visible').not(':first').length); let randomRow = $('#shortcode-706 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-706 tr:visible').click(function() { //window.location = ; window.open($(this).data('href')); });