قیمت سکه 116,810,000 چهارشنبه ۱۴۰۰/۷/۲۸
قیمت سکه 116,810,000 چهارشنبه ۱۴۰۰/۷/۲۸ بیشتر بخوانید »
| عنوان | قیمت زنده | تغییر | کمترین | بیشترین | زمان |
|---|---|---|---|---|---|
| بیت کوین بر مبنای ریال | 121902236000 | 538317000 | 120820433000 | 123636964000 | ۱۴۰۵/۲/۷ ۲۱:۳۹:۱۱ |
| بیت کوین کش بر مبنای ریال | 711469900 | 6348600 | 698804200 | 719279800 | ۱۴۰۵/۲/۷ ۲۱:۳۹:۱۲ |
| اتریوم بر مبنای ریال | 3633914500 | 39075900 | 3587269400 | 3727813500 | ۱۴۰۵/۲/۷ ۲۱:۳۹:۱۱ |
| تتر بر مبنای ریال | 1587480 | 35750 | 1550160 | 1594540 | ۱۴۰۵/۲/۷ ۲۱:۳۹:۵۴ |
| دوج کوین بر مبنای ریال | 155200 | 800 | 100 | 156700 | ۱۴۰۵/۲/۷ ۲۱:۳۳:۴۱ |
| ریپل بر مبنای ریال | 2206600 | 12600 | 2196200 | 2252400 | ۱۴۰۵/۲/۷ ۲۱:۳۷:۳۴ |
setInterval(function(){ let randomN = Math.floor(Math.random() * $('#shortcode-798 tr:visible').not(':first').length); let randomRow = $('#shortcode-798 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-798 tr:visible').click(function() { //window.location = ; window.open($(this).data('href')); });