Ethereum Game Directory
www . EtherGames . tk
An Ethereum Registry of Ethereum Games!
- New users can find Ethereum games to try out, long into the future.
- Game owners can register their games to make it easier for others to discover.
- Get paid a portion of the registration cost of EVERYONE who registers after you.
To register you must use an Ethereum client such as the MIST Ethereum Wallet. Select the function "Add Game" and enter your game's address and details. The cost to register is 500 Finney (0.5 ETH), which you submit along with the details as part of the "Add Game" function call. The registration cost is shared with those who have registered before you and entitles you to a share of all future registrations.
Address:
0xad87e48d553C2308dccaB428537F6d0809593bA4Verified Source Code:
http://etherscan.io/address/0xad87e48d553C2308dccaB428537F6d0809593bA4#codeContract ABI:
[{"constant":false,"inputs":[{"name":"key","type":"address"},{"name":"description","type":"string"},{"name":"url","type":"string"}],"name":"addGame","outputs":[],"type":"function"},{"constant":false,"inputs":[{"name":"key","type":"address"},{"name":"description","type":"string"},{"name":"url","type":"string"}],"name":"update","outputs":[],"type":"function"},{"constant":true,"inputs":[{"name":"rindex","type":"uint256"}],"name":"theGames","outputs":[{"name":"contractAddress","type":"address"},{"name":"description","type":"string"},{"name":"url","type":"string"},{"name":"submittedBy","type":"address"},{"name":"time","type":"uint256"}],"type":"function"},{"constant":false,"inputs":[{"name":"value","type":"uint256"},{"name":"cost","type":"uint256"}],"name":"maintain","outputs":[],"type":"function"},{"constant":true,"inputs":[],"name":"settings","outputs":[{"name":"registrationCost","type":"uint256"},{"name":"percentSharedWithKeyHolders","type":"uint256"}],"type":"function"},{"inputs":[],"type":"constructor"}]