Telos

power.boid

Contract

  • Struct property of Oracle

    {
      "name": "OracleCollateral",
      "base": "",
      "fields": [
        {
          "name": "locked",
          "type": "uint32"
        },
        {
          "name": "unlocking",
          "type": "uint32"
        },
        {
          "name": "slashed",
          "type": "uint32"
        },
        {
          "name": "unlock_finished_round",
          "type": "uint16"
        },
        {
          "name": "min_unlock_start_round",
          "type": "uint16"
        }
      ]
    }