Check the official announcement here
This is a video where I pick the LPUD winners for the month of February, this is not an announcement, it's just a video where anyone can watch the process we used to pick the winners of the 9th Leo Power Up day.
This is the SQL query I ran to get the LPUD January participants:
Select
ID, json, timestamp, tid, required_auth
From
TxCustoms
where
timestamp between '2023-02-14' and '2023-02-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(obj.contractPayload.to, 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 and on DuckDice:
2284e58d37e | 59d2496bd82 | 44753497747 | 73b7e346449 |
---|---|---|---|
2287b27b329 | 62b382353e8 | ddbe36943de | 62b385636b6 |
73b7e6b2eb8 | 9937de3e77e | 9937ded3e3d | 84267e79575 |
2287b6b7346 | ddbe3644926 | 84267eb3586 | 84267eb9d79 |
That's it, if anyone has any questions regarding the transparency of this process, hit me up on discord @anomadsoul#8455
▶️ 3Speak