KOH-I-NOOR EXPERIMENT

Become the Koh-i-Noor owner in this virtual reality experiment by transfering the current price to the token address. There is only one token for the entire world and for every new owner the price is increased by 10%. Then you either keep the token or have 10% return of investment when a new owner arrives (minus 1% fee).

OWNERS CHAIN

The chain of owners, the value they received for the token (10% above listed price minus 1% fee), and the block they lost the ownership.

Cumulative of blocks an address held ownership of the Koh-i-Noor and number of times it was held.

HISTORY

Koh-i-Noor is the most famous diamond of the ancient world, discovered in India about 5000 years ago.   This diamond passed the hand of many rulers until being ceded to Queen Victoria after the British annexation of the Punjab in 1849. The Koh-i-Noor has long been a subject of diplomatic controversy, with India, Pakistan, Iran, and Afghanistan all demanding its return from the UK at various points.


In this virtual reality experiment, you can own the Koh-i-Noor token but you will never know for how long...

KOH-I-NOOR SMART CONTRACT

Check the Java smart contract source code, written using BlockTalk smart contracts for Burst.

Multi-out transactions or transactions with less than 30 BURST are ignored. Never send funds directly from an exchange, use your own wallet. Anyone sending the current price become the new owner and price is increased by 10%. Transactions sending less than the current price are refunded (minus 30 BURST). Previous owner receives a return of investment of 10% over his entering price (minus 1% fee). If the amount sent is higher than the current price, the value in excess is taken as fee. After receiving a transaction, the ownership transfer and payment of previous owner takes place in the next block. If two or more transactions are received in the same block, one randomly chosen is the new owner and the others refunded (minus 30 BURST). The smart contract code running is available on github. Inspect this code, the bytecode running, and BRS code, since there is absolutely no warranty it actually works this way!