βοΈ48.2. CryptoPunks
CryptoPunks is a non-fungible token collection on the Ethereum blockchain. Launched in June 2017 by the Larva Labs studio team, consisting of Canadian software developers Matt Hall and John Watkinson.
function punkNoLongerForSale(uint punkIndex) {
if (punkIndexToAddress[punkIndex] != msg.sender) throw;
punksOfferedForSale[punkIndex] = Offer(false, punkIndex, msg.sender, 0, 0x0);
PunkNoLongerForSale(punkIndex);
}Holder Benefits...

Last updated

