2021/10/15 MAX Token 燒幣完成

親愛 MAX 用戶您好,

MAX 已於 2021/10/15 (五) 燒毀 9,951,620.1967 顆。本次燒毀降低發行總量的上限,且已燒毀的代幣將永久性地消失。藉由降低代幣的供給總量,進一步提升代幣的稀缺性。


燒毀紀錄查詢連結:https://etherscan.io/tx/0xcba62d5ffbce2086242634f69a1a0898c7ad6518ea1d01a0beec898d5e3b85da
MAX Token 合約:https://etherscan.io/token/0xe7976c4efc60d9f4c200cc1bcef1a1e3b02c73e7

歡迎您加入 MAX 官方 FBTelegram公告群組 以及 LINE 群組,以利您接收平台最新消息!

感謝您的支持

MAX 數位資產交易所

這是否有幫助?

發送反饋意見
很抱歉我們幫不上忙。請留下您的意見協助我們改善這篇文章。
document.addEventListener("DOMContentLoaded", function() { // 1. 定義目標:請根據貴公司目前 Freshdesk 版型的實際 class 進行微調 // 預設的標題通常是 h1 或 .article-title,內文通常是 .article-body const articleTitle = document.querySelector('h1') || document.querySelector('.article-title'); const articleBody = document.querySelector('.article-body'); if (articleTitle && articleBody) { // 2. 抓取文章內文的「第一個子元素」 const firstElement = articleBody.firstElementChild; // 3. 判斷:如果第一個元素是我們約定好的 H3,就將其視為附標題 if (firstElement && firstElement.tagName === 'H3') { // 替它加上專屬的 Class 標籤,方便稍後用 CSS 改變樣式 firstElement.classList.add('custom-article-subtitle'); // 將這個 H3 從內文中拔出,移動到主標題的正下方 articleTitle.insertAdjacentElement('afterend', firstElement); } } });