[Proposal] Burn The Remaining UST in the Community Pool + Cross-Chain Liquidity Incentive UST 2

You can’t be serious.

DK posted the burn adress few days ago in a tweet.

If the transactions don’t show there, where was send the money ?

1.38 bn UST lost in the air without any DESTINATION tracability :upside_down_face: :upside_down_face:

I repeat so you can’t pretend don’t understanding the precise point that we are all talking about : “without any DESTINATION tracability:upside_down_face: :upside_down_face:

PS: Thanks for the slow mode btw, very convenient :upside_down_face:

6 Likes

I would recommend learning more about governance before calling conspiracy theories everywhere…

Any Community Spend Proposals are executed differently than a typical transaction.

The execution happened in block 7791896 using the End Block event.

The end_block_events section of the block 7791896 will correctly show the burn.

{
  "type": "burn",
  "attributes": [
    {
      "key": "YnVybmVy",
      "value": "dGVycmExc2swNmUzZHlleHVxNHNodzc3eTNkc3Y0ODB4djQybXE3M2FueHU=",
      "index": true
    },
    {
      "key": "YW1vdW50",
      "value": "MTAwNjczMzE5NDAwMDAwMHV1c2Q=",
      "index": true
    }
  ]
}

Those keys and values are base64 encoded. So if we decode them, you can find the “real text”.

{
  "type": "burn",
  "attributes": [
    {
      "key": "burner",
      "value": "terra1sk06e3dyexuq4shw77y3dsv480xv42mq73anxu",
      "index": true
    },
    {
      "key": "amount",
      "value": "1006733194000000uusd",
      "index": true
    }
  ]
}
10 Likes