Vaulta

slot.bg

Contract

  • Table row type of record

    {
      "name": "record",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "player",
          "type": "name"
        },
        {
          "name": "bonus_name",
          "type": "string"
        },
        {
          "name": "tx_id",
          "type": "checksum256"
        },
        {
          "name": "created_at",
          "type": "uint32"
        }
      ]
    }