Skip to content Skip to sidebar Skip to footer

The lawsuit claims A-list celebrities promoted products without disclosing the compensation they received.
Richard Whiddington, December 12, 2022
There’s a cartoon on the homepage of Bored Ape Yacht Club, once the hottest collection of NFTs on the Ethereum blockchain, of a bar decked out in sailor paraphernalia. The room has festive lighting and kitsch trimmings, but it’s empty, everyone has left the party. It’s a fitting image for the group of 10,000 ruffian apes whose value and buyers have dropped precipitously in recent months.
Now, Yuga Labs, the creator of Bored Ape Yacht Club and owner of CryptoPunks and Meebits, faces legal action over claims that it deliberately inflated the value of its NFTs to the benefit of insiders.
Two Yuga Lab NFT collectors, Adonis Real and Adam Titcher, filed a class-action lawsuit on December 8 with the Federal Central District Court of California alleging that Yuga Labs made paid celebrity endorsements appear organic, which artificially boosted prices and resulted in billions of dollars in sales and re-sales. When prices dropped following Bored Ape Yacht Club’s lackluster metaverse rollout, Real and Titcher lost out.
More broadly, the complaint claims Yuga Labs violated the Exchange Act “by making false and misleading statements concerning Yuga’s growth prospects, financial ownership, and financial benefits for Yuga securities investors,” Scott and Scott, the law firm that filed the case wrote in a statement.
Scott and Scott specializes in securities fraud and consumer rights litigation and has brought forward a number of crypto and metaverse related cases in recent months, including against Safemoon, LGB Coin, and TerraForm Labs. On December 8, a California judge dismissed its case against EthereumMax, which involved Kim Kardashian and Floyd Mayweather, due to insufficient allegations. The firm did not respond to a request for comment.
Among the 37 defendants named in the suit are high-profile figures including Madonna, Justin Bieber, Stephen Curry, Serena Williams, Jimmy Fallon, and the progenitor of the NFT boom himself, Mike Winkelmann—aka Beeple—whose NFT collection Everydays: the First 5,000 Days sold for $69 million in March 2021.
The lawsuit, which seeks damages of at least $5 million on behalf of its plaintiffs, identifies long-time talent manager Guy Oseary and MoonPay, described by some as the PayPal for crypto, as pivotal entities in the “scheme.” Oseary, the claim alleges, worked with Yuga executives to leverage his network of A-list celebrities and have them promote Bored Ape Yacht Club and Yuga financial products in exchange for financial compensation delivered through MoonPay. Oseary was an early investor in MoonPay via his venture capital firm, Sound Ventures.
The compensation, it states, was not disclosed and therefore violates the FTC requirement that endorsers disclose their material connections with their sponsoring advertisers in clear and obvious language.
One example from the 95-page filing involves Jimmy Fallon’s promotion of Bored Ape Yacht Club and MoonPay on an episode of his Tonight Show. On air, Fallon said he’d bought an ape through MoonPay’s services and continued promoting the pair on Twitter without acknowledging that he was an early investor in MoonPay and was “financially interested, directly or indirectly, in the increased sale or popularity of the Yuga securities.”
Permission to come a bored? @BoredApeYC #NewProfilePic pic.twitter.com/1pbBt2gB1V
— Jimmy Fallon (@jimmyfallon) November 12, 2021

At the time of writing none of the celebrities had commented publicly on the lawsuit, though Yuga Labs told Artnet News in a statement, “in our view, these claims are opportunistic and parasitic. We strongly believe that they are without merit, and look forward to proving as much.” The company declined to comment further on the allegations.
The lawsuit comes on the heels of reports in October that the SEC was looking into Yuga Labs to determine if its offerings constitute unregulated securities.
 
 
More Trending Stories:
Authorities Have Confiscated Almost Two Dozen Antiquities From the Collection of Met Trustee Shelby White
A Woman’s Name Uncovered in the Margins of a 1,200-Year-Old Medieval Manuscript Provides a Fresh Clue About Its Real Significance
A Viral A.I. Generator, Which Allows Users to Conjure Up Their Own Self-Portraits, Has Sparked New Concerns About Creator Rights
The Discovery of the Oldest Human Footprints in North America Thrilled Researchers. It Turns Out They May Not Be So Old
The British Museum Is Said to Be Reaching a Deal With Greece on the Parthenon Marbles. But the U.K. Warns It Can’t Break Up Its Collection
Click Here to See Our Latest Artnet Auctions, Live Now 
 

Share
By Taylor Dafoe, Oct 13, 2022
By Amy Castor, Sep 15, 2022
By Eileen Kinsella, Aug 5, 2022
By Taylor Dafoe, Dec 12, 2022
By Vittoria Benzine, Dec 12, 2022
©2022 Artnet Worldwide Corporation. All Rights Reserved.var w = Math.max(document.documentElement.clientWidth, window.innerWidth || 0),
h = Math.max(document.documentElement.clientHeight, window.innerHeight || 0),
pagetype = document.querySelector(‘meta[property=”og:type”]’).getAttribute(“content”),
pagetypeurl = document.URL,
pagetypeforce = pagetypeurl.substr(pagetypeurl.length – 3);
isnewsletter = pagetypeurl.includes(“?page_1”);
w = pagetype + 20 * Math.round(w / 20), h = pagetype + 20 * Math.round(h / 20), googletag.cmd.push(function() {
googletag.pubads().setTargeting(“width”, w), googletag.pubads().setTargeting(“height”, h), 1 == isnewsletter && googletag.pubads().setTargeting(“isfirstpage”, [‘Y’, pagetypeforce] )
});
(function defernl() {
if (window.jQuery) {
if (jQuery(window).width() > 619) {
setTimeout(function() {

var cookieSettings = {
recentlyShown: {
expiration_minutes: 5
},
signedUp: {
expiration_days: 14
},
closedSignupBar: {
expiration_days: 5
}
};

var generalSettings = {
loadFontAwesome: false
};

if (!window.jQuery) loadJQuery();
var $ = window.jQuery;

function addCss(fileName) {
var head = document.head
, link = document.createElement(‘link’);

link.type = ‘text/css’;
link.rel = ‘stylesheet’;
link.href = fileName;

head.appendChild(link);
}

function appendNewsletterSignup() {
var signup =

//hide on mobile phones
+ ‘ @media (max-width: 575px){ #ouibounce-modal {display:none !important;} }’
+ ‘ @media (max-width: 767px){ .close-signup {top:0 !important;} }’
+ ‘ @media (max-width: 1199px){ #ouibounce-modal .description {font-size:13px !important;} }’
+ ”
+ ‘


+ ‘


+ ‘


+ ”
+ ”
+ ‘


+ ‘


+ ‘

Get hand-picked stories from our editors delivered straight to your inbox every day.


+ ‘


+ ‘


+ ‘


+ ‘


+ ‘


+ ‘Please enter a valid email address’
+ ‘


+ ‘


+ ‘


+ ‘


+ ‘
+ ‘


+ ”
+ ”
+ ‘


+ ‘


+ ‘


+ ”
+ ‘


+ ‘


+ ‘


+ ‘


+ ‘

‘;

$(‘body’).append(signup);
}

var paywallPagesRegex = /^/subscribe|subscribe-confirm|my-account(/|$)/;

function initNewsletterSignup() {
// don’t show it on paywall-related pages where the user might be in the process
// of subscribing, or managing their account
if (paywallPagesRegex.test(window.location.pathname)) {
return;
}

// Append ouibounce to page
var ouibounceScript = ”;
$(‘body’).append(ouibounceScript);

// Add animation css
addCss(‘https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css’);

if (generalSettings.loadFontAwesome) {
addCss(‘https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css’);
}

// Check if ouibounce exist before calling ouibounce
var initOuibounce = setInterval(function() {
if (typeof ouibounce !== ‘undefined’) {
appendNewsletterSignup();

var $modal = $(‘#ouibounce-modal’);
SignupForm.init($modal.find(‘form’), function onSuccess() {
//hide form fields and show thank-you message
$modal.find(‘.form-row’).hide();
$modal.find(‘.newsletter-signup-thank-you’).fadeIn(‘fast’);

setNewsletterCookie(‘signedUp’, 1);

//after successful signup, hide the signup bar after 5 seconds
setTimeout(function() {
closeSignupBar();
}, 5000);
});

// Handler for close signup button
$(‘body’).on( ‘click’, ‘.close-signup’, function(){
setNewsletterCookie(‘closedSignupBar’, 1);
closeSignupBar();
});

ouibounceAPIaccess = ouibounce(
$modal[0], {
aggressive: true,
sensitivity: 50,
callback: function() {
slideInModal(‘Down’);
}
}
);

clearInterval(initOuibounce);
}
}, 100);
}

function slideInModal(upOrDown) {
$(‘#ouibounce-modal’)
.removeClass(‘slideOutDown slideOutUp’)
.addClass( ‘slideIn’ + upOrDown );

setNewsletterCookie(‘recentlyShown’, 1);
}

function setNewsletterCookie(cookieName, value) {
//exdays*24*60*60
var settings = cookieSettings[cookieName];
var expirationMinutes = settings.expiration_minutes;
if (!expirationMinutes) {
expirationMinutes = daysToMinutes(settings.expiration_days);
}
setCookie(cookieName, value, expirationMinutes);
}

function daysToMinutes(numDays) {
return numDays * 24 * 60;
}

/**
* Generic setCookie() method, used by setNewsletterCookie().
* There is probably no need to call this directly – use setNewsletterCookie().
*/
function setCookie(cname, cvalue, expMinutes, prefix) {
//default prefix is ‘artnet_newsletter_’
if (prefix == undefined) {
prefix = ‘artnet_newsletter_’;
}
var d = new Date();
d.setTime(d.getTime() + (expMinutes*60*1000));
var expires = “expires=”+d.toUTCString();

//console.log(prefix + cname + “=” + cvalue + “;” + expires + “;path=/”);
document.cookie = prefix + cname + “=” + cvalue + “;” + expires + “;path=/”;
}

function getCookie(cname, prefix) {
//default prefix is ‘artnet_newsletter_’
if (prefix == undefined) {
prefix = ‘artnet_newsletter_’;
}
var name = prefix + cname + “=”;
var ca = document.cookie.split(‘;’);
for(var i = 0; i <ca.length; i++) {
var c = ca[i];
while (c.charAt(0)==' ') {
c = c.substring(1);
}
if (c.indexOf(name) == 0) {
return c.substring(name.length,c.length);
}
}
return "";
}

function closeSignupBar() {
var $modal = $('#ouibounce-modal');
$modal.addClass( $modal.hasClass('slideInUp') ? 'slideOutDown': 'slideOutUp' );
}

function loadJQuery() {
var script = document.createElement('script');
script.src = "https://code.jquery.com/jquery-3.1.1.min.js";
script.integrity = "sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8=";
script.crossorigin = "anonymous";
document.body.appendChild(script);
}

function checkCookies() {
//if any of these cookies are found, we don't show the modal.
var cookieNames = ['recentlyShown', 'signedUp', 'closedSignupBar','signup_cookie'];
var i = cookieNames.length,
found = false;
while (i–) {
if (getCookie(cookieNames[i]).length) {
found = true;
break;
}
}

if (!found) {
initNewsletterSignup();
}
}

var SignupForm = {
regex: {
email: /^([a-zA-Z0-9_.-])+@(([a-zA-Z0-9-])+.)+([a-zA-Z0-9]{2,4})+$/
},

// Init – Anything you want to happen onLoad (usually event bindings)
// ——————————————————————-
init: function (formElement, onSuccess) {
var ctx = this;
ctx.customSerializer();
if (!onSuccess) {
throw Error('onSuccess callback is required');
}

var $form = $(formElement);
$form.submit(function(e){
e.preventDefault();

var $email = $form.find('.signup-email');
var valid = ctx.validate( $form, $email);
if(valid){
// Hide the errors
$form.find('.errors').children().hide();
// Submit the form
ctx.submit($form, onSuccess);
} else {
// Focus on the email input box
$email.focus();
// Show email validation error and hide other errors
$form.find('.invalid-email').show().siblings().hide();
}
});
},

// FUNCTIONS
// ===================================================================

// Signup validation
// ——————————————————————-
validate: function( $form, $email ){
var ctx = this;
// Does the email match our regex?
return ctx.regex.email.test( $email.val() );
},

// Signup submission
// ——————————————————————-
submit: function($form, onSuccess) {
var ctx = this;
$.ajax({
type: $form.attr('method'),
url: $form.attr('action'),
data: JSON.stringify( $form.serializeFormJSON() ),
// dataType: 'json',
contentType: 'application/json; charset=UTF-8',
crossDomain: true,
timeout: 10000
})
.done(function(data, textStatus, jqXHR) {
onSuccess();
})
.fail(function(jqXHR, textStatus){
// Show signup failure error and hide other errors
$form.find('.signup-failed').show().siblings().hide();
});
},

// Extends jQuery with a function to serialize to JSON
// ——————————————————————-
customSerializer: function(){
$.fn.serializeFormJSON = function () {
var o = {};
var a = this.serializeArray();
$.each(a, function () {
if (o[this.name]) {
if (!o[this.name].push) {
o[this.name] = [o[this.name]];
}
o[this.name].push(this.value || '');
} else {
o[this.name] = this.value || '';
}
});
return o;
};
}
};

//show automatically after delay
setTimeout(function(){
var $modal = $('#ouibounce-modal');
//if there are cookies indicating that we shouldn't show the signup bar, then the modal won't have been added to the page
//and we can just return here.
if (!$modal.length) {
return;
}
//don't run this function if the user has already triggered the modal by leaving the viewport
if ($modal.hasClass('slideInDown')) return;

//position at bottom of screen
$modal.css({
top: 'auto',
bottom: 0
});

slideInModal('Up');
$modal.show();

},20000); //20 seconds

$(function() {
checkCookies();
});

}, 7500);
}
} else {
setTimeout(function() { defernl() }, 250);
}
})();

artnet and our partners use cookies to provide features on our sites and applications to improve your online experience, including for analysis of site usage, traffic measurement, and for advertising and content management. See our Privacy Policy for more information about cookies. By continuing to use our sites and applications, you agree to our use of cookies.
You are currently logged into this Artnet News Pro account on another device. Please log off from any other devices, and then reload this page continue. To find out if you are eligible for an Artnet News Pro group subscription, please contact [email protected]. Standard subscriptions can be purchased on the subscription page.
Log In

source

Leave a comment