CrypToadz by GREMPLIN

CREATED

ON-CHAIN STARS

ONCHAINCHECKER

0/5

LICENSE

CC0 1.0


STORAGE

The original CrypToadz contract stores no artwork: tokenURI returns a link to a metadata file on Arweave, where the toad images live as well, and no call on it returns the image.

A third-party developer later deployed a separate CrypToadzChained contract (August 2022), which the original contract does not reference. It holds every toad's pixel data and metadata in data contracts (SSTORE2), and the renderer is built in: its tokenURI returns the complete metadata as a JSON data URI with the image as a GIF data URI, so the artwork is retroactively recoverable on chain.

REFERENCES AND FURTHER READING

  1. CrypToadz BY GREMPLINwww.cryptoadz.io
  2. creativecommons.org/publicdomain/zero/1.0
  3. github.com/wattsyart/cryptoadz-chained