
Photo : YONHAP News
Presidential candidates from the two major political parties announced pledges regarding virtual assets, in apparent moves to seek support from voters in their 20s and 30s, considered to be the deciding vote in the March 9 elections.
Meeting with heads of cryptocurrency exchanges on Wednesday, ruling Democratic Party(DP) candidate Lee Jae-myung pledged to look into permitting initial coin offerings(ICO). Lee made the pledge on the condition that a system is adopted to protect investors and prevent market disturbance.
The DP candidate also promised to accelerate the enactment of a law to protect investors and operators of virtual assets, and to consider allowing security token offering(STO) that can be used to trade real financial assets.
In announcing his pledge, main opposition People Power Party(PPP) candidate Yoon Suk Yeol promised to allow ICOs, starting with the adoption of initial exchange offering(IEO) as a safety net.
Yoon added that his administration will exempt taxes on cryptocurrency profits of up to 50 million won, while confiscating all proceeds from price manipulation, cross trading and other unfair practices.
var lang = “English”;
FB.init({ // 페이스북 인증 초기화
appId : ‘513057942237381’,
xfbml : true,
cookie : true,
version : ‘v3.0’
});
function sns_module(sns, sns_url, sns_title){
//FB.XFBML.parse(); //Facebook
//twttr.widgets.load(); //Twitter
//gapi.plusone.go(); //Google+
if(window.FB){
console.log(“FB 존재”);
}
FB.XFBML.parse();
var title = $(‘meta[property=”og:title”]’).attr(‘content’), // 공유할 페이지 타이틀
url = $(‘meta[property=”og:url”]’).attr(‘content’), // 공유할 페이지 URL
tags = “”, // 공유할 태그
imageUrl = $(‘meta[property=”og:image”]’).attr(‘content’), // 공유할 이미지
description = $(‘meta[property=”og:description”]’).attr(‘content’); // 공유할 설명
var encodeTitle = encodeURIComponent(title),
encodeUrl = encodeURIComponent(url),
encodeTags = encodeURIComponent(tags),
encodeImage = encodeURIComponent(imageUrl); // 공유할 이미지
console.log(encodeTitle);
console.log(imageUrl);
if(sns_url)
encodeUrl = encodeURIComponent(sns_url);
if(sns_title)
encodeTitle = sns_title;
if(sns == “facebook”){
url = sns_url;
title = sns_title;sns
FB.ui({
method: ‘feed’,
source: imageUrl,
name: title,
quote: description,
//caption: document.location.href,// 설명
link: url
}, function(response){
//alert(“e1”);
}
);
}else if(sns == “google”){
window.open(“https://plus.google.com/share?t=”+encodeTitle+”&url=”+encodeUrl, “google+”, “width=500, height=550, resizable=no”);
}else if(sns == “twitter”){
window.open(“https://www.twitter.com/intent/tweet?text=”+encodeTitle+”&url=”+encodeUrl+”&hashtags=”+encodeTags, ‘twitter’, “width=500, height=450, resizable=no”);
}else if(sns == “weibo”){
window.open(“https://service.weibo.com/share/share.php?appkey=2794024846&language=zh_cn&url=”+encodeUrl+”&title=”+encodeTitle, ‘weibo’, “width=500, height=450, resizable=no”);
}
}
window.fbAsyncInit = function() {
FB.init({
appId : ‘513057942237381’,
xfbml : true,
version : ‘v2.8’
});
};
(function(d, s, id){
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = “http://connect.facebook.net/en_US/sdk.js”;
fjs.parentNode.insertBefore(js, fjs);
}(document, ‘script’, ‘facebook-jssdk’));