Vaulta

myx2235world

Contract

{
  "version": "eosio::abi/1.1",
  "types": [],
  "structs": [
    {
      "name": "conf_tab",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "p1",
          "type": "uint64"
        },
        {
          "name": "p2",
          "type": "symbol_code"
        },
        {
          "name": "p3",
          "type": "name"
        },
        {
          "name": "p4",
          "type": "uint64"
        },
        {
          "name": "p5",
          "type": "uint64"
        },
        {
          "name": "p6",
          "type": "uint64"
        }
      ]
    },
    {
      "name": "luck",
      "base": "",
      "fields": [
        {
          "name": "p1",
          "type": "uint64"
        },
        {
          "name": "p2",
          "type": "symbol_code"
        },
        {
          "name": "p3",
          "type": "name"
        },
        {
          "name": "p4",
          "type": "uint64"
        },
        {
          "name": "p5",
          "type": "uint64"
        },
        {
          "name": "p6",
          "type": "uint64"
        }
      ]
    },
    {
      "name": "transfer",
      "base": "",
      "fields": [
        {
          "name": "from",
          "type": "name"
        },
        {
          "name": "to",
          "type": "name"
        },
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    }
  ],
  "actions": [
    {
      "name": "luck",
      "type": "luck",
      "ricardian_contract": ""
    },
    {
      "name": "transfer",
      "type": "transfer",
      "ricardian_contract": ""
    }
  ],
  "tables": [
    {
      "name": "conf3",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "conf_tab"
    }
  ],
  "ricardian_clauses": [],
  "error_messages": [],
  "abi_extensions": [],
  "variants": [],
  "action_results": []
}