Test your dApp with

Placeholder NFT 🖼

Placeholder NFT is an unlimited supply, fully on-chain, NFT collection available on any EVM-compatible chain. You may mint it freely, and use it for testing, or your own satisfaction.

Quantity:

Frequently Asked Questions

Find the list of deployed and verified contracts on GitHub “Deployed contracts” section.

On-chain NFT stores all its metadata + image directly on the blockchain. In this case, each token image is represented as SVG stored in the smart contract. And same goes for the metadata that gets encoded as base64.


On-chain NFTs are superior to off-chain ones as they live solely on the blockchain. As long as the blockchain lives, the NFT lives. Off-chain NFTs do not have the same guarantess since they rely on external storage providers, such as IPFS, to be available.

ERC721 is a token standard for non-fungible tokens on Ethereum. A pillar of the ecosystem, it supports billions of dollars worth of NFTs.


ERC721A is an improved implementation of the IERC-721 standard that supports minting multiple tokens for close to the cost of one. While not as battle-tested as standard ERC721, it introduces significant gas savings.


ERC1155 is a token standard that enables the efficient transfer of fungible and non-fungible tokens in a single transaction. Often used for gaming tokens.