Loading information from blockchain...

ThetaMillion.com

1,000,000 pixels sold! 1 TFUEL per pixel.
Data is stored in the Theta blockchain.
Each created spot is a minted NFT. More info

What is this?

Remember the Million Dollar Homepage? You could buy an ad spot for $1 per pixel. This is a smilar concept but decentralized on the Theta blockchain. You pay 1 TFUEL (the currency on the network) for each pixel and your data is stored and loaded from the Theta Blockchain. This decentralized application (dApp) does not have a traditional server.

How does this work?

The smart contract 0xe45...7d99 is responsible for storing and validating the data. When you buy a spot, the contract will check if the space is not already used by someone else and if you paid the correct amount of TFUEL. After paying the contract your data is stored on the blockchain. If you want to update the data you only have to pay for the costs of the transaction (called gas).

Only you are able to control the data of your spot. In case you add vulgar or NSFW content, I might mark your spot as "NSFW" (on the frontend) though. Please just don't store that kind of data...

What happens when all spots are gone? All spots are gone!

I announced this project on April, 22nd 2022 on Twitter. Thanks to all participants, the board filled up in only four days. The space was limited. You could only get spots in multiples of 20x20 pixels. That means in total there were only 50x50=2,500 spots available at maximum. All spots are taking now. 571 spots were created and the contract won't allow new spots. But each spot comes with an NFT. That means you can transfer your spot or even sell it to others.

How can I get a spot now?

You can try to buy a spot from someone. Each spot is wrapped as NFT. If you own the NFT, you own the spot. Check out the spots for sale at OpenTheta. After buying the spot you can come back and change the values of your spot.

Every spot is also an NFT!

The contract implements the NFT (Non-Fungible Token) standard. That means every bought spot is also an NFT. By buying a spot you are actually creating/minting an NFT. The NFT contains information about where the spot is located in the image and other information. Only the owner of the NFT can change the content of the spot. When you transfer your NFT to someone else, that person gains control over the spot in the grid above.

If you want to see what the minting process looked like (while there were still spots available), check out this 20 second GIF.

If you want to see what an NFT looks like, check out this NFT example.

To see all owners and which spots are for sale, see the list of owners.

Theta Hackathon

This is my entry for the Theta Q1 2022 Hackathon. See my entry and more information on the hackathon page.

Source Code on Github

Verified Contract

Check out the verified contract on the explorer: 0xe45...7d99

My image is not showing up. How do I do this?

Make sure you are actually using an image and not a website that contains an image. An example that won't work is this: https://imgur.com/Zbjhl65 This is a website and not an image, you don't want to use that as image URL! To get the correct image URL you need to right-click on the image and press "Copy image address". This will return this: https://i.imgur.com/Zbjhl65.png which is the actual image URL which you can use.