Vaulta

ename.we

Contract

{
  "version": "eosio::abi/1.1",
  "types": [],
  "structs": [
    {
      "name": "addnews",
      "base": "",
      "fields": [
        {
          "name": "creator",
          "type": "name"
        },
        {
          "name": "manager",
          "type": "name"
        },
        {
          "name": "title",
          "type": "string"
        },
        {
          "name": "description",
          "type": "string"
        },
        {
          "name": "content",
          "type": "string"
        },
        {
          "name": "starttime",
          "type": "block_timestamp_type"
        },
        {
          "name": "endtime",
          "type": "block_timestamp_type"
        },
        {
          "name": "id",
          "type": "int32"
        }
      ]
    },
    {
      "name": "creators_struct",
      "base": "",
      "fields": [
        {
          "name": "creator_name",
          "type": "name"
        },
        {
          "name": "refund_name",
          "type": "name"
        },
        {
          "name": "prices",
          "type": "int64[]"
        },
        {
          "name": "total_amount",
          "type": "asset"
        },
        {
          "name": "total_names",
          "type": "uint64"
        },
        {
          "name": "description",
          "type": "string"
        }
      ]
    },
    {
      "name": "delcreator",
      "base": "",
      "fields": [
        {
          "name": "creator",
          "type": "name"
        },
        {
          "name": "set_typ",
          "type": "uint32"
        }
      ]
    },
    {
      "name": "delnews",
      "base": "",
      "fields": [
        {
          "name": "manager",
          "type": "name"
        },
        {
          "name": "id",
          "type": "uint64"
        }
      ]
    },
    {
      "name": "globals",
      "base": "",
      "fields": [
        {
          "name": "total_amount",
          "type": "asset"
        },
        {
          "name": "total_creators",
          "type": "uint64"
        },
        {
          "name": "total_names",
          "type": "uint64"
        },
        {
          "name": "creator_weight",
          "type": "uint32"
        },
        {
          "name": "platform_weight",
          "type": "uint32"
        },
        {
          "name": "fund_weight",
          "type": "uint32"
        },
        {
          "name": "referees_weight",
          "type": "uint32"
        },
        {
          "name": "token_scale",
          "type": "uint32"
        },
        {
          "name": "price12",
          "type": "asset"
        },
        {
          "name": "default_ram_amount",
          "type": "asset"
        },
        {
          "name": "rent_cpu_amount",
          "type": "asset"
        },
        {
          "name": "rent_net_amount",
          "type": "asset"
        },
        {
          "name": "news_admin",
          "type": "name"
        },
        {
          "name": "buyrent",
          "type": "bool"
        }
      ]
    },
    {
      "name": "news_struct",
      "base": "",
      "fields": [
        {
          "name": "key",
          "type": "uint64"
        },
        {
          "name": "creator",
          "type": "name"
        },
        {
          "name": "manager",
          "type": "name"
        },
        {
          "name": "title",
          "type": "string"
        },
        {
          "name": "description",
          "type": "string"
        },
        {
          "name": "content",
          "type": "string"
        },
        {
          "name": "start_dt",
          "type": "block_timestamp_type"
        },
        {
          "name": "end_dt",
          "type": "block_timestamp_type"
        },
        {
          "name": "create_dt",
          "type": "block_timestamp_type"
        }
      ]
    },
    {
      "name": "orders_struct",
      "base": "",
      "fields": [
        {
          "name": "key",
          "type": "uint64"
        },
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "price",
          "type": "asset"
        },
        {
          "name": "timestamp",
          "type": "block_timestamp_type"
        }
      ]
    },
    {
      "name": "remove",
      "base": "",
      "fields": []
    },
    {
      "name": "setcreator",
      "base": "",
      "fields": [
        {
          "name": "creator",
          "type": "name"
        },
        {
          "name": "refunder",
          "type": "name"
        },
        {
          "name": "prices",
          "type": "string"
        },
        {
          "name": "description",
          "type": "string"
        },
        {
          "name": "set_typ",
          "type": "uint32"
        }
      ]
    },
    {
      "name": "setting",
      "base": "",
      "fields": [
        {
          "name": "field",
          "type": "string"
        },
        {
          "name": "val",
          "type": "string"
        }
      ]
    }
  ],
  "actions": [
    {
      "name": "addnews",
      "type": "addnews",
      "ricardian_contract": ""
    },
    {
      "name": "delcreator",
      "type": "delcreator",
      "ricardian_contract": ""
    },
    {
      "name": "delnews",
      "type": "delnews",
      "ricardian_contract": ""
    },
    {
      "name": "remove",
      "type": "remove",
      "ricardian_contract": ""
    },
    {
      "name": "setcreator",
      "type": "setcreator",
      "ricardian_contract": ""
    },
    {
      "name": "setting",
      "type": "setting",
      "ricardian_contract": ""
    }
  ],
  "tables": [
    {
      "name": "creators",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "creators_struct"
    },
    {
      "name": "globals",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "globals"
    },
    {
      "name": "news",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "news_struct"
    },
    {
      "name": "orders",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "orders_struct"
    }
  ],
  "ricardian_clauses": [],
  "error_messages": [],
  "abi_extensions": [],
  "variants": [],
  "action_results": []
}