Updates on the $100M Buyback Program
Last month, we launched a $100M Buyback program. Today, we’re giving you our first Buyback update.
let utm = {}; let params = new URLSearchParams(document.location.href.split("?")[1]); ["utm_campaign", "utm_source", "utm_medium"].forEach((name) => { let val = params.get(name); if (val) { if (name === "utm_campaign" && window.location.pathname === "../../index-2.html") { val += `_v${params.get("v") || "1"}`; } document.cookie = `${name}=${val}; path=/; max-age=2592000; domain=nexo.io`; utm[name] = val; } }); if (Object.keys(utm).length > 0) { document.cookie = `utm_data=${JSON.stringify(utm)}; path=/; max-age=2592000; domain=nexo.io`; } if (!document.referrer.match(/:\/\/(.*\.)?nexo\./)) { document.cookie = `referer=${document.referrer}; path=/`; } let clickId = params.get('irclickid') if (clickId) { document.cookie = `irclickid=${clickId}; path=/; domain=nexo.io`; }
Nexo의 블로그를 팔로우하고, 암호자산 부문 최신 뉴스, 업계 인사이트, 방법 가이드 및 상품 업데이트 정보를 확인하세요.
Last month, we launched a $100M Buyback program. Today, we’re giving you our first Buyback update.