Vaulta

fee.sx

Contract

{
  "version": "eosio::abi/1.2",
  "types": [],
  "structs": [
    {
      "name": "distribute",
      "base": "",
      "fields": []
    },
    {
      "name": "init",
      "base": "",
      "fields": []
    },
    {
      "name": "reset",
      "base": "",
      "fields": []
    },
    {
      "name": "setweight",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "weight",
          "type": "int64"
        }
      ]
    },
    {
      "name": "state_row",
      "base": "",
      "fields": [
        {
          "name": "next_push",
          "type": "time_point_sec"
        }
      ]
    },
    {
      "name": "weights_row",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "weight",
          "type": "int64"
        }
      ]
    }
  ],
  "actions": [
    {
      "name": "distribute",
      "type": "distribute",
      "ricardian_contract": ""
    },
    {
      "name": "init",
      "type": "init",
      "ricardian_contract": ""
    },
    {
      "name": "reset",
      "type": "reset",
      "ricardian_contract": ""
    },
    {
      "name": "setweight",
      "type": "setweight",
      "ricardian_contract": ""
    }
  ],
  "tables": [
    {
      "name": "state",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "state_row"
    },
    {
      "name": "weights",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "weights_row"
    }
  ],
  "ricardian_clauses": [],
  "error_messages": [],
  "abi_extensions": [],
  "variants": [],
  "action_results": []
}