Nusret Gökçe, the restaurant operator who gained worldwide fame with the salt planting movement, sold one of his tweets with NFT for 6 thousand dollars. Nusret’s tweet dated 2017 was put up for sale on the platform called Valuables.
We have heard the name frequently lately To NFT the interest continues to increase day by day. Blockchain NFTs, one of the biggest innovations that technology has brought to our lives; it helps to sell a piece of art, a tweet, a video, a comment or an Instagram story online.
Football player before Happy Ozil future boots and jersey designs, YouTuber Logan Paul Pokemon cards, Elon Of Musk partner Grimes music videos, Twitter CEO Jack Dorsey sold his first tweet via NFT. The last celebrity who has joined the unavoidable NFT craze recently is the owner of the famous meat restaurant chain. Nusret Gokce happened.
Nusret sold a tweet he shared in 2017 for $ 6,000:
According to the news of Uğur Alkapar from Posta newspaper Nusret2017 tweet with video of gold-plated meats. For 6 thousand dollarsThat is, it sold it for approximately 43 thousand TL. Alkapar’s article titled ‘This Tweet is 6 Thousand Dollars’ is as follows:
“On a platform called Valuables, where Twitter posts of many famous people such as Elon Musk and Kamala Harris were sold, the world’s first tweet found buyers for 2.5 million dollars.
After that, Nusret Gökçe also put some of his tweets up for sale. Gökçe sold his tweet containing a video of gold-covered meat for 6 thousand dollars. Others found buyers between $ 200 and $ 3,000.
There are cryptocurrency inspirations in the usernames of buyers. So the types who understand this business. These digitally signed tweets are expected to increase in value over time. But to tell you the truth, I am not very concerned about situations that have become so digital. I would tweet more if I knew it would make money! “
RELATED NEWS
Pizza Hut Also Enters NFT Business: First NFT Sold to 5 Ethereum
Blockchain technology and interest in NFTs, one of the extensions of this technology, continues to increase day by day. So, what do you think about NFTs and blockchain technology? Your ideas comments You can share with us from section.
Source :
https://tr.sputniknews.com/yasam/202103201044076081-tweetlerinden-bazilarini-satiliga-cikaran-nusret-bir-tweetini-6-bin-dolara-satti/
$(function(){
//facebook window.fbAsyncInit = function() { FB.init({ appId : '1037724072951294', xfbml : true, version : 'v2.5' }); };
(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 = "https://connect.facebook.net/tr_TR/sdk.js"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));
$('body').on({ click: function() { // facebook save button ajax FB.XFBML.parse(); } }, '.facebook-save');
// share scroll if ($('.content-sticky').length > 0) { if ($(window).width() >= 768) { $(window).on('scroll', function () { var scrollTop = $(this).scrollTop(); $('article').each(function () { if (scrollTop >= ($(this).find('.content-body').offset().top - 76)) { $(this).find('.content-sticky').addClass('sticky'); if (scrollTop >= ($(this).find('.content-body').offset().top + $(this).find('.content-body').height() - ($(this).find('.content-sticky').height() + 92))) { $(this).find('.content-sticky').removeClass('sticky'); $(this).find('.content-sticky').css({'bottom': '0px', 'top': 'auto'}); } else { $(this).find('.content-sticky').addClass('sticky').css({ 'bottom': 'initial', 'top': '76px' }); } } else { $(this).find('.content-sticky').removeClass('sticky').css({'bottom': 'auto', 'top': '0'}); } }); }); } }
// share click $('body').on({ click: function (){ var $this = $(this), dataShareType = $this.attr('data-share-type'), dataType = $this.attr('data-type'), dataId = $this.attr('data-id'), dataPostUrl = $this.attr('data-post-url'), dataTitle = $this.attr('data-title'), dataSef = $this.attr('data-sef');
switch(dataShareType) { case 'facebook': FB.ui({ method: 'share', href: dataSef, }, function(response){ if (response && !response.error_message) { updateHit(); } });
break;
case 'twitter': shareWindow('https://twitter.com/intent/tweet?via=webtekno&text="+encodeURIComponent(dataTitle) + " %E2%96%B6 ' + encodeURIComponent(dataSef)); updateHit(); break;
case 'gplus': shareWindow('https://plus.google.com/share?url=" + encodeURIComponent(dataSef)); updateHit(); break;
case "mail': window.location.href="https://www.webtekno.com/mailto:?subject=" + encodeURIComponent(dataTitle) +'&body='+ encodeURIComponent(dataSef); //updateHit(); break;
case 'whatsapp': window.location.href="whatsapp://send?text=" + encodeURIComponent(dataTitle) +' %E2%96%B6 '+ encodeURIComponent(dataSef); updateHit(); break; }
function shareWindow (url) { window.open(url, "_blank", "toolbar=yes, scrollbars=yes, resizable=yes, top=500, left=500, width=400, height=400"); }
function updateHit () { $.ajax({ type: "POST", url: dataPostUrl, data: {contentId: dataId, contentType: dataType, shareType: dataShareType}, success: function(data) {
if ($('.video-showcase').length > 0) { var $container = $('.video-showcase'); } else if ($('article[data-id="' + dataId + '"]').length > 0) { var $container = $('article[data-id="' + dataId + '"]'); } else if ($('.wt-share-item[data-id="' + dataId + '"]').length > 0) { var $container = $('.wt-share-item[data-id="' + dataId + '"]'); } else { $container = null; }
//var $container = dataType == 'video' ? $('.video-showcase') : $('article[data-id="' + dataId + '"]');
if ( $container != null && $container.length > 0 ) { var $badged = $container.find('.wt-share-badge-' + dataShareType);
var $headerCount = $('.content-header').find('.wt-share-count'), $containerCount = $container.find('.wt-share-count'), value = parseInt($containerCount.html()) + 1;
$container.data('share', value); //$containerCount.html(value);
if ($headerCount.length > 0) { //$headerCount.html(value); }
if ( $badged.length > 0 && (dataShareType == 'facebook' || dataShareType == 'twitter')) { if ($badged.hasClass('is-visible')) { //$badged.html(data); } else { //$badged.addClass('is-visible').html(data); } } }
} }); } } }, '.wt-share-button') });