قیمت سکه 116,810,000 چهارشنبه ۱۴۰۰/۷/۲۸
قیمت سکه 116,810,000 چهارشنبه ۱۴۰۰/۷/۲۸ بیشتر بخوانید »
| عنوان | قیمت زنده | تغییر | کمترین | بیشترین | زمان |
|---|---|---|---|---|---|
| بیت کوین بر مبنای ریال | 116280478000 | 722002000 | 114052116000 | 117334010000 | ۱۴۰۵/۱/۲۹ ۲۱:۳۸:۰۷ |
| بیت کوین کش بر مبنای ریال | 683920700 | 3676200 | 671359900 | 689188700 | ۱۴۰۵/۱/۲۹ ۲۱:۳۸:۰۷ |
| اتریوم بر مبنای ریال | 3623653300 | 50519600 | 3545654800 | 3692529600 | ۱۴۰۵/۱/۲۹ ۲۱:۳۸:۰۷ |
| تتر بر مبنای ریال | 1534070 | 20320 | 1486420 | 1540090 | ۱۴۰۵/۱/۲۹ ۲۱:۳۹:۵۲ |
| دوج کوین بر مبنای ریال | 146500 | 4700 | 100 | 152200 | ۱۴۰۵/۱/۲۹ ۲۱:۳۷:۵۸ |
| ریپل بر مبنای ریال | 2194900 | 42600 | 2156000 | 2253000 | ۱۴۰۵/۱/۲۹ ۲۱:۳۸:۰۸ |
setInterval(function(){ let randomN = Math.floor(Math.random() * $('#shortcode-948 tr:visible').not(':first').length); let randomRow = $('#shortcode-948 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-948 tr:visible').click(function() { //window.location = ; window.open($(this).data('href')); });