KnownBlock
Connect Wallet

About

Here I will talk through my history, my blockchain journey, and my projects.

You can find me on X (Twitter) at @eastftw.

This page will be populated with more information on an ad-hoc basis.

Duplicates

Block ID: 23017016

Duplicates is my first project. It is a simple contract that allows you to "duplicate" any ERC-721 compliant NFT written in Vyper.

Users provide the contract address and the token ID of the NFT collection they want to duplicate.

The contract will then mint a new NFT pointing to the original NFT's metadata, essentially creating a perfect duplicate.

The contract can be found on Github here and the frontend can be found here.