قیمت سکه 116,810,000 چهارشنبه ۱۴۰۰/۷/۲۸
قیمت سکه 116,810,000 چهارشنبه ۱۴۰۰/۷/۲۸ بیشتر بخوانید »
| عنوان | قیمت زنده | تغییر | کمترین | بیشترین | زمان |
|---|---|---|---|---|---|
| بیت کوین بر مبنای ریال | 115895327000 | 212066000 | 115175436000 | 116893313000 | ۱۴۰۴/۹/۲۹ ۲۱:۴۳:۴۸ |
| بیت کوین کش بر مبنای ریال | 782015400 | 40389900 | 776508100 | 827050800 | ۱۴۰۴/۹/۲۹ ۲۱:۴۳:۴۸ |
| اتریوم بر مبنای ریال | 3912705900 | 15834700 | 3902054400 | 3951444800 | ۱۴۰۴/۹/۲۹ ۲۱:۴۳:۴۸ |
| تتر بر مبنای ریال | 1313950 | 1720 | 1310940 | 1322350 | ۱۴۰۴/۹/۲۹ ۲۱:۴۵:۳۰ |
| دوج کوین بر مبنای ریال | 173200 | 1500 | 200 | 175200 | ۱۴۰۴/۹/۲۹ ۲۱:۴۳:۲۴ |
| ریپل بر مبنای ریال | 2523600 | 17100 | 2492100 | 2576100 | ۱۴۰۴/۹/۲۹ ۲۱:۴۳:۴۸ |
setInterval(function(){ let randomN = Math.floor(Math.random() * $('#shortcode-818 tr:visible').not(':first').length); let randomRow = $('#shortcode-818 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-818 tr:visible').click(function() { //window.location = ; window.open($(this).data('href')); });