Vaulta

wszgshyyzczz

Contract

The data structures defined by this contract.

  • Action parameter in addaddress

    {
      "name": "addaddress",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "name"
        }
      ]
    }
  • Action parameter in config1

    {
      "name": "config1",
      "base": "",
      "fields": [
        {
          "name": "allowmint",
          "type": "bool"
        }
      ]
    }
  • Action parameter in config2

    {
      "name": "config2",
      "base": "",
      "fields": [
        {
          "name": "amount",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in deladdress

    {
      "name": "deladdress",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "name"
        }
      ]
    }
  • Table row type of globals

    {
      "name": "global_var",
      "base": "",
      "fields": [
        {
          "name": "key",
          "type": "name"
        },
        {
          "name": "val",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in inscription

    {
      "name": "inscription",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    }
  • Table row type of middlehouse

    {
      "name": "middlehouses",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "balance",
          "type": "asset"
        }
      ]
    }
  • Table row type of mintlog

    {
      "name": "mint_log",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "timestamp",
          "type": "time_point_sec"
        }
      ]
    }
  • Table row type of mintstatsx

    {
      "name": "mintstats_var",
      "base": "",
      "fields": [
        {
          "name": "protocol",
          "type": "name"
        },
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "count",
          "type": "uint64"
        }
      ]
    }
  • Table row type of mtlinkx

    {
      "name": "mtlinks_var",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "protocol",
          "type": "name"
        }
      ]
    }
  • Action parameter in notify

    {
      "name": "notify",
      "base": "",
      "fields": [
        {
          "name": "from",
          "type": "name"
        },
        {
          "name": "to",
          "type": "name"
        },
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "tag",
          "type": "string"
        }
      ]
    }
  • Table row type of protocols

    {
      "name": "protocol",
      "base": "",
      "fields": [
        {
          "name": "digest",
          "type": "checksum256"
        },
        {
          "name": "name",
          "type": "string"
        },
        {
          "name": "tick",
          "type": "string"
        },
        {
          "name": "max",
          "type": "uint64"
        },
        {
          "name": "lim",
          "type": "uint64"
        },
        {
          "name": "creater",
          "type": "name"
        },
        {
          "name": "mint",
          "type": "uint64"
        }
      ]
    }
  • Table row type of protocolxx

    {
      "name": "protocol_x",
      "base": "",
      "fields": [
        {
          "name": "digest",
          "type": "checksum256"
        },
        {
          "name": "release_time",
          "type": "time_point_sec"
        },
        {
          "name": "accept_contract",
          "type": "name"
        },
        {
          "name": "accept_sym",
          "type": "symbol"
        },
        {
          "name": "fee",
          "type": "asset"
        }
      ]
    }
  • Table row type of eoss

    {
      "name": "wallet",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "block_num",
          "type": "block_num_t"
        },
        {
          "name": "name",
          "type": "string"
        },
        {
          "name": "tick",
          "type": "string"
        },
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "mimetype",
          "type": "string"
        },
        {
          "name": "data",
          "type": "string"
        },
        {
          "name": "time",
          "type": "time_point_sec"
        }
      ]
    }
  • Table row type of whitelist

    {
      "name": "whitelist",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "name"
        }
      ]
    }