Decentralized advertising platform.
- A 1000x1000 pixel field is displayed at TheMillionEtherHomepage.com.
- Anyone can buy, sell, rent or rent out pixels, place ads within owned or rented area.
- Price doubles after every 10% of pixels sold. Starting price is $1 per 10x10 pixel block.
- 80% of initial sale income goes to charity.
- A 10x10 pixel block is an ERC721 token.
- Buy pixels early and sell, when the price goes up.
- Buy pixels and rent them out to advertisers.
- Advertise your own product.
- Million Ether Homepage 2 (MEH) - main user interface contract, immutable, stores ether and ERC721 token balances.
- Market - upgradable module, responsible for buy-sell operations and charity.
- Rentals - upgradable module, responsible for rent operations.
- Ads - upgradable module, responsible for placing ads.
- OracleProxy - fetches ETHUSD price from Kraken.com through Oracalize.
- Million Ether Homepage 2 (MEH) - main user interface contract, immutable, stores ether and ERC721 token balances.
- Market - upgradable module, responsible for buy-sell operations and charity.
- Rentals - upgradable module, responsible for rent operations.
- Ads - upgradable module, responsible for placing ads.
- OracleProxy - fetches ETHUSD price from Kraken.com through Oracalize.
See code comments for tech details.