why does it say "2023ALPENCOIN-0-04-SCAM-BANKMAN-FRIED-09" is that coin 9? if so, how would it know which coin is funded? the pk's were mixed up.
That is the internal unique ID used to track it within my system.
If a creator makes the Serial<>item<>address relation known publicly (such as for Icarus cards which have the serial stamped and address printed on them), the item code will follow that.
For this collection, as the relation is not known, the 40 coins are tracked in an incrementing ID from 1 to 40. The address which was ultimately funded just happened to receive ID 9 in the db.
This is why it says
No Serial in the title part of the card, and the serial column on the
item detail page is blank
I'll likely hide the unique item code from the cards - this could potentially be confusing for people who don't differentiate between the title and the code and don't check the website.
EDIT: I've pushed an update to make the above changes, and also updated the main site to hide the DB reference - if someone really needs it they can get it from the URL.
This should cut down on the confusion, thanks for the feedback!