在正在进行的Ripple与SEC的诉讼中,高级地区法官菲利斯·J·汉密尔顿批准了Ripple首席执行官布拉德·加林豪斯的请求,封存特定法庭文件。这个决定还适用于原告的封存某些展品的动议,标志着这个案件进入上诉阶段的关键时刻。
在此期间,新的XRP价格上涨了1.70%,目前交易价为2.31美元。与此同时,尽管特朗普支持加密货币的政府宣布,但XRP无法突破2.51美元的关键阻力水平。随着特朗普与Ripple首席执行官会面的重大消息在市场上引起轰动,许多人预计特朗普的政府将在今年解决Ripple案件。
法庭上发生了什么?
法院认为,封存请求符合第九巡回上诉法院的“充分理由”标准,该标准平衡了保护机密和敏感信息的需要与公众访问权的权益。Ripple的动议涵盖了与他们的摘要判决有关的八个展品,以及反对原告动议的56个展品。原告还寻求封存包含敏感信息的展品部分,包括个人和机密细节。
法院还批准了SEC封存其展品部分的请求,其中包括与专家证词有关的证据。法官认为,双方都有充分的理由将这些材料保密,以确保案件的公正进行。
SEC接下来会怎么做?
现在,XRP社区关注SEC的下一步行动。监管机构正准备提交其主要上诉意见书,这可能会决定这个高风险案件的未来走向。一些法律专家,如杰里米·霍根和前SEC律师马克·法格尔,认为上诉可能不会取得太大进展。他们指出,支持加密货币的声音,如保罗·阿特金斯,可能会影响SEC重新考虑其立场。
为什么这很重要?
这场法律战争已经成为加密货币行业的一个关键时刻。Ripple在摘要判决中的胜利是SEC声称XRP是一种证券的重大打击。现在,随着案件进入上诉阶段,其结果可能为美国如何对待加密货币设立先例。
目前,Ripple能够保护敏感信息是一次小但重要的胜利,使其专注于未来更大的战斗。加密货币界将密切关注SEC提交上诉意见书和案件的进展。
XRP价格影响
从技术上讲,XRP目前处于一个巩固阶段,即大幅价格波动之后的常见“冷却”时期。虽然这种横盘行情可能看起来乏味,但它往往为未来的重大波动铺平了道路。投资者应保持耐心,关注关键水平,因为突破2.51美元可能会引发一波反弹。比特币等广义市场趋势也可能影响XRP的下一波重大举动。on) {
showDownloadReport.style.display = ‘none’;
}
} else {
var subscribedPopUpmodal =
`
`;
subscribedmodal.innerHTML = subscribedPopUpmodal;
document.querySelector(‘#unsubscribe-modal-design .modal’).style.display = ‘none’;
subscribedmodal.style.display = ‘block’;
subscribedmodal.classList.remove(‘hide’);
subscribedmodal.classList.add(‘show’);
document.getElementById(‘subscribe_’ + categoryid).style.display = ‘none’;
document.getElementById(‘unsubscribe_’ + categoryid).style.display = ‘block’;
var showDownloadReport = document.getElementById(‘download_report’);
if (showDownloadReport) {
showDownloadReport.style.display = ‘block’;
}
}
} catch (error) {
console.error(‘Error:’, error);
}
},
error: function(xhr, status, error) {
console.error(‘Error:’, error);
}
});
}
function closeunsubscribemodal() {
var unsubscribemodal = document.querySelector(‘.unsubscribed-popup-modal .modal’);
unsubscribemodal.style.display = ‘none’;
unsubscribemodal.classList.remove(‘show’);
unsubscribemodal.classList.add(‘hide’);
document.location.reload();
}
function closesubscribedmodal() {
var subscribedmodal = document.querySelector(‘.subscribed-popup-modal .modal’);
subscribedmodal.style.display = ‘none’;
subscribedmodal.classList.remove(‘show’);
subscribedmodal.classList.add(‘hide’);
document.location.reload();
}
function checkAllSubscriptions(categoryid) {
var checkboxes = document.querySelectorAll(‘#subscription-options-‘ + categoryid + ‘ input[type=”checkbox”]’);
var checkAll = document.getElementById(‘check-all-‘ + categoryid);
checkboxes.forEach(function(checkbox) {
checkbox.checked = checkAll.checked;
});
}
jQuery(document).ready(function() {
var subscribeButton = document.getElementById(‘subscribeButton’);
var unsubscribeButton = document.getElementById(‘unsubscribeButton’);
var subscribeModal = document.getElementById(‘subscribe-modal-design’);
var unsubscribeModal = document.getElementById(‘unsubscribe-modal-design’);
var closeSubscribeModalBtn = document.getElementById(‘close-subscribe-modal’);
var closeUnsubscribeModalBtn = document.getElementById(‘close-unsubscribe-modal’);
var closeButton = document.getElementById(‘close-button’);
var cancelButton = document.getElementById(‘cancel-button’);
var subscribeModalContent = document.getElementById(‘subscribe-modal-content’);
var unsubscribeModalContent = document.getElementById(‘unsubscribe-modal-content’);
var subscribeContent = document.getElementById(‘subscribe-content’);
var unsubscribeContent = document.getElementById(‘unsubscribe-content’);
if (subscribeButton) {
subscribeButton.addEventListener(‘click’, function() {
subscribeModal.style.display = ‘block’;
subscribeModal.classList.remove(‘hide’);
subscribeModal.classList.add(‘show’);
subscribeModalContent.style.display = ‘block’;
unsubscribeModalContent.style.display = ‘none’;
subscribeContent.style.display = ‘block’;
unsubscribeContent.style.display = ‘none’;
});
}
if (unsubscribeButton) {
unsubscribeButton.addEventListener(‘click’, function() {
unsubscribeModal.style.display = ‘block’;
unsubscribeModal.classList.remove(‘hide’);
unsubscribeModal.classList.add(‘show’);
subscribeModalContent.style.display = ‘none’;
unsubscribeModalContent.style.display = ‘block’;
subscribeContent.style.display = ‘none’;
unsubscribeContent.style.display = ‘block’;
});
}
if (closeSubscribeModalBtn) {
closeSubscribeModalBtn.addEventListener(‘click’, function() {
subscribeModal.style.display = ‘none’;
subscribeModal.classList.remove(‘show’);
subscribeModal.classList.add(‘hide’);
});
}
if (closeUnsubscribeModalBtn) {
closeUnsubscribeModalBtn.addEventListener(‘click’, function() {
unsubscribeModal.style.display = ‘none’;
unsubscribeModal.classList.remove(‘show’);
unsubscribeModal.classList.add(‘hide’);
});
}
if (closeButton) {
closeButton.addEventListener(‘click’, function() {
subscribeModal.style.display = ‘none’;
subscribeModal.classList.remove(‘show’);
subscribeModal.classList.add(‘hide’);
});
}
if (cancelButton) {
cancelButton.addEventListener(‘click’, function() {
unsubscribeModal.style.display = ‘none’;
unsubscribeModal.classList.remove(‘show’);
unsubscribeModal.classList.add(‘hide’);
});
}
});訂閱成功彈出視窗
“`javascript
function subscribed_popupmodal(categoryid) {
var subscribedPopupModal = `
`;
var selectedSubscriptionsArray = selectedSubscriptionsString.split(‘,’);
var subscribedCategories = selectedSubscriptionsArray.map(function(subscription) {
return subscription.split(‘_’)[0];
});
var subscribedCategoriesString = subscribedCategories.join(‘, ‘);
subscribedmodal.innerHTML = subscribedPopupModal;
if (document.getElementById(‘selectidname’)) {
document.getElementById(‘selectidname’).textContent = subscribedCategoriesString;
}
document.querySelector(‘#subscribe-modal-design .modal’).style.display = ‘none’;
subscribedmodal.style.display = ‘block’;
subscribedmodal.classList.remove(‘hide’);
subscribedmodal.classList.add(‘show’);
document.getElementById(‘subscribe_’ + categoryid).style.display = ‘none’;
document.getElementById(‘unsubscribe_’ + categoryid).style.display = ‘block’;
var showDownloadReport = document.getElementById(‘download_report’);
if (showDownloadReport) {
showDownloadReport.style.display = ‘block’;
}
}
“`
“`javascript
function closeModal(template_id) {
var modalId = template_id;
var modal = document.querySelector(‘#’ + modalId);
if (modal) {
modal.classList.add(‘hide’);
modal.classList.remove(‘show’);
setTimeout(function() {
modal.style.display = ‘none’;
}, 500);
} else {
console.warn(‘找不到彈出視窗:’, modalId);
}
}
“`
“`javascript
function closeunsubscribemodal() {
var unsubscribemodal = document.querySelector(‘.unsubscribed-popup-modal .modal’);
if (unsubscribemodal) {
unsubscribemodal.classList.add(‘hide’);
unsubscribemodal.classList.remove(‘show’);
}
setTimeout(function() {
unsubscribemodal.style.display = ‘none’;
}, 500);
}
“`
“`javascript
function closesubscribemodal() {
var subscribedmodal = document.querySelector(‘.subscribed-popup-modal .modal’);
setTimeout(function() {
subscribedmodal.style.display = ‘none’;
}, 500);
if (subscribedmodal) {
subscribedmodal.classList.add(‘hide’);
subscribedmodal.classList.remove(‘show’);
}
}
“`
“`javascript
function withoutLoginClicked(withoutlogin_id) {
localStorage.setItem(‘subscribe_without_Login’, ‘true’);
localStorage.setItem(‘subscribe_clicked_id’, withoutlogin_id);
}
“`
“`javascript
document.addEventListener(‘DOMContentLoaded’, function() {
var templateId = ‘6’;
getAllSubscriberCategoryList([templateId]);
jQuery.ajax({
url: ‘https://blockvision.news/wp-admin/admin-ajax.php’,
type: ‘GET’,
data: {
action: ‘subscribe_api_ajax_request’,
apiurl: ‘/app/email_newsletter/list’,
},
success: function(response) {
var resultonload = JSON.parse(response.message);
var storeallcategory = resultonload.message;
if (Array.isArray(storeallcategory)) {
var allCategoryIds = storeallcategory.map(function(item) {
return String(item.news_cp_category_row_id);
});
var uniqueCategoryIds = Array.from(new Set(allCategoryIds));
var templateIdStr = String(templateId);
if (!uniqueCategoryIds.includes(templateIdStr)) {
var idNotMatchTounsubscribe = document.getElementById(‘unsubscribe_’ + templateIdStr);
var idNotMatchTosubscribe = document.getElementById(‘subscribe_’ + templateIdStr);
if (idNotMatchTounsubscribe) {
idNotMatchTounsubscribe.style.display = “none”;
}
if (idNotMatchTosubscribe) {
idNotMatchTosubscribe.style.display = “none”;
}
}
} else {
console.log(“storeallcategory 不是一個陣列。”);
}
},
error: function(xhr, status, error) {
console.error(“AJAX 請求失敗:”, status, error);
}
});
const subscribewithoutData = localStorage.getItem(‘subscribe_without_Login’);
const subscribe_clicked_cat_id = localStorage.getItem(‘subscribe_clicked_id’);
function getCookie(name) {
let value = “; ” + document.cookie;
let parts = value.split(“; ” + name + “=”);
if (parts.length == 2) return parts.pop().split(“;”).shift();
}
const userToken = getCookie(‘user_token’);
if (subscribewithoutData === ‘true’ && userToken) {
subscribed_popupmodal(subscribe_clicked_cat_id);
localStorage.removeItem(‘subscribe_without_Login’);
localStorage.removeItem(‘subscribe_clicked_id’);
}
});
“`
更新訂閱內容
“`javascript
function initializeSubscriptionButton() {
var initialListItems = document.querySelectorAll(‘.subscription-options input[type=”checkbox”]’);
initialListItems.forEach(function(item) {
console.log(item.checked, ‘初始核取方塊狀態’);
});
var listItems = document.querySelectorAll(‘.subscription-options li’);
if (listItems.length === 0) return;
var anyActive = false;
listItems.forEach(function(item) {
var checkbox = item.querySelector(‘input[type=”checkbox”]’);
if (checkbox) {
if (checkbox.checked) {
item.classList.add(‘active’);
anyActive = true;
} else {
item.classList.remove(‘active’);
}
}
});
}
function updateButtonText(anyActive) {
var subscribeButtonSpan = document.querySelector(‘.subscribe-submit .changeBtnText’);
if (subscribeButtonSpan) {
if (anyActive) {
subscribeButtonSpan.textContent = ‘立即訂閱’;
} else {
subscribeButtonSpan.textContent = ‘取消訂閱’;
}
}
}
function updateSubscriptionButton() {
var listItems = document.querySelectorAll(‘.subscription-options li’);
if (listItems.length === 0) return;
var anyActive = false;
listItems.forEach(function(item) {
var checkbox = item.querySelector(‘input[type=”checkbox”]’);
if (checkbox) {
if (checkbox.checked) {
item.classList.add(‘active’);
anyActive = true;
} else {
item.classList.remove(‘active’);
}
}
});
updateButtonText(anyActive);
}
document.addEventListener(‘click’, function(event) {
var clickedItem = event.target.closest(‘.subscription-options li’);
if (clickedItem) {
var checkbox = clickedItem.querySelector(‘input[type=”checkbox”]’);
if (checkbox) {
checkbox.checked = !checkbox.checked;
updateSubscriptionButton();
}
}
});
“`
常見問題解答
Ripple與SEC的案件結束了嗎?
不,該案件尚未結束。目前正在上訴階段,雙方正在提交請求並等待進一步的法律發展。
XRP訴訟已解決嗎?
不,XRP訴訟尚未解決。該案件仍在進行中,Ripple和SEC仍在進行法律程序,現在進入上訴階段。
標籤:加密貨幣監管、Ripple(XRP)