Vaulta

delphioracle

Contract

  • Table row type of global

    {
      "name": "global",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "total_datapoints_count",
          "type": "uint64"
        },
        {
          "name": "total_claimed",
          "type": "asset"
        },
        {
          "name": "datapoints_per_instrument",
          "type": "uint64"
        },
        {
          "name": "bars_per_instrument",
          "type": "uint64"
        },
        {
          "name": "vote_interval",
          "type": "uint64"
        },
        {
          "name": "write_cooldown",
          "type": "uint64"
        },
        {
          "name": "approver_threshold",
          "type": "uint64"
        },
        {
          "name": "approving_oracles_threshold",
          "type": "uint64"
        },
        {
          "name": "approving_custodians_threshold",
          "type": "uint64"
        },
        {
          "name": "minimum_rank",
          "type": "uint64"
        },
        {
          "name": "paid",
          "type": "uint64"
        },
        {
          "name": "min_bounty_delay",
          "type": "uint64"
        },
        {
          "name": "new_bounty_delay",
          "type": "uint64"
        }
      ]
    }