2000++ ETH (> $6M) treasure
8192 NFTs to join the quest
DApp game for NFT holders
Fight greed and envy to beat Algo, start the game and found a Decentralized Autonomous Organization.
2000++ ETH (> $6M) treasure
8192 NFTs to join the quest
DApp game for NFT holders
Fight greed and envy to beat Algo, start the game and found a Decentralized Autonomous Organization.
# 1: Lex est quod notamus
#code.py
a = '0x844124587274b14664Dde74E4130e8E14Ac4bd2b'
treasure = ETHwallet(a)
o = Opensea.link(treasure)
c = o.create('Algo Gold NFT')
algoNFTs = [0 for _ in range(8192)]
goldenR = 1.618
def algo():
for i in range(0,512):
algoNFTs[i] = c.mint(AlgoNFT(i))
algoNFTs[i].list(goldenR/100)
for j in range(512,2048):
algoNFTs[j] = c.mint(AlgoNFT(j))
ascend()
~¨~¨~¨~¨~¨~¨~¨~¨~¨~¨~¨~¨~¨~¨~¨~
# 2: Alta alatis patent
def ascend():
while floor(algoNFTs) < goldenR/10:
sleep(60*60)
for k in range(512,1024):
algoNFTs[k].list(goldenR/10)
while floor(algoNFTs) < goldenR/5:
sleep(60*60)
for l in range(1024,8192):
algoNFTs[l].list(goldenR/5)
resolve()
~¨~¨~¨~¨~¨~¨~¨~¨~¨~¨~¨~¨~¨~¨~¨~
# 3: Beati possidentes
def resolve():
happy = []
while not happy:
if floor(algoNFTs) >= goldenR:
happy = holders(algoNFTs)
elif floor(algoNFTs) <= goldenR/100:
top = sortedHolders(algoNFTs)
happy = top[:666]
else:
sleep(60*60)
game(treasure,happy)