LPUD October Transparency Video

Check the official announcement here

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

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

Select 
ID, json, timestamp, tid, required_auth
From
TxCustoms
where
timestamp between '2022-10-14' and '2022-10-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 to 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:

dd685b7668d62547249d62226536bbe73226536b6975
5983e8e3324b56b2624772b56b2633984226536de93b
84e95e93db9b56b26b3e4799e25e2e9933b694698e78
b56b266d535dd674668e9522653664dd43b69468239d
73685644b264462b65e28d99e25b8937d5983e6db7dd
84e95d724965983e64bb434462bebed84No more

That's it, if anyone has any questions regarding the transparency of this process, hit me up on discord @anoamdsoul#8455

Disclaimer: I used shitty youtube because 3speak is glitching at the moment

H2
H3
H4
3 columns
2 columns
1 column
Join the conversation now