LPUD December - Transparency video

3

  • 167
  • 1
  • 27.807
  • Reply

  • Open in the desktop app ADD TO PLAYLIST

    anomadsoul

    Published on Dec 16, 2022
    About :

    Check the official announcement here

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

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

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

    -|-|-|-

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

    Tags :

    lpud leopowerupday transparency powerup vyb proofofbrain

    Woo! This creator can upvote comments using 3speak's stake today because they are a top performing creator! Leave a quality comment relating to their content and you could receive an upvote worth at least a dollar.

    Their limit for today is $0!
    Comments:
    Time until anomadsoul can give away $0 to their commenters.
    0 Days 0 Hours 0 Minutes 0 Seconds
    Reply:

    To comment on this video please connect a HIVE account to your profile: Connect HIVE Account

    31:45
    3 views a year ago $
    56:10
    8 views a year ago $

    More Videos

    01:49
    18 views a year ago $
    20:33
    11 views 2 years ago $
    01:31
    3 views 2 years ago $
    00:26
    6 views 2 years ago $
    00:14
    60 views 8 months ago $
    04:01
    16 views 2 years ago $
    02:31
    3 views a year ago $