Vaulta

candy.sx

Contract

{
  "version": "eosio::abi/1.1",
  "types": [],
  "structs": [
    {
      "name": "setpair",
      "base": "",
      "fields": [
        {
          "name": "pair_id",
          "type": "uint64"
        },
        {
          "name": "weight",
          "type": "int64"
        }
      ]
    },
    {
      "name": "setweight",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "weight",
          "type": "int64"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    },
    {
      "name": "weights_row",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "weight",
          "type": "int64"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    }
  ],
  "actions": [
    {
      "name": "setpair",
      "type": "setpair",
      "ricardian_contract": "---\nspec_version: \"0.2.0\"\ntitle: setweight\nsummary: Set {{weight}} weight {{weight}} to Defibox Pair ID {{pair_id}}.\nicon: https://eos.mypinata.cloud/ipfs/QmfCbcXBp4qww12Rc5dMt2DhZLvnBM2kHipmXVtzYTuMZA#d6a1df4bbf2942f23c3a4485eb9942cb37c5348945e84be8c53e2ef9254ed8da\n---"
    },
    {
      "name": "setweight",
      "type": "setweight",
      "ricardian_contract": "---\nspec_version: \"0.2.0\"\ntitle: setweight\nsummary: Set {{weight}} weight to {{account}} account receiver with {{memo}} memo.\nicon: https://eos.mypinata.cloud/ipfs/QmfCbcXBp4qww12Rc5dMt2DhZLvnBM2kHipmXVtzYTuMZA#d6a1df4bbf2942f23c3a4485eb9942cb37c5348945e84be8c53e2ef9254ed8da\n---"
    }
  ],
  "tables": [
    {
      "name": "weights",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "weights_row"
    }
  ],
  "ricardian_clauses": [],
  "error_messages": [],
  "abi_extensions": [],
  "variants": [],
  "action_results": []
}