Vaulta

givemekbucks

Contract

The data structures defined by this contract.

  • Table row type of bountys

    {
      "name": "bounty",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "name",
          "type": "string"
        },
        {
          "name": "author",
          "type": "name"
        },
        {
          "name": "sacategory",
          "type": "name"
        },
        {
          "name": "bountydata",
          "type": "string"
        },
        {
          "name": "count",
          "type": "uint64"
        },
        {
          "name": "price",
          "type": "asset"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    }
  • Action parameter in bountyadd

    {
      "name": "bountyadd",
      "base": "",
      "fields": [
        {
          "name": "name",
          "type": "string"
        },
        {
          "name": "author",
          "type": "name"
        },
        {
          "name": "sacategory",
          "type": "name"
        },
        {
          "name": "bountydata",
          "type": "string"
        },
        {
          "name": "count",
          "type": "uint8"
        },
        {
          "name": "price",
          "type": "asset"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    }
  • Action parameter in bountylog

    {
      "name": "bountylog",
      "base": "",
      "fields": [
        {
          "name": "from",
          "type": "uint64"
        },
        {
          "name": "assetid",
          "type": "uint64"
        },
        {
          "name": "trxmemo",
          "type": "string"
        },
        {
          "name": "name",
          "type": "string"
        },
        {
          "name": "author",
          "type": "name"
        },
        {
          "name": "sacategory",
          "type": "name"
        },
        {
          "name": "bountydata",
          "type": "string"
        },
        {
          "name": "price",
          "type": "asset"
        }
      ]
    }
  • Action parameter in bountyrm

    {
      "name": "bountyrm",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in bountyupd

    {
      "name": "bountyupd",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "name",
          "type": "string"
        },
        {
          "name": "author",
          "type": "name"
        },
        {
          "name": "sacategory",
          "type": "name"
        },
        {
          "name": "bountydata",
          "type": "string"
        },
        {
          "name": "count",
          "type": "uint8"
        },
        {
          "name": "price",
          "type": "asset"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    }
  • Action parameter in getversion

    {
      "name": "getversion",
      "base": "",
      "fields": []
    }
  • Table row type of global

    {
      "name": "global",
      "base": "",
      "fields": [
        {
          "name": "bountyid",
          "type": "uint64"
        },
        {
          "name": "spare1",
          "type": "uint64"
        },
        {
          "name": "spare2",
          "type": "uint64"
        },
        {
          "name": "spare3",
          "type": "uint64"
        }
      ]
    }