Eric 🍥 avatar

August LPUD Winners - Transparency video

anomadsoul

Published: 17 Aug 2022 › Updated: 17 Aug 2022August LPUD Winners - Transparency video

August LPUD Winners - Transparency video


LPUD came and went and we powered up more than 330K Leo tokens!

Check the official announcement here

This is a video where I pick the LPUD winners for the month of August, this is not an announcement, it's just a video where anyone can watch the process we used to pick the winners of the 3rd Leo Power Up day.

This is the SQL query I ran to get the LPUD August participants:

Select 
ID, json, timestamp, tid, required_auth
From
TxCustoms
where
timestamp between '2022-08-14' and '2022-08-16 14:00:00'
and tid like '%ssc_mainnet_hive%'
and json like '%"contractAction":"stake"%'
and json like '%"symbol":"LEO"%'
order by timestamp desc

This is the Javascript script I ran to clean the SQL database:

const leo = [
  '{"contractName":"tokens","contractAction":"stake","contractPayload":{"to":"tinyputerboy","symbol":"LEO","quantity":"0.225"}}',
  '{"contractName":"tokens","contractAction":"stake","contractPayload":{"to":"kolus290","symbol":"LEO","quantity":"2.115"}}',
];

for (let i = 0; i < leo.length; i++) {
  const obj = JSON.parse(leo[i]);
  console.log(parseFloat(obj.contractPayload.quantity));
}


The link for the spreadsheet is here


Here are the bet IDs of every roll I made to pick the winners and you can crosscheck them with the video:

62d355ee8d2b54e664b4ee22476e9de498486ed53858
44956eb65d462d35e9292259b286396643b8765b3b75
8486ed4d9438486ede5582b54e688d65e44956ee42ed
44956ee62648486ed85d4573476d79e6b3b8768333e9
734764988bd734764e92d5duckdice.ioCheck 'em

I have one question for you guys, do you think it's fair to remove the three winners of this LPUD from the next edition so they open up some space for those who join next month, or do you think we should respect the process that if anyone joins two months in a row and they are lucky enough to win both times one of the main prizes, then we should respect that.

Personally I believe that we should respect this and anyone who joins LPUD every month is eligible to win every single month, in the end it is a provably fair process that depends 100% on luck (provided the user fulfills all the requirements to become eligible).

What do you think? Please leave your feedback in the comment section :D


▶️ 3Speak

Leave August LPUD Winners - Transparency video to:

Written by

web3 class of '17 | Growth and BD | Hitchhiked the world for 3 years doing crypto stuff Chief of vibes @moca

Read more #lpud posts


Best Posts From Eric 🍥

We have not curated any of anomadsoul's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.

More Posts From Eric 🍥