2006 Topps: Difference between revisions

From BaseballCardPedia.com
Jump to navigation Jump to search
Line 338: Line 338:
===Wal-Mart===
===Wal-Mart===


This 54-card set, exclusive to Blaster boxes sold at Wal-Mart, features cards done in the style of (but not necessarily reprints) Topps cards.  Each specially-marked Blaster contained a pack of three of these cards.
This 54-card set, exclusive to Blaster boxes sold at Wal-Mart, features cards done in the style of (but not necessarily reprints) Topps cards.  Each specially-marked Blaster contained a pack of three of these cards. Eighteen cards are exclusive to Series One, Series Two and [[2006 Topps Updates & Highlights|Updates & Highlights.]]


Cards marked with a "1" were exclusive to Series One, "2" to Series Two, and "UPD" to Topps Updates Blasters. Due to the limited amount of Series 2 availabe at Wal-Mart, cards from Series 2 may be difficult to find.
====Series One====


<sql2wiki database="carddb">
<sql2wiki database="carddb">
SELECT num,player,info FROM cards WHERE (year = 2006) AND (setname = 'Topps Wal-Mart')
SELECT num,player FROM cards WHERE (year = 2006) AND (setname = 'Topps Wal-Mart') AND (info = 1)
ORDER BY SUBSTRING(num,1,1),lpad(substring(num,2),10,0);
ORDER BY SUBSTRING(num,1,1),lpad(substring(num,2),10,0);
</sql2wiki>
</sql2wiki>
====Series Two====
'''NOTE:''' Due to the limited amount of Blasters produced, cards from Series Two may be difficult to find.
<sql2wiki database="carddb">
SELECT num,player FROM cards WHERE (year = 2006) AND (setname = 'Topps Wal-Mart') AND (info = 2)
ORDER BY SUBSTRING(num,1,1),lpad(substring(num,2),10,0);
</sql2wiki>
===Box Bottoms===
===Box Bottoms===



Revision as of 20:09, 30 January 2020

Description

2006 Topps is a 659-card set was issued over two series. Series One was released in February 22nd, 2006 while Series Two was issued four months later.

Alex Gordon "Rookie Card" controversy

Card #297 Alex Gordon was pulled early in production because Gordon did not have any major league experience which violated the new Rookie Card rules instituted during the off-season by the MLBPA. Topps estimates around 100 Gordon cards made it into production while Beckett estimates 200 to 500. Beckett also estimates that 2500 to 5000 cut out versions made their way into packs. The "Cut Out" variations of the Gordon card are where Topps literally cut Gordon's image out of the card, leaving only an empty cardboard frame.

Distribution

Hobby: 36 packs per box, 10 cards per pack (MSRP: $1.59). 10 boxes per case.

Retail: 24 packs per box, 12 cards per pack (MSRP: $1.99). 20 boxes per case.

Rack Packs: 24 packs per box, 18 cards per pack (MSRP: $2.99). Three boxes per case.

Factory Sets

NOTE: This was the first year Topps produced special packs for Target, K-Mart, and Walmart -- each with their special inserts.

Reviews

Insertion Ratios

Cards Total Cards Numbered To Hobby Odds Retail Odds
Base ? - ? ?
Gold ? 2006 ? ?
Black ? 55 ? ?
Platinum ? one-of-one ? ?
Printing Plates ? one of every four colors ? ?
2K All-Stars ? - ? ?
Barry Bonds Chase to 715 ? - ? ?
Declaration of Independence ? - ? ?
Hit Parade ? - ? ?
Hobby Masters ? - ? ?
Home Run Derby Contest ? - ? ?
Mickey Mantle Collection ? - ? ?
Opening Day ? - ? ?
Own the Game ? - ? ?
Rookie of the Week ? - ? ?
Topps Stars ? - ? ?
Trading Places ? - ? ?
United States Constitution Signers ? - ? ?
Wal-Mart ? - ? ?
Team Logo Window Clings ? - ? ?
Barry Bonds Home Run History ? - ? ?
Mickey Mantle Home Run History ? - ? ?
Barry Bonds Home Run History ? - ? ?
Declaration of Independence Signatures ? - ? ?
Topps Autographs ? - ? ?
Opening Day Relics ? - ? ?
Trading Places Relic Autographs ? - ? ?

Checklist

Promos

Ichiro-Suzuki.jpg?id=3f1e64c4-64cc-4c62-957d-d31703d0e133&size=original&side=front&.jpg Ichiro-Suzuki.jpg?id=3f1e64c4-64cc-4c62-957d-d31703d0e133&size=original&side=back&.jpg

<sql2wiki database="carddb"> SELECT num,player,info from cards WHERE (year = '2006') AND (setname='Topps Pre-Production') ORDER BY num +0 ASC; </sql2wiki>

Base Set

Series One

Robinson-Cano.jpg?id=3c5f218f-6127-463e-a69d-408d36ed8622&size=original&side=front&.jpg Robinson-Cano.jpg?id=3c5f218f-6127-463e-a69d-408d36ed8622&size=original&side=back&.jpg

<sql2wiki database="carddb"> SELECT num,player,info from cards WHERE (year = '2006') AND (setname='Topps') AND (num < 243) ORDER BY num +0 ASC; </sql2wiki>

Award Winners

Albert-Pujols.jpg?id=45898de6-2868-4ea9-9bc0-afea675ec9bc&size=original&side=front&.jpg Albert-Pujols.jpg?id=45898de6-2868-4ea9-9bc0-afea675ec9bc&size=original&side=back&.jpg

<sql2wiki database="carddb"> SELECT num,player,info from cards WHERE (year = '2006') AND (setname='Topps') AND (num BETWEEN 243 AND 265) ORDER BY num +0 ASC; </sql2wiki>

National League Managers and American League Team Cards

Pete-Mackanin-(Lloyd-McClendon-pictured).jpg?id=54148d9a-a13f-4c2c-b4ee-e06790c02257&size=original&side=front&.jpg Pete-Mackanin-(Lloyd-McClendon-pictured).jpg?id=54148d9a-a13f-4c2c-b4ee-e06790c02257&size=original&side=back&.jpg New-York-Yankees-Team.jpg?id=02e285ce-bec7-41d1-9f8c-cf2209a12420&size=original&side=front&.jpg New-York-Yankees-Team.jpg?id=02e285ce-bec7-41d1-9f8c-cf2209a12420&size=original&side=back&.jpg

NOTE: Lloyd McClendon was fired as manager of the Pittsburgh Pirates towards the end of the 2005 season. Pete Mackanin skippered the Bucs for the remaining 26 games of the season. For Series One, Topps erroneously put a photo of McClendon (who is African-American) of Mackanin's (who is white) card (#287). This error was corrected in time for the factory sets.

<sql2wiki database="carddb"> SELECT num,player,info from cards WHERE (year = '2006') AND (setname='Topps') AND (num BETWEEN 266 AND 295) ORDER BY num +0 ASC; </sql2wiki>

Rookies

John-Koronka-(Cubs).jpg?id=ba135f48-0314-484e-a69f-f577832ef641&size=original&side=front&.jpg John-Koronka-(Rangers).jpg?id=69142158-b4fb-44cd-a910-2aabc0f06099&size=original&side=front&.jpg

2006 was the first season for the MLB-mandated rookie card rules. Those players who had their "true" rookie cards in pre-2006 products, but have the "ROOKIE CARD" icon anyway, are designated with an "(RC)".

NOTE: Just before the start of the 2006 season, John Koronka was traded from the Cubs to the Rangers. Since it was too late to include Koronka in Series Two, Topps airbrushed Koronka into a Rangers uniform for the factory set edition. Koronka does not appear in 2006 Topps Updates & Highlights.

<sql2wiki database="carddb"> SELECT num,player,info from cards WHERE (year = '2006') AND (setname='Topps') AND (num BETWEEN 296 AND 325) ORDER BY num +0 ASC; </sql2wiki>

Team Stars

Greg-Maddux-Michael-Barrett.jpg?id=c6f4b01a-17cf-402a-b3cd-ab7d862fe6d0&size=original&side=front&.jpg Greg-Maddux-Michael-Barrett.jpg?id=c6f4b01a-17cf-402a-b3cd-ab7d862fe6d0&size=original&side=back&.jpg

<sql2wiki database="carddb"> SELECT num,player,info from cards WHERE (year = '2006') AND (setname='Topps') AND (num BETWEEN 326 AND 330) ORDER BY num +0 ASC; </sql2wiki>

Series Two

Derek-Jeter.jpg?id=a4ca8036-cc87-4690-8085-fb1ce5727c21&size=original&side=front&.jpg Derek-Jeter.jpg?id=a4ca8036-cc87-4690-8085-fb1ce5727c21&size=original&side=back&.jpg

<sql2wiki database="carddb"> SELECT num,player,info from cards WHERE (year = '2006') AND (setname='Topps') AND (num BETWEEN 331 AND 585) ORDER BY num +0 ASC; </sql2wiki>

American League Managers

Joe-Torre.jpg?id=6d03604d-1306-42da-979d-016f47b4e520&size=original&side=front&.jpg Joe-Torre.jpg?id=6d03604d-1306-42da-979d-016f47b4e520&size=original&side=back&.jpg

<sql2wiki database="carddb"> SELECT num,player from cards WHERE (year = '2006') AND (setname='Topps') AND (num BETWEEN 586 AND 600) ORDER BY num +0 ASC; </sql2wiki>

National League Team Cards

Houston-Astros-Team.jpg?id=f8ae4690-cef5-44d7-85c5-526da0d3bec7&size=original&side=front&.jpg Houston-Astros-Team.jpg?id=f8ae4690-cef5-44d7-85c5-526da0d3bec7&size=original&side=back&.jpg

<sql2wiki database="carddb"> SELECT num,player from cards WHERE (year = '2006') AND (setname='Topps') AND (num BETWEEN 601 AND 615) ORDER BY num +0 ASC; </sql2wiki>

Rookies

Justin-Verlander.jpg?id=539c8705-6100-4234-b620-b3854295da75&size=original&side=front&.jpg Justin-Verlander.jpg?id=539c8705-6100-4234-b620-b3854295da75&size=original&side=back&.jpg

<sql2wiki database="carddb"> SELECT num,player from cards WHERE (year = '2006') AND (setname='Topps') AND (num BETWEEN 616 AND 645) ORDER BY num +0 ASC; </sql2wiki>

Combo Cards

Hank-Blalock-Michael-Young.jpg?id=1b4e6ddc-3333-4348-950f-ead83d958a60&size=original&side=front&.jpg Hank-Blalock-Michael-Young.jpg?id=1b4e6ddc-3333-4348-950f-ead83d958a60&size=original&side=back&.jpg

<sql2wiki database="carddb"> SELECT num,player from cards WHERE (year = '2006') AND (setname='Topps') AND (num > 645) ORDER BY num +0 ASC; </sql2wiki>

Gimmicks

Alay Soler was a Cuban defector who pitched eight games for the Mets in 2006. His rather uneventful career is best remembered for a unannounced "rookie" card that was randomly inserted into Series Two packs. Production figures were never fully released, however it is estimated that 750 copies were made. Despite having the "ROOKIE CARD" icon, this is not a "true" rookie card.

The Soler card is the first of a number of short print or super short-printed "gimmick" cards that Topps included in future Topps flagship products.

<sql2wiki database="carddb"> SELECT num,player,info from cards WHERE (year = '2006') AND (setname='Topps Gimmicks'); </sql2wiki>

Parallels

Derek-Jeter.jpg?id=96baaefe-666e-426f-8239-fd49babe2dc2&size=original&side=front&.jpg Jose-Lopez.jpg?id=ce6d0a54-aee0-4901-ae51-65f6cb0dd26c&size=original&side=front&.jpg Desi-Relaford.jpg?id=4fd562a0-16e4-4cc4-a0bd-beebb8851849&size=original&side=front&.jpg

All 659 base cards are available in the following parallels.

  • Gold (serial-numbered to 2006 copies)
  • Black (serial-numbered to 55; HTA Jumbo packs only)
  • Platinum (one-of-one)
  • Printing Plates (set of four for each; HTA Jumbo packs only)

Parallels do NOT exist for the Alex Gordon and Alay Soler cards or for the John Koronka ad Pete Mackanin replacement cards.

Mirrors

Barry Bonds Home Run History

See 2005 Topps Barry Bonds Home Run History.

Mickey Mantle Home Run History

See 2006 Topps Mickey Mantle Home Run History.

Inserts

Mickey Mantle Collection

In 2006, Topps signed a ten-year agreement with the estate of Mickey Mantle. Beginning in 2006, card #7 in the Topps base set (which had been previously "retired") would feature Mantle. To backfill the years between his death and the present day, Topps randomly inserted into Series One ten Mantle cards done in the style of the Topps flagship from 1996-2005. Each card is also available in the following parallels.

  • Gold (see below)
  • Black (serial-numbered to seven copies; exclusive to HTA packs.)

<sql2wiki database="carddb"> SELECT num,player,info FROM cards WHERE (year = 2006) AND (setname = 'Topps Mantle Collection'); </sql2wiki>

Gold

<sql2wiki database="carddb"> SELECT num,player,info,serial FROM cards WHERE (year = 2006) AND (setname = 'Topps Mantle Collection Gold'); </sql2wiki>

Declaration of Independence

<sql2wiki database="carddb"> SELECT num,player,info FROM cards WHERE (year = 2006) AND (setname = 'Topps Declaration of Independence'); </sql2wiki>

Hobby Masters

This set is exclusive to Series One Hobby and HTA packs.

<sql2wiki database="carddb"> SELECT num,player,info FROM cards WHERE (year = 2006) AND (setname = 'Topps Hobby Masters') ORDER BY (SUBSTRING(num FROM 3)) +0 ASC; </sql2wiki>

Own the Game

<sql2wiki database="carddb"> SELECT num,player,info FROM cards WHERE (year = 2006) AND (setname = 'Topps Own the Game'); </sql2wiki>

2K All-Stars

This 11-card set was inserted into Series One packs to promote the MLB 2K6 video game. Cards 1-6 were packaged with the game while cards 7-11 were randomly inserted into packs.

Andruw Jones signed 100 copies of his card for random inserted into MLB 2K6 games.

<sql2wiki database="carddb"> SELECT num,player,info FROM cards WHERE (year = 2006) AND (setname = 'Topps 2K All-Stars'); </sql2wiki>

Barry Bonds Chase to 715

This massive 1620-card set features ten cards (one for each inning plus a tenth "extra innings" card) for each game in the 2006 San Francisco Giants season. Each card is a one-of-one.

If Barry Bonds hit his career 715th home run in the exact inning listed, the winning card could be redeemed for a prize.

Game #50-4th Inning was the winning card.

United States Constitution Signers

<sql2wiki database="carddb"> SELECT num,player,info FROM cards WHERE (year = 2006) AND (setname = 'Topps United States Constitution') ORDER BY num ASC; </sql2wiki>

Topps Stars

This set is exclusive to Series Two Hobby and HTA packs.

<sql2wiki database="carddb"> SELECT num,player,info FROM cards WHERE (year = 2006) AND (setname = 'Topps Stars'); </sql2wiki>

Hit Parade

<sql2wiki database="carddb"> SELECT num,player,info FROM cards WHERE (year = 2006) AND (setname = 'Topps Hit Parade') ORDER BY num ASC; </sql2wiki>

Trading Places

<sql2wiki database="carddb"> SELECT num,player,info FROM cards WHERE (year = 2006) AND (setname = 'Topps Trading Places') ORDER BY num ASC; </sql2wiki>

Opening Day Team vs. Team

<sql2wiki database="carddb"> SELECT num,player FROM cards WHERE (year = 2006) AND (setname = 'Topps Opening Day Team vs. Team'); </sql2wiki>

Home Run Derby Contest

This set features 50 players whose card could, provided they won the 2006 All-Star Game's Home Run Derby, be redeemed for a special Blue parallel of the entire base set (660 cards). Each person with the winning card (Ryan Howard) received 1 of 10 sets. According to Topps, only one lucky collector submitted the Ryan Howard card (serial number 5/10), so only one set (7/10) was mailed out. What happened to the other nine sets remains a Hobby mystery.

Each card is serial-numbered to only ten copies.

<sql2wiki database="carddb"> SELECT num,player,info FROM cards WHERE (year = 2006) AND (setname = 'Topps Home Run Derby Contest'); </sql2wiki>

Rookie of the Week

This 25-card set was distributed exclusively through Topps Home Team Advantage dealer network. A new card was available each week, and to acquire that week's card collectors had to purchase a pack of Topps cards from their local HTA dealer.

Each card is a reprint of the player's Topps rookie card, but with a different photo then the original.

<sql2wiki database="carddb"> SELECT num,player,info FROM cards WHERE (year = 2006) AND (setname = 'Topps Rookie of the Week'); </sql2wiki>

Wal-Mart

This 54-card set, exclusive to Blaster boxes sold at Wal-Mart, features cards done in the style of (but not necessarily reprints) Topps cards. Each specially-marked Blaster contained a pack of three of these cards. Eighteen cards are exclusive to Series One, Series Two and Updates & Highlights.

Series One

<sql2wiki database="carddb"> SELECT num,player FROM cards WHERE (year = 2006) AND (setname = 'Topps Wal-Mart') AND (info = 1) ORDER BY SUBSTRING(num,1,1),lpad(substring(num,2),10,0); </sql2wiki>

Series Two

NOTE: Due to the limited amount of Blasters produced, cards from Series Two may be difficult to find.

<sql2wiki database="carddb"> SELECT num,player FROM cards WHERE (year = 2006) AND (setname = 'Topps Wal-Mart') AND (info = 2) ORDER BY SUBSTRING(num,1,1),lpad(substring(num,2),10,0); </sql2wiki>

Box Bottoms

<sql2wiki database="carddb"> SELECT num,player,info FROM cards WHERE (year = 2006) AND (setname = 'Topps Box Bottoms') ORDER BY SUBSTRING(num,1,1),lpad(substring(num,2),10,0); </sql2wiki>

Autographs & Game-Used

Declaration of Independence Signatures

DI-AC Abraham Clark

DI-BF Benjamin Franklin

DI-BH Benjamin Harrison

DI-BR Benjamin Rush

DI-CR Caesar Rodney

DI-CB Carter Braxton

DI-CC Charles Carroll

DI-ER Edward Rutledge

DI-EG Elbridge Gerry

DI-FH Francis Hopkinson

DI-FL Francis Lewis

DI-FLL Francis Lightfoot Lee

DI-GC George Clymer

DI-GRE George Read

DI-GR George Ross

DI-GW George Walton

DI-GWY George Wythe

DI-JS James Smith

DI-JW James Wilson

DI-JA John Adams

DI-JH John Hancock

DI-JHA John Hart

DI-JM John Morton

DI-JP John Penn

DI-JWI John Witherspoon

DI-JHE Joseph Hewes

DI-JB Josiah Bartlett

DI-LH Lyman Hall

DI-MT Matthew Thornton

DI-OW Oliver Wolcott

DI-PL Philip Livingston

DI-RHL Richard Henry Lee

DI-RST Richard Stockton

DI-RM Robert Morris

DI-RTP Robert Treat Paine

DI-RS Roger Sherman

DI-SA Samuel Adams

DI-SC Samuel Chase

DI-SHU Samuel Huntington

DI-SH Stephen Hopkins

DI-TH Thomas Heyward, Jr.

DI-TJ Thomas Jefferson

DI-TM Thomas Mckean

DI-TS Thomas Stone

DI-WE William Ellery

DI-WF William Floyd

DI-WH William Hooper

DI-WP William Paca

DI-WW William Whipple

DI-WWI William Williams

Topps Autographs

Series 1

TA-AM Adam Miller

TA-AR Alex Rodriguez

TA-BB Barry Bonds

TA-BBU Billy Buckner

TA-BL Bobby Livingston

TA-BW Brad Wilkerson

TA-BC Brian Cashman

TA-CR Cal Ripken

TA-CG Carlos Guillen

TA-CS Chad Santos

TA-CN Chris Nelson

TA-GN Craig Nettles

TA-DW Dave Winfield

TA-DO David Ortiz

TA-DD Doug Devore

TA-DP Dustin Pedroia

TA-EC Eric Chavez

TA-FC Fausto Carmona

TA-GS Gary Sheffield

TA-HR Horacio Ramirez

TA-JH Jamar Hill

TA-JC Jesus Cota

TA-JF Josh Fields

TA-LC Lance Cormier

TA-LH Livan Hernandez

TA-MR Mark Rogers

TA-MY Michael Young

TA-MB Milton Bradley

TA-RS Ryne Sandberg

TA-SE Scott Elbert

TA-TS Terrmel Sledge

TA-TE Theo Epstein

TA-TO Tim Olson

TA-TC Travis Chick

TA-TP Trevor Plouffe

TA-WB Wade Boggs

TA-ZP Zach Parker

Series 2

TA-AR Alex Rodriguez

TA-AJ Andruw Jones

TA-BM Brandon Mccarthy

TA-BR Brian Roberts

TA-CO Chad Orvella

TA-CV Claudio Vargas

TA-CB Clint Barmes

TA-DJ Dan Johnson

TA-DS Darryl Strawberry

TA-DL Derrek Lee

TA-DD Doug Drabek

TA-DSN Duke Snider

TA-GA Garrett Atkins

TA-GC Gary Carter

TA-JF Jeff Francis

TA-JP Jonathan Papelbon

TA-JB Jose Bautista

TA-RC Robinson Cano

TA-RZ Ryan Zimmerman

TA-SK Scott Kazmir

TA-WP Wily Mo Pena

TA-YM Yadier Molina

TA-ZD Zach Duke

Opening Day Relics

ODR-MA Angels

ODR-RD Arizona Diamondbacks

ODR-DB Atlanta Braves

ODR-OD Baltimore Orioles

ODR-RR Boston Red Sox

ODR-RC Chicago Cubs

ODR-WI Chicago White Sox

ODR-RC Cincinnati Reds

ODR-WI Cleveland Indians

ODR-RD Colorado Rockies

ODR-RT Detroit Tigers

ODR-AM Florida Marlins

ODR-AM Houston Astros

ODR-RT Kansas City Royals

ODR-DB Los Angeles Dodgers

ODR-BP Milwaukee Brewers

ODR-JT Minnesota Twins

ODR-MN New York Mets

ODR-AY New York Yankees

ODR-AY Oakland Athletics

ODR-PC Philadelphia Phillies

ODR-BP Pittsburgh Pirates

ODR-PG San Diego Padres

ODR-PG San Francisco Giants

ODR-MA Seattle Mariners

ODR-PC St. Louis Cardinals

ODR-OD Tampa Bay Devil Rays

ODR-RR Texas Rangers

ODR-JT Toronto Blue Jays

ODR-MN Washington Nationals

Trading Places Relic Autographs

TPAR-BR B.J. Ryan

TPAR-BW Billy Wagner

TPAR-JE Johnny Estrada

TPAR-KJ Kenji Johjima

TPAR-ML Mike Lowell

TPAR-PL Paul LoDuca

TPAR-TS Terrmel Sledge